/external/dropbear/libtomcrypt/src/ciphers/ |
D | cast5.c | 395 #define GB(x, i) ((unsigned char)((x[(15-i)>>2])>>(unsigned)(8*((15-i)&3)))) macro 397 #define GB(x, i) (((x[(15-i)>>2])>>(unsigned)(8*((15-i)&3)))&255) macro 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)]; in _cast5_setup() 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)]; in _cast5_setup() 445 … z[1] = x[0] ^ S5[GB(z, 0x7)] ^ S6[GB(z, 0x6)] ^ S7[GB(z, 0x5)] ^ S8[GB(z, 0x4)] ^ S5[GB(x, 0x9)]; in _cast5_setup() 446 … z[0] = x[2] ^ S5[GB(z, 0xA)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0xb)] ^ S8[GB(z, 0x8)] ^ S6[GB(x, 0xB)]; in _cast5_setup() 447 …skey->cast5.K[i++] = S5[GB(z, 0x8)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0x7)] ^ S8[GB(z, 0x6)] ^ S5[GB(z, … in _cast5_setup() 448 …skey->cast5.K[i++] = S5[GB(z, 0xA)] ^ S6[GB(z, 0xB)] ^ S7[GB(z, 0x5)] ^ S8[GB(z, 0x4)] ^ S6[GB(z, … in _cast5_setup() 449 …skey->cast5.K[i++] = S5[GB(z, 0xC)] ^ S6[GB(z, 0xd)] ^ S7[GB(z, 0x3)] ^ S8[GB(z, 0x2)] ^ S7[GB(z, … in _cast5_setup() 450 …skey->cast5.K[i++] = S5[GB(z, 0xE)] ^ S6[GB(z, 0xF)] ^ S7[GB(z, 0x1)] ^ S8[GB(z, 0x0)] ^ S8[GB(z, … in _cast5_setup() [all …]
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_en-GB.txt | 5 # English (en-GB) 19 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""bIn"/>.</speak> 22 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""dIn"/>.</speak> 25 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""gIv"/>.</speak> 28 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""kIn"/>.</speak> 31 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""pIn"/>.</speak> 34 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""tIn"/>.</speak> 40 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""TIN"/>.</speak> 43 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""mQk"/>.</speak> 46 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""nQk"/>.</speak> [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/en-GB/ |
D | en-GB_ta.txt | 1 # collection of en-GB textana knowledge bases 12 TPP_MAIN "../pkb/en-GB/en-GB_kpr.pkb" 13 TAB_GRAPHS "../pkb/en-GB/en-GB_ktab_graphs.pkb" 14 TAB_PHONES "../pkb/en-GB/en-GB_ktab_phones.pkb" 15 TAB_POS "../pkb/en-GB/en-GB_ktab_pos.pkb" 16 LEX_MAIN "../pkb/en-GB/en-GB_klex.pkb" 17 DT_POSP "../pkb/en-GB/en-GB_kdt_posp.pkb" 18 DT_POSD "../pkb/en-GB/en-GB_kdt_posd.pkb" 19 DT_G2P "../pkb/en-GB/en-GB_kdt_g2p.pkb" 20 FST_WPHO_1 "../pkb/en-GB/en-GB_kfst_wpho1.pkb" [all …]
|
D | en-GB_kh0_sg.txt | 1 # collection of en-GB kh0 siggen knowledge bases 11 FST_SPHO_5 "../pkb/en-GB/en-GB_kh0_kfst_spho5.pkb" 12 DT_DUR "../pkb/en-GB/en-GB_kh0_kdt_dur.pkb" 13 DT_LFZ1 "../pkb/en-GB/en-GB_kh0_kdt_lfz1.pkb" 14 DT_LFZ2 "../pkb/en-GB/en-GB_kh0_kdt_lfz2.pkb" 15 DT_LFZ3 "../pkb/en-GB/en-GB_kh0_kdt_lfz3.pkb" 16 DT_LFZ4 "../pkb/en-GB/en-GB_kh0_kdt_lfz4.pkb" 17 DT_LFZ5 "../pkb/en-GB/en-GB_kh0_kdt_lfz5.pkb" 18 DT_MGC1 "../pkb/en-GB/en-GB_kh0_kdt_mgc1.pkb" 19 DT_MGC2 "../pkb/en-GB/en-GB_kh0_kdt_mgc2.pkb" [all …]
|
D | en-GB_dbg.txt | 1 # collection of en-GB dbg knowledge bases 12 DBG "../pkb/en-GB/en-GB_kdbg.pkb"
|
/external/dropbear/libtomcrypt/src/hashes/whirl/ |
D | whirl.c | 43 #define GB(a,i,j) ((a[(i) & 7] >> (8 * (j))) & 255) macro 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))
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
D | buildall.sh | 4 ./buildpkb.sh en GB kh0 11 ./buildbin.sh en-GB kh0
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 474 phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.GB)); in testFormatOutOfCountryCallingNumber() 771 PhoneNumber number1 = phoneUtil.parseAndKeepRawInput("+442087654321", RegionCode.GB); in testFormatInOriginalFormat() 772 assertEquals("+44 20 8765 4321", phoneUtil.formatInOriginalFormat(number1, RegionCode.GB)); in testFormatInOriginalFormat() 774 PhoneNumber number2 = phoneUtil.parseAndKeepRawInput("02087654321", RegionCode.GB); in testFormatInOriginalFormat() 775 assertEquals("(020) 8765 4321", phoneUtil.formatInOriginalFormat(number2, RegionCode.GB)); in testFormatInOriginalFormat() 780 PhoneNumber number4 = phoneUtil.parseAndKeepRawInput("442087654321", RegionCode.GB); in testFormatInOriginalFormat() 781 assertEquals("44 20 8765 4321", phoneUtil.formatInOriginalFormat(number4, RegionCode.GB)); in testFormatInOriginalFormat() 783 PhoneNumber number5 = phoneUtil.parse("+442087654321", RegionCode.GB); in testFormatInOriginalFormat() 784 assertEquals("(020) 8765 4321", phoneUtil.formatInOriginalFormat(number5, RegionCode.GB)); in testFormatInOriginalFormat() 817 phoneUtil.parseAndKeepRawInput("2087654321", RegionCode.GB); in testFormatInOriginalFormat() [all …]
|
D | RegionCode.java | 36 static final String GB = "GB"; field in RegionCode
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/ |
D | results.properties | 19 …seperfwin2,Win XP Sun 1.4.2_08 (3 GHz 2 GB),win2,d:/m7perf/win2;eclipseperflnx2,RHEL 3.0 Sun 1.4.2…
|
/external/icu4c/data/translit/ |
D | es_FONIPA_zh.txt | 33 [^$word_boundary] { m } [bp] → n; # GB/T 17693.5-2009, 5.3.2 34 s[θs] → s; # GB/T 17693.5-2009, 5.3.4 35 [^ʧ] { jo → io; # GB/T 17693.5-2009 表 1, 注 7 37 j } an $not_vowel → i ; # GB/T 17693.5-2009 表 1, 注 8 69 bwen } $not_vowel → 布恩 ; # Should be be 本, per GB/T 17693.5-2009 表 1. 447 ʧun } $not_vowel → 琼 ; # Should be 春, per GB/T 17693.5-2009 表 1.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | 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/icu4c/data/curr/ |
D | en_MT.txt | 12 "GB£",
|
/external/icu4c/data/region/ |
D | gv.txt | 14 GB{"Rywvaneth Unys"}
|
D | kw.txt | 14 GB{"Rywvaneth Unys"}
|
D | cy.txt | 15 GB{"Prydain Fawr"}
|
D | ii.txt | 18 GB{"ꑱꇩ"}
|
D | bo.txt | 16 GB{"དབྱིན་ཇི་"}
|
D | chr.txt | 21 GB{"ᎩᎵᏏᏲ"}
|
D | as.txt | 20 GB{"সংযুক্ত ৰাজ্য"}
|
D | de_CH.txt | 17 GB{"Grossbritannien"}
|
D | uz_Latn.txt | 19 GB{"Birlashgan Qirollik"}
|
D | om.txt | 19 GB{"United Kingdom"}
|
/external/icu4c/data/coll/ |
D | yo.txt | 16 Sequence{" [normalization on ]&E<ẹ<<<Ẹ&G<gb<<<Gb<<<GB&O<ọ<<<Ọ&S<ṣ<<<Ṣ"}
|
/external/bzip2/ |
D | words0 | 8 handle so-called 'large files' -- files of size 2GB or more.
|