/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | block.h | 117 #define BLOCK_START(bl) (bl)->startaddr argument 118 #define BLOCK_END(bl) (bl)->endaddr argument 119 #define BLOCK_FUNCTION(bl) (bl)->function argument 120 #define BLOCK_SUPERBLOCK(bl) (bl)->superblock argument 121 #define BLOCK_DICT(bl) (bl)->dict argument 122 #define BLOCK_NAMESPACE(bl) (bl)->language_specific.cplus_specific.namespace argument
|
H A D | block.c | 75 block_linkage_function (const struct block *bl) in block_linkage_function() 90 block_containing_function (const struct block *bl) in block_containing_function() 101 block_inlined_p (const struct block *bl) in block_inlined_p() 110 find_block_in_blockvector (struct blockvector *bl, CORE_ADDR pc) in find_block_in_blockvector() 162 struct blockvector *bl; in blockvector_for_pc_sect() local 242 struct blockvector *bl; in block_for_pc_sect() local 376 struct block *bl = obstack_alloc (obstack, sizeof (struct block)); in allocate_block() local 393 struct global_block *bl = OBSTACK_ZALLOC (obstack, struct global_block); in allocate_global_block() local
|
H A D | blockframe.c | 60 struct block *bl; in get_frame_block() local 90 struct block *bl; in get_pc_function_start() local 122 struct block *bl = get_frame_block (frame, 0); in get_frame_function() local
|
H A D | breakpoint.c | 1409 bp_location_has_shadow (struct bp_location *bl) in bp_location_has_shadow() 1456 struct bp_location *bl; in breakpoint_xfer_memory() local 1500 struct bp_location *bl = bp_location[bc]; in breakpoint_xfer_memory() local 1883 struct bp_location *bl; in update_watchpoint() local 1999 should_be_inserted (struct bp_location *bl) in should_be_inserted() 2031 unduplicated_should_be_inserted (struct bp_location *bl) in unduplicated_should_be_inserted() 2083 build_target_condition_list (struct bp_location *bl) in build_target_condition_list() 2275 build_target_command_list (struct bp_location *bl) in build_target_command_list() 2378 insert_bp_location (struct bp_location *bl, in insert_bp_location() 2762 struct bp_location *bl, **blp_tmp; in update_inserted_breakpoint_locations() local [all …]
|
H A D | break-catch-sig.c | 107 signal_catchpoint_insert_location (struct bp_location *bl) in signal_catchpoint_insert_location() 139 signal_catchpoint_remove_location (struct bp_location *bl) in signal_catchpoint_remove_location() 177 signal_catchpoint_breakpoint_hit (const struct bp_location *bl, in signal_catchpoint_breakpoint_hit()
|
/dflybsd-src/crypto/libressl/crypto/cmac/ |
H A D | cmac.c | 80 make_kn(unsigned char *k1, unsigned char *l, int bl) in make_kn() 138 int bl; in CMAC_CTX_copy() local 175 int bl; in CMAC_Init() local 203 size_t bl; in CMAC_Update() local 244 int i, bl, lb; in CMAC_Final() local
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | longlong.h | 178 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 186 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 207 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 215 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 283 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 291 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 391 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 399 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 427 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 435 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument [all …]
|
/dflybsd-src/contrib/gmp/ |
H A D | longlong.h | 300 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 378 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 382 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 408 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 416 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 427 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 431 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 571 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 576 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 595 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument [all …]
|
/dflybsd-src/sys/kern/ |
H A D | subr_alist.c | 145 alist_t bl; in alist_create() local 186 alist_init(alist_t bl, alist_blk_t blocks, in alist_init() 226 alist_destroy(alist_t bl, struct malloc_type *mtype) in alist_destroy() 241 alist_alloc(alist_t bl, alist_blk_t start, alist_blk_t count) in alist_alloc() 281 alist_free(alist_t bl, alist_blk_t blkno, alist_blk_t count) in alist_free() 300 alist_free_info(alist_t bl, alist_blk_t *startp, alist_blk_t *countp) in alist_free_info() 393 alist_print(alist_t bl) in alist_print() 958 alist_t bl; in main() local
|
H A D | subr_blist.c | 176 blist_t bl; in blist_create() local 221 blist_destroy(blist_t bl) in blist_destroy() 234 blist_alloc(blist_t bl, swblk_t count) in blist_alloc() 251 blist_allocat(blist_t bl, swblk_t count, swblk_t blkat) in blist_allocat() 274 blist_free(blist_t bl, swblk_t blkno, swblk_t count) in blist_free() 293 blist_fill(blist_t bl, swblk_t blkno, swblk_t count) in blist_fill() 346 blist_print(blist_t bl) in blist_print() 1047 blist_t bl; in main() local
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | longlong.h | 195 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 203 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 229 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 237 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 347 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 355 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 455 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 463 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 491 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 499 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument [all …]
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | longlong.h | 195 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 204 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 231 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 239 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 349 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 357 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 457 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 465 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 493 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 501 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument [all …]
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | mpfr-longlong.h | 294 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 372 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 376 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 402 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 410 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 421 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 425 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 559 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 564 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 583 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument [all …]
|
/dflybsd-src/sys/vfs/hpfs/ |
H A D | hpfs_subr.h | 30 #define hpfs_bmmarkfree(hpmp, bn,bl) hpfs_bmmark(hpmp, bn, bl, 1) argument 31 #define hpfs_bmmarkbusy(hpmp, bn,bl) hpfs_bmmark(hpmp, bn, bl, 0) argument
|
/dflybsd-src/lib/libc/db/btree/ |
H A D | bt_utils.c | 64 BLEAF *bl; in __bt_ret() local 144 BLEAF *bl; in __bt_cmp() local
|
H A D | bt_split.c | 79 BLEAF *bl, *tbl; in __bt_split() local 514 BLEAF *bl; in bt_broot() local 589 BLEAF *bl; in bt_psplit() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | graphite-cloog-compat.h | 158 cloog_program_set_blocklist (CloogProgram *prog, CloogBlockList *bl) in cloog_program_set_blocklist() 248 cloog_block_list_next (CloogBlockList *bl) in cloog_block_list_next() 254 cloog_block_list_set_next (CloogBlockList *bl, CloogBlockList *next) in cloog_block_list_set_next() 260 cloog_block_list_set_block (CloogBlockList *bl, CloogBlock *block) in cloog_block_list_set_block()
|
/dflybsd-src/contrib/gmp/mpn/generic/ |
H A D | pow_1.c | 69 mp_limb_t bl = bp[0]; in mpn_pow_1() local
|
/dflybsd-src/games/backgammon/common_source/ |
H A D | board.c | 44 static const char bl[] = in wrboard() local
|
/dflybsd-src/test/stress/stress2/testcases/symlink/ |
H A D | symlink.c | 48 int64_t bl; in setup() local
|
/dflybsd-src/test/stress/stress2/testcases/creat/ |
H A D | creat.c | 48 int64_t bl; in setup() local
|
/dflybsd-src/test/stress/stress2/testcases/link/ |
H A D | link.c | 49 int64_t bl; in setup() local
|
/dflybsd-src/test/stress/stress2/testcases/rename/ |
H A D | rename.c | 46 int64_t bl; in setup() local
|
/dflybsd-src/test/stress/stress2/testcases/mkdir/ |
H A D | mkdir.c | 47 int64_t bl; in setup() local
|
/dflybsd-src/test/stress/stress2/testcases/rw/ |
H A D | rw.c | 49 int64_t bl; in setup() local
|