HomeSort by relevance Sort by last modified time
    Searched refs:zzz (Results 26 - 50 of 58) sorted by null

12 3

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/
size32-1.s 9 .long zzz@SIZE
size64-1.s 9 .quad zzz@SIZE
size32-1-i386.d 15 [[:xdigit:]]+ R_386_SIZE32 zzz
size32-1-x32.d 15 [[:xdigit:]]+ R_X86_64_SIZE32 zzz
size32-1-x86-64.d 15 [[:xdigit:]]+ R_X86_64_SIZE32 zzz
size64-1-x32.d 15 [[:xdigit:]]+ R_X86_64_SIZE32 zzz
size64-1-x86-64.d 15 [[:xdigit:]]+ R_X86_64_SIZE64 zzz
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-size-5.d 16 0+60 00000521 R_X86_64_SIZE64 00000020 zzz \+ 0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-size-5.d 15 0+60 000500000021 R_X86_64_SIZE64 0000000000000020 zzz \+ 0
  /cts/hostsidetests/monkey/
Android.mk 29 # prefix zzz intentional to run this last
30 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 184 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:__anon7836
  /external/valgrind/coregrind/m_syswrap/
priv_types_n_macros.h 364 #define SET_STATUS_Success(zzz) \
366 status->sres = VG_(mk_SysRes_Success)(zzz); \
369 #define SET_STATUS_Failure(zzz) \
370 do { Word wzz = (Word)(zzz); \
377 #define SET_STATUS_from_SysRes(zzz) \
380 status->sres = (zzz); \
  /external/clang/test/SemaTemplate/
issue150.cpp 90 struct ZZZ
105 ZZZ<int, interval_set> zzz; local
  /external/libchrome/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/v8/test/webkit/
rehash-assign.js 106 zzz = 25;
  /external/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/v8/test/mjsunit/es6/
proxies.js 526 assertEquals(p, Object.defineProperty(p, "zzz", {}))
527 assertEquals("zzz", key)
825 assertEquals(0, ("zzz" in p) ? 2 : 0)
826 assertEquals(2, !("zzz" in p) ? 2 : 0)
845 if (!("zzz" in p)) {
849 assertEquals("zzz", key)
881 assertThrowsEquals(function(){ if ("zzz" in p) {} }, "myexn")
    [all...]
  /external/valgrind/coregrind/
m_libcproc.c 579 Int ir, zzz; local
589 zzz = VG_(waitpid)(pid, NULL, 0);
594 return zzz == -1 ? -1 : 0;
    [all...]
  /external/valgrind/helgrind/
hg_intercepts.c 770 int ty, zzz; local
771 zzz = pthread_mutexattr_gettype(attr, &ty);
772 if (zzz == 0 && ty == PTHREAD_MUTEX_RECURSIVE)
    [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...]

Completed in 1201 milliseconds

12 3