/openbsd-src/usr.sbin/ldapd/ |
H A D | btree.c | 92 #define PAGEFILL(bt, mp) (1000 * ((bt)->head.psize - PAGEHDRSZ - SIZELEFT(mp)) / \ argument 168 struct btree *bt; member 194 struct btree *bt; /* btree is ref'd */ member 356 btree_cmp(struct btree *bt, const struct btval *a, const struct btval *b) in btree_cmp() 362 common_prefix(struct btree *bt, struct btkey *min, struct btkey *max, in common_prefix() 408 remove_prefix(struct btree *bt, struct btval *key, size_t pfxlen) in remove_prefix() 422 expand_prefix(struct btree *bt, struct mpage *mp, indx_t indx, in expand_prefix() 434 bt_cmp(struct btree *bt, const struct btval *key1, const struct btval *key2, in bt_cmp() 468 mpage_lookup(struct btree *bt, pgno_t pgno) in mpage_lookup() 484 mpage_add(struct btree *bt, struct mpage *mp) in mpage_add() [all …]
|
H A D | btree.h | 94 #define btree_get(bt, key, data) \ argument 96 #define btree_put(bt, key, data, flags) \ argument 98 #define btree_del(bt, key, data) \ argument 106 #define btree_cursor_open(bt) \ argument
|
H A D | btest.c | 34 struct btree *bt; in main() local
|
/openbsd-src/lib/libc/sys/ |
H A D | microtime.c | 41 binuptime(struct bintime *bt, struct timekeep *tk) in binuptime() 59 binruntime(struct bintime *bt, struct timekeep *tk) in binruntime() 78 bintime(struct bintime *bt, struct timekeep *tk) in bintime() 99 struct bintime bt; in _microtime() local 110 struct bintime bt; in _nanotime() local 121 struct bintime bt; in _nanoruntime() local 133 struct bintime bt; in _nanouptime() local
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | btree.c | 37 btree *bt = np->bt; in bt_getnode() local 90 btree *bt = np->bt; in bt_putnode() local 140 int bt_readhdr(btree *bt) in bt_readhdr() 252 int bt_writehdr(btree *bt) in bt_writehdr() 337 int bt_space(btree *bt, unsigned int nrecs) in bt_space() 485 int bt_insert(btree *bt, unsigned char *record, int reclen) in bt_insert() 620 int bt_delete(btree *bt, unsigned char *key) in bt_delete() 674 int bt_search(btree *bt, unsigned char *key, node *np) in bt_search()
|
H A D | node.c | 36 void n_init(node *np, btree *bt, int type, int height) in n_init() 60 btree *bt = np->bt; in n_new() local 95 btree *bt = np->bt; in n_free() local 149 btree *bt = np->bt; in n_search() local 176 void n_index(btree *bt, unsigned char *key, unsigned long nnum, in n_index()
|
/openbsd-src/sys/kern/ |
H A D | kern_tc.c | 149 binboottime(struct bintime *bt) in binboottime() 166 struct bintime bt; in microboottime() local 175 struct bintime bt; in nanoboottime() local 182 binuptime(struct bintime *bt) in binuptime() 198 getbinuptime(struct bintime *bt) in getbinuptime() 215 struct bintime bt; in nanouptime() local 224 struct bintime bt; in microuptime() local 255 struct bintime bt; in nsecuptime() local 264 struct bintime bt; in getnsecuptime() local 271 binruntime(struct bintime *bt) in binruntime() [all …]
|
/openbsd-src/regress/lib/libcrypto/bf/ |
H A D | bf_test.c | 982 bf_ecb_test(size_t test_number, const struct bf_test *bt) in bf_ecb_test() 1018 bf_cbc_test(size_t test_number, const struct bf_test *bt) in bf_cbc_test() 1057 bf_cfb64_test(size_t test_number, const struct bf_test *bt) in bf_cfb64_test() 1098 bf_ofb64_test(size_t test_number, const struct bf_test *bt) in bf_ofb64_test() 1139 bf_evp_test(size_t test_number, const struct bf_test *bt, const char *label, in bf_evp_test() 1310 const struct bf_test *bt; in bf_test() local
|
/openbsd-src/sys/sys/ |
H A D | time.h | 183 bintimeaddfrac(const struct bintime *bt, uint64_t x, struct bintime *ct) in bintimeaddfrac() 192 bintimeadd(const struct bintime *bt, const struct bintime *ct, in bintimeadd() 202 bintimesub(const struct bintime *bt, const struct bintime *ct, in bintimesub() 212 TIMECOUNT_TO_BINTIME(u_int count, uint64_t scale, struct bintime *bt) in TIMECOUNT_TO_BINTIME() 243 BINTIME_TO_TIMESPEC(const struct bintime *bt, struct timespec *ts) in BINTIME_TO_TIMESPEC() 250 TIMESPEC_TO_BINTIME(const struct timespec *ts, struct bintime *bt) in TIMESPEC_TO_BINTIME() 258 BINTIME_TO_TIMEVAL(const struct bintime *bt, struct timeval *tv) in BINTIME_TO_TIMEVAL() 265 TIMEVAL_TO_BINTIME(const struct timeval *tv, struct bintime *bt) in TIMEVAL_TO_BINTIME() 438 BINTIME_TO_NSEC(const struct bintime *bt) in BINTIME_TO_NSEC()
|
/openbsd-src/regress/lib/libcrypto/base64/ |
H A D | base64test.c | 281 base64_encoding_test(int test_no, struct base64_test *bt, int test_nl) in base64_encoding_test() 363 base64_decoding_test(int test_no, struct base64_test *bt, int test_nl) in base64_decoding_test() 445 struct base64_test *bt; in main() local
|
/openbsd-src/sys/dev/cardbus/ |
H A D | rbus.c | 184 rbus_new_body(bus_space_tag_t bt, struct extent *ex, in rbus_new_body() 216 rbus_new_root_delegate(bus_space_tag_t bt, bus_addr_t start, bus_size_t size) in rbus_new_root_delegate() 241 rbus_new_root_share(bus_space_tag_t bt, struct extent *ex, bus_addr_t start, in rbus_new_root_share()
|
/openbsd-src/sys/dev/ic/ |
H A D | mk48txx.c | 74 mk48txx_attach(bus_space_tag_t bt, bus_space_handle_t bh, const char *model, in mk48txx_attach() 128 bus_space_tag_t bt = mk->mk_bt; in mk48txx_gettime() local 181 bus_space_tag_t bt = mk->mk_bt; in mk48txx_settime() local
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 136 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport() 256 BasicBugReport(const BugType &bt, StringRef desc, PathDiagnosticLocation l) in BasicBugReport() 369 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport() 373 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport() 386 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
|
/openbsd-src/sys/arch/sparc64/sparc64/ |
H A D | clock.c | 267 bus_space_tag_t bt = sa->sa_bustag; in clockattach_sbus() local 327 bus_space_tag_t bt; in clockattach_ebus() local 361 bus_space_tag_t bt = fa->fa_bustag; in clockattach_fhc() local 385 clockattach(int node, bus_space_tag_t bt, bus_space_handle_t bh) in clockattach()
|
/openbsd-src/usr.bin/unifdef/ |
H A D | unifdef.c | 878 static Linetype op_strict(long *p, long v, Linetype at, Linetype bt) { in op_strict() 882 static Linetype op_lt(long *p, Linetype at, long a, Linetype bt, long b) { in op_lt() 885 static Linetype op_gt(long *p, Linetype at, long a, Linetype bt, long b) { in op_gt() 888 static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) { in op_le() 891 static Linetype op_ge(long *p, Linetype at, long a, Linetype bt, long b) { in op_ge() 894 static Linetype op_eq(long *p, Linetype at, long a, Linetype bt, long b) { in op_eq() 897 static Linetype op_ne(long *p, Linetype at, long a, Linetype bt, long b) { in op_ne() 900 static Linetype op_or(long *p, Linetype at, long a, Linetype bt, long b) { in op_or() 905 static Linetype op_and(long *p, Linetype at, long a, Linetype bt, long b) { in op_and()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | info.c | 164 #define same(bt) ffeinfo_combine_[bt][bt] = bt in ffeinfo_init_0() argument 212 ffeinfo_kindtype_max(ffeinfoBasictype bt, in ffeinfo_kindtype_max()
|
H A D | expr.c | 433 ffeinfoBasictype bt; in ffeexpr_collapse_convert() local 3126 ffeinfoBasictype bt; in ffeexpr_collapse_paren() local 3169 ffeinfoBasictype bt; in ffeexpr_collapse_uplus() local 3214 ffeinfoBasictype bt; in ffeexpr_collapse_uminus() local 3403 ffeinfoBasictype bt; in ffeexpr_collapse_not() local 3548 ffeinfoBasictype bt; in ffeexpr_collapse_add() local 3753 ffeinfoBasictype bt; in ffeexpr_collapse_subtract() local 3958 ffeinfoBasictype bt; in ffeexpr_collapse_multiply() local 4163 ffeinfoBasictype bt; in ffeexpr_collapse_divide() local 4368 ffeinfoBasictype bt; in ffeexpr_collapse_power() local [all …]
|
H A D | global.c | 518 ffeinfoBasictype bt, ffeinfoKindtype kt, in ffeglobal_proc_def_arg() 797 ffeinfoBasictype bt, ffeinfoKindtype kt, in ffeglobal_proc_ref_arg()
|
H A D | storag.c | 475 ffestorag_update (ffestorag s, ffesymbol sym, ffeinfoBasictype bt, in ffestorag_update()
|
H A D | global.h | 83 ffeinfoBasictype bt; member 116 ffeinfoBasictype bt; /* NONE for non-function. */ member
|
H A D | stu.c | 122 ffeinfoBasictype bt; in ffestu_sym_end_transition() local
|
/openbsd-src/sys/arch/sparc64/dev/ |
H A D | stp_sbus.c | 89 bus_space_tag_t bt; in stpattach() local
|
H A D | ebusvar.h | 81 #define ebus_bus_map(t, bt, a, s, f, v, hp) \ argument
|
H A D | central.c | 145 struct sparc_bus_space_tag *bt; in central_alloc_bus_tag() local
|
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_property.c | 612 struct drm_property_blob *blob, *bt; in drm_property_destroy_user_blobs() local 823 struct drm_property_blob *blob = NULL, *bt; in drm_mode_destroyblob_ioctl() local
|