/freebsd-src/contrib/libpcap/ |
H A D | gencode.h | 268 struct block { struct 280 struct block *head; argument 281 struct block *link; /* link field used by optimizer */ argument 298 struct block * argument [all...] |
/freebsd-src/contrib/lua/src/ |
H A D | lmem.c | 47 #define callfrealloc(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns)) argument 69 static void *firsttry (global_State *g, void *block, size_t os, size_t ns) { in firsttry() 76 #define firsttry(g,block,os,ns) callfrealloc(g, block, os, ns) argument 97 void *luaM_growaux_ (lua_State *L, void *block, int nelems, int *psize, in luaM_growaux_() 128 void *luaM_shrinkvector_ (lua_State *L, void *block, int *size, in luaM_shrinkvector_() 150 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_() 162 static void *tryagain (lua_State *L, void *block, in tryagain() 176 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_() 192 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
|
/freebsd-src/contrib/xz/src/liblzma/common/ |
H A D | block_util.c | 17 lzma_block_compressed_size(lzma_block *block, lzma_vli unpadded_size) in lzma_block_compressed_size() 45 lzma_block_unpadded_size(const lzma_block *block) in lzma_block_unpadded_size() 81 lzma_block_total_size(const lzma_block *block) in lzma_block_total_size()
|
H A D | block_buffer_encoder.c | 88 block_encode_uncompressed(lzma_block *block, const uint8_t *in, size_t in_size, in block_encode_uncompressed() 166 block_encode_normal(lzma_block *block, const lzma_allocator *allocator, in block_encode_normal() 223 block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, in block_buffer_encode() 318 lzma_block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, in lzma_block_buffer_encode() 346 lzma_block_uncomp_encode(lzma_block *block, in lzma_block_uncomp_encode()
|
H A D | block_header_encoder.c | 17 lzma_block_header_size(lzma_block *block) in lzma_block_header_size() 73 lzma_block_header_encode(const lzma_block *block, uint8_t *out) in lzma_block_header_encode()
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_environment.cpp | 237 ___kmp_env_blk_parse_string(kmp_env_blk_t *block, // M: Env block to fill. in ___kmp_env_blk_parse_string() 306 kmp_env_blk_t *block, // M: Env block to fill. in ___kmp_env_blk_parse_windows() 381 ___kmp_env_blk_parse_unix(kmp_env_blk_t *block, // M: Env block to fill. in ___kmp_env_blk_parse_unix() 431 void __kmp_env_blk_init(kmp_env_blk_t *block, // M: Block to initialize. in __kmp_env_blk_init() 464 kmp_env_blk_t *block // M: Block of environment variables to sort. in __kmp_env_blk_sort() 474 kmp_env_blk_t *block // M: Block of environment variables to free. in __kmp_env_blk_free() 486 __kmp_env_blk_var(kmp_env_blk_t *block, // I: Block of environment variables. in __kmp_env_blk_var()
|
/freebsd-src/contrib/processor-trace/libipt/src/ |
H A D | pt_block_decoder.c | 492 static inline int pt_blk_block_is_empty(const struct pt_block *block) in pt_blk_block_is_empty() 501 const struct pt_block *block) in block_to_user() 739 struct pt_block *block, in pt_blk_proceed_one_insn() 825 struct pt_block *block, in pt_blk_proceed_to_insn() 887 struct pt_block *block, struct pt_insn *insn, in pt_blk_proceed_to_ip() 946 struct pt_block *block, in pt_blk_proceed_to_ip_with_trace() 1005 struct pt_block *block, struct pt_insn *insn, in pt_blk_proceed_skl014() 1080 struct pt_block *block, in pt_blk_proceed_to_disabled() 1156 struct pt_block *block, in pt_blk_proceed_to_async_paging() 1188 struct pt_block *block, in pt_blk_proceed_to_async_vmcs() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | SSAContext.cpp | 28 BasicBlock &block) { in appendBlockDefs() 38 const BasicBlock &block) { in appendBlockDefs() 48 BasicBlock &block) { in appendBlockTerms() 54 const BasicBlock &block) { in appendBlockTerms()
|
/freebsd-src/crypto/openssl/crypto/modes/ |
H A D | wrap128.c | 51 block128_f block) in CRYPTO_128_wrap() 102 block128_f block) in crypto_128_unwrap_raw() 152 size_t inlen, block128_f block) in CRYPTO_128_unwrap() 186 block128_f block) in CRYPTO_128_wrap_pad() 254 block128_f block) in CRYPTO_128_unwrap_pad()
|
H A D | cfb128.c | 28 int enc, block128_f block) in CRYPTO_cfb128_encrypt() 153 block128_f block) in cfbr_encrypt_block() 189 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt() 205 int enc, block128_f block) in CRYPTO_cfb128_8_encrypt()
|
H A D | ccm128.c | 28 block128_f block) in CRYPTO_ccm128_init() 72 block128_f block = ctx->block; in CRYPTO_ccm128_aad() local 144 block128_f block = ctx->block; in CRYPTO_ccm128_encrypt() local 228 block128_f block = ctx->block; in CRYPTO_ccm128_decrypt() local 317 block128_f block = ctx->block; in CRYPTO_ccm128_encrypt_ccm64() local 381 block128_f block = ctx->block; in CRYPTO_ccm128_decrypt_ccm64() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | udivsi3.S | 199 #define block(shift) \ macro 214 #define block(shift) \ macro
|
/freebsd-src/sys/crypto/rijndael/ |
H A D | rijndael-api-fst.c | 84 uint8_t block[16], iv[4][4]; in rijndael_blockEncrypt() local 200 uint8_t block[16], *iv, *cp; in rijndael_padEncrypt() local 264 uint8_t block[16], iv[4][4]; in rijndael_blockDecrypt() local 364 uint8_t block[16]; in rijndael_padDecrypt() local
|
/freebsd-src/contrib/libcbor/test/ |
H A D | test_allocator.h | 24 #define WITH_MOCK_MALLOC(block, malloc_calls, ...) \ argument 33 #define WITH_FAILING_MALLOC(block) WITH_MOCK_MALLOC(block, 1, MALLOC_FAIL) argument
|
/freebsd-src/sbin/pfctl/ |
H A D | pfctl_optimize.c | 266 struct superblock *block; pfctl_optimize_ruleset() local 366 optimize_superblock(struct pfctl * pf,struct superblock * block) optimize_superblock() argument 447 remove_identical_rules(struct pfctl * pf,struct superblock * block) remove_identical_rules() argument 489 combine_rules(struct pfctl * pf,struct superblock * block) combine_rules() argument 639 reorder_rules(struct pfctl * pf,struct superblock * block,int depth) reorder_rules() argument 813 block_feedback(struct pfctl * pf,struct superblock * block) block_feedback() argument 881 struct superblock *block, *blockcur; load_feedback_profile() local 1008 remove_from_skipsteps(struct skiplist * head,struct superblock * block,struct pf_opt_rule * por,struct pf_skip_step * active_list) remove_from_skipsteps() argument 1336 struct superblock *block = NULL; construct_superblocks() local 1406 superblock_inclusive(struct superblock * block,struct pf_opt_rule * por) superblock_inclusive() argument 1636 superblock_free(struct pfctl * pf,struct superblock * block) superblock_free() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors_memintrinsics.cpp | 40 #define MEMPROF_MEMSET_IMPL(block, c, size) \ argument 74 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ argument 86 void *__memprof_memset(void *block, int c, uptr size) { in __memprof_memset()
|
/freebsd-src/libexec/tftpd/ |
H A D | tftp-transfer.c | 51 uint16_t block; member 59 tftp_send(int peer, uint16_t *block, struct tftp_stats *ts) in tftp_send() 243 tftp_receive(int peer, uint16_t *block, struct tftp_stats *ts, in tftp_receive()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSSAContext.cpp | 27 const MachineBasicBlock &block) { in appendBlockDefs() 36 MachineBasicBlock &block) { in appendBlockTerms() 44 const MachineBasicBlock &block) { in appendBlockTerms()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors_memintrinsics.cpp | 43 #define ASAN_MEMSET_IMPL(ctx, block, c, size) \ argument 66 void *__asan_memset(void *block, int c, uptr size) { in __asan_memset() 98 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ argument
|
/freebsd-src/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_rw.c | 199 _dwarf_write_lsb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_lsb_alloc() 255 _dwarf_write_msb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_msb_alloc() 322 _dwarf_write_sleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_sleb128_alloc() 385 _dwarf_write_uleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_uleb128_alloc() 479 _dwarf_write_string_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_string_alloc() 525 _dwarf_write_block_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_block_alloc() 557 _dwarf_write_padding_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_padding_alloc()
|
/freebsd-src/contrib/ofed/opensm/include/opensm/ |
H A D | osm_pkey.h | 156 uint16_t block; member 269 uint16_t block) in osm_pkey_tbl_block_get() 301 uint16_t block) in osm_pkey_tbl_new_block_get()
|
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa208/ref/ |
H A D | stream_salsa208_ref.c | 18 unsigned char block[64]; in crypto_stream_salsa208() local 64 unsigned char block[64]; in crypto_stream_salsa208_xor() local
|
/freebsd-src/tools/tools/mcgrab/ |
H A D | mcgrab.cc | 89 void grab(char *interface, struct in_addr *group, int number, int block) { in grab() 163 int block = 1; ///< Do we block or just return? in main() local
|
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa2012/ref/ |
H A D | stream_salsa2012_ref.c | 18 unsigned char block[64]; in crypto_stream_salsa2012() local 64 unsigned char block[64]; in crypto_stream_salsa2012_xor() local
|
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | lmem.c | 44 void *luaM_growaux_ (lua_State *L, void *block, int *size, size_t size_elems, in luaM_growaux_() 73 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
|