Searched refs:tmp2 (Results 51 - 75 of 111) sorted by relevance

12345

/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlregexp.c6943 int tmp, tmp2; local
6964 tmp2 = xmlExpGetLanguageInt(ctxt, exp->exp_right, list, len,
6966 if (tmp2 < 0)
6967 return(tmp2);
6968 return(tmp + tmp2);
6996 int tmp, tmp2; local
7019 tmp2 = xmlExpGetStartInt(ctxt, exp->exp_right, list, len,
7021 if (tmp2 < 0)
7022 return(tmp2);
7023 tmp += tmp2;
7255 xmlExpNodePtr tmp, tmp2; local
7314 xmlExpNodePtr ret, tmp, tmp2, tmp3; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c6929 int tmp, tmp2; local
6950 tmp2 = xmlExpGetLanguageInt(ctxt, exp->exp_right, list, len,
6952 if (tmp2 < 0)
6953 return(tmp2);
6954 return(tmp + tmp2);
6982 int tmp, tmp2; local
7005 tmp2 = xmlExpGetStartInt(ctxt, exp->exp_right, list, len,
7007 if (tmp2 < 0)
7008 return(tmp2);
7009 tmp += tmp2;
7241 xmlExpNodePtr tmp, tmp2; local
7300 xmlExpNodePtr ret, tmp, tmp2, tmp3; local
[all...]
H A Dencoding.c530 unsigned short tmp1, tmp2; local
597 tmp2 = 0xDC00 | (c & 0x03FF);
599 *tmp = (unsigned char) tmp2;
600 *(tmp + 1) = tmp2 >> 8;
772 unsigned short tmp1, tmp2; local
833 tmp2 = 0xDC00 | (c & 0x03FF);
835 *tmp = tmp2 >> 8;
836 *(tmp + 1) = (unsigned char) tmp2;
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dpac.c126 uint32_t i, tmp, tmp2, header_end; local
142 CHECK(ret, krb5_ret_uint32(sp, &tmp2), out);
148 if (tmp2 != 0) {
152 (int)tmp2);
164 p->pac->version = tmp2;
H A Dconfig_file.c971 char **tmp2 = realloc(strings, (nstr + 1) * sizeof(*strings)); local
972 if(tmp2 == NULL)
974 strings = tmp2;
H A Dstore.c1261 int16_t tmp2; local
1271 ret = krb5_ret_int16(sp, &tmp2);
1273 auth->val[i].ad_type = tmp2;
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c1527 giant tmp, tmp2; local
1534 tmp2 = popg();
1540 gtog(r, tmp2);
1550 if (gcompg(r, tmp2) <= 0)
1552 gtog(r, tmp2);
1556 gtog(r, tmp2);
1557 mulg(d, tmp2);
1558 subg(tmp2, tmp);
1559 itog(1, tmp2);
1562 subg(tmp2,
1578 giant tmp, tmp2; local
1624 giant tmp, tmp2; local
1667 giant tmp, tmp2; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c1527 giant tmp, tmp2; local
1534 tmp2 = popg();
1540 gtog(r, tmp2);
1550 if (gcompg(r, tmp2) <= 0)
1552 gtog(r, tmp2);
1556 gtog(r, tmp2);
1557 mulg(d, tmp2);
1558 subg(tmp2, tmp);
1559 itog(1, tmp2);
1562 subg(tmp2,
1578 giant tmp, tmp2; local
1624 giant tmp, tmp2; local
1667 giant tmp, tmp2; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Drisc.rb88 # rshifti bar, 31, tmp2
89 # bineq tmp1, tmp2, baz
98 tmp2 = Tmp.new(node.codeOrigin, :gpr)
100 newList << Instruction.new(node.codeOrigin, "rshifti", [node.operands[-2], Immediate.new(node.codeOrigin, 31), tmp2])
101 newList << Instruction.new(node.codeOrigin, "bineq", [tmp1, tmp2, node.operands[-1]])
H A Dsh4.rb260 tmp2 = Tmp.new(node.codeOrigin, :gpr)
261 newList << Instruction.new(node.codeOrigin, node.opcode, [tmp1, tmp2].concat(node.operands))
367 tmp2 = Tmp.new(codeOrigin, :gpr)
368 newList << Instruction.new(codeOrigin, "callf", [tmp1, tmp2, node.operands[0]])
/macosx-10.9.5/bzip2-29/bzip2/
H A Dcompress.c463 UChar pos[BZ_N_GROUPS], ll_i, tmp2, tmp; local
471 tmp2 = tmp;
473 pos[j] = tmp2;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dfunctions.sh1013 tmp2=$tmp/job.2
1022 $tmp1 > $tmp2 & pid=$!
1024 [[ $(< $tmp2) == $pid ]] || err_exit 'wrong pid for & job in function'
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dutils.tcl190 set tmp2 [expr {(65535+$val)/2}]
191 lappend light [expr {($tmp1 > $tmp2) ? $tmp1:$tmp2}]
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-parse.c2087 tre_ast_node_t *tmp2; local
2092 tmp2 = tre_ast_new_literal(ctx->mem, L'\n' + 1, TRE_CHAR_MAX,
2094 if (!tmp2)
2096 result = tre_ast_new_union(ctx->mem, tmp1, tmp2);
2253 tre_ast_node_t *tmp2; local
2269 tmp2 = tre_ast_new_literal(ctx->mem,
2273 if (!tmp2)
2275 result = tre_ast_new_union(ctx->mem, tmp1, tmp2);
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dimplicit.c1712 char *tmp2 = syck_strndup( (char*)tag2, strlen( tag2 ) ); local
1717 othorpe = strstr( tmp2, "#" );
1721 i = strcmp( tmp1, tmp2 );
1722 S_FREE( tmp1 ); S_FREE( tmp2 );
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dauxprop.c551 char **tmp, **tmp2; local
603 tmp2 = (char **)cur->values;
608 *tmp2 = *tmp;
609 tmp++; tmp2++;
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dudatatst.c998 UResourceBundle *tmp2 = NULL; local
1047 tmp2 = ures_getByKey(app, "Version", tmp2, &status);
1054 appString = ures_getString(tmp2, &len, &status);
1076 ures_close(tmp2);
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dlock_proc.c128 char *tmp1, *tmp2; local
138 for (i=0, tmp1 = objvalbuffer, tmp2 = objascbuffer; i < maxlen;
139 i++, tmp1 +=2, tmp2 +=1) {
141 snprintf(tmp2, 1+1, "%c", *(obj->n_bytes+i));
144 *tmp2 = '\0';
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmonitor_wrap.c711 int success = 0, tmp1 = -1, tmp2 = -1; local
715 (tmp2 = dup(pmonitor->m_recvfd)) == -1) {
719 if (tmp2 > 0)
720 close(tmp2);
724 close(tmp2);
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dancdata.c903 uint64_t tmp1, tmp2; local
923 tmp2 = res_l;
925 if (res_l < tmp2) res_h++;
929 tmp2 = res_l;
931 if (res_l < tmp2) res_h++;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.c704 Char *tmp2; local
707 tmp2 = SAVE(tmp);
711 tmp2 = SAVE("");
713 shtemp = Strspl(tmp2, doldol); /* For << */
714 xfree(tmp2);
/macosx-10.9.5/ruby-104/ruby/
H A Dinsns.def479 VALUE tmp2 = rb_check_convert_type(ary2, T_ARRAY, "Array", "to_a");
485 if (NIL_P(tmp2)) {
486 tmp2 = rb_ary_new3(1, ary2);
492 ary = rb_ary_concat(tmp1, tmp2);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dasm.h129 #define tmp2 r2 macro
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-util.el495 tmp tmp2)
503 (setq tmp2 (cons (directory-files
513 tmp2))
515 (reverse (apply 'append tmp2)))))
/macosx-10.9.5/procmail-14/procmail/src/
H A Dformail.c595 { char*tmp,*tmp2; local
601 eqFrom_(tmp2=skpspace(tmp+STRLEN(mailfrom))))
603 tmemmove(tmp,tmp2,rdheader->Tot_len-=tmp2-tmp);

Completed in 353 milliseconds

12345