Home
last modified time | relevance | path

Searched refs:H (Results 1 – 25 of 2072) sorted by relevance

12345678910>>...83

/external/icu/icu4c/source/data/lang/
Dbas.txt5 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/
Doutput_p7.miff10H��HU�H��H��m��mU�m��m������U�����������U�����������U�ڪ��������U������$��$�U$��$��$$�$$U$$�$$�$H�$…
/external/walt/hardware/kicad/
DWALTsm.sch52 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/
DSymbolRecord.h60 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/
Dvariance.c131 #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/
DDbiStreamBuilder.cpp48 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 …]
DInfoStream.cpp30 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/
Den_IL.txt9 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 …]
Dja.txt232 "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 …]
Den_FI.txt20 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/
Dpitch_estimator.c483 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/
DEnumeration.py83 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/
DGrek_Latn.txt72 # 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/
DObjectTransformLayerTest.cpp88 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/
Dsha1_portable.cc47 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/
Dfx_crypt_sha.cpp181 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/
Djquery-resizable.min.js12H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="… argument
19H=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/
Dfr-FR_nk0_kpdf_lfz.pkb57 bT������������ة������������%���]H�I� 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���3��N�������zJ������تKP…
92 …�c��K�����������ؒQ}������S�x���@�ON�������U�����I�������KI�������H�������J;���<q�.…
128 �ح���?��#����j���H��������G������؁ �F���S}�D�Lػ��� ������ ���� O�*� J����ؑL�…
129 :���(��T������������7�8؊ ����%�ر����H
160 ���[J1����ؑH������؊J�����ؘ��� G�}I������ءI�������V[����m��@�ؐs�����K�������aJ������ة�…
[all …]
Dfr-FR_kdt_posd.pkb13 �aA�#J������ �@������� � F�������)�=��OX�C!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(bpQp�������LY�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� M��H����0����������)�*��…
102 …��� ����������gZ7���8���������p�H����������������@� �q����� \��������������) ����…
/external/skia/gm/
Dbeziers.cpp13 #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/
Dinlineasm-64bit.ll8 …%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/
Dnon_enum.pass.cpp28 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/
Dghashv8-armx.pl62 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/
Dsyslinux.spec12 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/
Daes-gcm.c175 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 …]

12345678910>>...83