Searched refs:b1 (Results 201 - 225 of 343) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/certs/
H A Dca-bundle.crt172 49:25:c9:60:b1:0c:5f:a9:39:10:d3:c5:34:55:7d:cf:79:c3:
176 10:d7:d1:40:e8:ac:16:71:ab:ae:ab:38:e1:70:b1:ca:92:16:
228 28:6c:f4:a2:04:7a:8a:c2:76:24:b1:02:b4:df:28:f2:f7:f3:
291 ac:91:b5:6b:be:40:b0:de:9c:0c:b1:69:85:19:71:
311 72:d0:55:f4:a1:92:52:79:5c:db:f4:f8:dc:e5:d7:12:b1:40:
361 9e:05:b1:5a:d0:26:7c:62:55:03:9b:fc:cb:61:de:
424 0e:8d:16:b1:d6:cc:08:64:12:0c:e0:28:4b:c8:a5:
627 93:5b:8a:c4:19:9d:f4:b2:0e:fc:16:6c:b9:b1:05:
629 e6:60:e8:3b:74:f2:99:50:51:68:d0:03:2d:b1:80:
649 63:36:40:38:e3:46:0f:1d:dd:ac:95:ca:e7:4b:90:7b:b1
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.c124 int b1; /* next change on prev line */ \
297 b1 = *pb++;
986 uint32 b1 = (PIXEL(rp, 0) != 0 ? 0 : finddiff(rp, 0, bits, 0)); local
990 b2 = finddiff2(rp, b1, bits, PIXEL(rp,b1));
992 int32 d = b1 - a1;
1015 b1 = finddiff(rp, a0, bits, !PIXEL(bp,a0));
1016 b1 = finddiff(rp, b1, bits, PIXEL(bp,a0));
1437 b1
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcperl-mode.el3762 face head-face here-face b e bb tag qtag b1 e1 argument i c tail tb
3957 b1 nil) ; error condition
3966 (setq b1 t)
4080 (setq b1 (match-beginning 5) ; 4 + 1
4082 (setq b1 (match-beginning 4) ; 3 + 1
4084 (setq tag (buffer-substring b1 e1)
4089 b1 e1 'face my-cperl-delimiters-face)
4090 (cperl-put-do-not-fontify b1 e1 t)))
4166 (setq b1 (point))
4170 (cperl-postpone-fontification b1 (poin
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/khim/
H A Dkhim.tcl301 button $w.b1 -textvariable khim::inputComposeKey \
302 -command [list ::khim::GetComposeKey $w.b1]
327 button $w.lf1.f2.b1 -text [mc "Unicode..."] \
331 grid $w.lf1.f2.b1 -row 0 -column 2 -sticky w -padx {20 0}
336 button $w.lf1.f3.b1 -text [mc Change] \
342 grid $w.lf1.f3.b1 $w.lf1.f3.b2 -padx 5 -sticky ew
362 grid $w.l1 $w.b1 -sticky w
1663 button $map.f.b1 -text [mc OK] -command [list khim::CMapOK $map]
1667 grid $map.f.b1 -row 0 -column 0 -sticky ew -padx 5
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dformant.tcl138 $::v(pF1) configure $::v(f1) $::v(b1)
157 $::v(F1) configure $::v(f1) $::v(b1)
356 set v(b1) 50
369 set v(F1) [snack::filter formant $v(f1) $v(b1)]
377 set v(pF1) [snack::filter formant $v(f1) $v(b1)]
H A Drecord.tcl83 pack [ button $w.f3.b1 -text OK -width 6 \
/macosx-10.10/tcl-105/tk/tk/generic/
H A Dtk3d.c771 XPoint poly[4], b1, b2, newB1, newB2;
818 * b1 * poly[0] (pointPtr[i-1])
832 * it in poly[2]. As part of this, compute a new b1 and b2 value for
836 * (d) Advance poly[0], poly[1], b1, and b2 for the next side of the
869 parallel = Intersect(&newB1, &newB2, &b1, &b2, &poly[2]);
876 * *----b1-----------b2------a
893 * 2. Compute the points a and c by intersecting the lines b1-b2
902 (void) Intersect(p1Ptr, &perp, &b1, &b2, &poly[2]);
926 b1.x = newB1.x;
927 b1
756 XPoint poly[4], b1, b2, newB1, newB2; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A Dtk3d.c784 XPoint poly[4], b1, b2, newB1, newB2;
831 * b1 * poly[0] (pointPtr[i-1])
846 * this, compute a new b1 and b2 value for the next
850 * (d) Advance poly[0], poly[1], b1, and b2 for the
883 parallel = Intersect(&newB1, &newB2, &b1, &b2, &poly[2]);
891 * *----b1-----------b2------a
909 * b1-b2 and newB1-newB2 with p1Ptr-perp.
917 (void) Intersect(p1Ptr, &perp, &b1, &b2, &poly[2]);
941 b1.x = newB1.x;
942 b1
769 XPoint poly[4], b1, b2, newB1, newB2; local
[all...]
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-dtoa.c126 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
516 b1 = mult(mhi, b);
518 b = b1;
H A Dgdtoa-gdtoa.c159 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
532 b1 = mult(mhi, b);
534 b = b1;
H A Dgdtoa-strtodg.c71 Bigint *b1; local
98 b1 = Balloc(b->k+1);
99 Bcopy(b1,b);
101 b = b1;
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvcursor.el893 (let* (p1 p2 maxp1 maxp2 b1 b2 w2
899 (setq p1 (point) b1 (current-buffer))
955 b1 p1 (+ size p1)))))
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c1557 const RDataBody2 *const b1 = (RDataBody2 *)r1->rdata->u.data; local
1570 case kDNSType_DNAME: return(SameDomainName(&b1->name, &b2->name));
1572 case kDNSType_SOA: return (mDNSBool)( b1->soa.serial == b2->soa.serial &&
1573 b1->soa.refresh == b2->soa.refresh &&
1574 b1->soa.retry == b2->soa.retry &&
1575 b1->soa.expire == b2->soa.expire &&
1576 b1->soa.min == b2->soa.min &&
1577 samename(&b1->soa.mname, &b2->soa.mname) &&
1578 samename(&b1->soa.rname, &b2->soa.rname));
1583 case kDNSType_KX: return (mDNSBool)( b1
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dldapsync.c196 struct berval *b1,
200 *matchp = b1->bv_len - b2->bv_len;
191 sidsort_cmp( int *matchp, slap_mask_t flags, Syntax *syntax, MatchingRule *mr, struct berval *b1, void *v2 ) argument
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Di370-opc.c389 #define SI(op, i2, b1, d1) \
391 ((((unsigned short) (b1)) & 0xf) << 12) | \
404 #define SSH(op, l, b1, d1) \
406 ((((unsigned short) (b1)) & 0xf) << 12) | \
411 ( ((((unsigned short) (b1)) & 0xf) << 28) | \
417 #define SSEH(op, b1, d1) \
418 (SOPS(op) | ((((unsigned short) (b1)) & 0xf) << 12) | \
423 ( ((((unsigned short) (b1)) & 0xf) << 28) | \
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_sprintf.rb35 assert_equal(" 0b1", sprintf("%#4b", 1))
271 assert_equal("0b1", sprintf("%#b", 1))
321 b1 = (/\.\./ =~ s1) != nil
323 assert(b1 == b2, "[ruby-dev:33224]")
H A Dtest_beginendblock.rb17 assert_equal(%w(b1 b2-1 b2 main b3-1 b3 b4 e1 e1-1 e4 e4-2 e4-1 e4-1-1 e3 e2), result.split)
/macosx-10.10/uucp-11/uucp/
H A Dprotj.c104 #define CGETLENGTH(b1, b2) (((b1) - 32) * 64 + ((b2) - 32))
H A Duuconf.h625 be b1 - b2. */
626 #define UUCONF_GRADE_CMP(b1, b2) (uuconf_grade_cmp ((b1), (b2)))
1013 /* Compare two grades, returning < 0 if b1 should be executed before
1014 b2, == 0 if they are the same, or > 0 if b1 should be executed
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducase.h203 int8_t b1, b2, b3; member in struct:UCaseContext
/macosx-10.10/bind9-45.101/bind9/bin/tests/dst/
H A Dt_dst.c173 isc_buffer_t b1, b2; local
235 isc_buffer_init(&b1, array1, sizeof(array1));
236 ret = dst_key_computesecret(key1, key2, &b1);
253 isc_buffer_usedregion(&b1, &r1);
/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Ddir.c340 int b1, b2; local
344 b1 = boot->RootDirEnts * 32;
347 if (!(buffer = malloc(b1 > b2 ? b1 : b2))
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dfirefox.tcl211 $::buttonCmd $fRight.b1 -text "View Saved Passwords"
213 pack $fRight.b1 -side top -expand yes -fill x
309 $::buttonCmd $fRight.b1 -text "Exceptions"
311 pack $fRight.b1 -side left -padx {0 10}
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-funcs.el299 (defun math-inc-gamma-cfrac-step (a0 a1 b0 b1 n fac g a x)
304 b0 (math-mul (math-add b1 (math-mul b0 ana)) fac)
306 b1 (math-add (math-mul x b0) (math-mul anf b1)))
308 (math-inc-gamma-cfrac-step a0 a1 b0 b1 n fac g a x)
310 (let ((next (math-mul b1 fac)))
314 (math-inc-gamma-cfrac-step a0 a1 b0 b1 n fac next a x))))))
/macosx-10.10/WebCore-7600.1.25/dom/
H A DPosition.cpp1021 InlineBox* b1; local
1022 getInlineBoxAndOffset(DOWNSTREAM, b1, ignoredCaretOffset);
1026 LOG(Editing, "renderer: %p [%p]\n", renderer, b1);
1034 if (!b1 || !b2) {
1038 if (&b1->root() != &b2->root()) {

Completed in 403 milliseconds

1234567891011>>