| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | freestore.h | 50 LIBC_INLINE static bool too_small(Block *block) { in too_small() 53 LIBC_INLINE static bool is_small(Block *block) { in is_small() 64 LIBC_INLINE void FreeStore::insert(Block *block) { in insert() 73 LIBC_INLINE void FreeStore::remove(Block *block) { in remove() 87 Block *block = list->front(); in remove_best_fit() local 92 Block *block = best_fit->block(); in remove_best_fit() local 99 LIBC_INLINE FreeList &FreeStore::small_list(Block *block) { in small_list()
|
| H A D | freelist_heap.h | 56 span<cpp::byte> block_to_span(Block *block) { in block_to_span() 79 Block *block = *result; in init() local 96 Block *block = free_store.remove_best_fit(request_size); in allocate_impl() local 135 Block *block = Block::from_usable_space(bytes); in free() local 175 Block *block = Block::from_usable_space(bytes); in realloc() local
|
| H A D | freelist.h | 29 LIBC_INLINE const Block *block() const { in block() function 34 LIBC_INLINE Block *block() { return Block::from_usable_space(this); } in block() function 65 LIBC_INLINE void push(Block *block) { in push()
|
| /freebsd/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 *b; /* protocol checks */ argument
|
| /freebsd/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/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() argument 306 kmp_env_blk_t *block, // in ___kmp_env_blk_parse_windows() argument 381 ___kmp_env_blk_parse_unix(kmp_env_blk_t * block,char ** env) ___kmp_env_blk_parse_unix() argument 429 __kmp_env_blk_init(kmp_env_blk_t * block,char const * bulk) __kmp_env_blk_init() argument 462 __kmp_env_blk_sort(kmp_env_blk_t * block) __kmp_env_blk_sort() argument 472 __kmp_env_blk_free(kmp_env_blk_t * block) __kmp_env_blk_free() argument 484 __kmp_env_blk_var(kmp_env_blk_t * block,char const * name) __kmp_env_blk_var() argument [all...] |
| /freebsd/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/contrib/llvm-project/llvm/lib/IR/ |
| H A D | SSAContext.cpp | 27 BasicBlock &block) { in appendBlockDefs() 37 const BasicBlock &block) { in appendBlockDefs() 47 BasicBlock &block) { in appendBlockTerms() 53 const BasicBlock &block) { in appendBlockTerms()
|
| /freebsd/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() 188 block128_f block) in CRYPTO_128_wrap_pad() 256 block128_f block) in CRYPTO_128_unwrap_pad()
|
| H A D | cfb128.c | 28 int enc, block128_f block) in CRYPTO_cfb128_encrypt() 150 block128_f block) in cfbr_encrypt_block() 186 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt() 201 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/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/sbin/pfctl/ |
| H A D | pfctl_optimize.c | 271 struct superblock *block; in pfctl_optimize_ruleset() local 381 optimize_superblock(struct pfctl *pf, struct superblock *block) in optimize_superblock() 462 remove_identical_rules(struct pfctl *pf, struct superblock *block) in remove_identical_rules() 504 combine_rules(struct pfctl *pf, struct superblock *block) in combine_rules() 658 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) in reorder_rules() 824 block_feedback(struct pfctl *pf, struct superblock *block) in block_feedback() 889 struct superblock *block, *blockcur; in load_feedback_profile() local 1020 remove_from_skipsteps(struct skiplist *head, struct superblock *block, in remove_from_skipsteps() 1350 struct superblock *block = NULL; in construct_superblocks() local 1420 superblock_inclusive(struct superblock *block, struct pf_opt_rule *por) in superblock_inclusive() [all …]
|
| /freebsd/lib/virtual_oss/bt/ |
| H A D | sbc_encode.c | 74 uint8_t block; in calc_scalefactors_joint() local 125 uint8_t block; in calc_scalefactors() local 318 int block; in sbc_encode() local 431 int block; in sbc_decode() local 554 uint8_t block; in sbc_encode_frame() local 633 uint8_t block; in sbc_decode_frame() local
|
| /freebsd/contrib/libcbor/test/ |
| H A D | test_allocator.h | 28 #define WITH_MOCK_MALLOC(block, malloc_calls, ...) \ argument 37 #define WITH_FAILING_MALLOC(block) WITH_MOCK_MALLOC(block, 1, MALLOC_FAIL) argument
|
| /freebsd/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/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/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/crypto/krb5/src/lib/crypto/builtin/des/ |
| H A D | f_aead.c | 42 unsigned char block[MIT_DES_BLOCK_LENGTH]; in krb5int_des_cbc_encrypt() local 83 unsigned char block[MIT_DES_BLOCK_LENGTH]; in krb5int_des_cbc_decrypt() local 136 unsigned char block[MIT_DES_BLOCK_LENGTH]; in krb5int_des_cbc_mac() local
|
| /freebsd/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/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/tools/tools/indent_wrapper/ |
| H A D | indent_wrapper.c | 47 struct block { struct 55 typedef TAILQ_HEAD(, block) block_head_t; argument
|
| /freebsd/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/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/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
|