/freebsd/share/i18n/csmapper/GB/ |
H A D | mapper.dir.GB.src | 1 # $NetBSD: mapper.dir.GB.src,v 1.6 2006/11/23 03:25:24 tnozaki Exp $ 3 GB12345/UCS mapper_std GB/GB12345%UCS.mps 4 GB2312/UCS mapper_std GB/GB2312%UCS.mps 5 GB2312GBK/UCS mapper_std GB/GB2312GBK%UCS.mps 6 GB2312EXT/UCS mapper_std GB/GB2312EXT%UCS.mps 7 GB2312UDA1/UCS mapper_std GB/GB2312UDA1%UCS.mps 8 GB2312UDA2/UCS mapper_std GB/GB2312UDA2%UCS.mps 9 GBKEXT/UCS mapper_std GB/GBKEXT%UCS.mps 10 GBKUDA/UCS mapper_std GB/GBKUDA%UCS.mps 11 GB18030/UCS:BMP mapper_std GB/GB18030%UCS@BMP.mps [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_tar_large.c | 72 #define GB ((int64_t)1024 * MB) macro 73 #define TB ((int64_t)1024 * GB) 191 2 * GB - 1, 2 * GB, 2 * GB + 1, in DEFINE_TEST() 193 4 * GB - 1, 4 * GB, 4 * GB + 1, in DEFINE_TEST() 195 8 * GB - 1, 8 * GB, 8 * GB + 1, in DEFINE_TEST() 197 64 * GB - 1, 64 * GB, in DEFINE_TEST() 199 256 * GB, 1 * TB, 0 }; in DEFINE_TEST()
|
H A D | test_write_format_zip_large.c | 62 #define GB ((int64_t)1024 * MB) macro 63 #define TB ((int64_t)1024 * GB) 272 2 * GB - 1, 2 * GB, 2 * GB + 1, 274 4 * GB - 1, 4 * GB, 4 * GB + 1, 276 5 * GB,
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | CheckFileOffsetBits.c | 5 #define GB ((off_t)1024 * MB) macro 6 #define TB ((off_t)1024 * GB) 7 int t2[(((64 * GB -1) % 671088649) == 268434537) 8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
|
/freebsd/contrib/libevent/cmake/ |
H A D | CheckFileOffsetBits.c | 5 #define GB ((off_t)1024 * MB) macro 6 #define TB ((off_t)1024 * GB) 7 int t2[(((64 * GB -1) % 671088649) == 268434537) 8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
|
/freebsd/lib/libc/gen/ |
H A D | getbsize.c | 47 #define GB (1024L * 1024L * 1024L) in getbsize() macro 48 #define MAXB GB /* No tera, peta, nor exa. */ in getbsize() 60 max = MAXB / GB; in getbsize() 61 mul = GB; in getbsize() 85 warnx("maximum blocksize is %ldG", MAXB / GB); in getbsize()
|
/freebsd/contrib/kyua/utils/ |
H A D | units_test.cpp | 43 using units::GB; in ATF_TEST_CASE_BODY() 46 ATF_REQUIRE_EQ("45.12T", units::bytes(45 * TB + 120 * GB).format()); in ATF_TEST_CASE_BODY() 53 using units::GB; in ATF_TEST_CASE_BODY() 56 ATF_REQUIRE_EQ("5.00G", units::bytes(5 * GB).format()); in ATF_TEST_CASE_BODY() 57 ATF_REQUIRE_EQ("745.96G", units::bytes(745 * GB + 980 * MB).format()); in ATF_TEST_CASE_BODY() 95 using units::GB; in ATF_TEST_CASE_BODY() 107 using units::GB; in ATF_TEST_CASE_BODY() 111 ATF_REQUIRE_EQ(units::bytes(GB), units::bytes::parse("1G")); in ATF_TEST_CASE_BODY() 112 ATF_REQUIRE_EQ(units::bytes(GB), units::bytes::parse("1g")); in ATF_TEST_CASE_BODY()
|
H A D | units.cpp | 79 case 'G': case 'g': multiplier = GB; break; in parse() 117 } else if (_count >= GB) { in format() 118 return F("%.2sG") % (static_cast< float >(_count) / GB); in format()
|
/freebsd/stand/userboot/userboot/ |
H A D | biossmap.c | 37 #define GB (1024UL * 1024 * 1024) macro 63 sm->base = 4 * GB; in bios_addsmapdata()
|
/freebsd/sys/contrib/device-tree/src/arm/synaptics/ |
H A D | berlin2-sony-nsz-gs7.dts | 23 reg = <0x00000000 0x40000000>; /* 1 GB */ 36 /* Samsung M8G2FA 8GB eMMC */
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am6548-iot2050-advanced.dts | 10 * 2 GB RAM, 16 GB eMMC, USB-serial converter on connector X30
|
H A D | k3-am6548-iot2050-advanced-pg2.dts | 10 * 2 GB RAM, 16 GB eMMC, USB-serial converter on connector X30
|
H A D | k3-am6548-iot2050-advanced-m2.dts | 10 * Generation 2), 2 GB RAM, 16 GB eMMC, USB-serial converter on connector X30
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | large_sections.rst | 13 means if the global variable is laid out further than 2GB (2^31 bytes) from the 47 typically assume that symbols are in the lower 2GB of the address space. So for 49 ``.lrodata`` pushing small symbols out of the lower 2GB of the address space.
|
/freebsd/sys/contrib/device-tree/src/mips/brcm/ |
H A D | bcm97435svmb.dts | 134 /* 1GB Memc0, 1GB Memc1 */
|
H A D | bcm97425svmb.dts | 158 /* 1GB Memc0, 1GB Memc1 */
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_sm3.pod | 16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T 42 GB/T 32905-2016 and GM/T 0004-2012.
|
/freebsd/tools/tools/locale/etc/charmaps/ |
H A D | charmaps.txt | 15 GB2312 haible.de: GB2312.html / unicode.org-mappings/EASTASIA/GB/GB2312.TXT 31 eucCN haible.de: GB2312.html / unicode.org-mappings/EASTASIA/GB/GB2312.TXT
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | v3-v360epc-pci.txt | 23 64MB, 128MB, 256MB, 512MB, 1GB or 2GB in size. The memory should be marked 52 0x80000000 0 0x40000000>; /* 1GB @ LB 80000000 */
|
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | haps_hs.dts | 19 reg = <0x0 0x80000000 0x0 0x40000000 /* 1 GB low mem */ 20 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */
|
/freebsd/share/i18n/esdb/ISO646/ |
H A D | ISO646.alias | 45 GB bs_4730 46 GB iso-ir-4
|
/freebsd/secure/caroot/trusted/ |
H A D | OISTE_WISeKey_Global_Root_GB_CA.pem | 2 ## OISTE WISeKey Global Root GB CA 20 … Issuer: C = CH, O = WISeKey, OU = OISTE Foundation Endorsed, CN = OISTE WISeKey Global Root GB CA 24 … Subject: C = CH, O = WISeKey, OU = OISTE Foundation Endorsed, CN = OISTE WISeKey Global Root GB CA
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 211 auto *GB = IAI.getInterleaveGroup(B); in areConsecutiveOrMatch() local 213 return GA && GB && GA == GB && GA->getIndex(A) + 1 == GB->getIndex(B); in areConsecutiveOrMatch()
|
/freebsd/contrib/netbsd-tests/bin/df/ |
H A D | getmntinfo.c | 38 #define GB * 1024 MB macro 95 #define TOTAL 1147ULL GB in setup_filer()
|
/freebsd/stand/i386/btx/btxldr/ |
H A D | btxldr.S | 37 .set SEL_SCODE,0x8 # 4GB code 38 .set SEL_SDATA,0x10 # 4GB data
|