/dflybsd-src/crypto/libressl/crypto/bio/ |
H A D | bss_mem.c | 76 bio_mem_pending(struct bio_mem *bm) in bio_mem_pending() 85 bio_mem_read_ptr(struct bio_mem *bm) in bio_mem_read_ptr() 124 struct bio_mem *bm; in BIO_new_mem_buf() local 155 struct bio_mem *bm; in mem_new() local 175 struct bio_mem *bm; in mem_free() local 197 struct bio_mem *bm = bio->ptr; in mem_read() local 222 struct bio_mem *bm = bio->ptr; in mem_write() local 261 struct bio_mem *bm = bio->ptr; in mem_ctrl() local 328 struct bio_mem *bm = bio->ptr; in mem_gets() local
|
/dflybsd-src/usr.sbin/pw/ |
H A D | bitmap.c | 38 struct bitmap bm; in bm_alloc() local 49 bm_dealloc(struct bitmap * bm) in bm_dealloc() 63 bm_setbit(struct bitmap * bm, int pos) in bm_setbit() 72 bm_clrbit(struct bitmap * bm, int pos) in bm_clrbit() 81 bm_isset(struct bitmap * bm, int pos) in bm_isset() 90 bm_firstunset(struct bitmap * bm) in bm_firstunset() 111 bm_lastset(struct bitmap * bm) in bm_lastset()
|
H A D | pw_group.c | 364 struct bitmap bm; in gr_gidpolicy() local
|
H A D | pw_user.c | 805 struct bitmap bm; in pw_uidpolicy() local
|
/dflybsd-src/lib/libc/include/isc/ |
H A D | eventlib.h | 66 #define EV_BYTEMASK_SET(bm, b) \ argument 68 #define EV_BYTEMASK_CLR(bm, b) \ argument 70 #define EV_BYTEMASK_TST(bm, b) \ argument
|
/dflybsd-src/crypto/libressl/crypto/dsa/ |
H A D | dsa_ossl.c | 98 BIGNUM b, bm, bxr, binv, m, *kinv = NULL, *r = NULL, *s = NULL; in dsa_do_sign() local
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | libgcc2.c | 411 const shift_count_type bm = W_TYPE_SIZE - b; in __lshrdi3() local 439 const shift_count_type bm = W_TYPE_SIZE - b; in __ashldi3() local 467 const shift_count_type bm = W_TYPE_SIZE - b; in __ashrdi3() local 911 UWtype b, bm; in __udivmoddi4() local
|
/dflybsd-src/contrib/bmake/ |
H A D | job.h | 180 struct BuildMon bm; member
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | libgcc2.c | 410 const shift_count_type bm = W_TYPE_SIZE - b; in __lshrdi3() local 438 const shift_count_type bm = W_TYPE_SIZE - b; in __ashldi3() local 466 const shift_count_type bm = W_TYPE_SIZE - b; in __ashrdi3() local 1022 UWtype b, bm; in __udivmoddi4() local
|
/dflybsd-src/crypto/libressl/crypto/ecdsa/ |
H A D | ecs_ossl.c | 262 BIGNUM *b = NULL, *binv = NULL, *bm = NULL, *bxr = NULL; in ecdsa_do_sign() local
|
/dflybsd-src/contrib/dialog/ |
H A D | mixedgauge.c | 116 int bm = limit_y; /* bottom margin */ in myprint_status() local
|
H A D | util.c | 1033 int bm = limit_y; /* bottom margin */ in justify_text() local
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-atalk.c | 390 u_char bm) in atp_bitmap_print()
|
/dflybsd-src/usr.bin/tip/ |
H A D | unidialer.c | 593 struct baud_msg *bm; in unidialer_connect() local
|
/dflybsd-src/lib/libc/resolv/ |
H A D | res_mkupdate.c | 342 char bm[MAXPORT/8]; in res_nmkupdate() local
|
/dflybsd-src/sbin/hammer2/ |
H A D | cmd_debug.c | 1239 hammer2_bitmap_t bm = bmap->bitmapq[i]; in count_blocks() local
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | bio.h | 468 #define BIO_set_mem_buf(b,bm,c) BIO_ctrl(b,BIO_C_SET_BUF_MEM,c,(char *)bm) argument
|
/dflybsd-src/sys/bus/firewire/ |
H A D | fwohci.c | 267 u_int32_t bm; in fwohci_set_bus_manager() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | name-lookup.c | 5827 consider_binding_level (tree name, best_match <tree, const char *> &bm, in consider_binding_level()
|
/dflybsd-src/sys/bus/u4b/audio/ |
H A D | uaudio.c | 120 #define BIT_TEST(bm,bno) (((bm)[(bno) / 8] >> (7 - ((bno) % 8))) & 1) argument
|