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

  /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/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/Phone/src/com/android/phone/
DataUsageListener.java 216 long GB = 1024 * MB;
217 long TB = 1024 * GB;
224 } else if (data < GB) {
227 ret = (data / GB) + " GB";
  /external/chromium/third_party/icu/source/data/mappings/
ucmcore.mk 13 # EUC-CN, GBK (Windows cp936), GB 18030
ucmlocal.mk 11 # * Simplified Chinese : GBK(Windows cp936), GB 18030
14 # - GB-HZ is supported now that it uses the GBK table.
  /external/icu4c/data/mappings/
ucmcore.mk 13 # EUC-CN, GBK (Windows cp936), GB 18030
  /libcore/luni/src/main/java/org/apache/xml/serializer/
Encodings.properties 66 Cp285 EBCDIC-CP-GB,IBM284,csIBM285 0x0019
  /external/v8/src/
globals.h 123 const int GB = KB * KB * KB;
heap.cc 85 int Heap::max_old_generation_size_ = 1*GB;
    [all...]
  /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

Completed in 1574 milliseconds