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

1 2

  /prebuilts/go/darwin-x86/doc/progs/
eff_bytesize.go 15 GB
35 case b >= GB:
36 return fmt.Sprintf("%.2fGB", b/GB)
  /prebuilts/go/linux-x86/doc/progs/
eff_bytesize.go 15 GB
35 case b >= GB:
36 return fmt.Sprintf("%.2fGB", b/GB)
  /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);
  /external/ltp/testcases/kernel/syscalls/fork/
fork14.c 42 #define GB (1024 * 1024 * 1024L)
98 addr = mmap(NULL, 1 * GB, PROT_READ | PROT_WRITE,
138 SAFE_MUNMAP(cleanup, pointer_vec[j], 1 * GB);
  /external/lz4/tests/
datagencli.c 41 #define GB *(1U<<30)
fullbench.c 64 #define GB *(1U<<30)
frametest.c 67 #define GB *(1U<<30)
    [all...]
fuzzer.c 72 #define GB *(1U<<30)
    [all...]
  /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 */
64 O, O, O, O, O, GB, O, O,
72 /* 00A0 */ GB, O, O, O, O, O, O, O, O, O, O, O, O, O, O, O,
75 /* 00D0 */ O, O, O, O, O, O, O, GB,
111 /* 0A70 */ VMAbv, CMAbv, GB, GB, O, MBlw, O, O, O, O, O, O, O, O, O, O,
199 /* 1040 */ B, B, B, B, B, B, B, B, B, B, O, O, O, O, GB, O,
244 /* 1900 */ GB, B, B, B, B, B, B, B, B, B, B, B, B, B, B, B,
339 /* 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/webp/src/dsp/
upsampling_msa.c 239 GB = tmp0 | tmp1; \
276 const int gb = ((g << 3) & 0xe0) | (b >> 3); local
278 rgb[0] = gb;
282 rgb[1] = gb;
496 v16u8 R, G, B, RG, GB, tmp0, tmp1;
499 CALC_RGB565(y, u, v, GB, RG, 16, dst);
501 CALC_RGB565(y, u, v, RG, GB, 16, dst);
513 CALC_RGB565(temp, u, v, GB, RG, 16, temp);
515 CALC_RGB565(temp, u, v, RG, GB, 16, temp);
522 CALC_RGB565(temp, u, v, GB, RG, 8, temp)
    [all...]
  /external/lz4/programs/
lz4cli.c 68 #define GB *(1U<<30)
bench.c 75 #define GB *(1U<<30)
77 static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(size_t)*8)-31));
lz4io.c 78 #define GB *(1U<<30)
635 if (storedSkips > 1 GB) {
636 int const seekResult = fseek(file, 1 GB, SEEK_CUR);
637 if (seekResult != 0) EXM_THROW(71, "1 GB skip error (sparse file support)");
638 storedSkips -= 1 GB;
    [all...]
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
str_agp.h 165 #define GB(x) (MB (KB (x)))
  /external/lz4/lib/
lz4.c 272 #define GB *(1U<<30)
    [all...]
lz4frame.c 147 #define GB *(1<<30)
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
ToneGenerator.h 196 // GB Supervisory tones
209 GB,
  /external/v8/src/
globals.h 129 const int GB = KB * KB * KB;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/
aws-java-sdk-s3-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 1280 milliseconds

1 2