HomeSort by relevance Sort by last modified time
    Searched refs:zzz (Results 1 - 25 of 28) 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 176 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:__anon6685
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 343 #define SET_STATUS_Success(zzz) \
345 status->sres = VG_(mk_SysRes_Success)(zzz); \
348 #define SET_STATUS_Failure(zzz) \
349 do { Word wzz = (Word)(zzz); \
356 #define SET_STATUS_from_SysRes(zzz) \
359 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
  /packages/apps/VideoEditor/src/com/android/videoeditor/
BaseAdapterWithImages.java 92 protected Bitmap doInBackground(Void... zzz) {
KenBurnsActivity.java 158 protected Bitmap doInBackground(Void... zzz) {
  /external/valgrind/main/coregrind/
m_libcproc.c 374 Int ir, zzz; local
384 zzz = VG_(waitpid)(pid, NULL, 0);
389 return zzz == -1 ? -1 : 0;
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 814 unsigned long x, y, z, zzz; local
866 zzz = sizeof(buf[0]);
867 if ((err = rsa_decrypt_key(buf[1], z, buf[0], &zzz, (const unsigned char *)"testprog", 8, find_hash("sha1"),
938 unsigned long x, y, z, zzz; local
981 zzz = sizeof(buf[0]);
982 if ((err = katja_decrypt_key(buf[1], z, buf[0], &zzz, "testprog", 8, find_hash("sha1"),
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies.js 745 assertEquals(p, Object.defineProperty(p, "zzz", {}))
746 assertEquals("zzz", key)
1056 assertEquals(0, ("zzz" in p) ? 2 : 0)
1057 assertEquals(2, !("zzz" in p) ? 2 : 0)
1076 if (!("zzz" in p)) {
1080 assertEquals("zzz", key)
1137 assertThrows(function(){ if ("zzz" in o) {} }, "myexn")
1191 assertEquals(0, ("zzz" in o) ? 2 : 0)
1192 assertEquals(2, !("zzz" in o) ? 2 : 0)
1210 if (!("zzz" in o))
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c 420 int ty, zzz; local
421 zzz = pthread_mutexattr_gettype(attr, &ty);
422 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/compiler-rt/lib/msan/tests/
msan_test.cc 1474 volatile bool zzz = true; local
    [all...]
  /external/valgrind/main/VEX/
test_main.c 434 #define tool_panic(zzz) panic(zzz)
    [all...]

Completed in 807 milliseconds

1 2