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

  /system/core/toolbox/upstream-netbsd/lib/libc/gen/
getbsize.c 63 #define GB (1024L * 1024L * 1024L)
64 #define MAXB GB /* No tera, peta, nor exa. */
76 max = MAXB / GB;
77 mul = GB;
101 warnx("maximum blocksize is %ldG", MAXB / GB);
  /art/runtime/
globals.h 29 static constexpr size_t GB = KB * KB * KB;
mem_map_test.cc 268 // cannot allocate in the 2GB-4GB region.
275 // Try all addresses starting from 2GB to 4GB.
276 size_t start_addr = 2 * GB;
292 ASSERT_GE(reinterpret_cast<uintptr_t>(map->End()), 2u * GB);
  /external/clang/test/Layout/
ms-x86-vtordisp.cpp 344 struct GB: public GA {};
349 struct GD: public virtual GC, public virtual GB {};
362 // CHECK-NEXT: 16 | struct GB (virtual base)
378 // CHECK-X64-NEXT: 32 | struct GB (virtual base)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DataUsageDetailView.java 43 private static final double GB = 1024 * MB;
131 val = b / GB;
132 suffix = "GB";
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-table.cc 23 #define GB USE_GB /* BASE_OTHER */
65 O, O, O, O, O, GB, O, O,
73 /* 00A0 */ GB, O, O, O, O, O, O, O, O, O, O, O, O, O, O, O,
76 /* 00D0 */ O, O, O, O, O, O, O, GB,
112 /* 0A70 */ VMAbv, CMAbv, GB, GB, O, MBlw, O, O, O, O, O, O, O, O, O, O,
200 /* 1040 */ B, B, B, B, B, B, B, B, B, B, O, O, O, O, GB, O,
245 /* 1900 */ GB, B, B, B, B, B, B, B, B, B, B, B, B, B, B, B,
334 /* 2010 */ GB, GB, GB, GB, GB, O, O, O
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 44 static final String GB = "GB";
  /external/lz4/programs/
datagen.c 68 #define GB *(1U<<30)
lz4cli.c 97 #define GB *(1U<<30)
bench.c 32 /* Unix Large Files support (>4GB) */
106 #define GB *(1U<<30)
108 #define MAX_MEM (2 GB - 64 MB)
frametest.c 79 #define GB *(1U<<30)
lz4io.c 88 #define GB *(1U<<30)
fuzzer.c 87 #define GB *(1U<<30)
    [all...]
  /external/lz4/lib/
lz4frame.c 97 #define GB *(1<<30)
    [all...]
lz4.c 307 #define GB *(1U<<30)
    [all...]
  /frameworks/av/include/media/
ToneGenerator.h 196 // GB Supervisory tones
209 GB,
  /external/v8/src/
globals.h 103 const int GB = KB * KB * KB;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 1025 milliseconds