Searched defs:bt (Results 51 - 75 of 75) sorted by relevance

123

/openbsd-current/sys/arch/sparc64/dev/
H A Dpsycho.c945 struct sparc_bus_space_tag *bt; local
[all...]
H A Dpyro.c544 struct sparc_bus_space_tag *bt; local
[all...]
H A Dvpci.c461 struct sparc_bus_space_tag *bt; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dmips-tdump.c145 typedef enum bt { enum
H A Dmips-tfile.c760 typedef enum bt { enum
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c139 typedef enum bt { enum
H A Dmips-tfile.c757 typedef enum bt { enum
/openbsd-current/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dinternal.h268 struct _btree_ *bt; /* btree to which this node belongs */ member in struct:_node_
/openbsd-current/usr.bin/unifdef/
H A Dunifdef.c878 static Linetype op_strict(long *p, long v, Linetype at, Linetype bt) { argument
882 static Linetype op_lt(long *p, Linetype at, long a, Linetype bt, long b) { argument
885 static Linetype op_gt(long *p, Linetype at, long a, Linetype bt, long b) { argument
888 static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) { argument
891 static Linetype op_ge(long *p, Linetype at, long a, Linetype bt, long b) { argument
894 op_eq(long *p, Linetype at, long a, Linetype bt, long b) argument
897 op_ne(long *p, Linetype at, long a, Linetype bt, long b) argument
900 op_or(long *p, Linetype at, long a, Linetype bt, long b) argument
905 op_and(long *p, Linetype at, long a, Linetype bt, long b) argument
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dni_dpm.h78 u32 bt; member in struct:ni_leakage_coeffients
/openbsd-current/sys/kern/
H A Dkern_sysctl.c513 struct timeval bt; local
/openbsd-current/sys/dev/pci/
H A Dpccbb.c2528 bus_space_tag_t bt = rb->rb_bt; local
/openbsd-current/sys/dev/acpi/
H A Dtpm.c445 tpm_probe(bus_space_tag_t bt, bus_space_handle_t bh) argument
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c2807 print_bound_type(int bt) argument
/openbsd-current/usr.sbin/ldapd/
H A Dbtree.c168 struct btree *bt; member in struct:cursor
194 struct btree *bt; /* btree is ref'd */ member in struct:btree_txn
356 btree_cmp(struct btree *bt, const struct btval *a, const struct btval *b) argument
362 common_prefix(struct btree *bt, struct btkey *min, struct btkey *max, struct btkey *pfx) argument
408 remove_prefix(struct btree *bt, struct btval *key, size_t pfxlen) argument
422 expand_prefix(struct btree *bt, struct mpage *mp, indx_t indx, struct btkey *expkey) argument
434 bt_cmp(struct btree *bt, const struct btval *key1, const struct btval *key2, struct btkey *pfx) argument
468 mpage_lookup(struct btree *bt, pgno_t pgno) argument
484 mpage_add(struct btree *bt, struct mpage *mp) argument
501 mpage_del(struct btree *bt, struct mpage *mp) argument
510 mpage_flush(struct btree *bt) argument
521 mpage_copy(struct btree *bt, struct mpage *mp) argument
545 mpage_prune(struct btree *bt) argument
563 mpage_dirty(struct btree *bt, struct mpage *mp) argument
577 mpage_touch(struct btree *bt, struct mpage *mp) argument
605 btree_read_page(struct btree *bt, pgno_t pgno, struct page *page) argument
634 btree_sync(struct btree *bt) argument
642 btree_txn_begin(struct btree *bt, int rdonly) argument
696 struct btree *bt; local
735 struct btree *bt; local
837 btree_write_header(struct btree *bt, int fd) argument
878 btree_read_header(struct btree *bt) argument
927 btree_write_meta(struct btree *bt, pgno_t root, unsigned int flags) argument
1001 btree_read_meta(struct btree *bt, pgno_t *p_next) argument
1085 struct btree *bt; local
1144 struct btree *bt; local
1165 btree_ref(struct btree *bt) argument
1172 btree_close(struct btree *bt) argument
1197 btree_search_node(struct btree *bt, struct mpage *mp, struct btval *key, int *exactp, unsigned int *kip) argument
1289 btree_get_mpage(struct btree *bt, pgno_t pgno) argument
1314 concat_prefix(struct btree *bt, char *s1, size_t n1, char *s2, size_t n2, char *cs, size_t *cn) argument
1329 find_common_prefix(struct btree *bt, struct mpage *mp) argument
1370 btree_search_page_root(struct btree *bt, struct mpage *root, struct btval *key, struct cursor *cursor, int modify, struct mpage **mpp) argument
1443 btree_search_page(struct btree *bt, struct btree_txn *txn, struct btval *key, struct cursor *cursor, int modify, struct mpage **mpp) argument
1495 btree_read_data(struct btree *bt, struct mpage *mp, struct node *leaf, struct btval *data) argument
1555 btree_txn_get(struct btree *bt, struct btree_txn *txn, struct btval *key, struct btval *data) argument
1647 bt_set_key(struct btree *bt, struct mpage *mp, struct node *node, struct btval *key) argument
1841 btree_new_page(struct btree *bt, uint32_t flags) argument
1875 bt_leaf_size(struct btree *bt, struct btval *key, struct btval *data) argument
1889 bt_branch_size(struct btree *bt, struct btval *key) argument
1904 btree_write_overflow_data(struct btree *bt, struct page *p, struct btval *data) argument
1940 btree_add_node(struct btree *bt, struct mpage *mp, indx_t indx, struct btval *key, struct btval *data, pgno_t pgno, uint8_t flags) argument
2033 btree_del_node(struct btree *bt, struct mpage *mp, indx_t indx) argument
2072 btree_txn_cursor_open(struct btree *bt, struct btree_txn *txn) argument
2112 btree_update_key(struct btree *bt, struct mpage *mp, indx_t indx, struct btval *key) argument
2157 btree_adjust_prefix(struct btree *bt, struct mpage *src, int delta) argument
2201 btree_move_node(struct btree *bt, struct mpage *src, indx_t srcindx, struct mpage *dst, indx_t dstindx) argument
2372 btree_merge(struct btree *bt, struct mpage *src, struct mpage *dst) argument
2466 btree_rebalance(struct btree *bt, struct mpage *mp) argument
2565 btree_txn_del(struct btree *bt, struct btree_txn *txn, struct btval *key, struct btval *data) argument
2644 bt_reduce_separator(struct btree *bt, struct node *min, struct btval *sep) argument
2696 btree_split(struct btree *bt, struct mpage **mpp, unsigned int *newindxp, struct btval *newkey, struct btval *newdata, pgno_t newpgno) argument
2884 btree_txn_put(struct btree *bt, struct btree_txn *txn, struct btval *key, struct btval *data, unsigned int flags) argument
2994 btree_compact_tree(struct btree *bt, pgno_t pgno, struct btree *btc) argument
3058 btree_compact(struct btree *bt) argument
3137 btree_revert(struct btree *bt) argument
3147 btree_set_cache_size(struct btree *bt, unsigned int cache_size) argument
3153 btree_get_flags(struct btree *bt) argument
3159 btree_get_path(struct btree *bt) argument
3165 btree_stat(struct btree *bt) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2130 PathSensitiveBugReport( const BugType &bt, StringRef shortDesc, StringRef desc, const ExplodedNode *errorNode, PathDiagnosticLocation LocationToUnique, const Decl *DeclToUnique) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c433 ffeinfoBasictype bt; local
3126 ffeinfoBasictype bt; local
3169 ffeinfoBasictype bt; local
3214 ffeinfoBasictype bt; local
3403 ffeinfoBasictype bt; local
3548 ffeinfoBasictype bt; local
3753 ffeinfoBasictype bt; local
3958 ffeinfoBasictype bt; local
4163 ffeinfoBasictype bt; local
4368 ffeinfoBasictype bt; local
5960 ffeinfoBasictype bt; local
6116 ffeinfoBasictype bt; local
6272 ffeinfoBasictype bt; local
6428 ffeinfoBasictype bt; local
6584 ffeinfoBasictype bt; local
6737 ffeinfoBasictype bt; local
6986 ffeexpr_convert(ffebld source, ffelexToken source_token, ffelexToken dest_token, ffeinfoBasictype bt, ffeinfoKindtype kt, ffeinfoRank rk, ffetargetCharacterSize sz, ffeexprContext context) argument
9431 ffeinfoBasictype bt; local
[all...]
H A Dste.c901 ffeinfoBasictype bt; local
989 ffeinfoBasictype bt; local
1079 ffeinfoBasictype bt; local
[all...]
H A Dstc.c398 ffeinfoBasictype bt = ffestc_local_.decl.basic_type; local
495 ffeinfoBasictype bt; local
723 ffestc_kindtype_kind_(ffeinfoBasictype bt, ffetargetCharacterSize val) argument
753 ffestc_kindtype_star_(ffeinfoBasictype bt, ffetargetCharacterSize val) argument
[all...]
H A Dcom.c2581 ffeinfoBasictype bt; local
2944 ffeinfoBasictype bt; local
3810 ffeinfoBasictype bt; local
5910 ffecom_f2c_set_lio_code_(ffeinfoBasictype bt, int size, int code) argument
6109 ffecom_gen_sfuncdef_(ffesymbol s, ffeinfoBasictype bt, ffeinfoKindtype kt) argument
7074 ffeinfoBasictype bt; local
7302 ffeinfoBasictype bt; local
9114 ffecom_type_localvar_(ffesymbol s, ffeinfoBasictype bt, ffeinfoKindtype kt) argument
9284 ffeinfoBasictype bt = ffesymbol_basictype (s); local
9762 ffeinfoBasictype bt = ffesymbol_basictype (entry); local
10332 ffecom_constantunion(ffebldConstantUnion *cu, ffeinfoBasictype bt, ffeinfoKindtype kt, tree tree_type) argument
12218 ffeinfoBasictype bt; local
12400 ffeinfoBasictype bt; local
13028 ffeinfoBasictype bt; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Decoff.c693 typedef enum bt { enum
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c694 typedef enum bt { enum
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h253 u32 bt; member in struct:ni_leakage_coeffients
/openbsd-current/gnu/usr.bin/perl/
H A Dutil.c4988 Perl_c_backtrace *bt = Perl_get_c_backtrace(aTHX_ 3, 3); local
6299 Perl_c_backtrace* bt = NULL; /* This is what will be returned. */ local
6527 Perl_c_backtrace* bt; local
[all...]
/openbsd-current/sys/sys/
H A Dvideoio.h2396 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon19
2462 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon20
[all...]

Completed in 641 milliseconds

123