Searched refs:GB (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/libarchive-29/libarchive/build/cmake/
H A DCheckFileOffsetBits.c5 #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];
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dgetbsize.c53 #define GB (1024L * 1024L * 1024L) macro
54 #define MAXB GB /* No tera, peta, nor exa. */
66 max = MAXB / GB;
67 mul = GB;
91 warnx("maximum blocksize is %ldG", MAXB / GB);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_tar_large.c35 * writes entries from 2GB up to 1TB to an archive in memory.
73 #define GB ((int64_t)1024 * MB) macro
74 #define TB ((int64_t)1024 * GB)
207 2 * GB - 1, 2 * GB, 2 * GB + 1,
209 4 * GB - 1, 4 * GB, 4 * GB + 1,
210 /* 8GB i
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeapStatistics.h49 static const size_t GB = 1024 * MB; member in class:JSC::HeapStatistics
H A DHeapStatistics.cpp156 multiplier = GB;
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpal_hibernate.h32 #define DEST_COPY_AREA (4*GB - HIB_MAP_SIZE) /*4GB - 2*2m */
H A Di386_vm_init.c609 * We cap at KERNEL_MAXMEM bytes (currently 32GB for K32, 96GB for K64).
616 sane_size, (uint32_t) (KERNEL_MAXMEM/GB));
670 max_valid_low_ppnum = (2 * GB) / PAGE_SIZE;
673 max_valid_dma_address = (uint64_t)4 * (uint64_t)GB;
H A Dpmap.h357 #define NPHYSMAP (MAX(K64_MAXMEM/GB + 4, 4))
360 return (a < (NPHYSMAP * GB));
H A Di386_init.c177 // Set up the physical mapping - NPHYSMAP GB of memory mapped at a high address
178 // NPHYSMAP is determined by the maximum supported RAM size plus 4GB to account
179 // the PCI hole (which is less 4GB but not more).
227 physmap_max = physmap_base + NPHYSMAP * GB;
306 * In K64 this identity mapping is mirrored the top and bottom 512GB
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/i386/
H A Dvm_param.h169 #define GB (1024*MB) macro
174 #define K32_MAXMEM (32*GB)
175 #define K64_MAXMEM (128*GB)
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/t/
H A D02filter.t150 (& (| (cn=test) (cn=foo) (sn=bar)) (| (c=GB) (c=AU)))
155 (&(|(cn=test)(cn=foo)(sn=bar))(|(c=GB)(c=AU)))
157 (| (& (c=GB) (cn=test)) (& (c=AU) (cn=test)) (& (c=GB) (cn=foo)) (& (c=AU) (cn=foo)) (& (c=GB) (sn=bar)) (& (c=AU) (sn=bar)))
158 0000: A1 81 86 A0 15 A3 07 04 01 63 04 02 47 42 A3 0A .........c..GB..
161 0030: 74 A0 14 A3 07 04 01 63 04 02 47 42 A3 09 04 02 t......c..GB....
164 0060: 07 04 01 63 04 02 47 42 A3 09 04 02 73 6E 04 03 ...c..GB....sn..
167 (|(&(c=GB)(cn=test))(&(c=AU)(cn=test))(&(c=GB)(c
[all...]
H A D01canon_dn.t78 ref 1.3.6.1.4.1.1466.0=#04024869,O=Test,C=GB
79 same 1.3.6.1.4.1.1466.0=#04024869,O=Test,C=GB
80 diff 1.3.6.1.4.1.1466.0=\04\02Hi,O=Test,C=GB
82 ref 1.3.6.1.4.1.1466.0=Hi,O=Test,C=GB
83 same oid.1.3.6.1.4.1.1466.0=Hi,O=Test,C=GB
84 same OID.1.3.6.1.4.1.1466.0=Hi,O=Test,C=GB
197 same distinguishedNameTableKey=cn\=DSA\, c\=GB, cn=bilateral table, cn=DSA, c=US
/macosx-10.9.5/ICU-511.35/icuSources/data/mappings/
H A Ducmcore.mk13 # EUC-CN, GBK (Windows cp936), GB 18030
/macosx-10.9.5/libiconv-41/libiconv/tools/
H A DMakefile322 gb2312.h : $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB2312.TXT cjk_tab_to_h
328 gb12345ext.h : $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB2312.TXT $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB12345-FIXED.TXT $(TABLESDIR)/csets-new/GB12345-more.TXT cjk_tab_to_h
329 (echo '#' ; sed -e '/^0x..[ ]*#UNDEFINED/d' -e 's/#.*$$//' -e '/^[ ]*$$/d' $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB2312.TXT > tmp1.TXT ; sed -e '/^0x..[ ]*#UNDEFINED/d' -e 's/#.*$$//' -e '/^[ ]*$$/d' $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB12345-FIXED.TXT > tmp2.TXT ; diff tmp1.TXT tmp2.TXT | grep '^> ' | sed -e 's,^> ,,' ; cat $(TABLESDIR)/csets-new/GB12345-more.TXT ) | ./cjk_tab_to_h 'GB/T 12345.1990-0 extensions' gb12345ext > $@ && rm -f tmp1.TXT tmp2.TXT
343 GBKext.TXT : $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB2312.TXT $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/WINDOWS/CP936.TXT
344 sed -e 's,^0x2,0xA,' -e 's,^0x3,0xB,' -e 's,^0x4,0xC,' -e 's,^0x5,0xD,' -e 's,^0x6,0xE,' -e 's,^0x7,0xF,' -e 's,^0x\(..\)2,0x\1A,' -e 's,^0x\(..\)3,0x\1B,' -e 's,^0x\(..\)4,0x\1C,' -e 's,^0x\(..\)5,0x\1D,' -e 's,^0x\(..\)6,0x\1E,' -e 's,^0x\(..\)7,0x\1F,' $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB2312.TXT > tmpEUCCN.TXT ; sed -e '/^0x..[ ]*#UNDEFINED/d' -e 's/#.*$$//' -e '/^[ ]*$$/d' tmpEUCCN.TXT > tmp1.TXT ; sed -e '/^0x..[ ]/d' -e 's/#.*$$//' -e '/^[ ]*$$/d' $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/WINDOWS/CP936.TXT > tmp2.TXT ; diff -c1 tmp1.TXT tmp2.TXT | grep '^+ ' | sed -e 's,^+ ,,' > $@ && rm -f tmpEUCCN.TXT tmp1.TXT tmp2.TXT
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtree.tcl58 set size [format %.1f\ GB [expr {$size/1024/1024/1024.}]]
/macosx-10.9.5/groff-38/groff/font/devlj4/generate/
H A DMakefile53 GB GBI GI GR \
110 GB: $(AUTOFONT)/9nb00065.tfm $(TEXTMAP)
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Daliases.h222 char stringpool_str224[sizeof("CN-GB-ISOIR165")];
286 char stringpool_str347[sizeof("CN-GB")];
353 char stringpool_str478[sizeof("HZ-GB-2312")];
569 "CN-GB-ISOIR165",
633 "CN-GB",
700 "HZ-GB-2312",
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/tools/
H A Dparse_olson453 $countries{UK} = $countries{GB};
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcucumber.vim20 \"cy-GB": {"and": "A\\>", "background": "Cefndir\\>", "but": "Ond\\>", "examples": "Enghreifftiau\\>", "feature": "Arwedd\\>", "given": "Anrhegedig a\\>", "scenario": "Scenario\\>", "scenario_outline": "Scenario Amlinellol\\>", "then": "Yna\\>", "when": "Pryd\\>"},
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIConfigurator.cpp52 #define PFM64_SIZE (2ULL*GB)
53 #define MAX_BAR_SIZE (32ULL*GB)
55 // #define PFM64_MAX (100ULL*GB)
447 if (cpuPhysBits >= 36) size *= 16; // 32GB
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-agent.el3401 (units '(B KB MB GB)))
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1692 if (GlobalAddressSDNode *GB = dyn_cast<GlobalAddressSDNode>(N1))
1693 if (GA->getGlobal() == GB->getGlobal())
1694 return DAG.getConstant((uint64_t)GA->getOffset() - GB->getOffset(),

Completed in 588 milliseconds