HomeSort by relevance Sort by last modified time
    Searched defs:ZZ (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/kernel/fs/fs-bench/
boxmuler.c 12 int ZZ;
22 ZZ = min + (ave + (z * (ave / 4)));
23 if (ZZ >= min && ZZ < max) {
24 return (ZZ);
  /external/clang/test/SemaCXX/
default2.cpp 105 struct ZZ {
106 static ZZ g(int = 17);
108 void f(ZZ z = g()); // expected-error{{no matching constructor for initialization}} \
111 ZZ(ZZ&, int = 17); // expected-note{{candidate constructor}}
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
50 ZZ *zz = a8; local
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 62 static final String ZZ = "ZZ";
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 477 int ZZ;
487 ZZ = min + (ave + (z * (ave / 4)));
488 if (ZZ >= min && ZZ < max) {
489 return (ZZ);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython3/Lib/test/
test_descr.py     [all...]

Completed in 354 milliseconds