Searched defs:blocks (Results 51 - 75 of 226) sorted by relevance

12345678910

/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dhash.h84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); local
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); local
240 const uint64_t *blocks = (const uint64_t *) (data); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhw-doloop.h39 vec<basic_block> blocks; variable
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_rc4_hmac_md5.c72 md5_off = MD5_CBLOCK - key->md.num, blocks; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_rc4_hmac_md5.c83 md5_off = MD5_CBLOCK - key->md.num, blocks; local
[all...]
/netbsd-current/sbin/fsck_ffs/
H A Dpass1.c237 int64_t blocks; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhw-doloop.h39 vec<basic_block> blocks; variable
/netbsd-current/external/bsd/nsd/dist/
H A Dconfigparser.y227 blocks: label
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dblake2b_prov.c154 blake2b_compress(BLAKE2B_CTX *S, const uint8_t *blocks, size_t len) argument
H A Dblake2s_prov.c147 blake2s_compress(BLAKE2S_CTX *S, const uint8_t *blocks, size_t len) argument
/netbsd-current/external/gpl2/lvm2/dist/lib/format_pool/
H A Ddisk_rep.h133 uint64_t blocks; member in struct:user_device
/netbsd-current/external/gpl2/lvm2/dist/libdm/mm/
H A Dpool-debug.c42 struct block *blocks; member in struct:dm_pool
[all...]
/netbsd-current/usr.bin/du/
H A Ddu.c259 prstat(const char *fname, int64_t blocks) argument
/netbsd-current/tests/fs/puffs/h_dtfs/
H A Ddtfs.h59 uint8_t **blocks; member in struct:dtfs_file::__anon13324::__anon13325
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_clock.cc91 static void UnrefClockBlock(ClockCache *c, u32 idx, uptr blocks) { argument
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspace_map.c345 u_longlong_t blocks; local
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_status.c408 char blocks[6], lsize[6], psize[6], dsize[6]; local
/netbsd-current/sys/arch/prep/stand/boot/
H A Dsd.c158 uint64_t blocks; local
209 uint64_t blocks; local
[all...]
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsd.c158 uint64_t blocks; local
209 uint64_t blocks; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_clock.cc89 static void UnrefClockBlock(ClockCache *c, u32 idx, uptr blocks) { argument
/netbsd-current/sys/dev/sdmmc/
H A Dsdmmc_io.c507 int blocks, bytes, error = 0; local
535 int blocks, bytes, error = 0; local
564 int blocks, bytes, error = 0; local
593 int blocks, bytes, error = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h82 inline iterator_range<block_iterator> blocks() const { function in class:llvm::WebAssemblyException
/netbsd-current/sys/ufs/lfs/
H A Dulfs_quota1.c479 struct quotaval blocks, files; local
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsc.c243 uint32_t capbuf[2], blocks, blksize; local
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_memory_region.c68 struct list_head blocks; local
41 intel_memory_region_free_pages(struct intel_memory_region *mem, struct list_head *blocks) argument
57 __intel_memory_region_put_pages_buddy(struct intel_memory_region *mem, struct list_head *blocks) argument
76 __intel_memory_region_get_pages_buddy(struct intel_memory_region *mem, resource_size_t size, unsigned int flags, struct list_head *blocks) argument
[all...]
H A Di915_buddy.c349 i915_buddy_alloc_range(struct i915_buddy_mm *mm, struct list_head *blocks, u64 start, u64 size) argument

Completed in 347 milliseconds

12345678910