HomeSort by relevance Sort by last modified time
    Searched defs:res1 (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/valgrind/main/memcheck/tests/
buflen_check.c 8 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 */
unit_libcbase.c 347 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 && *endptr2 == *endptr1)
    [all...]
  /external/valgrind/main/none/tests/amd64/
fxtract.c 5 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/
fxtract.c 5 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/exp-ptrcheck/tests/
mm.c 22 char* res1 = mmap(0, 0, PROT_READ, MAP_PRIVATE, -1, 0 ); local
33 assert(MAP_FAILED == res1);
  /system/core/toolbox/
cmp.c 15 int res, res1, res2; local
63 res1 = read(fd1, &buf1, sizeof(buf1));
65 res = res1 < res2 ? res1 : res2;
66 if(res1 == 0 && res2 == 0) {
85 if(res1 != res2 || res < 0) {
86 printf("%s on %s\n", res < 0 ? "Read error" : "EOF", res1 < res2 ? argv[optind] : argv[optind+1]);
  /external/dropbear/libtomcrypt/testprof/
pkcs_1_test.c 8 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/icu4c/test/intltest/
sdtfmtts.cpp 144 UnicodeString res1, res2; local
147 res1 = def.format(d, res1, pos1);
148 logln( (UnicodeString) "" + d + " formatted to " + res1);
dcfmapts.cpp 136 UnicodeString res1, res2, res3, res4; local
139 res1 = def.format(d, res1, pos1);
140 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1);
dtfmapts.cpp 164 UnicodeString res1, res2, res3; local
168 res1 = fr->format(d, res1, pos1, status);
172 logln( (UnicodeString) "" + d + " formatted to " + res1);
nmfmapts.cpp 122 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) {
tchcfmt.cpp 50 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 == "-1#are corrupted files|0#are no files|1#is one file|2#are {2} files")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_mcsn.h 43 unsigned long res1; /* Frequency of external clock */ member in struct:__anon9609
  /external/qemu/
softmmu_template.h 195 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/
Apple80211.h 22 UInt16 res1; member in struct:WirelessInfo
  /external/wpa_supplicant_8/src/drivers/
Apple80211.h 22 UInt16 res1; member in struct:WirelessInfo
  /external/clang/test/SemaCXX/
altivec.cpp 20 int res1[vec_step(arg1) == 8 ? 1 : -1]; local
  /development/tools/emulator/system/camera/
QemuClient.cpp 360 const status_t res1 = query->completeQuery(res); local
361 LOGE_IF(res1 != NO_ERROR && res1 != res,
363 __FUNCTION__, res1, query->mQuery);
364 return res1;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LocaleTest.java 339 String res1 = "\u0069".toUpperCase(); local
342 assertEquals("Wrong toUppercase conversion", "\u0130", res1);
  /external/icu4c/i18n/
udat.cpp 427 UnicodeString res1; local
431 res1.setTo(result, 0, resultLength);
433 syms->getLocalPatternChars(res1);
434 return res1.extract(result, resultLength, *status);
  /external/iproute2/include/linux/
fib_rules.h 25 __u8 res1; /* reserved */ member in struct:fib_rule_hdr
  /libcore/luni/src/test/java/tests/api/java/util/
LocaleTest.java 384 String res1 = "\u0069".toUpperCase(); local
387 assertEquals("Wrong toUppercase conversion", "\u0130", res1);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mce.h 35 __u64 res1; /* for future extension */ member in struct:mce
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fib_rules.h 24 __u8 res1; /* reserved */ member in struct:fib_rule_hdr
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 63 char res1; /* Reserved */ member in struct:__anon10333

Completed in 3102 milliseconds

1 2 3