Searched refs:n1 (Results 176 - 200 of 237) sorted by relevance

12345678910

/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_syntax.rb73 [%w'. dot', %w':: colon'].product(methods, blocks) do |(c, n1), (m, n2), (b, n3)|
75 name = "test_#{n3}_block_after_blockcall_#{n1}_#{n2}_arg"
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dinit.tcl120 proc EnvTraceProc {lo n1 n2 op} {
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dinit.tcl76 proc EnvTraceProc {lo n1 n2 op} {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/apps/
H A Dbitmap-editor321 foreach {n1 n2} [split $byte ""] break ;# Get each nibble
322 foreach bit [split "$bits($n2)$bits($n1)" ""] { ;# Note the endian
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dm68k-dis.c351 #define M(n0,n1,n2,n3,n4,n5,n6,n70,n71,n72,n73,n74) \
352 (n0 | n1 << 1 | n2 << 2 | n3 << 3 | n4 << 4 | n5 << 5 | n6 << 6 \
/macosx-10.10.1/ruby-106/ruby/
H A Dnode.h414 #define NEW_MATCH2(n1,n2) NEW_NODE(NODE_MATCH2,n1,n2,0)
H A Dparse.c444 #define block_dup_check(n1,n2) block_dup_check_gen(parser,(n1),(n2))
7791 NODE *n1; local
7792 if ((n1 = splat_array((yyvsp[(1) - (3)].node))) != 0) {
7793 (yyval.node) = list_append(n1, (yyvsp[(3) - (3)].node));
7810 NODE *n1; local
7811 if ((nd_type((yyvsp[(4) - (4)].node)) == NODE_ARRAY) && (n1 = splat_array((yyvsp[(1) - (4)].node))) != 0) {
7812 (yyval.node) = list_concat(n1, (yyvsp[(4) - (4)].node));
7829 NODE *n1; local
7830 if ((n1
7848 NODE *n1; local
15499 NODE **n = &node, *n1 = node; local
[all...]
H A Dutil.c1384 int i, k1, n, n1; local
1394 n1 = n + b->wds + 1;
1395 for (i = b->maxwds; n1 > i; i <<= 1)
1412 ++n1;
1423 ++n1;
1430 b1->wds = n1 - 1;
H A Dregparse.c1891 OnigCodePoint i, n1, *data1; local
1923 GET_CODE_POINT(n1, data1);
1934 for (i = 0; i < n1; i++) {
1987 OnigCodePoint i, j, n1, n2, *data1, *data2; local
2007 GET_CODE_POINT(n1, data1);
2013 for (i = 0; i < n1; i++) {
2029 for (i = 0; i < n1; i++) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dpdf_stat.tcl628 foreach {m1 n1 prob1 x1} $cdf_toms322_cached {
629 if { $m1 == $m && $n1 == $n && $prob1 == $prob } {
H A Dlinalg.tcl174 set n1 [norm_two $vect1]
177 if { $n1 == 0.0 || $n2 == 0.0 } {
181 return [expr {acos($dp/$n1/$n2)}]
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dentry.test264 proc entry-9.1-trace {n1 n2 op} {
/macosx-10.10.1/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c1925 CFIndex n1; local
1929 n1 = CFDataGetLength(mac1);
1931 if (n1 < n2) {
1933 } else if (n2 > n1) {
1936 res = bcmp(CFDataGetBytePtr(mac1), CFDataGetBytePtr(mac2), n1);
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.c4544 domNode *n, *n1;
4555 n1 = from;
4556 while (n1 != n) {
4557 attr1 = n1->firstAttr;
4559 ns1 = n1->ownerDocument->namespaces[attr1->namespace-1];
4568 n1 = n1->parentNode;
4536 domNode *n, *n1; local
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.y996 Nested *n1;
999 n1 = nested_list;
1000 while (n1->next) n1 = n1->next;
1001 n1->next = n;
1074 Nested *n,*n1;
1179 n1 = n->next;
1182 n = n1;
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c444 #define block_dup_check(n1,n2) block_dup_check_gen(parser,(n1),(n2))
7800 NODE *n1;
7801 if ((n1 = splat_array((yyvsp[(1) - (3)].val))) != 0) {
7802 (yyval.val) = list_append(n1, (yyvsp[(3) - (3)].val));
7819 NODE *n1;
7820 if ((nd_type((yyvsp[(4) - (4)].val)) == NODE_ARRAY) && (n1 = splat_array((yyvsp[(1) - (4)].val))) != 0) {
7821 (yyval.val) = list_concat(n1, (yyvsp[(4) - (4)].val));
7838 NODE *n1;
7839 if ((n1
15589 NODE **n = &node, *n1 = node; local
[all...]
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dlockd_lock.c230 int same_netobj(const netobj *n0, const netobj *n1);
715 same_netobj(const netobj *n0, const netobj *n1) argument
723 if (n0->n_len == n1->n_len) {
725 retval = !bcmp(n0->n_bytes, n1->n_bytes, n0->n_len);
/macosx-10.10.1/awk-20/src/
H A Drun.c1150 int n1, n2; local
1157 n1 = strlen(x->sval);
1159 s = (char *) malloc(n1 + n2 + 1);
1164 strcpy(s+n1, y->sval);
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh348 n1?1) echo "$m=" ;;
349 n1??) echo "$m=0" ;;
3926 n1?1) echo "$m=" ;;
3927 n1??) echo "$m=0" ;;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dbuiltins.sh203 [[ $(kill -l $?) == HUP ]] || err_exit 'kill -n1 -pid not working'
318 read -n1 y <<!
323 then err_exit "read -n1 failed -- expected '$exp', got '$y'"
446 # read -u5 -n1 -t2 b || err_exit 'read -n1 from fifo timedout'
498 done) == $'0\n0\n1\n1\n2' ]] || err_exit "DEBUG trap not working"
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/tests/
H A Ddefs.tcl145 proc ::tcltest::safeFetch {n1 n2 op} {
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/test/
H A Ddefs.tcl145 proc ::tcltest::safeFetch {n1 n2 op} {
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/tests/
H A Ddefs.tcl145 proc ::tcltest::safeFetch {n1 n2 op} {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DProfileInfo.cpp377 Edge n1 = getEdge(FirstBB, NewBB); local
401 ECs[n1] += neww;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c3870 io_name_t n1, n2; local
3871 IOObjectGetClass(service, n1);
3879 LogSPS("CheckInterfaceSupport: Interface %s service %s parent %s", intf->ifname, n1, n2);
3883 LogSPS("CheckInterfaceSupport: No mDNS_IOREG_KEY for interface %s/%s/%s", intf->ifname, n1, n2);
3896 LogSPS("CheckInterfaceSupport: IORegistryEntryGetParentEntry for %s/%s failed %d", intf->ifname, n1, kr);
7381 io_name_t n1, n2; local
7382 IOObjectGetClass(service, n1);
7385 if (kr != KERN_SUCCESS) LogMsg("ActivateLocalProxy: IORegistryEntryGetParentEntry for %s/%s failed %d", intf->ifname, n1, kr);
7389 LogSPS("ActivateLocalProxy: Interface %s service %s parent %s", intf->ifname, n1, n2);
7391 if (!ref) LogSPS("ActivateLocalProxy: No mDNS_IOREG_KEY for interface %s/%s/%s", intf->ifname, n1, n
[all...]

Completed in 625 milliseconds

12345678910