/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
|
/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/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/icu4c/data/mappings/ |
ucmcore.mk | 13 # EUC-CN, GBK (Windows cp936), GB 18030
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberUtilTest.java | 116 static final String GB = "GB"; 475 phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.GB)); [all...] |
/external/v8/src/ |
globals.h | 189 const int GB = KB * KB * KB;
|
heap.cc | 83 max_old_generation_size_(1*GB), [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Encodings.properties | 66 Cp285 EBCDIC-CP-GB,IBM284,csIBM285 0x0019
|
/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/valgrind/main/massif/tests/ |
long-time.post.exp | 29 0 +----------------------------------------------------------------------->GB
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
ll.S | 316 # Ram > 4GB
|
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/ |
video.rtpdump | 23 .?#?*???+??v2V7O????dn>?|???hT"/u}??+?r.1N?7?????? y:????_D??V\!?Z/?b?n#_?????:????{??~A?_??C??(?o????v#??,?????K}?c??b{????Ü?)???? ???=?n~???.?? f ???r !?b?+??%^?6??c}X!CM:t?XC?E?î?B?x'???27?d?L?GB'???%u?????V!e3k/?7??\?/lJ??8??-x?>???,S?????U?*??????~????z?!?????/??b?v?N??{?????o??!?}?????>U?R?*??NN??=U??S(~7??}??S0N]?i?01,?????~6'W???y?vW?B??r?O/?t()?0Z?S?????{????T?7??7c?ThR?e?K??o????a?r4^K?[Yoz??:k?^??:S:i?/?G??O?k???AI[F?oOO?pö? *???????+b{??K{ot?&??v??g?Md?&0?97??#,Z????]?M?V??}y??.?????|}???q??f???/??[??o"Z?n?'??w?^????,??;?pWv?v??w??v??6@?h?:?f??=??6???????L‡??Ö>=?????t?????S??;??aq[?"?+;Br/??1/?6??4?&{v
M(?7?B?i?????=8gIr??gM.??{?jl??]??{5x??w???o?F??~m_?? 182 ??????_?t??}?S-?????????|???????\??:?|?'-?9g?G.???/??r???? {??=?n???.?? f ??r?r !?d!9??_?{??W?????_?{??n??????&????{?uy8"???i?D.??O?O?????_??w? ??^??????????^F?GB?????=??? ??*????&???zLi3?/??nN?\#{???r#?u?_??o???????C?!B?PP??zL??@+?_U??W?Ru??n??U}??????V???2?u??OO_s?hw?????????BBP??ec?}$xZ?bm?aP?$<=?7?|?*BZ_C?-?{??Rr??a??/]Q.K?}??}?[??_???C??{?n??????o_?6?z????4???_?7/b?2J??E???w?y?8t?????O?!???_??????t??p?t?w?h????_????{??pE??-??1c?????q?w?????m4??Ck?` [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |