Home
last modified time | relevance | path

Searched refs:ITEM (Results 1 – 25 of 33) sorted by relevance

12

/third_party/python/Modules/_ctypes/
Dmalloc_closure.c28 } 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/
Dhash.cpp33 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/
Dlz4frame.h511 #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/
Dgstalsa.c722 #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/
DtypePredicateInLoop.js17 for (const ITEM of arg.arr) {
18 if (otherFunc(ITEM, arg)) {
34 var ITEM = _a[_i];
35 if (otherFunc(ITEM, arg)) {
DtypePredicateInLoop.types39 for (const ITEM of arg.arr) {
40 >ITEM : Type
45 if (otherFunc(ITEM, arg)) {
46 >otherFunc(ITEM, arg) : void
48 >ITEM : Type
DtypePredicateInLoop.symbols46 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))
DtypePredicateInLoop.errors.txt20 for (const ITEM of arg.arr) {
21 if (otherFunc(ITEM, arg)) {
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c503 #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/
Dhelpers.cpp51 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/
Dcard_select.c45 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()
Dproc_files.c34 static ITEM *items[7];
40 ITEM *item; in on_handle_key()
/third_party/libxml2/result/XPath/tests/
Dusr1check3 Expression: //ITEM[1]
6 1 ELEMENT ITEM
/third_party/typescript/tests/cases/compiler/
DtypePredicateInLoop.ts16 for (const ITEM of arg.arr) { constant
17 if (otherFunc(ITEM, arg)) {
/third_party/python/Include/internal/
Dpycore_hashtable.h21 #define _Py_SLIST_ITEM_NEXT(ITEM) (((_Py_slist_item_t *)ITEM)->next) argument
/third_party/libxml2/test/XPath/tests/
Dusr1check1 //ITEM[1]
/third_party/libsnd/cmake/
DCMakeAutoGenScript.cmake156 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/
Den-words.txt5560 ITEM
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt5560 ITEM
/third_party/skia/third_party/externals/icu/source/data/unidata/norm2/
Duts46.txt3580 32A0 >9805 # 1.1 CIRCLED IDEOGRAPH ITEM
/third_party/icu/icu4c/source/data/unidata/norm2/
Duts46.txt3580 32A0 >9805 # 1.1 CIRCLED IDEOGRAPH ITEM
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/norm2/
Duts46.txt3523 32A0 >9805 # 1.1 CIRCLED IDEOGRAPH ITEM
/third_party/boost/libs/spirit/workbench/unicode/
DUnicodeData.txt10621 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
DUnicodeData.txt10621 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/
DUnicodeData.txt11788 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;

12