Searched defs:block (Results 1 - 25 of 213) sorted by relevance

123456789

/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dudivmodsi4.S121 #define block(shift) \ macro
[all...]
H A Dudivsi3.S118 #define block(shift) \ macro
[all...]
H A Dumodsi3.S112 #define block(shift) \ macro
[all...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ref.c31 blake2b_compress_ref(blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES]) argument
H A Dblake2b-compress-avx2.c38 blake2b_compress_avx2(blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES]) argument
/src/sys/external/bsd/drm2/include/linux/
H A Doom.h38 register_oom_notifier(struct notifier_block *block) argument
44 unregister_oom_notifier(struct notifier_block *block) argument
H A Dreboot.h53 register_reboot_notifier(struct notifier_block *block) argument
59 unregister_reboot_notifier(struct notifier_block *block) argument
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa2012/ref/
H A Dstream_salsa2012_ref.c18 unsigned char block[64]; local in function:crypto_stream_salsa2012
64 unsigned char block[64]; local in function:crypto_stream_salsa2012_xor
[all...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa208/ref/
H A Dstream_salsa208_ref.c18 unsigned char block[64]; local in function:crypto_stream_salsa208
64 unsigned char block[64]; local in function:crypto_stream_salsa208_xor
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors_memintrinsics.cc26 void *__asan_memset(void *block, int c, uptr size) { argument
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/ref/
H A Dsalsa20_ref.c23 unsigned char block[64]; local in function:stream_ref
69 unsigned char block[64]; local in function:stream_ref_xor_ic
[all...]
/src/sys/dev/hdaudio/
H A Dhdafg_dd.c50 struct eld_baseline_block *block = &hdi->eld; local in function:hdafg_dd_parse_info
[all...]
/src/sbin/fsck_msdos/
H A Dboot.c48 u_char *block; local in function:readboot
[all...]
/src/sys/arch/sun3/dev/
H A Dxio.h51 u_long block; /* in: block number */ member in struct:xd_iocmd
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dnotify.h15 int block; member in struct:nvkm_notify
/src/sys/arch/amiga/stand/bootblock/elf2bb/
H A Dchksum.c43 chksum(uint32_t *block, int size) argument
/src/bin/dd/
H A Dconv.c103 void block(void) { errx(EXIT_FAILURE, "%s", no_block + 2); } function in typeref:typename:void
117 block(void) function in typeref:typename:void
/src/sys/dev/vme/
H A Dxio.h52 u_int block; /* in: block number */ member in struct:xd_iocmd
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc22 u64 block[1] = {}; // fake malloc block local in function:__tsan::TEST
37 u64 block[4] = {}; // fake malloc block local in function:__tsan::TEST
54 u64 block[4] = {}; // fake malloc block local in function:__tsan::TEST
114 u64 block[1] = {}; // fake malloc block local in function:__tsan::TEST
[all...]
/src/tests/lib/libc/sys/
H A Dt_sigtimedwait.c51 sigset_t block; local in function:ATF_TC_BODY
106 sigset_t block; local in function:ATF_TC_BODY
/src/tests/usr.bin/indent/
H A Dlsym_comment.c1122 int block; /* comment line 1 variable in typeref:typename:int
1131 int block; /* comment line 1 comment line 2 */ variable in typeref:typename:int
[all...]
/src/sys/fs/sysvbfs/
H A Dbfs_sysvbfs.c86 bc_read_n(void *self, uint8_t *buf, daddr_t block, int count) argument
101 bc_read(void *self, uint8_t *buf, daddr_t block) argument
122 bc_write_n(void *self, uint8_t *buf, daddr_t block, int count) argument
137 bc_write(void * self,uint8_t * buf,daddr_t block) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn20/
H A Damdgpu_hw_translate_dcn20.c51 #define block HPD macro
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn21/
H A Damdgpu_hw_translate_dcn21.c51 #define block HPD macro
/src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_mm.h92 static inline struct drm_mm *drm_get_mm(struct drm_mm_node *block) argument

Completed in 10 milliseconds

123456789