Searched refs:out1 (Results 1 - 19 of 19) sorted by relevance

/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Ddowhile-007.js33 function DoWhileObject( out1, out2, out3, in1 ) {
34 this.breakOutOne = out1;
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/statements/
H A Dbreak.js54 out1:
62 if (j == 500) break out1;
H A Dcontinue.js57 out1:
65 if (k == 500) continue out1;
/external/openssl/crypto/des/
H A Dxcbc_enc.c86 int out0,out1;
93 out0=out1=0;
96 out[i]=key[i]^desx_white_in2out[out0^out1];
97 out0=out1;
98 out1=(int)out[i&0x07];
102 out1=out[i]; /* BUG: out-of-bounds read */
105 out[i]=in[i]^desx_white_in2out[out0^out1];
106 out0=out1;
107 out1=(int)out[i&0x07];
/external/ipsec-tools/src/racoon/
H A Dadmin.c420 goto out1;
425 goto out1;
429 goto out1;
433 goto out1;
437 goto out1;
443 goto out1;
465 goto out1;
468 out1:
/external/openssl/crypto/aes/asm/
H A Daes-ia64.S305 { .mmi; ld4 out1=[in0],8 // s0
341 ld1 out1=[out4],4 };; // s0
356 dep out1=r16,out1,24,8 //;;
362 dep out1=r17,out1,16,8 //;;
368 dep out1=r18,out1,8,8 //;;
380 { .mii; ADDP out1=1,in1
396 { .mmi; st1 [out1]
[all...]
/external/bluetooth/bluez/sbc/
H A Dsbc_primitives_neon.c303 uint32_t *out0, *out1; local
360 "sub %[out1], %[in1], %[inc]\n"
367 "vld1.32 {d2, d3}, [%[out1], :128]\n"
388 "vst1.32 {d4, d5}, [%[out1], :128], %[inc]\n"
390 "vld1.32 {d2, d3}, [%[out1], :128]\n"
408 "vst1.32 {d4, d5}, [%[out1], :128]\n"
422 "add %[out1], %[out], #32\n"
443 "vst1.32 {d2, d3}, [%[out1], :128]\n"
453 "add %[out1], %[out], #48\n"
473 "vst1.32 {d2, d3}, [%[out1],
[all...]
/external/jpeg/
H A Djccolor.c319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) argument
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
366 UINT32* out1 = (UINT32*)outptr1; local
368 copyquads(in, out0, out1, out2, col4);
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcdtdptst.c274 UChar* out1 = myDateFormat(fmt, june); local
276 if(u_strcmp(out1, out2) !=0)
H A Dnccbtst.c1702 out1[]={ 0x4e00, 0xfeff }, local
1711 if(!testConvertToUnicode(in1, ARRAY_LENGTH(in1), out1, ARRAY_LENGTH(out1), "UTF-16",
1739 out1[]={ UTF16_LEAD(0x100f00), UTF16_TRAIL(0x100f00), 0xfeff }, local
1750 if(!testConvertToUnicode(in1, ARRAY_LENGTH(in1), out1, ARRAY_LENGTH(out1), "UTF-32",
H A Dnucnvtst.c2405 static const uint8_t out1[] = { local
2491 TestConv((uint16_t*)in1,sizeof(in1)/2,"LATIN_1","LATIN-1",(char*)out1,sizeof(out1));
/external/icu4c/test/cintltst/
H A Dcdtdptst.c274 UChar* out1 = myDateFormat(fmt, june); local
276 if(u_strcmp(out1, out2) !=0)
H A Dnccbtst.c1721 out1[]={ 0x4e00, 0xfeff }, local
1730 if(!testConvertToUnicode(in1, ARRAY_LENGTH(in1), out1, ARRAY_LENGTH(out1), "UTF-16",
1758 out1[]={ UTF16_LEAD(0x100f00), UTF16_TRAIL(0x100f00), 0xfeff }, local
1769 if(!testConvertToUnicode(in1, ARRAY_LENGTH(in1), out1, ARRAY_LENGTH(out1), "UTF-32",
H A Dnucnvtst.c2438 static const uint8_t out1[] = { local
2524 TestConv((uint16_t*)in1,sizeof(in1)/2,"LATIN_1","LATIN-1",(char*)out1,sizeof(out1));
/external/libffi/src/ia64/
H A Dunix.S77 ld8 out1 = [r16], 16
192 mov out1 = sp
325 add out1 = 16 + 8*16, sp
/external/v8/test/cctest/
H A Dtest-regexp.cc1097 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
1100 m.WriteCurrentPositionToRegister(out1, 0); // Output: [0]
1101 m.PushRegister(out1, RegExpMacroAssembler::kNoStackLimitCheck);
1106 m.WriteCurrentPositionToRegister(out1, 0);
1107 m.PushRegister(out1, RegExpMacroAssembler::kNoStackLimitCheck);
1119 m.PopRegister(out1);
1120 m.ReadCurrentPositionFromRegister(out1);
/external/openssl/ssl/
H A Dt1_enc.c245 unsigned char *out1,
261 memset(out1,0,olen);
276 out1[i]^=out2[i];
238 tls1_PRF(long digest_mask, const void *seed1, int seed1_len, const void *seed2, int seed2_len, const void *seed3, int seed3_len, const void *seed4, int seed4_len, const void *seed5, int seed5_len, const unsigned char *sec, int slen, unsigned char *out1, unsigned char *out2, int olen) argument
/external/chromium/third_party/libevent/
H A Devdns.c2134 if (ns->socket < 0) { err = 1; goto out1; }
2167 out1:
2759 if (fstat(fd, &st)) { err = 2; goto out1; }
2763 goto out1;
2765 if (st.st_size > 65535) { err = 3; goto out1; } /* no resolv.conf should be any bigger */
2768 if (!resolv) { err = 4; goto out1; }
2804 out1:
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S99 #define M12_ out1

Completed in 266 milliseconds