/external/icu/icu4c/source/data/lang/ |
D | bas.txt | 5 ak{"Hɔp u akan"} 6 am{"Hɔp u amhārìk"} 7 ar{"Hɔp u arâb"} 9 be{"Hɔp u bièlòrûs"} 10 bg{"Hɔp u bûlgâr"} 11 bn{"Hɔp u bɛŋgàli"} 12 cs{"Hɔp u cɛ̂k"} 13 de{"Hɔp u jamân"} 14 el{"Hɔp u gri ᷇kyà"} 15 en{"Hɔp u ŋgisì"} [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/ |
D | output_p7.miff | 10 …HHUH�H�mmUm�m���U������U������Uڪ����U����$$U$�$�$$$$U$$�$$�$H$…
|
/external/walt/hardware/kicad/ |
D | WALTsm.sch | 52 F 0 "U1" H 2300 3500 50 0000 C CNN 63 F 0 "#PWR01" H 1650 1750 50 0001 C CNN 64 F 1 "GND" H 1650 1850 50 0000 C CNN 65 F 2 "" H 1650 2000 50 0000 C CNN 66 F 3 "" H 1650 2000 50 0000 C CNN 74 F 0 "#PWR02" H 3950 1850 50 0001 C CNN 75 F 1 "GND" H 3950 1950 50 0000 C CNN 76 F 2 "" H 3950 2100 50 0000 C CNN 77 F 3 "" H 3950 2100 50 0000 C CNN 85 F 0 "#PWR03" H 4200 1950 50 0001 C CNN [all …]
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 60 ProcSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in ProcSym() argument 62 : SymbolRecord(Kind), RecordOffset(RecordOffset), Header(*H), Name(Name) { in ProcSym() 68 const Hdr *H = nullptr; in deserialize() local 70 CV_DESERIALIZE(Data, H, Name); in deserialize() 72 return ProcSym(Kind, RecordOffset, H, Name); in deserialize() 99 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in Thunk32Sym() argument 101 : SymbolRecord(Kind), RecordOffset(RecordOffset), Header(*H), Name(Name), in Thunk32Sym() 107 const Hdr *H = nullptr; in deserialize() local 111 CV_DESERIALIZE(Data, H, Name, CV_ARRAY_FIELD_TAIL(VariantData)); in deserialize() 113 return Thunk32Sym(Kind, RecordOffset, H, Name, VariantData); in deserialize() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 131 #define VAR(W, H) \ argument 132 uint32_t vpx_variance##W##x##H##_c(const uint8_t *a, int a_stride, \ 136 variance(a, a_stride, b, b_stride, W, H, sse, &sum); \ 137 return *sse - (uint32_t)(((int64_t)sum * sum) / (W * H)); \ 140 #define SUBPIX_VAR(W, H) \ argument 141 uint32_t vpx_sub_pixel_variance##W##x##H##_c( \ 144 uint16_t fdata3[(H + 1) * W]; \ 145 uint8_t temp2[H * W]; \ 147 var_filter_block2d_bil_first_pass(a, fdata3, a_stride, 1, H + 1, W, \ 149 var_filter_block2d_bil_second_pass(fdata3, temp2, W, W, H, W, \ [all …]
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | DbiStreamBuilder.cpp | 48 DbiStream::HeaderInfo *H = in build() local 52 H->VersionHeader = *VerHeader; in build() 53 H->VersionSignature = -1; in build() 54 H->Age = Age; in build() 55 H->BuildNumber = BuildNumber; in build() 56 H->Flags = Flags; in build() 57 H->PdbDllRbld = PdbDllRbld; in build() 58 H->PdbDllVersion = PdbDllVersion; in build() 59 H->MachineType = static_cast<uint16_t>(MachineType); in build() 61 H->ECSubstreamSize = 0; in build() [all …]
|
D | InfoStream.cpp | 30 const Header *H; in reload() local 31 if (auto EC = Reader.readObject(H)) in reload() 37 switch (H->Version) { in reload() 48 Version = H->Version; in reload() 49 Signature = H->Signature; in reload() 50 Age = H->Age; in reload() 51 Guid = H->Guid; in reload() 81 Header H; in commit() local 82 H.Age = Age; in commit() 83 H.Signature = Signature; in commit() [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | en_IL.txt | 9 EHm{"E H:mm"} 10 EHms{"E H:mm:ss"} 11 H{"H"} 12 Hm{"H:mm"} 13 Hms{"H:mm:ss"} 18 "H:mm:ss zzzz", 19 "H:mm:ss z", 20 "H:mm:ss", 21 "H:mm", 33 EHm{"E H:mm"} [all …]
|
D | ja.txt | 232 "H時mm分ss秒 zzzz", 233 "H:mm:ss z", 234 "H:mm:ss", 235 "H:mm", 255 H{"H時"} 256 Hm{"H:mm"} 257 Hms{"H:mm:ss"} 296 "H時mm分ss秒 zzzz", 297 "H:mm:ss z", 298 "H:mm:ss", [all …]
|
D | en_FI.txt | 20 EHm{"E H.mm"} 21 EHms{"E H.mm.ss"} 24 Hm{"H.mm"} 25 Hms{"H.mm.ss"} 26 Hmsv{"H.mm.ss v"} 27 Hmv{"H.mm v"} 37 "H.mm.ss zzzz", 38 "H.mm.ss z", 39 "H.mm.ss", 40 "H.mm", [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | pitch_estimator.c | 483 double H[4][4]; in WebRtcIsac_PitchAnalysis() local 543 H[k][m] = tmp * Wnrg; in WebRtcIsac_PitchAnalysis() 556 H[k][m] += kWeight[k+1][m+1] * Wfluct; in WebRtcIsac_PitchAnalysis() 564 H[k][k] += 2.0 * tmp * (tmp * tmp * Wgain); in WebRtcIsac_PitchAnalysis() 568 H[3][3] += 2.66 * tmp * (tmp * tmp * Wgain); in WebRtcIsac_PitchAnalysis() 574 H[0][1] = H[1][0] / H[0][0]; in WebRtcIsac_PitchAnalysis() 575 H[0][2] = H[2][0] / H[0][0]; in WebRtcIsac_PitchAnalysis() 576 H[0][3] = H[3][0] / H[0][0]; in WebRtcIsac_PitchAnalysis() 577 H[1][1] -= H[0][0] * H[0][1] * H[0][1]; in WebRtcIsac_PitchAnalysis() 578 H[1][2] = (H[2][1] - H[0][1] * H[2][0]) / H[1][1]; in WebRtcIsac_PitchAnalysis() [all …]
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): argument 88 if W <= 0 or H <= 0: 90 elif N >= W*H: 94 if W is aleph0 and H is aleph0: 98 if H < W: 99 x,y = getNthPairBounded(N,H,W,useDivmod=useDivmod) 115 if H is not aleph0: 116 M = W*H - N - 1 119 return (W-1-x,H-1-y) 127 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): argument [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | Grek_Latn.txt | 72 # Make A ` x = → H a x 73 Α ($macron?) $rough } $beforeLower → H | α $1; 74 Ε $rough } $beforeLower → H | ε; 75 Η $rough } $beforeLower → H | η ; 76 Ι ($ddot?) $rough } $beforeLower → H | ι $1; 77 Ο $rough } $beforeLower → H | ο ; 78 Υ $rough } $beforeLower → H | υ ; 79 Ω ($ddot?) $rough } $beforeLower → H | ω $1; 80 # Make A x ` = → H a x 81 Α ($glower $macron?) $rough → H | α $1 ; [all …]
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 88 void removeObjectSet(ObjSetHandleT H) { in removeObjectSet() argument 89 EXPECT_EQ(MockObjSetHandle, H); in removeObjectSet() 92 void expectRemoveObjectSet(ObjSetHandleT H) { MockObjSetHandle = H; } in expectRemoveObjectSet() argument 116 JITSymbol findSymbolIn(ObjSetHandleT H, const std::string &Name, in findSymbolIn() argument 118 EXPECT_EQ(MockObjSetHandle, H) << "Handle should pass through"; in findSymbolIn() 125 void expectFindSymbolIn(ObjSetHandleT H, const std::string &Name, in expectFindSymbolIn() argument 127 MockObjSetHandle = H; in expectFindSymbolIn() 138 void emitAndFinalize(ObjSetHandleT H) { in emitAndFinalize() argument 139 EXPECT_EQ(MockObjSetHandle, H) << "Handle should pass through"; in emitAndFinalize() 142 void expectEmitAndFinalize(ObjSetHandleT H) { MockObjSetHandle = H; } in expectEmitAndFinalize() argument [all …]
|
/external/libchrome/base/ |
D | sha1_portable.cc | 47 return reinterpret_cast<const unsigned char*>(H); in Digest() 56 uint32_t H[5]; member in base::SecureHashAlgorithm 109 H[0] = 0x67452301; in Init() 110 H[1] = 0xefcdab89; in Init() 111 H[2] = 0x98badcfe; in Init() 112 H[3] = 0x10325476; in Init() 113 H[4] = 0xc3d2e1f0; in Init() 121 swapends(&H[t]); in Final() 175 A = H[0]; in Process() 176 B = H[1]; in Process() [all …]
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_sha.cpp | 181 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local 221 H = ctx->state[7]; in sha256_process() 222 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process() 223 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process() 224 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process() 225 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process() 226 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process() 227 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process() 228 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process() 229 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process() [all …]
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 12 …H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="… argument 19 …H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U… class
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_lfz.pkb | 57 bT�������ة�����%��]HI�6i�o����9�����:�"v������J��VY% 70 H�E+r��~�# � zT�-�C�G�3��g'���zC��h��4�������'… 72 �? ��������V���������5��H������@ 76 aK����-���� ���`��)H��ؓ�_Z����I���W������������^�RJ���… 80 …�؊J����I��ةJ���BLL��غI����I��I���b*���k�H�������I���… 83 ���ذ�����Z����Iت=&�8)���I��؛H���K�6�3N���zJ��تKP… 92 …c��K�������ؒQ}������Sx���@�ON���U�����I���KI���H���J;��<q�.… 128 �ح��?��#j���H����G���F���S}�D�Lػ�������������O�*J����ؑL… 129 :���(��T����������78؊����%�ر��H� 160 ��[J1��ؑH��؊J��ؘ���G�}I��ءI���V[����m�@�ؐs�����K���aJ��ة… [all …]
|
D | fr-FR_kdt_posd.pkb | 13 �aA#J����� @ F�����)�=��OXC!v�$�d,��Q��w"�H�4 14 A�Âa�Ͱ�<ꇓ�zhP�����)��\Xdi�K"9*4�3x��%������H���ھ�2~�D"&=��d4��:y�H… 22 "��ZX��\�0��t�2(�H��p��F���z�L�A�0 23 �04���� �@H �1�� dQ`�0f���4"#��a#c 31 �O\P���� ��4��]��d9�$F}<�D�����!�X��@� �'H�I��8G�'��U@ … 56 !���@ &'�����/z�|���H���t[R��udig'�L]R8xD��^… 63 �1(bpQpLY�4���c�Ɂn�u�{xAI��'E���`0��@P�H���&��R>��+%�g3�Xα��99�ϩP�����… 64 h�H��*�� �@� ��8T<`��@��&f�3vV�� 81 …oS��I� t �N�i�G<: R8��\��x38X}hP�@�@`���$�N�MH�0)�*��… 102 … ��gZ7��8�p�H�@ �q����� \���)…
|
/external/skia/gm/ |
D | beziers.cpp | 13 #define H 400 macro 16 constexpr SkScalar SH = SkIntToScalar(H); 20 b = rand.nextRangeScalar(0,H); in rnd_quad() 24 d = rand.nextRangeScalar( 0, H), in rnd_quad() 26 f = rand.nextRangeScalar(H/4, H); in rnd_quad() 38 b = rand.nextRangeScalar(0,H); in rnd_cubic() 42 d = rand.nextRangeScalar( 0, H), in rnd_cubic() 44 f = rand.nextRangeScalar(H/4, H), in rnd_cubic() 46 h = rand.nextRangeScalar(H/4, H); in rnd_cubic() 67 return SkISize::Make(W, H*2); in onISize()
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-64bit.ll | 8 …%1 = tail call i64 asm sideeffect "1: ldrexd $0, ${0:H}, [$2]\0A strexd $0, $3, ${3:H}, [$2]\0A te… 37 …$1, ${1:H}, [$0]\0A strexd $2, ${2:H}, [$0]\0A strexd $3, ${3:H}, [$0]\0A strexd $4, ${4:H}, [$0]\… 39 …$1, ${1:H}, [$0]\0A strexd $2, ${2:H}, [$0]\0A strexd $3, ${3:H}, [$0]\0A strexd $4, ${4:H}, [$0]\… 40 …$1, ${1:H}, [$0]\0A strexd $2, ${2:H}, [$0]\0A strexd $3, ${3:H}, [$0]\0A strexd $4, ${4:H}, [$0]\… 52 …sideeffect "@ atomic64_set\0A1: ldrexd $0, ${0:H}, [$3]\0Aldrexd $1, ${1:H}, [$3]\0A strexd $0, $4… 59 %1 = tail call i64 asm "ldrd $0, ${0:H}, [$1]", "=r,r"(i64* %p) nounwind 73 %1 = tail call i64 asm "add $0, ${0:H}, #1", "=r,0"(i64 %p) nounwind 85 tail call void asm sideeffect "strd $0, ${0:H}, [$1]", "r,r"(i64 %4, i64* %p) nounwind
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | non_enum.pass.cpp | 28 using H = std::hash<X>; in main() typedef 29 static_assert(!std::is_default_constructible<H>::value, ""); in main() 30 static_assert(!std::is_copy_constructible<H>::value, ""); in main() 31 static_assert(!std::is_move_constructible<H>::value, ""); in main() 32 static_assert(!std::is_copy_assignable<H>::value, ""); in main() 33 static_assert(!std::is_move_assignable<H>::value, ""); in main() 35 static_assert(!std::is_callable<H(X&)>::value, ""); in main() 36 static_assert(!std::is_callable<H(X const&)>::value, ""); in main()
|
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghashv8-armx.pl | 62 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14)); 109 veor $H,$IN,$t0 @ twisted H 110 vst1.64 {$H},[x0],#16 @ store Htable[0] 113 vext.8 $t0,$H,$H,#8 @ Karatsuba pre-processing 114 vpmull.p64 $Xl,$H,$H 115 veor $t0,$t0,$H 116 vpmull2.p64 $Xh,$H,$H 156 vld1.64 {$H-$Hhl},[$Htbl] @ load twisted H, ... 163 vpmull.p64 $Xl,$H,$IN @ H.lo·Xi.lo 165 vpmull2.p64 $Xh,$H,$IN @ H.hi·Xi.hi [all …]
|
/external/syslinux/ |
D | syslinux.spec | 12 Packager: H. Peter Anvin <hpa@zytor.com> 124 * Fri Dec 18 2009 H. Peter Anvin <hpa@zytor.com> 128 * Thu May 29 2008 H. Peter Anvin <hpa@zytor.com> 131 * Thu Jan 10 2008 H. Peter Anvin <hpa@zytor.com> 138 * Thu Mar 15 2007 H. Peter Anvin <hpa@zytor.com> 141 * Thu Jan 25 2007 H. Peter Anvin <hpa@zytor.com> 144 * Mon Sep 19 2006 H. Peter Anvin <hpa@zytor.com> 149 * Wed Sep 21 2005 H. Peter Anvin <hpa@zytor.com> 152 * Fri Sep 9 2005 H. Peter Anvin <hpa@zytor.com> 155 * Tue Aug 23 2005 H. Peter Anvin <hpa@zytor.com> [all …]
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument 184 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey() 185 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey() 187 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey() 192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument 241 ghash(H, aad, aad_len, S); in aes_gcm_ghash() 242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash() [all …]
|