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

1 2

  /external/dropbear/libtomcrypt/src/ciphers/
cast5.c 395 #define GB(x, i) ((unsigned char)((x[(15-i)>>2])>>(unsigned)(8*((15-i)&3))))
397 #define GB(x, i) (((x[(15-i)>>2])>>(unsigned)(8*((15-i)&3)))&255)
443 z[3] = x[3] ^ S5[GB(x, 0xD)] ^ S6[GB(x, 0xF)] ^ S7[GB(x, 0xC)] ^ S8[GB(x, 0xE)] ^ S7[GB(x, 0x8)];
444 z[2] = x[1] ^ S5[GB(z, 0x0)] ^ S6[GB(z, 0x2)] ^ S7[GB(z, 0x1)] ^ S8[GB(z, 0x3)] ^ S8[GB(x, 0xA)]
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildall.sh 4 ./buildpkb.sh en GB kh0
11 ./buildbin.sh en-GB kh0
buildpkb.sh 28 echo " e.g: $0 en GB kh0";
35 if [ $2 = "GB" ]; then
85 if [ $LANG = "en-GB" ]; then
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.rl 42 GB = 12; # Generic Base
56 consonant_syllable = (C|IV|GB) syllable_tail;
hb-ot-shape-complex-myanmar-machine.rl 47 GB = 12;
78 consonant_syllable = k? (c|IV|D|GB).VS? (H (c|IV).VS?)* syllable_tail;
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 38 static final String GB = "GB";
PhoneNumberUtilTest.java 512 phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.GB));
    [all...]
PhoneNumberMatcherTest.java 157 doTestFindInContext("+44 2034567890x456", RegionCode.GB);
158 doTestFindInContext("+44 2034567890 x456", RegionCode.GB);
159 doTestFindInContext("+44 2034567890 X456", RegionCode.GB);
160 doTestFindInContext("+44 2034567890 X 456", RegionCode.GB);
161 doTestFindInContext("+44 2034567890 X 456", RegionCode.GB);
162 doTestFindInContext("+44 2034567890 X 456", RegionCode.GB);
382 new NumberTest("(20) 3346 1234", RegionCode.GB), // Non-optional NP omitted
    [all...]
AsYouTypeFormatterTest.java 390 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.GB);
407 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.GB);
422 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.GB);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 75 RHEL4-3GHz-2.5GB,linux,gtk,x86,UNKNOWN,\
76 winxp-3GHz-2GB,win32,win,x86,UNKNOWN,\
77 RHEL3-3GHz-2GB,linux,gtk,x86,UNKNOWN,\
  /external/dropbear/libtomcrypt/src/hashes/whirl/
whirl.c 43 #define GB(a,i,j) ((a[(i) & 7] >> (8 * (j))) & 255)
47 SB0(GB(a, i-0, 7)) ^ \
48 SB1(GB(a, i-1, 6)) ^ \
49 SB2(GB(a, i-2, 5)) ^ \
50 SB3(GB(a, i-3, 4)) ^ \
51 SB4(GB(a, i-4, 3)) ^ \
52 SB5(GB(a, i-5, 2)) ^ \
53 SB6(GB(a, i-6, 1)) ^ \
54 SB7(GB(a, i-7, 0))
  /packages/apps/Email/src/com/android/email/activity/
UiUtilities.java 32 * Formats the given size as a String in bytes, kB, MB or GB. Ex: 12,315,000 = 11 MB
38 final long GB = (MB * 1024);
49 } else if (size < GB) {
54 value = (int) (size / GB);
  /external/icu4c/data/mappings/
ucmcore.mk 13 # EUC-CN, GBK (Windows cp936), GB 18030
  /external/v8/src/
globals.h 223 const int GB = KB * KB * KB;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 66 Cp285 EBCDIC-CP-GB,IBM284,csIBM285 0x0019
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 35 @q1: temp2, GB
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 413 rem A malicious encoding that tries to produce a 4GB target file made up of 64
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 413 rem A malicious encoding that tries to produce a 4GB target file made up of 64
  /external/valgrind/main/massif/tests/
long-time.post.exp 29 0 +----------------------------------------------------------------------->GB
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 287 // Guarded By Attribute (gb)
313 class GUARDED_BY(mu1) GB { // \
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 316 # Ram > 4GB
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
sblat2.f     [all...]
zblat2.f     [all...]

Completed in 858 milliseconds

1 2