Searched refs:n1 (Results 201 - 225 of 237) sorted by relevance

12345678910

/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.c1310 Nested *n1; local
1313 n1 = nested_list;
1314 while (n1->next) n1 = n1->next;
1315 n1->next = n;
1388 Nested *n,*n1; local
1493 n1 = n->next;
1496 n = n1;
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVLib.c2071 UInt32 A1, C1, d1, n1; local
2075 n1 = pGlobalData->playFrameRateNumerator;
2079 UInt32 d2 = C1*n1;
2084 numEmptyPacketsPerPlayBufferGroup = (8000 * d1 * A1 + (n1 * C1)/2) / (n1 * C1) - A1;
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dcalendar.el2647 (n1 (/ d3 365))
2649 (year (+ (* 400 n400) (* 100 n100) (* n4 4) n1)))
2650 (if (or (= n100 4) (= n1 4))
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxpath.c3815 xmlNodePtr n1, n2; local
3861 n1 = val1->nodeTab[j];
3862 if (n1 == n2) {
3865 } else if ((n1->type == XML_NAMESPACE_DECL) &&
3867 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3868 (xmlStrEqual(((xmlNsPtr) n1)->prefix,
3952 xmlNodePtr n1, n2; local
3971 n1 = set1->nodeTab[j];
3972 if (n1 == n2) {
3974 } else if ((n1
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c3661 xmlNodePtr n1, n2; local
3707 n1 = val1->nodeTab[j];
3708 if (n1 == n2) {
3711 } else if ((n1->type == XML_NAMESPACE_DECL) &&
3713 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3714 (xmlStrEqual(((xmlNsPtr) n1)->prefix,
3856 xmlNodePtr n1, n2; local
3875 n1 = set1->nodeTab[j];
3876 if (n1 == n2) {
3878 } else if ((n1
[all...]
/macosx-10.10.1/screen-22/screen/
H A Dansi.c2261 Report(fmt, n1, n2)
2263 int n1, n2;
2268 sprintf(rbuf, fmt, n1, n2);
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_time.rb546 n1 = n0+1
547 t1 = Time.at(n1)
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dhx509-protos.h2057 * @param n1 a hx509 name object.
2061 * then n2, < 0 if n1 is "smaller" then n2.
2068 hx509_name n1,
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c3913 domNode *child, *n, *n1, *savedLastNode, *fragmentNode; local
5084 n1 = actionNode;
5085 while (n1 != n) {
5086 attr1 = n1->firstAttr;
5088 ns1 = n1->ownerDocument->namespaces[attr1->namespace-1];
5096 n1 = n1->parentNode;
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c1073 CFIndex n1; local
1077 n1 = CFArrayGetCount(elements1);
1082 n = (n1 <= n2) ? n1 : n2;
1131 if (n1 < n2) {
1133 } else if (n1 < n2) {
/macosx-10.10.1/ruby-106/ruby/
H A Dhash.c2187 #define ENVMATCH(n1, n2) (strcmp((n1), (n2)) == 0)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dmain1.tcl2510 proc ::snit::RT.TypecomponentTrace {type component n1 n2 op} {
2645 proc ::snit::RT.ComponentTrace {type selfns component n1 n2 op} {
H A Dmain1_83.tcl2534 proc ::snit::RT.TypecomponentTrace {type component n1 n2 op} {
2669 proc ::snit::RT.ComponentTrace {type selfns component n1 n2 op} {
H A Dmain2.tcl2319 proc ::snit::RT.TypecomponentTrace {type component n1 n2 op} {
2505 proc ::snit::RT.ComponentTrace {type selfns component n1 n2 op} {
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-arith.el1539 (let ((n1 (length b)))
1542 (if (= (length a) n1)
1544 (if (= (length (nth 1 a)) n1)
1550 (if (= (length a) n1)
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_parser.rb553 1. n1
566 @RM::Paragraph.new('n1')),
1038 assert_equal expected, @RMP.parse("1\n 2\n 3\n1\n 2").parts
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-group.el3164 (let ((n1 (car (gnus-gethash (gnus-info-group info1) gnus-newsrc-hashtb)))
3166 (< (or (and (numberp n1) n1) 0)
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dinput.cpp5542 node *n1 = env1.extract_output_line(); local
5544 result = same_node_list(n1, n2);
5545 delete_node_list(n1);
6470 int n1, n2; local
6471 if (get_integer(&n1) && (0 <= n1 && n1 <= 255)) {
6477 hpf_code_table[n1] = n2;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A Ddnssec.c1330 domainname *n1 = (domainname *)rdata1; local
1332 mDNSu8 *a = n1->c;
1337 c1 = CountLabels(n1);
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c929 int i, l, n, fd, shmem_old_size, n1; local
1033 n1 = 256*(*(cp1-3)) + *(cp1-2);
1034 if (n == 0 || n1 != n || strncmp((char *) cp, (char *) cp1, 4))
/macosx-10.10.1/tcl-105/tcl/tcl/library/tcltest/
H A Dtcltest.tcl1072 # n1 - name of the array (testConstraints)
1083 proc tcltest::SafeFetch {n1 n2 op} {
1085 DebugPuts 3 "entering SafeFetch $n1 $n2 $op"
/macosx-10.10.1/tcl-105/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl1071 # n1 - name of the array (testConstraints)
1082 proc tcltest::SafeFetch {n1 n2 op} {
1084 DebugPuts 3 "entering SafeFetch $n1 $n2 $op"
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dses.el1397 (n1 (char-after (point)))
1405 (= n1 ?\n)
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses3290 char *n1,
H A Dllib-lncursest3381 char *n1,

Completed in 597 milliseconds

12345678910