/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_gather.c | 51 LLVMValueRef base_ptr, in lp_build_gather_elem_ptr() 86 LLVMValueRef base_ptr, in lp_build_gather_elem() 170 LLVMValueRef base_ptr, in lp_build_gather_elem_vec() 282 LLVMValueRef base_ptr, in lp_build_gather_avx2() 413 LLVMValueRef base_ptr, in lp_build_gather()
|
H A D | lp_bld_format_s3tc.c | 226 LLVMValueRef base_ptr, in lp_build_gather_s3tc() 2038 LLVMValueRef base_ptr, in compressed_fetch_cached() 2191 LLVMValueRef base_ptr, in lp_build_fetch_s3tc_rgba_aos() 2325 LLVMValueRef base_ptr, in lp_build_gather_rgtc() 2556 LLVMValueRef base_ptr, in lp_build_fetch_rgtc_rgba_aos()
|
H A D | lp_bld_format_soa.c | 419 LLVMValueRef base_ptr, in lp_build_fetch_rgba_soa() 1017 LLVMValueRef base_ptr, in lp_build_store_rgba_soa()
|
H A D | lp_bld_format_aos_array.c | 56 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos_array()
|
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/internal/ |
H A D | MemoryTest.java | 38 long base_ptr = runtime.addressOf(array); in testSetIntArray() local 79 long base_ptr = runtime.addressOf(array); in testSetLongArray() local 117 long base_ptr = runtime.addressOf(array); in testSetShortArray() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/io/ |
H A D | MemoryTest.java | 37 long base_ptr = runtime.addressOf(array); in testSetIntArray() local 78 long base_ptr = runtime.addressOf(array); in testSetLongArray() local 116 long base_ptr = runtime.addressOf(array); in testSetShortArray() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | hlo_to_ir_bindings.cc | 101 llvm::Value* base_ptr) { in EmitGetTupleElement() 176 llvm::Value* base_ptr = GetBasePointer(hlo, shape_index); in GetIrArray() local
|
H A D | precompiled_kernels.cc | 159 se::DeviceMemoryBase base_ptr, int stride_bytes, int n, in MakeBatchPointers()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/ |
H A D | addressing.hpp | 164 T *base_ptr, size_t ld_row, size_t ld_col, in fill_pointer_array() 193 T *base_ptr, size_t ld_row, size_t ld_col, in fill_pointer_array_generic_kernel()
|
H A D | addressing.cpp | 42 auto base_ptr = reinterpret_cast<char *>(base_ptr_raw); in fill_pointer_array() local 101 auto base_ptr = reinterpret_cast<char *>(base_ptr_raw); in fill_pointer_array_generic_kernel() local
|
/aosp_15_r20/external/pigweed/pw_allocator/ |
H A D | unique_ptr_test.cc | 93 pw::UniquePtr<Base> base_ptr(std::move(ptr)); in TEST_F() local 110 pw::UniquePtr<Base> base_ptr = std::move(ptr); in TEST_F() local
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | unstarted_runtime_test.cc | 174 const uint8_t* base_ptr = base_array; in TEST_F() local 194 const uint8_t* base_ptr = base_array; in TEST_F() local 217 const uint8_t* base_ptr = base_array; in TEST_F() local 240 const uint8_t* base_ptr = base_array; in TEST_F() local
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | imd_cbmem-test.c | 459 void *base_ptr = NULL; in test_cbmem_add_bootmem() local 491 void *base_ptr = NULL; in test_cbmem_get_region() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/btf/ |
D | types.rs | 204 let base_ptr = unsafe { localVariable 366 let base_ptr = t.ty as *const libbpf_sys::btf_type; in try_from() localVariable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | MemoryAccess.cuh | 165 __device__ aligned_vector<scalar_t, vec_size> load_vector(const scalar_t *base_ptr, uint32_t offset… in load_vector() 172 __device__ aligned_vector<bool, vec_size> load_vector(const bool *base_ptr, uint32_t offset) { in load_vector()
|
/aosp_15_r20/test/vts/vndk_utils/library/vtable/testing/ |
H A D | test-vtable.cpp | 43 void dummy_init() { VirtualBase *base_ptr = new ConcreteDerived(); } in dummy_init() local
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9558/ |
H A D | poc.cpp | 67 uint8_t *base_ptr = (uint8_t *)(p_t2t->lockbyte + RW_T1T_MAX_LOCK_BYTES); in main() local
|
/aosp_15_r20/art/imgdiag/ |
H A D | imgdiag.cc | 636 const uint8_t* base_ptr, in DiffEntryContents() 951 const uint8_t* base_ptr, in DiffEntryContents() 1182 const uint8_t* base_ptr = begin_image_ptr; in ProcessRegion() local 1214 const uint8_t* base_ptr, in DiffDirtyEntries()
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | cxx_exprs.h | 10 Base *base_ptr; variable
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | android_je_iterate.c | 67 uintptr_t base_ptr = (uintptr_t)extent_addr_get(extent); in je_malloc_iterate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
H A D | tf_cpurt.h | 40 MemrefTensorBuffer(void* base_ptr, void* data, size_t size, bool owner) in MemrefTensorBuffer()
|
H A D | tf_jitrt.h | 49 MemrefTensorBuffer(void* base_ptr, void* data, size_t size, bool owner) in MemrefTensorBuffer()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_context.c | 1119 const void *base_ptr, in draw_set_mapped_texture() 1141 const void *base_ptr, in draw_set_mapped_image()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | code_sink.cpp | 175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | code_sink.cpp | 175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
|