Searched defs:chunk (Results 26 - 50 of 118) sorted by relevance

12345

/openbsd-current/lib/libcrypto/evp/
H A De_cast.c89 size_t chunk = LONG_MAX & ~0xff; local
107 size_t chunk = LONG_MAX & ~0xff; local
145 size_t chunk = LONG_MAX & ~0xff; local
[all...]
H A De_sm4.c96 size_t chunk = EVP_MAXCHUNK; local
[all...]
H A De_des.c120 size_t chunk = LONG_MAX & ~0xff; local
139 size_t chunk = LONG_MAX & ~0xff; local
158 size_t chunk = LONG_MAX & ~0xff; local
180 size_t chunk = LONG_MAX / 8; local
209 size_t chunk = LONG_MAX & ~0xff; local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
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...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dbigcore.c238 struct list *chunk = malloc (chunk_size); local
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010102-1.c19 struct _obstack_chunk *chunk; member in struct:obstack
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001203-2.c4 struct _obstack_chunk *chunk; member in struct:obstack
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp98 static void ChunkCallback(uptr chunk, void *arg) { argument
H A Dasan_descriptions.cpp157 AsanChunkView chunk = FindHeapChunkByAddress(addr); local
103 GetAccessToHeapChunkInformation(ChunkAccess *descr, AsanChunkView chunk, uptr addr, uptr access_size) argument
[all...]
H A Dasan_allocator.h53 explicit AsanChunkView(AsanChunk *chunk) : chunk_(chunk) {} argument
/openbsd-current/sys/dev/
H A Dsoftraid_raid1c.c225 int ios, chunk, i, rt; local
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h43 CompactPtrT chunk = c->chunks[--c->count]; local
58 CompactPtrT chunk = allocator->PointerToCompactPtr( local
/openbsd-current/gnu/llvm/lld/COFF/
H A DMapFile.cpp303 Chunk *chunk = entry->getChunk(); local
/openbsd-current/lib/libcrypto/whrlpool/
H A Dwhirlpool.c662 size_t chunk = ((size_t)1) << (sizeof(size_t)*8 - 4); local
/openbsd-current/gnu/lib/libiberty/include/
H A Dobstack.h167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ member in struct:obstack
[all...]
/openbsd-current/gnu/gcc/include/
H A Dobstack.h167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ member in struct:obstack
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dobstack.h171 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ member in struct:obstack
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dobstack.h167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ member in struct:obstack
[all...]
/openbsd-current/usr.bin/mg/
H A Dline.c358 RSIZE chunk; local
[all...]
/openbsd-current/lib/libcrypto/arc4random/
H A Dgetentropy_linux.c263 size_t chunk = MINIMUM(len - i, 16); local
/openbsd-current/lib/libssl/
H A Dt1_enc.c170 int chunk; local
/openbsd-current/lib/libcrypto/bio/
H A Dbss_bio.c224 size_t chunk; local
298 size_t chunk; local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp417 DeclaratorChunk &chunk = D.getTypeObject(i); local
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c79 struct amdgpu_mux_chunk *chunk; local
188 struct amdgpu_mux_chunk *chunk, *chunk2; local
454 struct amdgpu_mux_chunk *chunk; local
488 struct amdgpu_mux_chunk *chunk, *tmp; local
515 struct amdgpu_mux_chunk *chunk; local
548 struct amdgpu_mux_chunk *chunk; local
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_cs.c83 struct radeon_cs_chunk *chunk; local

Completed in 290 milliseconds

12345