Home
last modified time | relevance | path

Searched refs:b1 (Results 26 – 50 of 141) sorted by last modified time

123456

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_safte.c1036 wrbuf16(ses_softc_t *ssc, uchar_t op, uchar_t b1, uchar_t b2, in wrbuf16() argument
1063 sdata[1] = b1; in wrbuf16()
1066 SES_LOG(ssc, SES_CE_DEBUG2, "saf_wrbuf16 %x %x %x %x", op, b1, b2, b3); in wrbuf16()
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-bge.p5m84 alias=pci14e4,16b1 \
114 alias=pciex14e4,16b1 \
H A Ddriver-audio-audio810.p5m58 alias=pci10de,1b1 \
/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 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 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 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
H A Dauth.test1801 CREATE TABLE tx(a1,a2,b1,b2,c1,c2);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcmp.c70 int b1, b2; in strcmp() local
200 b1 = i1; /* save the ints in memory */ in strcmp()
202 str1 = (void *) &b1; /* point at them */ in strcmp()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c98 gss_buffer_cmp(gss_buffer_t b1, gss_buffer_t b2) in gss_buffer_cmp() argument
100 if (b1->length != b2->length) in gss_buffer_cmp()
102 if (b1->length == 0) in gss_buffer_cmp()
104 if (b1->value == b2->value) in gss_buffer_cmp()
106 if (b1->value == 0 || b2->value == 0) in gss_buffer_cmp()
109 return (memcmp(b1->value, b2->value, b1->length) == 0); in gss_buffer_cmp()
/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/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/common/mpi/
H A Dmp_gf2m-priv.h90 void s_bmul_2x2(mp_digit *r, const mp_digit a1, const mp_digit a0, const mp_digit b1,
98 const mp_digit b2, const mp_digit b1, const mp_digit b0);
105 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1,
H A Dmp_gf2m.c140 s_bmul_2x2(mp_digit *r, const mp_digit a1, const mp_digit a0, const mp_digit b1, in s_bmul_2x2() argument
145 s_bmul_1x1(r+3, r+2, a1, b1); in s_bmul_2x2()
147 s_bmul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in s_bmul_2x2()
159 const mp_digit b2, const mp_digit b1, const mp_digit b0) in s_bmul_3x3() argument
164 s_bmul_2x2(zm, a1, a2^a0, b1, b2^b0); /* fill middle 4 words */ in s_bmul_3x3()
165 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_3x3()
183 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, in s_bmul_4x4() argument
189 s_bmul_2x2(zm, a3^a1, a2^a0, b3^b1, b2^b0); /* fill middle 4 words */ in s_bmul_4x4()
190 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_4x4()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_aff.c208 int b1, b3, i, l; in ec_GFp_pt_mul_aff() local
267 b1 = MP_GET_BIT(&k, i); in ec_GFp_pt_mul_aff()
269 if ((b3 == 1) && (b1 == 0)) { in ec_GFp_pt_mul_aff()
273 } else if ((b3 == 0) && (b1 == 1)) { in ec_GFp_pt_mul_aff()
H A Dec2_aff.c195 int b1, b3, i, l; in ec_GF2m_pt_mul_aff() local
254 b1 = MP_GET_BIT(&k, i); in ec_GF2m_pt_mul_aff()
256 if ((b3 == 1) && (b1 == 0)) { in ec_GF2m_pt_mul_aff()
260 } else if ((b3 == 0) && (b1 == 1)) { in ec_GF2m_pt_mul_aff()
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c783 char *a1, *b1, *a2; in filename() local
788 b1 = pa1 = (char *)malloc(strlen(a1) + strlen(a2) + 2); in filename()
789 while (*b1++ = *a1++); in filename()
790 b1[-1] = '/'; in filename()
791 a1 = b1; in filename()
794 a1 = b1; in filename()
/illumos-gate/usr/src/cmd/eqn/
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()
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()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c179 ieee80211_read_6(uint8_t b0, uint8_t b1, uint8_t b2, in ieee80211_read_6() argument
182 uint32_t iv32 = (b0 << 0) | (b1 << 8) | (b2 << 16) | (b3 << 24); in ieee80211_read_6()
592 get_le32_split(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) in get_le32_split() argument
594 return (b0 | (b1 << 8) | (b2 << 16) | (b3 << 24)); in get_le32_split()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java303 int b1 = 0; // first displayed bucket in printDistribution() local
306 for (; (b1 <= b2) && (d.get(b1).getFrequency() == 0); ++b1); in printDistribution()
309 if (b1 > b2) { in printDistribution()
314 b1 = 0; in printDistribution()
317 b1 = QUANTIZE_ZERO_BUCKET - 1; in printDistribution()
321 if (b1 > 0) --b1; in printDistribution()
325 for (int i = b1; i <= b2; ++i) { in printDistribution()
335 for (int i = b1; i <= b2; ++i) { in printDistribution()
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1870 char *a1, *b1, *a2; in filename() local
1888 b1 = *pa1 = (char *)malloc(PATH_MAX); in filename()
1889 while (*b1++ = *a1++) in filename()
1891 b1[-1] = '/'; in filename()
1892 a1 = b1; in filename()
1895 a1 = b1; in filename()
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c2053 cfga_list_data_t *b1, *b2; in ldata_compare() local
2056 b1 = *(cfga_list_data_t **)vb1; in ldata_compare()
2060 res = (*(sort_list[i].fld->compare))(b1, b2, CFGA_MATCH_ORDER); in ldata_compare()

123456