Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 141) sorted by relevance

123456

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree.test318 btree_commit $::b1
342 btree_close $::b1
363 btree_get_meta $::b1
375 btree_get_meta $::b1
379 btree_rollback $::b1
385 btree_commit $::b1
435 btree_commit $::b1
490 btree_commit $::b1
630 btree_commit $::b1
635 btree_close $::b1
[all …]
H A Dbtree3rb.test34 set b1 [btree_open :memory:]
35 btree_begin_transaction $::b1
47 btree_clear_table $::b1 2
48 set ::c1 [btree_cursor $::b1 2 1]
54 # btree_tree_dump $::b1 2
79 btree_rollback $::b1
80 #btree_pager_ref_dump $::b1
81 btree_close $::b1
H A Dbtree3.test36 set b1 [btree_open test1.bt]
37 btree_begin_transaction $::b1
49 btree_clear_table $::b1 2
50 set ::c1 [btree_cursor $::b1 2 1]
56 # btree_tree_dump $::b1 2
81 btree_rollback $::b1
82 btree_pager_ref_dump $::b1
83 btree_close $::b1
H A Dbtree4.test31 set b1 [btree_open test1.bt]
32 btree_begin_transaction $::b1
41 btree_clear_table $::b1 2
42 set ::c1 [btree_cursor $::b1 2 1]
93 btree_rollback $::b1
94 btree_pager_ref_dump $::b1
95 btree_close $::b1
H A Dbtree4rb.test29 set b1 [btree_open :memory:]
30 btree_begin_transaction $::b1
39 btree_clear_table $::b1 2
40 set ::c1 [btree_cursor $::b1 2 1]
91 btree_rollback $::b1
92 btree_close $::b1
/illumos-gate/usr/src/cmd/eqn/
H A Dshift.c21 int shval, d1, h1, b1, h2, b2; in bshiftb() local
29 b1 = ebase[p1]; in bshiftb()
47 shval = b1-b2; in bshiftb()
48 ebase[yyval] = b1 + max(0, h2-b1-d1); in bshiftb()
63 ebase[yyval] = b1; in bshiftb()
66 if (VERT(4*(h1-b1)/10) + h2 < h1-b1) /* raise little super */ in bshiftb()
137 subsh = b1-b2; in shift2()
141 if (VERT(4*(h1-b1)/10)+h3 < h1-b1) in shift2()
145 if (VERT(1)+h3 < h1-b1) in shift2()
149 eht[yyval] = h1 + max(0, h3-VERT((6*(h1-b1))/10)) + max(0, h2-b1-d1); in shift2()
[all …]
H A Dfromto.c20 int b, h1, b1, pss; in fromto() local
24 b1 = ebase[p1]; in fromto()
46 eht[p2]-ebase[p2]+b1, yyval, p2, pss, p2, EFFPS(ps)); in fromto()
48 yyval, p2, -(eht[p2]-ebase[p2]+b1)); in fromto()
60 -(h1-b1+ebase[p3]), yyval, p3, pss, p3, EFFPS(ps), in fromto()
61 yyval, p3, (h1-b1+ebase[p3])); in fromto()
64 ebase[yyval] = b + b1; in fromto()
H A Dparen.c24 int n, m, h1, j, b1, v; in paren() local
25 h1 = eht[p1]; b1 = ebase[p1]; in paren()
31 n = max(b1+VERT(1), h1-b1-VERT(1)) / VERT(1); in paren()
44 ebase[yyval] = b1 + (eht[yyval]-h1)/2; in paren()
45 v = b1 - h1/2 + VERT(EM(0.4, ps)); in paren()
51 v = b1 - h1/2 + VERT(1); in paren()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsort.c140 while (b1->nr == 0 || in merge_block_seqs()
141 cmp (PTR_ENTRY_NOTAG(b1, b1->nr - 1), PTR_ENTRY_NOTAG(b2,0)) < 0) { in merge_block_seqs()
144 b1 = b1->next; in merge_block_seqs()
157 assert (b1 != b2); in merge_block_seqs()
167 FLUSH_TO(b1); in merge_block_seqs()
169 b1 = b1->next; in merge_block_seqs()
174 FLUSH_TO(b1); in merge_block_seqs()
175 b1 = b1->next; in merge_block_seqs()
197 l->next = b1; in merge_block_seqs()
198 l->prev = b1->prev; in merge_block_seqs()
[all …]
H A Dcse.c302 struct basic_block *b1, *b2, *common; in try_to_cse() local
308 b1 = i1->bb; in try_to_cse()
315 if (b1 == b2) { in try_to_cse()
317 FOR_EACH_PTR(b1->insns, insn) { in try_to_cse()
323 warning(b1->pos, "Whaa? unable to find CSE instructions"); in try_to_cse()
326 if (domtree_dominates(b1, b2)) in try_to_cse()
329 if (domtree_dominates(b2, b1)) in try_to_cse()
333 common = trivial_common_parent(b1, b2); in try_to_cse()
336 remove_instruction(&b1->insns, i1, 1); in try_to_cse()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_fletcher.c32 uint64_t a0, b0, a1, b1; in fletcher_2_native() local
34 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
38 b1 += a1; in fletcher_2_native()
41 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native()
49 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local
51 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
55 b1 += a1; in fletcher_2_byteswap()
58 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dfletcher.c32 uint64_t a0, b0, a1, b1; in fletcher_2_native() local
34 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
38 b1 += a1; in fletcher_2_native()
41 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native()
50 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local
52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
56 b1 += a1; in fletcher_2_byteswap()
59 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dmemcmp.c35 register const unsigned char* b1 = (const unsigned char*)ab1;
37 register const unsigned char* e = b1 + n;
39 while (b1 < e)
40 if (*b1++ != *b2++)
41 return(*--b1 - *--b2);
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.c152 uint64_t a0, b0, a1, b1; in fletcher_2_incremental_native() local
157 b1 = zcp->zc_word[3]; in fletcher_2_incremental_native()
163 b1 += a1; in fletcher_2_incremental_native()
166 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_incremental_native()
186 uint64_t a0, b0, a1, b1; in fletcher_2_incremental_byteswap() local
191 b1 = zcp->zc_word[3]; in fletcher_2_incremental_byteswap()
197 b1 += a1; in fletcher_2_incremental_byteswap()
200 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_incremental_byteswap()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb_endian.h98 #define USETW2(w,b1,b0) do { \ argument
100 (w)[1] = (uint8_t)(b1); \
103 #define USETW4(w,b3,b2,b1,b0) do { \ argument
105 (w)[1] = (uint8_t)(b1); \
110 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
112 (w)[1] = (uint8_t)(b1); \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_002_pos.ksh65 log_must mkdir $PRJDIR/b1
72 log_must mkdir $PRJDIR/b1/a2
73 log_must mkdir $PRJDIR/b1/b2
74 log_must touch $PRJDIR/b1/c2
80 log_must mkdir $PRJDIR/b1/a2/a3
91 log_must zfs project -s $PRJDIR/b1/a2
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c467 uint16_t b1 = 0; in do_case_conv() local
489 b1 = u8s[0] = s[0]; in do_case_conv()
508 b1 = u8_common_b1_tbl[uv][b1]; in do_case_conv()
697 uint16_t b1 = 0; in combining_class() local
713 b1 = s[0]; in combining_class()
719 b1 = u8_common_b1_tbl[uv][b1]; in combining_class()
751 uint16_t b1 = 0; in do_decomp() local
852 b1 = u8_common_b1_tbl[uv][b1]; in do_decomp()
973 uint16_t b1 = 0; in find_composition_start() local
992 b1 = s[0]; in find_composition_start()
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java274 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; in unescapeChar()
278 b1 = (byte) ((code >> 8) & 0xFF); in unescapeChar()
288 b[1] = b1; in unescapeChar()
297 if (b1 != 0 || b2 != 0) { in unescapeChar()
319 b[1] = b1; in unescapeChar()
321 } else if (b1 != 0) { in unescapeChar()
323 b[1] = b1; in unescapeChar()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c647 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_sub_3() local
666 b1 = MP_DIGIT(b,1); in ec_GFp_sub_3()
693 b1 = MP_DIGIT(&meth->irr,1); in ec_GFp_sub_3()
705 : "r" (b0), "r" (b1), "r" (b2), in ec_GFp_sub_3()
735 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; in ec_GFp_sub_4() local
760 b1 = MP_DIGIT(b,1); in ec_GFp_sub_4()
790 b1 = MP_DIGIT(&meth->irr,1); in ec_GFp_sub_4()
865 b1 = MP_DIGIT(b,1); in ec_GFp_sub_5()
883 b1 = MP_DIGIT(&meth->irr,1); in ec_GFp_sub_5()
947 b1 = MP_DIGIT(b,1); in ec_GFp_sub_6()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.avx512.out148 libdis_test+0x2c6: 62 f1 55 08 db b1 vpandd 0x42(%ecx),%xmm5,%xmm6
160 libdis_test+0x308: 62 f1 d5 08 db b1 vpandq 0x42(%ecx),%xmm5,%xmm6
204 libdis_test+0x3fa: 62 f1 d5 48 56 b1 vorpd 0x42(%ecx),%zmm5,%zmm6
216 libdis_test+0x43c: 62 f1 54 48 56 b1 vorps 0x42(%ecx),%zmm5,%zmm6
220 libdis_test+0x452: 62 f1 55 08 eb b1 vpord 0x42(%ecx),%xmm5,%xmm6
228 libdis_test+0x47e: 62 f1 55 48 eb b1 vpord 0x42(%ecx),%zmm5,%zmm6
232 libdis_test+0x494: 62 f1 d5 08 eb b1 vporq 0x42(%ecx),%xmm5,%xmm6
240 libdis_test+0x4c0: 62 f1 d5 48 eb b1 vporq 0x42(%ecx),%zmm5,%zmm6
244 libdis_test+0x4d6: 62 f1 55 08 ef b1 vpxord 0x42(%ecx),%xmm5,%xmm6
252 libdis_test+0x502: 62 f1 55 48 ef b1 vpxord 0x42(%ecx),%zmm5,%zmm6
[all …]
H A D64.avx512.out213 libdis_test+0x42e: 62 f1 55 08 db b1 vpandd 0x42(%rcx),%xmm5,%xmm6
225 libdis_test+0x470: 62 f1 d5 08 db b1 vpandq 0x42(%rcx),%xmm5,%xmm6
269 libdis_test+0x562: 62 f1 d5 48 56 b1 vorpd 0x42(%rcx),%zmm5,%zmm6
281 libdis_test+0x5a4: 62 f1 54 48 56 b1 vorps 0x42(%rcx),%zmm5,%zmm6
285 libdis_test+0x5ba: 62 f1 55 08 eb b1 vpord 0x42(%rcx),%xmm5,%xmm6
293 libdis_test+0x5e6: 62 f1 55 48 eb b1 vpord 0x42(%rcx),%zmm5,%zmm6
297 libdis_test+0x5fc: 62 f1 d5 08 eb b1 vporq 0x42(%rcx),%xmm5,%xmm6
305 libdis_test+0x628: 62 f1 d5 48 eb b1 vporq 0x42(%rcx),%zmm5,%zmm6
309 libdis_test+0x63e: 62 f1 55 08 ef b1 vpxord 0x42(%rcx),%xmm5,%xmm6
317 libdis_test+0x66a: 62 f1 55 48 ef b1 vpxord 0x42(%rcx),%zmm5,%zmm6
[all …]
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c311 int b0, b1, b2; in n2rng_noise_gen_preferred() local
346 for (b1 = 0; b1 < N2RNG_NBIASES; b1++) { in n2rng_noise_gen_preferred()
347 if (b0 == b1) continue; in n2rng_noise_gen_preferred()
348 candidates[1] = &rng->n_perftable[1][b1]; in n2rng_noise_gen_preferred()
352 if (b0 == b2 || b1 == b2) continue; in n2rng_noise_gen_preferred()
360 ENCODEBIAS(1, b1) | in n2rng_noise_gen_preferred()
/illumos-gate/usr/src/boot/common/
H A Dutil.h38 int memcmp(const void *b1, const void *b2, size_t len);
42 #define bcmp(b1, b2, len) (memcmp((b1), (b2), (len)) != 0) argument
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_pdu.h39 uint8_t *b1 = (uint8_t *)(OP); \
41 b1 += (8 + (OP)->attr_len); \
42 (OP) = (isns_tlv_t *)b1; \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dattributes.sh173 then b1=aGVsbG8gd29ybGQ=
175 else b1=iIWTk5ZAppaZk4Q=
178 z=$b1
179 typeset -b x=$b1
182 typeset -b -Z5 a=$b1
187 x+=$b1
190 typeset -b -Z20 z=$b1
199 [[ $v1 == "$b1" ]] || err_exit "v1=$v1 should be $b1"

123456