/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 | 116 static final String GB = "GB"; field in PhoneNumberUtilTest.RegionCode 475 phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.GB)); in testFormatOutOfCountryCallingNumber() 705 PhoneNumber number1 = phoneUtil.parseAndKeepRawInput("+442087654321", RegionCode.GB); in testFormatUsingOriginalNumberFormat() 706 assertEquals("+44 20 8765 4321", phoneUtil.formatInOriginalFormat(number1, RegionCode.GB)); in testFormatUsingOriginalNumberFormat() 708 PhoneNumber number2 = phoneUtil.parseAndKeepRawInput("02087654321", RegionCode.GB); in testFormatUsingOriginalNumberFormat() 709 assertEquals("(020) 8765 4321", phoneUtil.formatInOriginalFormat(number2, RegionCode.GB)); in testFormatUsingOriginalNumberFormat() 714 PhoneNumber number4 = phoneUtil.parseAndKeepRawInput("442087654321", RegionCode.GB); in testFormatUsingOriginalNumberFormat() 715 assertEquals("44 20 8765 4321", phoneUtil.formatInOriginalFormat(number4, RegionCode.GB)); in testFormatUsingOriginalNumberFormat() 717 PhoneNumber number5 = phoneUtil.parse("+442087654321", RegionCode.GB); in testFormatUsingOriginalNumberFormat() 718 assertEquals("(020) 8765 4321", phoneUtil.formatInOriginalFormat(number5, RegionCode.GB)); in testFormatUsingOriginalNumberFormat() [all …]
|
/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/bluetooth/glib/tests/markups/ |
D | valid-2.gmarkup | 42 Difference among chinese characters in GB, JIS, KSC, BIG5: 43 GB -- 元气 开发
|
D | expected-2 | 43 Difference among chinese characters in GB, JIS, KSC, BIG5: 44 GB -- 元气 开发
|
D | fail-3.gmarkup | 42 Difference among chinese characters in GB, JIS, KSC, BIG5: 43 GB -- 元气 开发
|
/external/libphonenumber/java/ |
D | release_notes.txt | 23 - Updated geocoding data for: GB, PT, US 60 - Added phone number area mapping files for NANPA countries and GB in English, NL in Dutch, AR, CL 82 - Updates: CY, CZ, ES, GB, GQ, JM, MQ, TN, VI 101 - Updates: AM, AZ, BF, BW, BZ, CI, CR, GB, GP, HK, JM, KH, LB, LY, MV, PE, PK, SZ, TJ, US. 178 - Bug-fixes and updates for the following countries: AG, AZ, BA, BE, CA, CU, ES, FI, GB, GD, GG, 206 DE, DJ, EE, GB, GN, HU, IE, JO, JP, LB, LR, MA, MK, MN, MR, NA, PG, SC, SG, SO, SZ, VN, ZA, ZW 208 - Indentation fixes in reg-exes for the following countries: BG, GB 215 - Updated comments for GB/GG/IM/JE 226 - Updates to existing countries: AE, GB, GG, IM, JE 235 - Updates to existing countries: AF, BF, BO, ES, GB, GG, IM, IS, JE, JE, JP, KR, PE, PT, RU, SE,
|
/external/icu4c/data/curr/ |
D | en_MT.txt | 12 "GB£",
|
/external/icu4c/data/region/ |
D | cy.txt | 14 GB{"Prydain Fawr"}
|
D | gv.txt | 14 GB{"Rywvaneth Unys"}
|
D | kw.txt | 14 GB{"Rywvaneth Unys"}
|
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 | 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.
|