Searched defs:f (Results 1 – 10 of 10) sorted by relevance
/trusted-firmware-a/lib/compiler-rt/builtins/ |
A D | ctzdi2.c | 26 const si_int f = -(x.s.low == 0); in __ctzdi2() local
|
A D | int_types.h | 122 float f; member 128 double f; member 145 long double f; member
|
/trusted-firmware-a/tools/sptool/ |
A D | sptool.c | 158 FILE *f = fopen(path, "rb"); in load_file() local 222 FILE *f = fopen(path, "wb"); in output_write() local
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/js/ |
A D | html5shiv.min.js | 4 …(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];ret… function
|
A D | html5shiv-printshiv.min.js | 4 …(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];ret… function
|
/trusted-firmware-a/plat/socionext/uniphier/ |
A D | uniphier_emmc.c | 64 #define SDHCI_MAKE_CMD(c, f) ((((c) & 0xff) << 8) | ((f) & 0xff)) argument
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | underscore.js | 6 …fined"!=typeof Symbol?Symbol.prototype:null,o=t.push,i=t.slice,a=e.toString,f=e.hasOwnProperty,c="… function
|
/trusted-firmware-a/drivers/st/clk/ |
A D | stm32mp1_clk.c | 280 #define _CLK_FIXED(off, b, idx, f) \ argument 302 #define _CLK_SC_FIXED(off, b, idx, f) \ argument
|
/trusted-firmware-a/include/drivers/nxp/sd/ |
A D | sd_mmc.h | 27 #define ESDHC_SYSCTL_SDCLKFS(f) (((f) & 0xFF) << 8) argument
|
/trusted-firmware-a/drivers/renesas/common/ddr/ddr_b/ |
A D | boot_init_dram.c | 889 #define JS1_MR1(f) (0x04 | ((f) << 4)) argument 890 #define JS1_MR2(f) (0x00 | ((f) << 3) | (f)) argument
|
Completed in 27 milliseconds