HomeSort by relevance Sort by last modified time
    Searched refs:zzz (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/test/Headers/
stdbool.cpp 5 #define zzz macro
15 // CHECK-CONFORMING: #define zzz
17 zzz
  /external/valgrind/main/none/tests/x86/
fcmovnu.c 4 double zzz; variable
8 zzz = 1.234;
9 printf("zzz = %f\n", zzz);
18 "fstl " VG_SYM(zzz) "\n\t"
22 printf("zzz = %f\n", zzz);
fcmovnu.stdout.exp 0 zzz = 1.234000
2 zzz = 1.442695
  /external/valgrind/main/none/tests/amd64/
fcmovnu.c 4 double zzz; variable
8 zzz = 1.234;
9 printf("zzz = %f\n", zzz);
18 "fstl zzz\n\t"
22 printf("zzz = %f\n", zzz);
fcmovnu.stdout.exp 0 zzz = 1.234000
2 zzz = 1.442695
  /external/valgrind/main/memcheck/tests/linux/
lsframe2.c 15 int i, zzz; local
20 zzz = rec(depth-1);
22 zzz += arr[i];
23 return zzz;
  /cts/hostsidetests/monkey/
Android.mk 27 # prefix zzz intentional to run this last
28 LOCAL_CTS_TEST_PACKAGE := zzz.android.monkey
  /external/libgsm/src/
short_term.c 202 register word di, zzz, ui, sav, rpi; local
215 zzz = GSM_MULT_R(rpi, di);
216 sav = GSM_ADD( ui, zzz);
218 zzz = GSM_MULT_R(rpi, ui);
219 di = GSM_ADD( di, zzz );
  /external/clang/test/CodeGen/
pragma-weak.c 182 void zzz(void){} function
  /external/clang/test/Sema/
warn-type-safety.cpp 16 static const int wrong_init __attribute__(( type_tag_for_datatype(zzz,int) )) = f(100); // expected-error {{'type_tag_for_datatype' attribute requires the initializer to be an integral constant expression}}
conditional-expr.c 31 enum {xxx,yyy,zzz} e, *ee; enumerator in enum:__anon22893
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 346 #define SET_STATUS_Success(zzz) \
348 status->sres = VG_(mk_SysRes_Success)(zzz); \
351 #define SET_STATUS_Failure(zzz) \
352 do { Word wzz = (Word)(zzz); \
359 #define SET_STATUS_from_SysRes(zzz) \
362 status->sres = (zzz); \
  /external/clang/test/SemaTemplate/
issue150.cpp 90 struct ZZZ
105 ZZZ<int, interval_set> zzz; local
  /external/srec/tools/make_cfst/
make_cfst.cpp 261 { char zzz[ 1 - (sizeof(LCHAR)!=sizeof(char))]; zzz[0] = 0; } local
  /external/chromium_org/crypto/
curve25519-donna.c 401 limb origx[10], origxprime[10], zzz[19], xx[19], zz[19], xxprime[19], local
434 memset(zzz + 10, 0, sizeof(limb) * 9);
435 fscalar_product(zzz, zz, 121665);
436 freduce_degree(zzz);
437 freduce_coefficients(zzz);
438 fsum(zzz, xx);
439 fproduct(z2, zz, zzz);
  /external/chromium_org/v8/test/webkit/
rehash-assign.js 106 zzz = 25;
  /external/valgrind/main/coregrind/
m_libcproc.c 375 Int ir, zzz; local
385 zzz = VG_(waitpid)(pid, NULL, 0);
390 return zzz == -1 ? -1 : 0;
  /external/chromium_org/v8/test/webkit/fast/regex/
assertion.js 64 var regex13 = /(x)zzz(?=\1)x/;
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance.cpp 490 virtual void zzz();
496 // CHECK-NEXT: 1 | void vdtors::X::zzz()
520 // CHECK-NEXT: 1 | void vdtors::X::zzz()
541 // CHECK-NEXT: 1 | void vdtors::X::zzz()
561 // CHECK-NEXT: 1 | void vdtors::X::zzz()
585 // CHECK-NEXT: 1 | void vdtors::X::zzz()
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies.js 772 assertEquals(p, Object.defineProperty(p, "zzz", {}))
773 assertEquals("zzz", key)
1083 assertEquals(0, ("zzz" in p) ? 2 : 0)
1084 assertEquals(2, !("zzz" in p) ? 2 : 0)
1103 if (!("zzz" in p)) {
1107 assertEquals("zzz", key)
1164 assertThrows(function(){ if ("zzz" in o) {} }, "myexn")
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c 434 int ty, zzz; local
435 zzz = pthread_mutexattr_gettype(attr, &ty);
436 if (zzz == 0 && ty == PTHREAD_MUTEX_RECURSIVE)
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 165 { char zzz[ 1 - (sizeof(LCHAR)!=sizeof(char))]; zzz[0] = 0; } local
    [all...]
  /external/bzip2/
bzip2.c     [all...]
  /external/svox/pico/lib/
picocep.c 487 picoos_int32 zzz; local
489 if (picocep_highestBitS(a,zzz) + pow < 32) {
    [all...]
  /external/valgrind/main/VEX/
test_main.c 457 #define tool_panic(zzz) panic(zzz)
    [all...]

Completed in 2108 milliseconds

1 2