/third_party/node/deps/v8/src/utils/ |
H A D | utils.h | 277 inline uint32_t ComputeAddressHash(Address address) { in ComputeAddressHash() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_batch.c | 132 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 D | lima_gpu.h | 71 uint32_t address; member
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 1267 uint32_t address = getSlotAddress(insn, idx, c); in storeTo() local [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cs.c | 305 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 D | crocus_batch.c | 124 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 D | nvc0_tex.c | 72 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 D | nvc0_vbo.c | 232 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 D | c_zlib.c | 56 static void zlib_zfree(void *opaque, void *address) in zlib_zfree() argument
|
/third_party/node/deps/uv/src/unix/ |
H A D | ibmi.c | 390 uv_interface_address_t* address; in uv_interface_addresses() local [all...] |
H A D | sunos.c | 764 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 D | module-rygel-media-server.c | 755 const char *address; in compute_url() local
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 478 def address(self): global() member in Listener [all...] |
/third_party/python/Lib/test/ |
H A D | test_asyncore.py | 484 def address(self): member in BaseServer [all...] |
/third_party/openssl/crypto/comp/ |
H A D | c_zlib.c | 56 static void zlib_zfree(void *opaque, void *address) in zlib_zfree() argument
|
/third_party/vk-gl-cts/execserver/tools/ |
H A D | xsTest.cpp | 172 de::SocketAddress address; member in xs::TestContext
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 477 de::SocketAddress address; in createCommLink() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Optimizer.cpp | 82 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 D | SubzeroReactor.cpp | 103 auto address = function->makeVariable(getPointerType(type)); in allocateStackVariable() local [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftdbgmem.c | 93 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 D | macro-assembler-aarch32.cc | 543 uintptr_t address; in Printf() local [all...] |
H A D | operands-aarch32.h | 136 static Operand From(T* address) { in From() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnsafeUtil.java | 254 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 D | message_lite.cc | 68 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 D | wmm_ac.c | 208 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...] |