Searched defs:res1 (Results 1 - 25 of 51) sorted by relevance

123

/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/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/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/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/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:__anon25304
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsdtfmtts.cpp144 UnicodeString res1, res2; local
147 res1 = def.format(d, res1, pos1);
148 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);
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 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 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);
163 UnicodeString res1, res2; local
164 pattform->toPattern( res1 );
165 it_logln("MessageFormat toPattern: " + res1);
166 fileform->toPattern( res1 );
167 it_logln("ChoiceFormat toPattern: " + res1);
168 if (res1
[all...]
/external/icu4c/test/intltest/
H A Dsdtfmtts.cpp144 UnicodeString res1, res2; local
147 res1 = def.format(d, res1, pos1);
148 logln( (UnicodeString) "" + d + " formatted to " + res1);
H A Ddcfmapts.cpp142 UnicodeString res1, res2, res3, res4; local
145 res1 = def.format(d, res1, pos1);
146 logln( (UnicodeString) "" + (int32_t) 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 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 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...]
/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/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Docclusion-query.c161 uint64_t res1, res2; local
187 info.ctx->get_query_result(info.ctx, q1, TRUE, &res1);
190 printf("result1 = %lu result2 = %lu\n", res1, res2);
191 if (res1 < expected1_min || res1 > expected1_max)
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred4_dspr2.c90 int32_t res0, res1; local
126 "sra %[res1], %[resr], 16 \n\t"
127 "lbux %[res1], %[res1](%[cm]) \n\t"
133 "sb %[res1], 1(%[dst]) \n\t"
135 "sra %[res1], %[resl], 16 \n\t"
136 "lbux %[res1], %[res1](%[cm]) \n\t"
145 "sb %[res1], 3(%[dst]) \n\t"
153 "sra %[res1],
[all...]
H A Dvp9_intrapred8_dspr2.c161 int32_t res0, res1, res2, res3; local
194 "sra %[res1], %[reshw], 16 \n\t"
197 "lbux %[res1], %[res1](%[cm]) \n\t"
202 "sb %[res1], 1(%[dst]) \n\t"
218 "sra %[res1], %[reshw], 16 \n\t"
223 "lbux %[res1], %[res1](%[cm]) \n\t"
228 "sb %[res1], 5(%[dst]) \n\t"
247 "sra %[res1],
[all...]
/external/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c161 uint64_t res1, res2; local
187 info.ctx->get_query_result(info.ctx, q1, TRUE, &res1);
190 printf("result1 = %lu result2 = %lu\n", res1, res2);
191 if (res1 < expected1_min || res1 > expected1_max)
/external/clang/test/SemaCXX/
H A Daltivec.cpp20 int res1[vec_step(arg1) == 8 ? 1 : -1]; local
/external/iproute2/include/linux/
H A Dfib_rules.h25 __u8 res1; /* reserved */ member in struct:fib_rule_hdr
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp471 uint8x8_t res0, res1, res2, res3; local
479 PACK_RESULT(accum1, res1);
484 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow[1]), vreinterpret_u32_u8(res1), 0);
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h63 char res1; /* Reserved */ member in struct:__anon26086

Completed in 306 milliseconds

123