Searched refs:sym (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-a/plat/rockchip/rk3399/drivers/pmu/ |
A D | pmu_fw.c | 8 #define INCBIN(file, sym, sec) \ argument 11 ".global " sym "\n" \ 12 ".type " sym ", %object\n" \ 14 sym ":\n" \ 16 ".size " sym ", .-" sym "\n" \ 17 ".global " sym "_end\n" \ 18 sym "_end:\n" \
|
/trusted-firmware-a/lib/zlib/ |
A D | inftrees.c | 41 unsigned sym; /* index of code symbols */ local 109 for (sym = 0; sym < codes; sym++) 110 count[lens[sym]]++; 146 for (sym = 0; sym < codes; sym++) 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; 217 if (work[sym] + 1U < match) { 219 here.val = work[sym]; 221 else if (work[sym] >= match) { 223 here.val = base[work[sym] - match]; 251 sym++; [all …]
|
A D | inflate.c | 288 unsigned sym, bits; local 292 sym = 0; 293 while (sym < 144) state->lens[sym++] = 8; 294 while (sym < 256) state->lens[sym++] = 9; 295 while (sym < 280) state->lens[sym++] = 7; 296 while (sym < 288) state->lens[sym++] = 8; 303 sym = 0; 304 while (sym < 32) state->lens[sym++] = 5;
|
/trusted-firmware-a/include/lib/ |
A D | utils_def.h | 140 #define IMPORT_SYM(type, sym, name) \ argument 141 extern char sym[];\ 142 static const __attribute__((unused)) type name = (type) sym; 150 #define ASSERT_SYM_PTR_ALIGN(sym) assert(((size_t)(sym) % __alignof__(*(sym))) == 0) argument
|
/trusted-firmware-a/include/lib/libc/ |
A D | cdefs.h | 30 #define __weak_reference(sym, alias) \ argument
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/ |
A D | allwinner.rst.txt | 39 bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,
|
/trusted-firmware-a/docs/plat/ |
A D | allwinner.rst | 39 bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …5:92,sw9:104,sw:[6,10,28,143],swap:[6,38],swd:[28,143],swdt:6,sy:[6,73,86],sym:65,symbol:[6,48,53,…
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 33271 bl31.bin can be either copied (or sym\sphinxhyphen{}linked) into U\sphinxhyphen{}Boot’s root direct…
|
Completed in 109 milliseconds