Home
last modified time | relevance | path

Searched refs:ITEM (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Modules/_ctypes/
H A Dmalloc_closure.c29 } ITEM; typedef
31 static ITEM *free_list;
36 ITEM *item; in more_core()
57 count = BLOCKSIZE / sizeof(ITEM); in more_core()
61 item = (ITEM *)VirtualAlloc(NULL, in more_core()
62 count * sizeof(ITEM), in more_core()
68 item = (ITEM *)mmap(NULL, in more_core()
69 count * sizeof(ITEM), in more_core()
80 item, count * (int)sizeof(ITEM), count); in more_core()
109 ITEM *ite
[all...]
/third_party/lz4/lib/
H A Dlz4frame.h528 #define LZ4F_LIST_ERRORS(ITEM) \
529 ITEM(OK_NoError) \
530 ITEM(ERROR_GENERIC) \
531 ITEM(ERROR_maxBlockSize_invalid) \
532 ITEM(ERROR_blockMode_invalid) \
533 ITEM(ERROR_contentChecksumFlag_invalid) \
534 ITEM(ERROR_compressionLevel_invalid) \
535 ITEM(ERROR_headerVersion_wrong) \
536 ITEM(ERROR_blockChecksum_invalid) \
537 ITEM(ERROR_reservedFlag_se
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypePredicateInLoop.js17 for (const ITEM of arg.arr) {
18 if (otherFunc(ITEM, arg)) {
34 var ITEM = _a[_i];
35 if (otherFunc(ITEM, arg)) {
/third_party/python/Objects/
H A Dexceptions.c3501 #define ITEM(NAME) {&_PyExc_##NAME, #NAME} macro
3503 ITEM(BaseException),
3506 ITEM(BaseExceptionGroup),
3507 ITEM(Exception),
3508 ITEM(GeneratorExit),
3509 ITEM(KeyboardInterrupt),
3510 ITEM(SystemExit),
3513 ITEM(ArithmeticError),
3514 ITEM(AssertionError),
3515 ITEM(AttributeErro
3588 #undef ITEM global() macro
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c496 #define ITEM(x) if (priority == RADEON_PRIO_##x) return #x in priority_to_string() macro
497 ITEM(FENCE_TRACE); in priority_to_string()
498 ITEM(SO_FILLED_SIZE); in priority_to_string()
499 ITEM(QUERY); in priority_to_string()
500 ITEM(IB); in priority_to_string()
501 ITEM(DRAW_INDIRECT); in priority_to_string()
502 ITEM(INDEX_BUFFER); in priority_to_string()
503 ITEM(CP_DMA); in priority_to_string()
504 ITEM(BORDER_COLORS); in priority_to_string()
505 ITEM(CONST_BUFFE in priority_to_string()
521 #undef ITEM priority_to_string() macro
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A 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(CreateComputePipeline
71 #define ITEM global() macro
73 #undef ITEM global() macro
405 #define ITEM get_vk_device() macro
407 #undef ITEM get_vk_device() macro
[all...]
/third_party/alsa-utils/alsamixer/
H A 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()
H A Dproc_files.c34 static ITEM *items[7];
40 ITEM *item; in on_handle_key()
/third_party/nghttp2/lib/
H A Dsfparse.c60 #define SF_STATE_ITEM_AFTER SF_SET_STATE_AFTER(ITEM)
61 #define SF_STATE_ITEM_BEFORE_PARAMS SF_SET_STATE_BEFORE_PARAMS(ITEM)
62 #define SF_STATE_ITEM_INNER_LIST_BEFORE SF_SET_STATE_INNER_LIST_BEFORE(ITEM)
/third_party/node/deps/nghttp2/lib/
H A Dsfparse.c60 #define SF_STATE_ITEM_AFTER SF_SET_STATE_AFTER(ITEM)
61 #define SF_STATE_ITEM_BEFORE_PARAMS SF_SET_STATE_BEFORE_PARAMS(ITEM)
62 #define SF_STATE_ITEM_INNER_LIST_BEFORE SF_SET_STATE_INNER_LIST_BEFORE(ITEM)
/third_party/mbedtls/docs/architecture/psa-migration/
H A Dsyms.sh71 for ITEM in $ITEMS_TO_CHECK; do
72 list $ITEM
/third_party/python/Include/internal/
H A Dpycore_hashtable.h21 #define _Py_SLIST_ITEM_NEXT(ITEM) (((_Py_slist_item_t *)ITEM)->next)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMeasureUnit.java1000 public static final MeasureUnit ITEM = MeasureUnit.internalGetInstance("concentr", "item"); field in MeasureUnit
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMeasureUnitTest.java280 {"ITEM", "70"},
2108 MeasureUnit.ITEM, in TestCompatible70()
2305 MeasureUnit.ITEM, in TestCompatible72()

Completed in 18 milliseconds