Searched defs:mem (Results 51 - 75 of 320) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp45 void *mem = InternalAlloc(sizeof(SymbolizedStack)); local
/freebsd-11-stable/contrib/apr/atomic/unix/
H A Dmutex.c77 static APR_INLINE apr_thread_mutex_t *mutex_hash(volatile apr_uint32_t *mem) argument
102 APR_DECLARE(void) apr_atomic_set32(volatile apr_uint32_t *mem, apr_uint32_t val) argument
124 apr_atomic_sub32(volatile apr_uint32_t *mem, apr_uint32_t val) argument
136 apr_atomic_dec32(volatile apr_uint32_t *mem) argument
178 apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) argument
193 apr_atomic_xchgptr(volatile void **mem, void *with) argument
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dauto_array_test.cpp66 void* mem = ::operator new(size); local
67 std::cout << "Allocated 'test_array' object " << mem << "\n"; local
76 void operator delete[](void* mem) argument
78 std::cout << "Releasing 'test_array' object " << mem << "\n"; local
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c114 free_atfork(Void_t* mem, const Void_t *caller) argument
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c438 DRM_AGP_MEM *mem; local
/freebsd-11-stable/sys/arm/arm/
H A Dstdatomic.c590 __sync_lock_test_and_set_4_c(uint32_t *mem, uint32_t val) argument
607 __sync_val_compare_and_swap_4_c(uint32_t *mem, uint32_t expected, uint32_t desired) argument
[all...]
/freebsd-11-stable/sbin/growfs/
H A Ddebug.c100 dbg_dump_hex(struct fs *sb, const char *comment, unsigned char *mem) argument
809 unsigned int *mem, i, j, size; local
/freebsd-11-stable/sys/sys/
H A Dmemdesc.h68 struct memdesc mem; local
80 struct memdesc mem; local
92 struct memdesc mem; local
104 struct memdesc mem; local
116 struct memdesc mem; local
127 struct memdesc mem; local
138 struct memdesc mem; local
149 struct memdesc mem; local
[all...]
/freebsd-11-stable/usr.bin/cmp/
H A Dregular.c155 remmap(u_char *mem, int fd, off_t offset) argument
/freebsd-11-stable/sys/mips/mips/
H A Dstdatomic.c295 do_compare_and_swap_4(uint32_t *mem, uint32_t expected, uint32_t desired) argument
315 __sync_val_compare_and_swap_4(uint32_t *mem, uint32_t expected, uint32_t desired) argument
323 __sync_bool_compare_and_swap_4(uint32_t *mem, uint32_t expected, uint32_t desired) argument
367 __sync_val_compare_and_swap_8(uint64_t *mem, uint64_t expected, uint64_t desired) argument
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c138 kmem_std_constructor(void *mem, int size __unused, void *private, int flags) argument
146 kmem_std_destructor(void *mem, int size __unused, void *private) argument
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_both.c630 static void freelist_insert(SSL_CTX *ctx, int for_read, size_t sz, void *mem) argument
/freebsd-11-stable/sys/dev/le/
H A Dam79900.c144 int error, mem; local
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.c53 i40e_allocate_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem, u32 size) argument
60 i40e_free_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem) argument
69 i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem, argument
129 i40e_free_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem) argument
[all...]
H A Di40e_hmc.c60 struct i40e_dma_mem mem; local
151 struct i40e_dma_mem mem; local
/freebsd-11-stable/sys/dev/ral/
H A Dif_ral_pci.c149 struct resource *mem; member in struct:ral_pci_softc
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp151 llvm::MemoryBuffer *mem = I->second.get<llvm::MemoryBuffer *>(); local
199 llvm::MemoryBuffer *mem = I->second.get<llvm::MemoryBuffer *>(); local
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c221 APU_DECLARE_NONSTD(void) apr_bucket_free(void *mem) argument
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Ddynstr.c193 atf_dynstr_init_raw(atf_dynstr_t *ad, const void *mem, size_t memlen) argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstrings.c340 void *mem; local
/freebsd-11-stable/contrib/gcc/
H A Dcaller-save.c645 rtx mem; local
718 rtx mem; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-rnm-defs.h104 uint64_t mem : 1; /**< Status of MEM block bist. */ member in struct:cvmx_rnm_bist_status::cvmx_rnm_bist_status_s
/freebsd-11-stable/sys/arm64/arm64/
H A Dbusdma_machdep.c317 __bus_dmamap_waitok(bus_dma_tag_t dmat, bus_dmamap_t map, struct memdesc *mem, bus_dmamap_callback_t *callback, void *callback_arg) argument
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_debug.c190 bxe_dump_mem(struct bxe_softc *sc, char *tag, uint8_t *mem, uint32_t len) argument
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_clkmsr.c244 struct resource mem; local

Completed in 291 milliseconds

1234567891011>>