/third_party/python/Modules/_ctypes/ |
D | malloc_closure.c | 28 } ITEM; typedef 30 static ITEM *free_list; 35 ITEM *item; in more_core() 56 count = BLOCKSIZE / sizeof(ITEM); in more_core() 60 item = (ITEM *)VirtualAlloc(NULL, in more_core() 61 count * sizeof(ITEM), in more_core() 67 item = (ITEM *)mmap(NULL, in more_core() 68 count * sizeof(ITEM), in more_core() 79 item, count * (int)sizeof(ITEM), count); in more_core() 104 ITEM *item = (ITEM *)p; in Py_ffi_closure_free() [all …]
|
/third_party/boost/tools/build/src/engine/ |
D | hash.cpp | 33 typedef struct item ITEM; typedef 36 ITEM * next; 49 ITEM * * base; 62 ITEM * free; /* free list of items */ 89 #define hash_item_data(item) ((HASHDATA *)((char *)item + sizeof(ITEM))) 93 #define ALIGNED(x) ((x + sizeof(ITEM) - 1) & ~(sizeof(ITEM) - 1)) 108 hp->items.size = sizeof( ITEM ) + ALIGNED( datalen ); in hashinit() 126 static ITEM * hash_search( struct hash * hp, unsigned int keyval, in hash_search() 127 OBJECT * keydata, ITEM * * previous ) in hash_search() 129 ITEM * i = *hash_bucket( hp, keyval ); in hash_search() [all …]
|
/third_party/lz4/lib/ |
D | lz4frame.h | 511 #define LZ4F_LIST_ERRORS(ITEM) \ argument 512 ITEM(OK_NoError) \ 513 ITEM(ERROR_GENERIC) \ 514 ITEM(ERROR_maxBlockSize_invalid) \ 515 ITEM(ERROR_blockMode_invalid) \ 516 ITEM(ERROR_contentChecksumFlag_invalid) \ 517 ITEM(ERROR_compressionLevel_invalid) \ 518 ITEM(ERROR_headerVersion_wrong) \ 519 ITEM(ERROR_blockChecksum_invalid) \ 520 ITEM(ERROR_reservedFlag_set) \ [all …]
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsa.c | 722 #define ITEM(x, y) \ macro 726 ITEM (MONO, MONO), 727 ITEM (FL, FRONT_LEFT), 728 ITEM (FR, FRONT_RIGHT), 729 ITEM (FC, FRONT_CENTER), 730 ITEM (RL, REAR_LEFT), 731 ITEM (RR, REAR_RIGHT), 732 ITEM (RC, REAR_CENTER), 733 ITEM (LFE, LFE1), 734 ITEM (SL, SIDE_LEFT), [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | typePredicateInLoop.js | 17 for (const ITEM of arg.arr) { 18 if (otherFunc(ITEM, arg)) { 34 var ITEM = _a[_i]; 35 if (otherFunc(ITEM, arg)) {
|
D | typePredicateInLoop.types | 39 for (const ITEM of arg.arr) { 40 >ITEM : Type 45 if (otherFunc(ITEM, arg)) { 46 >otherFunc(ITEM, arg) : void 48 >ITEM : Type
|
D | typePredicateInLoop.symbols | 46 for (const ITEM of arg.arr) { 47 >ITEM : Symbol(ITEM, Decl(typePredicateInLoop.ts, 15, 14)) 52 if (otherFunc(ITEM, arg)) { 54 >ITEM : Symbol(ITEM, Decl(typePredicateInLoop.ts, 15, 14))
|
D | typePredicateInLoop.errors.txt | 20 for (const ITEM of arg.arr) { 21 if (otherFunc(ITEM, arg)) {
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 503 #define ITEM(x) [RADEON_PRIO_##x] = #x in priority_to_string() macro 505 ITEM(FENCE), in priority_to_string() 506 ITEM(TRACE), in priority_to_string() 507 ITEM(SO_FILLED_SIZE), in priority_to_string() 508 ITEM(QUERY), in priority_to_string() 509 ITEM(IB1), in priority_to_string() 510 ITEM(IB2), in priority_to_string() 511 ITEM(DRAW_INDIRECT), in priority_to_string() 512 ITEM(INDEX_BUFFER), in priority_to_string() 513 ITEM(CP_DMA), in priority_to_string() [all …]
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 51 ITEM(CreateInstance)\ 52 ITEM(DestroyInstance)\ 53 ITEM(EnumeratePhysicalDevices)\ 54 ITEM(GetPhysicalDeviceProperties2)\ 55 ITEM(CreateDevice)\ 56 ITEM(DestroyDevice)\ 57 ITEM(CreateShaderModule)\ 58 ITEM(DestroyShaderModule)\ 59 ITEM(CreateGraphicsPipelines)\ 60 ITEM(CreateComputePipelines)\ [all …]
|
/third_party/alsa-utils/alsamixer/ |
D | card_select.c | 45 static ITEM **items; 47 static ITEM *initial_item; 51 ITEM *item = current_item(menu); in on_key_enter() 162 ITEM *item; in create_list_items() 165 items = ccalloc(cards + 1, sizeof(ITEM*)); in create_list_items()
|
D | proc_files.c | 34 static ITEM *items[7]; 40 ITEM *item; in on_handle_key()
|
/third_party/libxml2/result/XPath/tests/ |
D | usr1check | 3 Expression: //ITEM[1] 6 1 ELEMENT ITEM
|
/third_party/typescript/tests/cases/compiler/ |
D | typePredicateInLoop.ts | 16 for (const ITEM of arg.arr) { constant 17 if (otherFunc(ITEM, arg)) {
|
/third_party/python/Include/internal/ |
D | pycore_hashtable.h | 21 #define _Py_SLIST_ITEM_NEXT(ITEM) (((_Py_slist_item_t *)ITEM)->next) argument
|
/third_party/libxml2/test/XPath/tests/ |
D | usr1check | 1 //ITEM[1]
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 156 function(stack_pop STACK_ARG ITEM) 169 set(${ITEM} "${LAST_ITEM_LIST}" PARENT_SCOPE) 173 function(stack_top STACK_ARG ITEM) 185 set(${ITEM} "${LAST_ITEM_LIST}" PARENT_SCOPE)
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 5560 ITEM
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 5560 ITEM
|
/third_party/skia/third_party/externals/icu/source/data/unidata/norm2/ |
D | uts46.txt | 3580 32A0 >9805 # 1.1 CIRCLED IDEOGRAPH ITEM
|
/third_party/icu/icu4c/source/data/unidata/norm2/ |
D | uts46.txt | 3580 32A0 >9805 # 1.1 CIRCLED IDEOGRAPH ITEM
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/norm2/ |
D | uts46.txt | 3523 32A0 >9805 # 1.1 CIRCLED IDEOGRAPH ITEM
|
/third_party/boost/libs/spirit/workbench/unicode/ |
D | UnicodeData.txt | 10621 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;
|
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/ |
D | UnicodeData.txt | 10621 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | UnicodeData.txt | 11788 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;
|