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

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
print-memory-usage-3.l 3 RAM: 32 B 2 GB 0.00%
  /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);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug458.go 7 // Issue 4200: 6g crashes when a type is larger than 4GB.
15 // that are over 4GB large.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug458.go 7 // Issue 4200: 6g crashes when a type is larger than 4GB.
15 // that are over 4GB large.
  /external/ltp/testcases/kernel/syscalls/fork/
fork14.c 42 #define GB (1024 * 1024 * 1024L)
98 addr = mmap(NULL, 1 * GB, PROT_READ | PROT_WRITE,
137 SAFE_MUNMAP(cleanup, pointer_vec[j], 1 * GB);
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
PageTables.asm 3 ; Emits Page Tables for 1:1 mapping of the addresses 0 - 0x100000000 (4GB)
52 ; Top level Page Directory Pointers (1 * 512GB entry)
58 ; Next level Page Directory Pointers (4 * 1GB entries => 4GB)
68 ; Page Table Entries (2048 * 2MB entries => 4GB)
  /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)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/model/
TimeZoneDataTest.java 64 when(mCountryZonesFinder.lookupAllCountryIsoCodes()).thenReturn(Arrays.asList("us", "GB"));
66 assertThat(timeZoneData.getRegionIds()).containsExactly("US", "GB");
79 CountryTimeZones GB = mock(CountryTimeZones.class);
80 when(GB.getCountryIso()).thenReturn("gb");
81 when(GB.getTimeZoneMappings()).thenReturn(Collections.singletonList(
85 .thenReturn(Arrays.asList(US, GB));
87 .containsExactly("US", "GB");
  /device/linaro/hikey/hikey960/
BoardConfig.mk 19 BOARD_USERDATAIMAGE_PARTITION_SIZE := 25769803776 # 24GB
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
stab.d 7 # Disabled on alpha because the entry point may be above 4GB but the stabs
  /art/libartbase/base/
utils_test.cc 26 EXPECT_EQ("1GB", PrettySize(1 * GB));
27 EXPECT_EQ("2GB", PrettySize(2 * GB));
29 EXPECT_EQ("100GB", PrettySize(100 * GB));
globals.h 27 static constexpr size_t GB = KB * KB * KB;
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 44 static final String GB = "GB";
  /device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
PageTables64.asm 64 ; Top level Page Directory Pointers (1 * 512GB entry)
69 ; Next level Page Directory Pointers (4 * 1GB entries => 4GB)
77 ; Page Table Entries (2048 * 2MB entries => 4GB)
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.asm 102 ; cs: 0-4GB
103 ; ds: 0-4GB
104 ; es: 0-4GB
105 ; fs: 0-4GB
106 ; gs: 0-4GB
107 ; ss: 0-4GB
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-machine.rl 49 GB = 5; # BASE_OTHER
100 (R|CS)? (B | GB) VS?
105 (R|CS)? (B | GB) VS?
hb-ot-shape-complex-myanmar-machine.rl 47 GB = 11;
80 consonant_syllable = (k|CS)? (c|IV|D|GB).VS? (H (c|IV).VS?)* syllable_tail;
  /device/generic/arm64/
BoardConfig.mk 40 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 # 1 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)
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 15 # EUC-CN, GBK (Windows cp936), GB 18030
  /prebuilts/go/darwin-x86/src/net/
sendfile_windows.go 22 // Note that sendfile for windows does not support >2GB file.
  /prebuilts/go/linux-x86/src/net/
sendfile_windows.go 22 // Note that sendfile for windows does not support >2GB file.
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x64-64_PIC_relocations.s 5 # Test that we can load this code twice at memory locations more than 2GB apart
  /external/lz4/tests/
datagencli.c 41 #define GB *(1U<<30)

Completed in 958 milliseconds

1 2 3 4 5 6 7