Searched refs:res1 (Results 1 - 25 of 35) sorted by relevance

12

/external/valgrind/main/memcheck/tests/
H A Dbuflen_check.c8 int res1, res2, res3; local
11 res1 = socket(PF_UNIX, SOCK_STREAM, 0);
12 if (res1 == 0) {
18 res2 = getsockname(res1, NULL, &len); /* NULL is bogus */
19 res3 = getsockname(res1, &name, NULL); /* NULL is bogus */
H A Dunit_libcbase.c347 Long res1 = VG_(strtoll10)(a[i].str, &endptr1); local
349 //printf("res1 = %lld, *endptr1 = '%c'\n", res1, *endptr1);
351 CHECK(a[i].res == res1 && a[i].endptr_val == *endptr1);
352 CHECK(res2 == res1 && *endptr2 == *endptr1);
402 Long res1 = VG_(strtoll16)(a[i].str, &endptr1); local
404 //printf(" res1 = %lld, *endptr1 = '%c'\n", res1, *endptr1);
406 CHECK(a[i].res == res1 && a[i].endptr_val == *endptr1);
407 CHECK(res2 == res1
[all...]
/external/icu4c/test/intltest/
H A Dtchcfmt.cpp50 UnicodeString res1, res2; local
61 res1 = form->format(i, str, fpos, status );
66 //form->parse(res1, f, parse_pos);
68 it_logln(UnicodeString("") + ix + UnicodeString(" -> ") + res1 + UnicodeString(" -> ") + res2);
173 UnicodeString res1, res2; local
174 pattform->toPattern( res1 );
175 it_logln("MessageFormat toPattern: " + res1);
176 fileform->toPattern( res1 );
177 it_logln("ChoiceFormat toPattern: " + res1);
178 if (res1
[all...]
H A Dnmfmapts.cpp122 UnicodeString res1, res2, res3, res4, res5, res6; local
125 res1 = cur_fr->format(d, res1);
126 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1);
330 UnicodeString res0, res1, res2, res3, res4, res5; local
336 f1->format(n, res1);
347 logln((UnicodeString)"f1 src int: " + res1);
366 if (res4 != res1) {
376 if (res1 != ures4) {
H A Dsdtfmtts.cpp144 UnicodeString res1, res2; local
147 res1 = def.format(d, res1, pos1);
148 logln( (UnicodeString) "" + d + " formatted to " + res1);
H A Ddtfmapts.cpp164 UnicodeString res1, res2, res3; local
168 res1 = fr->format(d, res1, pos1, status);
172 logln( (UnicodeString) "" + d + " formatted to " + res1);
H A Ddcfmapts.cpp136 UnicodeString res1, res2, res3, res4; local
139 res1 = def.format(d, res1, pos1);
140 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1);
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_mcsn.h43 unsigned long res1; /* Frequency of external clock */ member in struct:__anon11090
H A DSDL_mintaudio_mcsn.c262 if (cookie_mcsn->res1 != 0) {
264 SDL_MintAudio_AddFrequency(this, (cookie_mcsn->res1)/(MASTERPREDIV_FALCON*(1<<i)),
/external/dropbear/libtomcrypt/testprof/
H A Dpkcs_1_test.c8 int res1, res2, res3, prng_idx, hash_idx, err; local
45 DO(pkcs_1_oaep_decode(buf[1], l1, lparam, lparamlen, modlen, hash_idx, buf[2], &l2, &res1));
47 if (res1 != 1 || l2 != l3 || memcmp(buf[2], buf[0], l3) != 0) {
48 fprintf(stderr, "Outsize == %lu, should have been %lu, res1 = %d, lparamlen = %lu, msg contents follow.\n", l2, l3, res1, lparamlen);
64 DO(pkcs_1_pss_decode(buf[0], l3, buf[1], l1, saltlen, hash_idx, modlen, &res1));
72 if (!(res1 == 1 && res2 == 0 && res3 == 0)) {
73 fprintf(stderr, "PSS failed: %d, %d, %d, %lu, %lu\n", res1, res2, res3, l3, saltlen);
/external/valgrind/main/none/tests/x86/
H A Dfxtract.c5 double arg, res1, res2; variable
13 "\tfstpl " VG_SYM(res1) "\n"
21 res1 = res2 = 0.0;
23 printf("%17.10e -> %14.10f %14.10f\n", arg, res1, res2);
/external/valgrind/main/none/tests/amd64/
H A Dfxtract.c5 double arg, res1, res2; variable
14 "\tfstpl res1\n"
22 res1 = res2 = 0.0;
24 printf("%17.10e -> %14.10f %14.10f\n", arg, res1, res2);
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DMacTest.java405 byte [] res1 = macs[i].doFinal();
406 byte [] res2 = new byte[res1.length + 10];
408 for (int j = 0; j < res1.length; j++) {
410 .concat(Integer.toString(j)), res1[j], res2[j]);
432 byte [] res1 = macs[i].doFinal();
434 assertEquals("Results are not the same", res1.length, res2.length);
435 for(int t = 0; t < res1.length; t++) {
436 assertEquals("Results are not the same", res1[t], res2[t]);
440 res1 = macs[i].doFinal();
441 assertEquals("Results are not the same", res1
[all...]
/external/iproute2/include/linux/
H A Dfib_rules.h25 __u8 res1; /* reserved */ member in struct:fib_rule_hdr
/external/clang/test/SemaCXX/
H A Daltivec.cpp20 int res1[vec_step(arg1) == 8 ? 1 : -1]; local
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h63 char res1; /* Reserved */ member in struct:__anon11869
/external/eigen/Eigen/src/Core/arch/NEON/
H A DPacketMath.h253 float32x4x2_t vtrn1, vtrn2, res1, res2; local
260 res1 = vzipq_f32(vtrn1.val[0], vtrn2.val[0]);
264 sum1 = vaddq_f32(res1.val[0], res1.val[1]);
287 int32x4x2_t vtrn1, vtrn2, res1, res2; local
294 res1 = vzipq_s32(vtrn1.val[0], vtrn2.val[0]);
298 sum1 = vaddq_s32(res1.val[0], res1.val[1]);
/external/iproute2/include/netinet/
H A Dtcp.h97 u_int16_t res1:4; member in struct:tcphdr
108 u_int16_t res1:4; member in struct:tcphdr
/external/qemu/
H A Dsoftmmu_template.h195 DATA_TYPE res, res1, res2; local
216 res1 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr1,
222 res = (res1 << shift) | (res2 >> ((DATA_SIZE * 8) - shift));
224 res = (res1 >> shift) | (res2 << ((DATA_SIZE * 8) - shift));
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A DApple80211.h22 UInt16 res1; member in struct:WirelessInfo
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DLocaleTest.java339 String res1 = "\u0069".toUpperCase();
342 assertEquals("Wrong toUppercase conversion", "\u0130", res1);
/external/kernel-headers/original/linux/
H A Dtcp.h29 __u16 res1:4, member in struct:tcphdr
41 res1:4, member in struct:tcphdr
/external/ipsec-tools/src/racoon/
H A Deaytest.c600 vchar_t *buf, *iv, *res1, *res2; local
616 res1 = (encrypt)(buf, key, iv);
617 if (res1 == NULL) {
622 PVDUMP(res1);
625 res2 = (decrypt)(res1, key, iv);
639 vfree(res1);
/external/icu4c/common/
H A Duresbund.c2779 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){
2780 if(res1==NULL || res2==NULL){
2781 return res1==res2; /* pointer comparision */
2783 if(res1->fKey==NULL|| res2->fKey==NULL){
2784 return (res1->fKey==res2->fKey);
2786 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){
2790 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){
2793 if(res1->fData->fPath == NULL|| res2->fData->fPath==NULL){
2794 return (res1->fData->fPath == res2->fData->fPath);
2796 if(uprv_strcmp(res1
[all...]
/external/icu4c/i18n/
H A Dudat.cpp432 UnicodeString res1; local
436 res1.setTo(result, 0, resultLength);
438 syms->getLocalPatternChars(res1);
439 return res1.extract(result, resultLength, *status);

Completed in 1139 milliseconds

12