Searched refs:SEPARATOR (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/ |
D | assembly.h | 20 #define SEPARATOR @ macro 22 #define SEPARATOR ; macro 59 .def name SEPARATOR \ 60 .scl 2 SEPARATOR \ 61 .type 32 SEPARATOR \ 116 HIDDEN(SYMBOL_NAME(name)) SEPARATOR 122 FILE_LEVEL_DIRECTIVE SEPARATOR \ 123 .globl SYMBOL_NAME(name) SEPARATOR \ 124 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \ 129 FILE_LEVEL_DIRECTIVE SEPARATOR \ [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | trees.c | 326 # define SEPARATOR(i, last, width) \ macro 342 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 354 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header() 360 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header() 366 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header() 372 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | trees.c | 324 # define SEPARATOR(i, last, width) \ macro 340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 352 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header() 359 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header() 365 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header() 371 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/python-mappings/ |
D | TIS-620.TXT | 65 0x1C 0x001C # FILE SEPARATOR 66 0x1D 0x001D # GROUP SEPARATOR 67 0x1E 0x001E # RECORD SEPARATOR 68 0x1F 0x001F # UNIT SEPARATOR
|
D | CP1140.TXT | 63 0x1C 0x001C #FILE SEPARATOR 64 0x1D 0x001D #GROUP SEPARATOR 65 0x1E 0x001E #RECORD SEPARATOR 66 0x1F 0x001F #UNIT SEPARATOR
|
D | KOI8-U.TXT | 63 0x1C 0x001C # FILE SEPARATOR 64 0x1D 0x001D # GROUP SEPARATOR 65 0x1E 0x001E # RECORD SEPARATOR 66 0x1F 0x001F # UNIT SEPARATOR
|