Home
last modified time | relevance | path

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

12

/external/lz4/lib/
Dlz4frame.h448 #define LZ4F_LIST_ERRORS(ITEM) \ argument
449 ITEM(OK_NoError) \
450 ITEM(ERROR_GENERIC) \
451 ITEM(ERROR_maxBlockSize_invalid) \
452 ITEM(ERROR_blockMode_invalid) \
453 ITEM(ERROR_contentChecksumFlag_invalid) \
454 ITEM(ERROR_compressionLevel_invalid) \
455 ITEM(ERROR_headerVersion_wrong) \
456 ITEM(ERROR_blockChecksum_invalid) \
457 ITEM(ERROR_reservedFlag_set) \
[all …]
/external/python/cpython2/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 * sizeof(ITEM), count); in more_core()
94 ITEM *item = (ITEM *)p; in ffi_closure_free()
[all …]
/external/python/cpython3/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 * sizeof(ITEM), count); in more_core()
94 ITEM *item = (ITEM *)p; in ffi_closure_free()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c430 #define ITEM(x) [RADEON_PRIO_##x] = #x in priority_to_string() macro
432 ITEM(FENCE), in priority_to_string()
433 ITEM(TRACE), in priority_to_string()
434 ITEM(SO_FILLED_SIZE), in priority_to_string()
435 ITEM(QUERY), in priority_to_string()
436 ITEM(IB1), in priority_to_string()
437 ITEM(IB2), in priority_to_string()
438 ITEM(DRAW_INDIRECT), in priority_to_string()
439 ITEM(INDEX_BUFFER), in priority_to_string()
440 ITEM(VCE), in priority_to_string()
[all …]
/external/libxml2/result/XPath/tests/
Dusr1check3 Expression: //ITEM[1]
6 1 ELEMENT ITEM
/external/tensorflow/tensorflow/tools/ci_build/
Dci_parameterized_build.sh394 for ITEM in "${ITEMS[@]}"; do
395 if [[ ${ITEM} == *"--test_tag_filters="* ]]; then
396 NEW_ITEM="${ITEM}"
406 EXTRA_ARGS="${EXTRA_ARGS} ${ITEM}"
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq.hpp474 template<typename ITEM = element_type>
475 typename std::enable_if<std::is_default_constructible<ITEM>::value, ITEM>::type sum() const { in sum()
476 ITEM seed{}; in sum()
/external/python/cpython3/Modules/
Dhashtable.h16 #define _Py_SLIST_ITEM_NEXT(ITEM) (((_Py_slist_item_t *)ITEM)->next) argument
/external/libxml2/test/XPath/tests/
Dusr1check1 //ITEM[1]
/external/python/cpython3/Include/
Dmetagrammar.h12 #define ITEM 260 macro
/external/python/cpython2/Include/
Dmetagrammar.h12 #define ITEM 260 macro
/external/python/cpython3/Parser/
Dpgen.c241 REQ(n, ITEM); in compile_alt()
246 REQ(n, ITEM); in compile_alt()
259 REQ(n, ITEM); in compile_item()
/external/python/cpython2/Parser/
Dpgen.c242 REQ(n, ITEM); in compile_alt()
247 REQ(n, ITEM); in compile_alt()
260 REQ(n, ITEM); in compile_item()
/external/u-boot/scripts/kconfig/
Dnconf.c269 static ITEM *curses_menu_items[MAX_MENU_ITEMS];
595 ITEM *cur; in item_tag()
612 ITEM *cur; in item_data()
Dnconf.gui.c255 ITEM *btns[btn_num+1]; in btn_dialog()
/external/cldr/tools/java/org/unicode/cldr/draft/
DScriptData.txt667 U+32A0 ( ㊠ ) CIRCLED IDEOGRAPH ITEM
DCategories.txt11310 32A0 So Symbol Ideograph Circled CIRCLED IDEOGRAPH ITEM
/external/icu/icu4c/source/data/unidata/norm2/
Duts46.txt3523 32A0 >9805 # 1.1 CIRCLED IDEOGRAPH ITEM
/external/cldr/common/uca/
Dallkeys_DUCET.txt24846 32A0 ; [.FB41.0020.0006.32A0][.9805.0000.0000.32A0] # CIRCLED IDEOGRAPH ITEM
Dallkeys_CLDR.txt31703 32A0 ; [.FB41.0020.0006][.9805.0000.0000] # CIRCLED IDEOGRAPH ITEM
DUCA_Rules.txt29381 <<< ㊠ # 1.1 [Hani/So] [FB41.0020.0006] [9805.0000.0000] U+32A0 CIRCLED IDEOGRAPH ITEM
DFractionalUCA.txt61201 32A0; [U+9805, 1B] # Zyyy So [FB41.0020.0006][9805.0000.0000] * CIRCLED IDEOGRAPH ITEM
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DUnicodeData.txt11744 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DUnicodeData.txt11744 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;
/external/icu/icu4c/source/data/unidata/
DUnicodeData.txt11744 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;

12