Home
last modified time | relevance | path

Searched refs:GB (Results 1 – 25 of 272) sorted by relevance

1234567891011

/external/dropbear/libtomcrypt/src/ciphers/
Dcast5.c395 #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/
Dxsampa_pico_man_en-GB.txt5 # English (en-GB)
19 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph="&#34;bIn"/>.</speak>
22 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph="&#34;dIn"/>.</speak>
25 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph="&#34;gIv"/>.</speak>
28 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph="&#34;kIn"/>.</speak>
31 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph="&#34;pIn"/>.</speak>
34 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph="&#34;tIn"/>.</speak>
40 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph="&#34;TIN"/>.</speak>
43 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph="&#34;mQk"/>.</speak>
46 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph="&#34;nQk"/>.</speak>
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/en-GB/
Den-GB_ta.txt1 # 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 …]
Den-GB_kh0_sg.txt1 # 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 …]
Den-GB_dbg.txt1 # collection of en-GB dbg knowledge bases
12 DBG "../pkb/en-GB/en-GB_kdbg.pkb"
/external/dropbear/libtomcrypt/src/hashes/whirl/
Dwhirl.c43 #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/
Dbuildall.sh4 ./buildpkb.sh en GB kh0
11 ./buildbin.sh en-GB kh0
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java474 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 …]
DRegionCode.java36 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/
Dresults.properties19 …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/
Des_FONIPA_zh.txt33 [^$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/
DfeedPublish.eclipse.properties75 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/
Den_MT.txt12 "GB£",
/external/icu4c/data/region/
Dgv.txt14 GB{"Rywvaneth Unys"}
Dkw.txt14 GB{"Rywvaneth Unys"}
Dcy.txt15 GB{"Prydain Fawr"}
Dii.txt18 GB{"ꑱꇩ"}
Dbo.txt16 GB{"དབྱིན་ཇི་"}
Dchr.txt21 GB{"ᎩᎵᏏᏲ"}
Das.txt20 GB{"সংযুক্ত ৰাজ্য"}
Dde_CH.txt17 GB{"Grossbritannien"}
Duz_Latn.txt19 GB{"Birlashgan Qirollik"}
Dom.txt19 GB{"United Kingdom"}
/external/icu4c/data/coll/
Dyo.txt16 Sequence{" [normalization on ]&E<ẹ<<<Ẹ&G<gb<<<Gb<<<GB&O<ọ<<<Ọ&S<ṣ<<<Ṣ"}
/external/bzip2/
Dwords08 handle so-called 'large files' -- files of size 2GB or more.

1234567891011