Searched defs:chunk (Results 1 - 25 of 129) sorted by relevance

123456

/freebsd-12-stable/sys/riscv/riscv/
H A Ddump_machdep.c53 dumpsys_map_chunk(vm_paddr_t pa, size_t chunk, void **va) argument
/freebsd-12-stable/sys/x86/x86/
H A Ddump_machdep.c47 dumpsys_map_chunk(vm_paddr_t pa, size_t chunk, void **va) argument
/freebsd-12-stable/contrib/vis/
H A Dfoldit.c45 foldit(const char *chunk, int col, int max, int flags) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Deol.c43 apr_uintptr_t chunk = *(const apr_uintptr_t *)buf; local
/freebsd-12-stable/sys/arm/arm/
H A Ddump_machdep.c72 dumpsys_map_chunk(vm_paddr_t pa, size_t chunk, void **va) argument
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dobjalloc.c89 struct objalloc_chunk *chunk; local
134 struct objalloc_chunk *chunk; local
150 struct objalloc_chunk *chunk; local
[all...]
H A Dobstack.c145 register struct _obstack_chunk *chunk; /* points to new chunk */ local
190 register struct _obstack_chunk *chunk; /* points to new chunk */ local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/whrlpool/
H A Dwp_dgst.c72 size_t chunk = ((size_t)1) << (sizeof(size_t) * 8 - 4); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp86 ValueObjectSP chunk; local
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dobjalloc.c89 struct objalloc_chunk *chunk; local
141 struct objalloc_chunk *chunk; local
157 struct objalloc_chunk *chunk; local
[all...]
H A Dobstack.c145 register struct _obstack_chunk *chunk; /* points to new chunk */ local
190 register struct _obstack_chunk *chunk; /* points to new chunk */ local
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp51 AsanChunkView chunk = FindHeapChunkByAddress(addr); local
H A Dasan_memory_profile.cpp98 static void ChunkCallback(uptr chunk, void *arg) { argument
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h61 void append(enum sched_type sched, kmp_int32 chunk, kmp_hier_layer_e layer) { argument
[all...]
/freebsd-12-stable/contrib/gcclibs/libgomp/
H A Diter.c151 long start, end, chunk, left; local
187 long start, end, nend, chunk, incr; local
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dicm.h65 struct mlx4_icm_chunk *chunk; member in struct:mlx4_icm_iter
[all...]
/freebsd-12-stable/sys/x86/isa/
H A Dorm.c89 u_int32_t chunk = IOMEM_START; local
/freebsd-12-stable/stand/common/
H A Dmisc.c101 size_t chunk, resid; local
/freebsd-12-stable/stand/libofw/
H A Dofw_copy.c139 size_t resid, chunk, get; local
/freebsd-12-stable/crypto/openssl/apps/
H A Drand.c102 int chunk; local
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c187 size_t chunk = want > chunk_max ? chunk_max : want; local
/freebsd-12-stable/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c112 size_t chunk; local
/freebsd-12-stable/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c67 int num_to_send = DEFAULT_NUM, chunk; local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h42 CompactPtrT chunk = c->chunks[--c->count]; local
57 CompactPtrT chunk = allocator->PointerToCompactPtr( local
/freebsd-12-stable/contrib/serf/buckets/
H A Dchunk_buckets.c37 serf_bucket_t *chunk; member in struct:__anon6933
[all...]

Completed in 139 milliseconds

123456