Home
last modified time | relevance | path

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

12345678910>>...49

/external/icu/icu4c/source/data/lang/
Dbas.txt11 ak{"Hɔp u akan"}
12 am{"Hɔp u amhārìk"}
13 ar{"Hɔp u arâb"}
15 be{"Hɔp u bièlòrûs"}
16 bg{"Hɔp u bûlgâr"}
17 bn{"Hɔp u bɛŋgàli"}
18 cs{"Hɔp u cɛ̂k"}
19 de{"Hɔp u jamân"}
20 el{"Hɔp u gri ᷇kyà"}
21 en{"Hɔp u ŋgisì"}
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dvariance.c160 #define VAR(W, H) \ argument
161 uint32_t vpx_variance##W##x##H##_c(const uint8_t *a, int a_stride, \
165 variance(a, a_stride, b, b_stride, W, H, sse, &sum); \
166 return *sse - (((int64_t)sum * sum) / (W * H)); \
169 #define SUBPIX_VAR(W, H) \ argument
170 uint32_t vpx_sub_pixel_variance##W##x##H##_c(const uint8_t *a, int a_stride, \
174 uint16_t fdata3[(H + 1) * W]; \
175 uint8_t temp2[H * W]; \
177 var_filter_block2d_bil_first_pass(a, fdata3, a_stride, 1, H + 1, W, \
179 var_filter_block2d_bil_second_pass(fdata3, temp2, W, W, H, W, \
[all …]
/external/icu/icu4c/source/data/translit/
DGreek_Latin.txt52 Α ($macron?) $rough } $beforeLower → H | α $1;
53 Ε $rough } $beforeLower → H | ε;
54 Η $rough } $beforeLower → H | η ;
55 Ι ($ddot?) $rough } $beforeLower → H | ι $1;
56 Ο $rough } $beforeLower → H | ο ;
57 Υ $rough } $beforeLower → H | υ ;
58 Ω ($ddot?) $rough } $beforeLower → H | ω $1;
59 Α ($glower $macron?) $rough → H | α $1 ;
60 Ε ($glower) $rough → H | ε $1 ;
61 Η ($glower) $rough → H | η $1 ;
[all …]
/external/icu/icu4c/source/data/locales/
Dja.txt200 "H時mm分ss秒 zzzz",
201 "H:mm:ss z",
202 "H:mm:ss",
203 "H:mm",
223 H{"H時"}
224 Hm{"H:mm"}
225 Hms{"H:mm:ss"}
262 "H時mm分ss秒 zzzz",
263 "H:mm:ss z",
264 "H:mm:ss",
[all …]
Dps.txt46 "H:mm:ss (zzzz)",
47 "H:mm:ss (z)",
48 "H:mm:ss",
49 "H:mm",
61 H{"H"}
62 Hm{"H:mm"}
63 Hms{"H:mm:ss"}
72 "H:mm:ss (zzzz)",
73 "H:mm:ss (z)",
74 "H:mm:ss",
[all …]
Dhy.txt166 "H:mm:ss, zzzz",
167 "H:mm:ss, z",
168 "H:mm:ss",
169 "H:mm",
186 H{"H"}
187 Hm{"H:mm"}
188 Hms{"H:mm:ss"}
212 H{
213 H{"HH"}
216 H{"H:mm–H:mm"}
[all …]
Dfa.txt210 "H:mm:ss (zzzz)",
211 "H:mm:ss (z)",
212 "H:mm:ss",
213 "H:mm",
234 H{"H"}
236 Hm{"H:mm"}
237 Hms{"H:mm:ss"}
263 H{
264 H{"H تا H"}
267 H{"H:mm تا H:mm"}
[all …]
Dru.txt224 "H:mm:ss zzzz",
225 "H:mm:ss z",
226 "H:mm:ss",
227 "H:mm",
245 H{"H"}
246 Hm{"H:mm"}
247 Hms{"H:mm:ss"}
502 "H:mm:ss zzzz",
503 "H:mm:ss z",
504 "H:mm:ss",
[all …]
Dhe.txt215 "H:mm:ss zzzz",
216 "H:mm:ss z",
217 "H:mm:ss",
218 "H:mm",
235 H{"H"}
236 Hm{"H:mm"}
237 Hms{"H:mm:ss"}
262 H{
263 H{"HH"}
266 H{"H:mm–H:mm"}
[all …]
Dfi.txt24 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Å Ä Ö]"}
167 "H.mm.ss zzzz",
168 "H.mm.ss z",
169 "H.mm.ss",
170 "H.mm",
214 "H.mm.ss zzzz",
215 "H.mm.ss z",
216 "H.mm.ss",
217 "H.mm",
229 H{"H"}
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c482 double H[4][4]; in WebRtcIsac_PitchAnalysis() local
542 H[k][m] = tmp * Wnrg; in WebRtcIsac_PitchAnalysis()
555 H[k][m] += kWeight[k+1][m+1] * Wfluct; in WebRtcIsac_PitchAnalysis()
563 H[k][k] += 2.0 * tmp * (tmp * tmp * Wgain); in WebRtcIsac_PitchAnalysis()
567 H[3][3] += 2.66 * tmp * (tmp * tmp * Wgain); in WebRtcIsac_PitchAnalysis()
573 H[0][1] = H[1][0] / H[0][0]; in WebRtcIsac_PitchAnalysis()
574 H[0][2] = H[2][0] / H[0][0]; in WebRtcIsac_PitchAnalysis()
575 H[0][3] = H[3][0] / H[0][0]; in WebRtcIsac_PitchAnalysis()
576 H[1][1] -= H[0][0] * H[0][1] * H[0][1]; in WebRtcIsac_PitchAnalysis()
577 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/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp201 FX_DWORD A, B, C, D, E, F, G, H; in sha256_process() local
244 H = ctx->state[7]; in sha256_process()
245 P( A, B, C, D, E, F, G, H, W[ 0], 0x428A2F98 ); in sha256_process()
246 P( H, A, B, C, D, E, F, G, W[ 1], 0x71374491 ); in sha256_process()
247 P( G, H, A, B, C, D, E, F, W[ 2], 0xB5C0FBCF ); in sha256_process()
248 P( F, G, H, A, B, C, D, E, W[ 3], 0xE9B5DBA5 ); in sha256_process()
249 P( E, F, G, H, A, B, C, D, W[ 4], 0x3956C25B ); in sha256_process()
250 P( D, E, F, G, H, A, B, C, W[ 5], 0x59F111F1 ); in sha256_process()
251 P( C, D, E, F, G, H, A, B, W[ 6], 0x923F82A4 ); in sha256_process()
252 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… argument
/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/openfst/src/include/fst/
Dbi-table.h61 template <class I, class T, class H, class E = std::equal_to<T> >
65 explicit HashBiTable(size_t table_size = 0, H *h = 0, E *e = 0)
68 entry2id_(table_size, (h ? *h : H()), (e ? *e : E())) { in hash_func_()
73 HashBiTable(const HashBiTable<I, T, H, E> &table) in HashBiTable() argument
74 : hash_func_(table.hash_func_ ? new H(*table.hash_func_) : 0), in HashBiTable()
78 (hash_func_ ? *hash_func_ : H()), in HashBiTable()
107 H *hash_func_;
109 unordered_map<T, I, H, E> entry2id_;
112 void operator=(const HashBiTable<I, T, H, E> &table); // disallow
121 template<class K, class H, class E, HSType>
[all …]
/external/skia/gm/
Dbeziers.cpp12 #define H 400 macro
15 static const SkScalar SH = SkIntToScalar(H);
18 p->moveTo(rand.nextRangeScalar(0, W), rand.nextRangeScalar(0, H)); in rnd_quad()
20 p->quadTo(rand.nextRangeScalar(W / 4, W), rand.nextRangeScalar(0, H), in rnd_quad()
21 rand.nextRangeScalar(0, W), rand.nextRangeScalar(H / 4, H)); in rnd_quad()
31 p->moveTo(rand.nextRangeScalar(0, W), rand.nextRangeScalar(0, H)); in rnd_cubic()
33 p->cubicTo(rand.nextRangeScalar(W / 4, W), rand.nextRangeScalar(0, H), in rnd_cubic()
34 rand.nextRangeScalar(0, W), rand.nextRangeScalar(H / 4, H), in rnd_cubic()
35 rand.nextRangeScalar(W / 4, W), rand.nextRangeScalar(H / 4, H)); in rnd_cubic()
55 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/srtp/crypto/hash/
Dsha1.c189 ctx->H[0] = 0x67452301; in sha1_init()
190 ctx->H[1] = 0xefcdab89; in sha1_init()
191 ctx->H[2] = 0x98badcfe; in sha1_init()
192 ctx->H[3] = 0x10325476; in sha1_init()
193 ctx->H[4] = 0xc3d2e1f0; in sha1_init()
229 sha1_core(ctx->M, ctx->H); in sha1_update()
308 A = ctx->H[0]; in sha1_final()
309 B = ctx->H[1]; in sha1_final()
310 C = ctx->H[2]; in sha1_final()
311 D = ctx->H[3]; in sha1_final()
[all …]
/external/boringssl/src/crypto/modes/asm/
Dghashv8-armx.pl54 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14));
97 veor $H,$IN,$t0 @ twisted H
98 vst1.64 {$H},[x0],#16 @ store Htable[0]
101 vext.8 $t0,$H,$H,#8 @ Karatsuba pre-processing
102 vpmull.p64 $Xl,$H,$H
103 veor $t0,$t0,$H
104 vpmull2.p64 $Xh,$H,$H
144 vld1.64 {$H-$Hhl},[$Htbl] @ load twisted H, ...
151 vpmull.p64 $Xl,$H,$IN @ H.lo�Xi.lo
153 vpmull2.p64 $Xh,$H,$IN @ H.hi�Xi.hi
[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 …]
/external/icu/icu4c/source/common/
Dcmemory.h428 template<typename H, typename T, int32_t stackCapacity>
448 H *getAlias() const { return ptr; } in getAlias()
464 operator H *() const { return ptr; }
478 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead()
497 inline H *resize(int32_t newCapacity, int32_t length=0);
508 inline H *orphanOrClone(int32_t length, int32_t &resultCapacity);
510 H *ptr;
514 H stackHeader;
538 template<typename H, typename T, int32_t stackCapacity>
539 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
[all …]
/external/libvncserver/x11vnc/misc/
Dranfb.pl11 $H = $2;
14 $H = shift;
18 $H = 360 unless $H;
24 for ($y = 0; $y < $H; $y++) {
29 print "map:$fb\@${W}x${H}x32\n";
77 $Hinv = 1.0/$H;
80 for ($y = 0; $y < $H; $y++) {
82 $yr = $H - $yr if $Ry;
83 $yg = $H - $yg if $Gy;
84 $yb = $H - $yb if $By;
[all …]
/external/chromium-trace/test_data/
Datrace_data58 …<idle>-0 [000] dNs6 1212.729550: sched_wakeup: comm=kworker/0:2H pid=557 prio=100 success=1 t…
61 …kworker/u:1 prev_pid=21 prev_prio=120 prev_state=S ==> next_comm=kworker/0:2H next_pid=557 next_pr…
62 kworker/0:2H-557 [000] d..4 1212.729597: sched_wakeup: comm=kworker/0:1H pid=17 prio=100 success…
63 kworker/0:2H-557 [000] ...2 1212.729600: sched_switch: prev_comm=kworker/0:2H prev_pid=557 prev_…
64 …pdecision prev_pid=2046 prev_prio=113 prev_state=S ==> next_comm=kworker/0:1H next_pid=17 next_pri…
65 kworker/0:1H-17 [000] ...2 1212.730104: sched_switch: prev_comm=kworker/0:1H prev_pid=17 prev_p…
75 …<idle>-0 [000] d.h6 1212.730638: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 success=1 tar…
76 …mm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=kworker/u:0H next_pid=7 next_prio…
77 kworker/u:0H-7 [000] d..6 1212.730707: sched_wakeup: comm=kworker/0:1H pid=17 prio=100 success…
78 …orker/u:0H-7 [000] ...2 1212.730728: sched_switch: prev_comm=kworker/u:0H prev_pid=7 prev_pri…
[all …]

12345678910>>...49