Home
last modified time | relevance | path

Searched defs:address (Results 276 - 300 of 512) sorted by relevance

1...<<1112131415161718192021

/third_party/node/deps/v8/src/utils/
H A Dutils.h277 inline uint32_t ComputeAddressHash(Address address) { in ComputeAddressHash() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c132 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address) in decode_get_bo() argument
156 decode_get_state_size(void *v_batch, uint64_t address, UNUSED uint64_t base_address) decode_get_state_size() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_gpu.h71 uint32_t address; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1267 uint32_t address = getSlotAddress(insn, idx, c); in storeTo() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c305 panvk_per_arch(emit_ubo)(mali_ptr address, size_t size, void *desc) in emit_ubo() argument
354 mali_ptr address = panvk_buffer_gpu_ptr(bdesc->buffer, in emit_ubos() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.c124 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address) in decode_get_bo() argument
147 decode_get_state_size(void *v_batch, uint64_t address, in decode_get_state_size() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c72 uint64_t address; in gm107_create_texture_view() local
284 uint64_t address; in gf100_create_texture_view() local
456 uint64_t address = res->address; nvc0_update_tic() local
961 uint64_t address; nve4_set_surface_info() local
1081 nvc0_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, uint64_t address, int width, int height, int depth) nvc0_set_surface_info() argument
1140 uint64_t address = 0; nvc0_validate_suf() local
[all...]
H A Dnvc0_vbo.c232 uint64_t address[PIPE_MAX_ATTRIBS]; in nvc0_update_user_vbufs() local
284 uint64_t address; in nvc0_update_user_vbufs_shared() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dc_zlib.c56 static void zlib_zfree(void *opaque, void *address) in zlib_zfree() argument
/third_party/node/deps/uv/src/unix/
H A Dibmi.c390 uv_interface_address_t* address; in uv_interface_addresses() local
[all...]
H A Dsunos.c764 static int uv__set_phys_addr(uv_interface_address_t* address, in uv__set_phys_addr() argument
819 uv_interface_address_t* address; uv_interface_addresses() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c755 const char *address; in compute_url() local
/third_party/python/Lib/multiprocessing/
H A Dconnection.py478 def address(self): global() member in Listener
[all...]
/third_party/python/Lib/test/
H A Dtest_asyncore.py484 def address(self): member in BaseServer
[all...]
/third_party/openssl/crypto/comp/
H A Dc_zlib.c56 static void zlib_zfree(void *opaque, void *address) in zlib_zfree() argument
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp172 de::SocketAddress address; member in xs::TestContext
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp477 de::SocketAddress address; in createCommLink() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DOptimizer.cpp82 Ice::Operand *address; member
150 Ice::Operand *address = alloca->getDest(); in propagateAlloca() local
228 Ice::Operand *address = alloca->getDest(); performScalarReplacementOfAggregates() local
338 Ice::Operand *address = alloca.getDest(); eliminateUnitializedLoads() local
414 Ice::Operand *address = inst.getStoreAddress(); optimizeSingleBasicBlockLoadsStores() local
650 allocaOf(Ice::Operand *address) allocaOf() argument
[all...]
H A DSubzeroReactor.cpp103 auto address = function->makeVariable(getPointerType(type)); in allocateStackVariable() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c93 FT_Byte* address; member
463 ft_mem_table_set( FT_MemTable table, FT_Byte* address, FT_Long size, FT_Long delta ) ft_mem_table_set() argument
562 ft_mem_table_remove( FT_MemTable table, FT_Byte* address, FT_Long delta ) ft_mem_table_remove() argument
[all...]
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc543 uintptr_t address; in Printf() local
[all...]
H A Doperands-aarch32.h136 static Operand From(T* address) { in From() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java254 static byte getByte(long address) { in getByte() argument
258 static void putByte(long address, byte value) { in putByte() argument
262 static int getInt(long address) { in getInt() argument
266 static void putInt(long address, int value) { in putInt() argument
270 static long getLong(long address) { in getLong() argument
274 putLong(long address, long value) putLong() argument
597 getByte(long address) getByte() argument
599 putByte(long address, byte value) putByte() argument
601 getInt(long address) getInt() argument
603 putInt(long address, int value) putInt() argument
605 getLong(long address) getLong() argument
607 putLong(long address, long value) putLong() argument
623 getByte(long address) getByte() argument
628 putByte(long address, byte value) putByte() argument
633 getInt(long address) getInt() argument
638 putInt(long address, int value) putInt() argument
643 getLong(long address) getLong() argument
648 putLong(long address, long value) putLong() argument
715 getByte(long address) getByte() argument
720 putByte(long address, byte value) putByte() argument
725 getInt(long address) getInt() argument
730 putInt(long address, int value) putInt() argument
735 getLong(long address) getLong() argument
740 putLong(long address, long value) putLong() argument
826 smallAddress(long address) smallAddress() argument
835 getByte(long address) getByte() argument
840 putByte(long address, byte value) putByte() argument
845 getInt(long address) getInt() argument
850 putInt(long address, int value) putInt() argument
855 getLong(long address) getLong() argument
860 putLong(long address, long value) putLong() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc68 std::uintptr_t address = reinterpret_cast<std::uintptr_t>(this); in DebugString() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwmm_ac.c208 wmm_ac_send_delts(struct wpa_supplicant *wpa_s, const struct wmm_tspec_element *tspec, const u8 *address) wmm_ac_send_delts() argument
263 wmm_ac_build_addts_req(struct wpa_supplicant *wpa_s, const struct wmm_ac_ts_setup_params *params, const u8 *address) wmm_ac_build_addts_req() argument
[all...]

Completed in 28 milliseconds

1...<<1112131415161718192021