Home
last modified time | relevance | path

Searched defs:zero (Results 1 – 25 of 193) sorted by relevance

12345678

/external/valgrind/main/none/tests/s390x/
Dxc.c9 char zero[2] = "\0\0"; in test_oc() local
27 char zero[2] = "\0\0"; in test_nc() local
47 char zero[300] = in test_xc() local
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
Dp2.cpp4 int zero = 0; // expected-note {{candidate found by name lookup is 'Ints::zero'}} variable
10 float zero = 0.0f; // expected-note {{candidate found by name lookup is 'Floats::zero'}} variable
38 Number zero(0.0f); variable
/external/fdlibm/
De_remainder.c26 static const double zero = 0.0; variable
28 static double zero = 0.0; variable
De_atanh.c41 static double zero = 0.0; variable
De_log10.c59 static double zero = 0.0; variable
Dk_standard.c27 static double zero = 0.0; /* used as const */ variable
/external/v8/test/mjsunit/
Dkeyed-call-generic.js72 function zero () { return 0; } function
81 var fast_prop = { zero: zero, one: one, two: two }; property
83 var normal_prop = { zero: zero, one: one, two: two }; property
Dmath-abs.js30 function zero() { function
Dsmi-negative-zero.js30 var zero = 0; variable
Dmath-floor.js42 function zero() { function
/external/v8/test/mjsunit/regress/
Dregress-996542.js28 var zero = 0; variable
/external/valgrind/main/drd/tests/
Dnew_delete.cpp7 int zero = 0; in main() local
/external/dropbear/libtomcrypt/src/pk/katja/
Dkatja_import.c30 void *zero; in katja_import() local
Dkatja_export.c31 unsigned long zero=0; in katja_export() local
/external/dropbear/libtomcrypt/src/pk/rsa/
Drsa_export.c30 unsigned long zero=0; in rsa_export() local
Drsa_import.c30 void *zero; in rsa_import() local
/external/compiler-rt/lib/asan/lit_tests/
Dlarge_func_test.cc20 static void LargeFunction(int *x, int zero) { in LargeFunction()
/external/kernel-headers/original/asm-arm/
Dtlbflush.h246 const int zero = 0; in local_flush_tlb_all() local
264 const int zero = 0; in local_flush_tlb_mm() local
293 const int zero = 0; in local_flush_tlb_page() local
324 const int zero = 0; in local_flush_tlb_kernel_page() local
372 const unsigned int zero = 0; in flush_pmd_entry() local
/external/oprofile/libutil++/
Dsparse_array.h87 bool zero() const { in zero() function
Dgrowable_vector.h95 bool zero() const { in zero() function
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp90 const llvm::APSInt &zero = getBasicVals().getZeroWithPtrWidth(); in assumeAux() local
148 const llvm::APSInt &zero = BVF.getValue(0, T); in assumeAuxForSymbol() local
193 const llvm::APSInt &zero = BasicVals.getValue(0, T); in assumeAux() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableClassToInstanceMapTest.java88 Number zero = map.getInstance(Number.class); in testCopyOf_map_valid() local
127 Number zero = map.getInstance(Number.class); in testCopyOf_imap_valid() local
/external/v8/test/mjsunit/compiler/
Dmath-floor-local.js44 function zero() { function
Dmath-floor-global.js44 function zero() { function
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
DBTree.java30 private BTree zero; field in BTree

12345678