Home
last modified time | relevance | path

Searched defs:addr (Results 301 - 325 of 2695) sorted by relevance

1...<<11121314151617181920>>...108

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_32.c55 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset) in sljit_set_jump_addr() argument
/third_party/skia/src/core/
H A DSkMallocPixelRef.cpp42 void* addr = sk_calloc_canfail(size); in MakeAllocate() local
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/
H A DMemFd.cpp107 void *addr = ::mmap(nullptr, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd_, in mapReadWrite() local
112 bool LinuxMemFd::unmap(void *addr, size_t size) in unmap() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalLinux.hpp68 void *addr = memfd.mapReadWrite(0, allocationSize); variable
/third_party/skia/src/ports/
H A DSkMemory_malloc.cpp64 void* sk_realloc_throw(void* addr, size_t size) { in sk_realloc_throw() argument
/third_party/skia/tests/
H A DMallocPixelRefTest.cpp64 void* addr = static_cast<void*>(new uint8_t[size]); in DEF_TEST() local
85 void* addr = static_cast<void*>(new uint8_t[size]); in DEF_TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DPHITransAddr.h52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr() argument
/third_party/toybox/toys/other/
H A Ddevmem.c23 unsigned long long addr = atolx(toys.optargs[0]), data = 0, map_off, map_len; in devmem_main() local
/third_party/pulseaudio/src/modules/
H A Dmodule-devd-detect.c88 struct sockaddr_un addr = { .sun_family = AF_UNIX }; in pa__init() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dcreate_thread_identity.cc70 static intptr_t RoundUp(intptr_t addr, intptr_t align) { in RoundUp() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Daddress_is_readable.cc72 bool AddressIsReadable(const void *addr) { in AddressIsReadable() argument
/third_party/skia/docs/examples/
H A DBitmap_tryAllocPixels_4.cpp21 char* addr = new char[size]; in REG_FIDDLE() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dmd5.c26 hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_md5_vector() argument
H A Dsha1-prf.c37 const unsigned char *addr[3]; in sha1_prf() local
H A Dsha1-tprf.c37 const unsigned char *addr[5]; in sha1_t_prf() local
H A Dsha1.c26 hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha1_vector() argument
H A Dsha256-kdf.c38 const unsigned char *addr[4]; in hmac_sha256_kdf() local
H A Dsha256-tlsprf.c36 const unsigned char *addr[3]; in tls_prf_sha256() local
H A Dsha256.c26 hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha256_vector() argument
H A Dsha384-internal.c24 int sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha384_vector() argument
H A Dsha384-kdf.c38 const unsigned char *addr[4]; in hmac_sha384_kdf() local
H A Dsha384.c26 hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha384_vector() argument
H A Dsha512-kdf.c38 const unsigned char *addr[4]; in hmac_sha512_kdf() local
H A Dsha512.c26 hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha512_vector() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_iface.c52 Boolean fst_iface_is_connected(struct fst_iface *iface, const u8 *addr, in fst_iface_is_connected() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...108