Home
last modified time | relevance | path

Searched refs:used (Results 726 - 750 of 869) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/musl/
H A Dconfigure28 --build=BUILD build system type; used only to infer cross-compiling
499 # Modern GCC wants to put DWARF tables (used for debugging and
/third_party/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm278 ;; (*) It should be noted that B6 is used as input to MPY32U in
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.h120 // Struct used for correlating uniforms/elements of uniform arrays to handles
128 // If used is false, it means this location is only used to fill an empty space in an array,
131 bool used() const { return (index != kUnused); } in used() function
152 // Currently used by CHROMIUM_path_rendering
410 // uniforms in GLES3.1+. It is used to pre-set the location of uniforms.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp353 if (location.used() && !location.ignored) in initDefaultUniformLayoutMapping()
824 // current uniform buffer is still the same buffer we last time used and buffer has not been in onProgramBind()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
H A Dmain.go15 // run-cts is a tool used to run the WebGPU CTS using the Dawn module for NodeJS
58 run-cts is a tool used to run the WebGPU CTS using the Dawn module for NodeJS
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js83 /a/lib/lib.d.ts (used version)
H A Dexport.js83 /a/lib/lib.d.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js91 /a/lib/lib.d.ts (used version)
H A Dexports.js91 /a/lib/lib.d.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js83 /a/lib/lib.d.ts (used version)
H A Dexport.js83 /a/lib/lib.d.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js91 /a/lib/lib.d.ts (used version)
H A Dexports.js91 /a/lib/lib.d.ts (used version)
/third_party/python/Lib/test/
H A Dtest_tokenize.py1012 allowed encoding for the comment is 'utf-8'. The text file used in
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_common.c201 decrypted->used -= pad; in wps_decrypt_encr_settings()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_common.c201 decrypted->used -= pad; in wps_decrypt_encr_settings()
/third_party/vulkan-loader/loader/
H A Dunknown_ext_chain_gas_x86.S22 # This code is used to pass on device (including physical device) extensions through the call chain. It must do this without
H A Dunknown_ext_chain_masm.asm22 ; This code is used to pass on device (including physical device) extensions through the call chain. It must do this without
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c82 /* This is probably far to big but it reflects the max size used for messages
558 /* The pipeline cache UUID is used for determining when a pipeline cache is in anv_physical_device_init_uuids()
2501 * (currently used for X). in anv_GetPhysicalDeviceProperties2()
2776 VkDeviceSize heap_used = device->memory.heaps[i].used; in anv_get_memory_budget()
3233 * engine-based contexts, the bottom 6 bits of exec_flags are used in anv_CreateDevice()
3345 * sure that any such color used at any point in the program doesn't in anv_CreateDevice()
3802 uint64_t mem_heap_used = p_atomic_read(&mem_heap->used); in anv_AllocateMemory()
4020 mem_heap_used = p_atomic_add_return(&mem_heap->used, mem->bo->size); in anv_AllocateMemory()
4022 p_atomic_add(&mem_heap->used, -mem->bo->size); in anv_AllocateMemory()
4128 p_atomic_add(&device->physical->memory.heaps[mem->type->heapIndex].used, in anv_FreeMemory()
[all...]
/third_party/libfuse/lib/
H A Dfuse.c104 int used; member
432 slab->used = 0; in alloc_slab()
458 slab->used++; in alloc_node()
486 slab->used--; in free_node_mem()
487 if (slab->used) { in free_node_mem()
2967 /* we have hidden the node so now check again under a lock in case it is not used any more */ in fuse_lib_unlink()
/third_party/python/Objects/
H A Ddictobject.c46 NOTE: Since negative value is used for DKIX_EMPTY and DKIX_DUMMY, type of
47 dk_indices entry is signed integer and int16 is used for table which
99 To preserve the order in a split table, a bit vector is used to record the
231 equally good collision statistics, needed less code & used less memory.
239 /*Global counter used to set ma_version_tag field of dictionary.
428 * This can be used to reserve enough size to insert n entries without
439 * Currently set to used*3.
444 * GROWTH_RATE was set to used*4 up to version 3.2.
445 * GROWTH_RATE was set to used*2 in version 3.3.0
446 * GROWTH_RATE was set to used*
717 new_dict(PyDictKeysObject *keys, PyDictValues *values, Py_ssize_t used, int free_values_on_failure) new_dict() argument
5406 Py_ssize_t used = 0; make_dict_from_instance_attributes() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
H A Dsample_media_ai.c1099 * Set user interface timing information, used to configure clock source, in SampleCommVoStartDevMipi()
1744 self->used |= MPP_VI; in ViVpssCreate()
1745 self->used |= MPP_VPSS; in ViVpssCreate()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/
H A Dsample_lcd.c1065 * Set user interface timing information, used to configure clock source, in SampleCommVoStartDevMipi()
1716 self->used |= MPP_VI; in ViVpssCreate()
1717 self->used |= MPP_VPSS; in ViVpssCreate()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_neon.S48 @ and q0-q7 are used as scratch registers.
151 @ and d0-d7 are used as scratch registers.
/third_party/ffmpeg/libavcodec/
H A Daacenc.c346 /* ms_mask can be used for other purposes in PNS and I/S, in apply_mid_side_stereo()
611 /* Only the lowest 12 coefficients are used in a LFE channel. in aac_encode_frame()
613 * being used for 11.025kHz to 16kHz sample rates. in aac_encode_frame()
709 memset(sce->ics.ltp.used, 0, sizeof(sce->ics.ltp.used)); in aac_encode_frame()

Completed in 48 milliseconds

1...<<21222324252627282930>>...35