/third_party/python/Modules/_ctypes/ |
H A D | malloc_closure.c | 29 } 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 D | lz4frame.h | 528 #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 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)) {
|
/third_party/python/Objects/ |
H A D | exceptions.c | 3501 #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 D | si_debug.c | 496 #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 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(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 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()
|
H A D | proc_files.c | 34 static ITEM *items[7]; 40 ITEM *item; in on_handle_key()
|
/third_party/nghttp2/lib/ |
H A D | sfparse.c | 60 #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 D | sfparse.c | 60 #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 D | syms.sh | 71 for ITEM in $ITEMS_TO_CHECK; do 72 list $ITEM
|
/third_party/python/Include/internal/ |
H A D | pycore_hashtable.h | 21 #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 D | MeasureUnit.java | 1000 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 D | MeasureUnitTest.java | 280 {"ITEM", "70"}, 2108 MeasureUnit.ITEM, in TestCompatible70() 2305 MeasureUnit.ITEM, in TestCompatible72()
|