Home
last modified time | relevance | path

Searched defs:bm (Results 1 – 20 of 20) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbss_mem.c76 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 Dbitmap.c38 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 Dpw_group.c364 struct bitmap bm; in gr_gidpolicy() local
H A Dpw_user.c805 struct bitmap bm; in pw_uidpolicy() local
/dflybsd-src/lib/libc/include/isc/
H A Deventlib.h66 #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 Ddsa_ossl.c98 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 Dlibgcc2.c411 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 Djob.h180 struct BuildMon bm; member
/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dlibgcc2.c410 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 Decs_ossl.c262 BIGNUM *b = NULL, *binv = NULL, *bm = NULL, *bxr = NULL; in ecdsa_do_sign() local
/dflybsd-src/contrib/dialog/
H A Dmixedgauge.c116 int bm = limit_y; /* bottom margin */ in myprint_status() local
H A Dutil.c1033 int bm = limit_y; /* bottom margin */ in justify_text() local
/dflybsd-src/contrib/tcpdump/
H A Dprint-atalk.c390 u_char bm) in atp_bitmap_print()
/dflybsd-src/usr.bin/tip/
H A Dunidialer.c593 struct baud_msg *bm; in unidialer_connect() local
/dflybsd-src/lib/libc/resolv/
H A Dres_mkupdate.c342 char bm[MAXPORT/8]; in res_nmkupdate() local
/dflybsd-src/sbin/hammer2/
H A Dcmd_debug.c1239 hammer2_bitmap_t bm = bmap->bitmapq[i]; in count_blocks() local
/dflybsd-src/crypto/libressl/include/openssl/
H A Dbio.h468 #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 Dfwohci.c267 u_int32_t bm; in fwohci_set_bus_manager() local
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c5827 consider_binding_level (tree name, best_match <tree, const char *> &bm, in consider_binding_level()
/dflybsd-src/sys/bus/u4b/audio/
H A Duaudio.c120 #define BIT_TEST(bm,bno) (((bm)[(bno) / 8] >> (7 - ((bno) % 8))) & 1) argument