Home
last modified time | relevance | path

Searched defs:chunk (Results 1 – 25 of 80) sorted by relevance

1234

/dflybsd-src/crypto/libressl/crypto/evp/
H A De_des.c120 size_t chunk = LONG_MAX & ~0xff; in des_ofb_cipher() local
139 size_t chunk = LONG_MAX & ~0xff; in des_cbc_cipher() local
158 size_t chunk = LONG_MAX & ~0xff; in des_cfb64_cipher() local
180 size_t chunk = LONG_MAX / 8; in des_cfb1_cipher() local
209 size_t chunk = LONG_MAX & ~0xff; in des_cfb8_cipher() local
H A De_camellia.c110 size_t chunk = EVP_MAXCHUNK; in camellia_128_cfb128_cipher() local
268 size_t chunk = EVP_MAXCHUNK; in camellia_192_cfb128_cipher() local
426 size_t chunk = EVP_MAXCHUNK; in camellia_256_cfb128_cipher() local
568 size_t chunk = EVP_MAXCHUNK; in camellia_128_cfb1_cipher() local
612 size_t chunk = EVP_MAXCHUNK; in camellia_192_cfb1_cipher() local
656 size_t chunk = EVP_MAXCHUNK; in camellia_256_cfb1_cipher() local
701 size_t chunk = EVP_MAXCHUNK; in camellia_128_cfb8_cipher() local
743 size_t chunk = EVP_MAXCHUNK; in camellia_192_cfb8_cipher() local
785 size_t chunk = EVP_MAXCHUNK; in camellia_256_cfb8_cipher() local
H A De_idea.c126 size_t chunk = LONG_MAX & ~0xff; in idea_cbc_cipher() local
144 size_t chunk = LONG_MAX & ~0xff; in idea_ofb_cipher() local
162 size_t chunk = LONG_MAX & ~0xff; in idea_cfb64_cipher() local
H A De_cast.c89 size_t chunk = LONG_MAX & ~0xff; in cast5_cbc_cipher() local
107 size_t chunk = LONG_MAX & ~0xff; in cast5_cfb64_cipher() local
145 size_t chunk = LONG_MAX & ~0xff; in cast5_ofb_cipher() local
H A De_bf.c89 size_t chunk = LONG_MAX & ~0xff; in bf_cbc_cipher() local
107 size_t chunk = LONG_MAX & ~0xff; in bf_cfb64_cipher() local
145 size_t chunk = LONG_MAX & ~0xff; in bf_ofb_cipher() local
H A De_des3.c151 size_t chunk = LONG_MAX & ~0xff; in des_ede_ofb_cipher() local
173 size_t chunk = LONG_MAX & ~0xff; in des_ede_cbc_cipher() local
194 size_t chunk = LONG_MAX & ~0xff; in des_ede_cfb64_cipher() local
239 size_t chunk = LONG_MAX & ~0xff; in des_ede3_cfb8_cipher() local
H A De_rc2.c91 size_t chunk = LONG_MAX & ~0xff; in rc2_cbc_cipher() local
109 size_t chunk = LONG_MAX & ~0xff; in rc2_cfb64_cipher() local
147 size_t chunk = LONG_MAX & ~0xff; in rc2_ofb_cipher() local
/dflybsd-src/contrib/lvm2/dist/libdm/mm/
H A Dpool-fast.c20 struct chunk { struct
22 struct chunk *prev; argument
27 struct chunk *chunk, *spare_chunk; /* spare_chunk is a one entry free member
/dflybsd-src/sys/vfs/devfs/
H A Ddevfs_helper.c138 int chunk; in devfs_clone_bitmap_chk() local
172 int chunk; in devfs_clone_bitmap_set() local
200 int chunk; in devfs_clone_bitmap_put() local
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dobjalloc.c89 struct objalloc_chunk *chunk; in objalloc_create() local
134 struct objalloc_chunk *chunk; in _objalloc_alloc() local
150 struct objalloc_chunk *chunk; in _objalloc_alloc() local
H A Dobstack.c145 register struct _obstack_chunk *chunk; /* points to new chunk */ in _obstack_begin() local
190 register struct _obstack_chunk *chunk; /* points to new chunk */ in _obstack_begin_1() local
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dobjalloc.c89 struct objalloc_chunk *chunk; in objalloc_create() local
141 struct objalloc_chunk *chunk; in _objalloc_alloc() local
157 struct objalloc_chunk *chunk; in _objalloc_alloc() local
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dobjalloc.c89 struct objalloc_chunk *chunk; in objalloc_create() local
141 struct objalloc_chunk *chunk; in _objalloc_alloc() local
157 struct objalloc_chunk *chunk; in _objalloc_alloc() local
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dobjalloc.c89 struct objalloc_chunk *chunk; in objalloc_create() local
141 struct objalloc_chunk *chunk; in _objalloc_alloc() local
157 struct objalloc_chunk *chunk; in _objalloc_alloc() local
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dobjalloc.c89 struct objalloc_chunk *chunk; in objalloc_create() local
141 struct objalloc_chunk *chunk; in _objalloc_alloc() local
157 struct objalloc_chunk *chunk; in _objalloc_alloc() local
/dflybsd-src/sbin/fsck/
H A Dmemzone.c50 struct memchunk *chunk; in mzalloc() local
89 struct memchunk *chunk; in mzpurge() local
/dflybsd-src/sys/bus/firewire/
H A Dfwcrom.c395 crom_add_quad(struct crom_chunk *chunk, u_int32_t entry) in crom_add_quad()
410 crom_add_entry(struct crom_chunk *chunk, int key, int val) in crom_add_entry()
445 struct crom_chunk *chunk, char *buf) in crom_add_simple_text()
486 struct crom_chunk *chunk, *parent; in crom_load() local
/dflybsd-src/sys/kern/
H A Dkern_slaballoc.c175 #define chunk_mark_allocated(z, chunk) argument
176 #define chunk_mark_free(z, chunk) argument
819 SLChunk *chunk; in _kmalloc_debug() local
1394 SLChunk *chunk; in _kfree() local
1654 chunk_mark_allocated(SLZone *z, void *chunk) in chunk_mark_allocated()
1670 chunk_mark_free(SLZone *z, void *chunk) in chunk_mark_free()
/dflybsd-src/usr.bin/vis/
H A Dfoldit.c38 foldit(const char *chunk, int col, int max, int flags) in foldit()
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_cs.c917 struct amdgpu_cs_chunk *chunk; in amdgpu_cs_ib_vm_chunk() local
994 struct amdgpu_cs_chunk *chunk; in amdgpu_cs_ib_fill() local
1058 struct amdgpu_cs_chunk *chunk) in amdgpu_cs_process_fence_dep()
1121 struct amdgpu_cs_chunk *chunk) in amdgpu_cs_process_syncobj_in_dep()
1140 struct amdgpu_cs_chunk *chunk) in amdgpu_cs_process_syncobj_out_dep()
1172 struct amdgpu_cs_chunk *chunk; in amdgpu_cs_dependencies() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmemory-block.cc56 mempool_obstack_chunk_free (void *chunk) in mempool_obstack_chunk_free()
/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Diter_ull.c153 gomp_ull start, end, chunk, left; in gomp_iter_ull_dynamic_next_locked() local
189 gomp_ull start, end, nend, chunk; in gomp_iter_ull_dynamic_next() local
H A Diter.c151 long start, end, chunk, left; in gomp_iter_dynamic_next_locked() local
187 long start, end, nend, chunk, incr; in gomp_iter_dynamic_next() local
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Diter_ull.c154 gomp_ull start, end, chunk, left; in gomp_iter_ull_dynamic_next_locked() local
190 gomp_ull start, end, nend, chunk; in gomp_iter_ull_dynamic_next() local
H A Diter.c152 long start, end, chunk, left; in gomp_iter_dynamic_next_locked() local
188 long start, end, nend, chunk, incr; in gomp_iter_dynamic_next() local

1234