Searched refs:n2 (Results 151 - 175 of 216) sorted by relevance

123456789

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certTime/
H A DextenCooker.cpp300 const CSSM_X509_NAME_PTR n2)
302 if(n1->numberOfRDNs != n2->numberOfRDNs) {
309 CSSM_X509_RDN &rdn2 = n2->RelativeDistinguishedName[rdnDex];
298 x509NameCompare( const CSSM_X509_NAME_PTR n1, const CSSM_X509_NAME_PTR n2) argument
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dst_parse.c547 int n1, n2; local
554 cp = number(cp, &n2);
557 *h = MAKETYPEID(n1, n2);
/macosx-10.10/ruby-106/ruby/ext/readline/
H A Dreadline.c819 int n1, n2; local
823 for (i1 = i2 = 0; i1 < low && i2 < l2; i1 += n1, i2 += n2) {
825 c2 = rb_enc_codepoint_len(p2 + i2, p2 + l2, &n2, enc);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dremap.cpp408 int n2 = Row(r); local
409 if (n2 >= pos_)
410 SetRow(r, n2 + 1);
H A Dpersist.cpp999 d4_dbgdef(int n2 = )OldRead(buf, n);
1000 d4_assert(n2 == n);
/macosx-10.10/ntp-92/util/
H A Dntp-keygen.c1992 int n2, /* arg 2 */
1999 fprintf(stderr, "%s %d %d %lu\r", (char *)chr, n1, n2,
2005 n2, d1);
2010 n1, n2, d2);
2015 (char *)chr, n1, n2, d3);
1990 cb( int n1, int n2, void *chr ) argument
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp490 unsigned n2 = RHS.getActiveBits(); local
493 if (n1 != n2)
522 unsigned n2 = RHS.getActiveBits(); local
525 if (n1 < n2)
529 if (n2 < n1)
533 if (n1 <= APINT_BITS_PER_WORD && n2 <= APINT_BITS_PER_WORD)
537 unsigned topWord = whichWord(std::max(n1,n2)-1);
/macosx-10.10/libxml2-26/libxml2/
H A Dxpath.c3815 xmlNodePtr n1, n2; local
3855 n2 = val2->nodeTab[i];
3862 if (n1 == n2) {
3866 (n2->type == XML_NAMESPACE_DECL)) {
3867 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3869 ((xmlNsPtr) n2)->prefix)))
3908 if (n2->type == XML_NAMESPACE_DECL) {
3909 xmlNsPtr ns = (xmlNsPtr) n2;
3914 val1->nodeTab[val1->nodeNr++] = n2;
3952 xmlNodePtr n1, n2; local
4067 xmlNodePtr n2; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c3661 xmlNodePtr n1, n2; local
3701 n2 = val2->nodeTab[i];
3708 if (n1 == n2) {
3712 (n2->type == XML_NAMESPACE_DECL)) {
3713 if ((((xmlNsPtr) n1)->next == ((xmlNsPtr) n2)->next) &&
3715 ((xmlNsPtr) n2)->prefix)))
3750 if (n2->type == XML_NAMESPACE_DECL) {
3751 xmlNsPtr ns = (xmlNsPtr) n2;
3756 val1->nodeTab[val1->nodeNr++] = n2;
3856 xmlNodePtr n1, n2; local
3967 xmlNodePtr n2; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dalphaindex.cpp1045 UnicodeString n2 = nfkdNormalizer.normalize(other, status); local
1047 int32_t result = n1.countChar32() - n2.countChar32();
1051 result = n1.compareCodePointOrder(n2);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extenTest/
H A DextenTest.cpp358 const CSSM_X509_NAME_PTR n2)
360 if(n1->numberOfRDNs != n2->numberOfRDNs) {
367 CSSM_X509_RDN &rdn2 = n2->RelativeDistinguishedName[rdnDex];
356 x509NameCompare( const CSSM_X509_NAME_PTR n1, const CSSM_X509_NAME_PTR n2) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extenTestTp/
H A DextenTestTp.cpp358 const CSSM_X509_NAME_PTR n2)
360 if(n1->numberOfRDNs != n2->numberOfRDNs) {
367 CSSM_X509_RDN &rdn2 = n2->RelativeDistinguishedName[rdnDex];
356 x509NameCompare( const CSSM_X509_NAME_PTR n1, const CSSM_X509_NAME_PTR n2) argument
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_printf.c1133 char n2[DT_TYPE_NAMELEN]; local
1179 argn, dt_node_type_name(rproto, n2, sizeof (n2)));
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_st.c1345 char *n2 = ldap_strdup(name+1); local
1346 *strchr(n2, ']') = 0;
1347 if (inet_pton(AF_INET6, n2, &addr) > 0)
1349 LDAP_FREE(n2);
/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_eval.c297 int i, n1, n2; local
304 n2 = strlen(str2);
305 if (n1 > n2)
307 if (n1 < n2)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dio.sh392 typeset -a e o=(-n2 -N2)
/macosx-10.10/libarchive-30/libarchive/cpio/test/
H A Dmain.c664 int n1, n2; local
675 n2 = fread(buff2, 1, sizeof(buff2), f2);
676 if (n1 != n2)
678 if (n1 == 0 && n2 == 0) {
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dmain.c660 int n1, n2; local
671 n2 = fread(buff2, 1, sizeof(buff2), f2);
672 if (n1 != n2)
674 if (n1 == 0 && n2 == 0) {
/macosx-10.10/libarchive-30/libarchive/tar/test/
H A Dmain.c665 int n1, n2; local
676 n2 = fread(buff2, 1, sizeof(buff2), f2);
677 if (n1 != n2)
679 if (n1 == 0 && n2 == 0) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dcgen.tcl265 proc ::fileutil::magic::cgen::switchNSort {tree n1 n2} {
/macosx-10.10/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/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_client.c67 _rbt_compare_transaction_nodes(void *context, const void *n1, const void *n2) argument
70 uint64_t b = (uintptr_t)(((reach_request_t *)n2)->target);
/macosx-10.10/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/tcl-105/tk/tk/tests/ttk/
H A Dentry.test264 proc entry-9.1-trace {n1 n2 op} {
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c750 elladdp(poly n1, poly d1, poly m1, poly c1, poly n2, poly d2, poly m2, poly c2, poly n0, poly d0, poly m0, poly c0) { argument
756 ptop(n2, md); mulmod(d1, md);
764 ptop(n2, d0); mulmod(d1, d0);

Completed in 702 milliseconds

123456789