Searched refs:B_TYPE (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dacldef.h44 #define ACL$B_TYPE 10
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_compare.c92 if (B_TYPE(bk->type) == B_OVERFLOW)
126 if (B_TYPE(bi->type) == B_OVERFLOW)
H A Dbt_split.c540 switch (B_TYPE(child_bi->type)) {
574 switch (B_TYPE(child_bk->type)) {
768 switch (B_TYPE(child_bi->type)) {
807 switch (B_TYPE(child_bk->type)) {
845 if (B_TYPE(tmp_bk->type) != B_KEYDATA)
1045 if (B_TYPE(
1053 if (B_TYPE(GET_BKEYDATA(dbp, pp, off)->type) ==
1064 if (B_TYPE(GET_BKEYDATA(dbp, pp, off)->type) ==
1089 B_TYPE(GET_BINTERNAL(dbp, pp, off)->type) != B_KEYDATA;
1094 isbigkey = B_TYPE(GET_BKEYDAT
[all...]
H A Dbt_stat.c357 if (B_TYPE(type) != B_DUPLICATE)
589 if (B_TYPE(bi->type) == B_OVERFLOW &&
611 if (B_TYPE(bk->type) == B_OVERFLOW &&
620 if (B_TYPE(bk->type) == B_DUPLICATE &&
625 if (B_TYPE(bk->type) == B_OVERFLOW &&
636 if (B_TYPE(bk->type) == B_OVERFLOW &&
H A Dbt_upgrade.c140 if (B_TYPE(bk->type) == B_DUPLICATE) {
H A Dbt_put.c194 if (B_TYPE(bk->type) == B_KEYDATA)
342 if (bigdata || B_TYPE(bk->type) != B_KEYDATA) {
452 B_TYPE(bk->type) == B_OVERFLOW ? ((BOVERFLOW *)bk)->tlen : bk->len;
526 if (B_TYPE(bk->type) == B_OVERFLOW) {
724 sz += B_TYPE(bk->type) == B_KEYDATA ?
742 sz += B_TYPE(bk->type) == B_KEYDATA ?
828 hdr.size = B_TYPE(bk->type) == B_KEYDATA ?
836 if (B_TYPE(bk->type) == B_OVERFLOW &&
H A Dbt_verify.c621 switch (B_TYPE(bk->type)) {
682 switch (B_TYPE(bk->type)) {
710 if (B_TYPE(bk->type) == B_OVERFLOW)
733 child.type = (B_TYPE(bk->type) == B_OVERFLOW ?
742 (u_long)pgno, (u_long)i, (u_long)B_TYPE(bk->type)));
946 if (B_TYPE(bi->type) == B_OVERFLOW) {
976 if (B_TYPE(bk->type) == B_OVERFLOW) {
2164 switch (B_TYPE(bk->type)) {
2530 if (B_TYPE(bk->type) == B_OVERFLOW) {
H A Dbt_delete.c80 switch (B_TYPE(bi->type)) {
132 switch (B_TYPE(bk->type)) {
402 if (B_TYPE(bi->type) == B_OVERFLOW)
H A Dbt_compact.c1172 if (B_TYPE(bk->type) != B_KEYDATA)
1181 if (B_TYPE(tmp_bk->type) != B_KEYDATA)
1247 } else switch (B_TYPE(bk->type)) {
1774 if (B_TYPE(bo->type) == B_KEYDATA)
1797 if (B_TYPE(bo->type) == B_OVERFLOW) {
2095 if (B_TYPE(bi->type) == B_OVERFLOW) {
2176 if (B_TYPE(bi->type) != B_OVERFLOW)
2312 if (B_TYPE(bi->type) == B_OVERFLOW) {
H A Dbt_cursor.c1153 if (B_TYPE(bk->type) == B_OVERFLOW) {
1232 if (B_TYPE(bk->type) == B_DUPLICATE) {
1259 } else if (B_TYPE(bk->type) == B_OVERFLOW) {
1502 if (B_TYPE(bk->type) == B_OVERFLOW) {
2712 if (B_TYPE(bo->type) == B_DUPLICATE) {
H A Dbt_rec.c1483 if (B_TYPE(bi->type) == B_OVERFLOW) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dreboot.h119 #define B_TYPE(val) (((val) >> B_TYPESHIFT) & B_TYPEMASK) macro
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_page.h536 #define B_TYPE(t) ((t) & ~B_DELETE) macro
537 #define B_TSET(t, type) ((t) = B_TYPE(type))
591 (B_TYPE((bk)->type) != B_KEYDATA ? BOVERFLOW_SIZE : \
595 (B_TYPE((bk)->type) != B_KEYDATA ? BOVERFLOW_PSIZE : \
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_ret.c56 if (B_TYPE(bk->type) == B_OVERFLOW) {
H A Ddb_upg_opd.c228 if (B_TYPE(child_bi->type) == B_OVERFLOW)
235 switch (B_TYPE(child_bk->type)) {
H A Ddb_reclaim.c134 if (!B_DISSET(type) && B_TYPE(type) != B_DUPLICATE)
H A Ddb_pr.c688 switch (B_TYPE(bi->type)) {
699 (u_long)B_TYPE(bi->type));
714 switch (B_TYPE(bk->type)) {
726 (u_long)B_TYPE(bk->type));
802 switch (B_TYPE(bo->type)) {
H A Ddb_conv.c553 switch (B_TYPE(bk->type)) {
584 switch (B_TYPE(bi->type)) {
H A Ddb_vrfy.c2135 switch (B_TYPE(bk->type)) {
2458 if (B_TYPE(bkkey->type) == B_OVERFLOW) {
2475 } else if (B_TYPE(bkkey->type) == B_KEYDATA) {

Completed in 122 milliseconds