Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 25 of 1031) sorted by relevance

12345678910>>...42

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-cube.js5 var Q = new Array(); variable
54 NumPix = Math.round(Q.LastPx + NumPix);
56 var i = Q.LastPx;
67 Q.LastPx = NumPix;
190 Q.LastPx = 0;
191 for (; i > -1; i--) CurN[i] = VMulti2(MQube, Q.Normal[i]);
193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-cube.js5 var Q = new Array(); variable
54 NumPix = Math.round(Q.LastPx + NumPix);
56 var i = Q.LastPx;
67 Q.LastPx = NumPix;
190 Q.LastPx = 0;
191 for (; i > -1; i--) CurN[i] = VMulti2(MQube, Q.Normal[i]);
193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
D3d-cube.js5 var Q = new Array(); variable
54 NumPix = Math.round(Q.LastPx + NumPix);
56 var i = Q.LastPx;
67 Q.LastPx = NumPix;
190 Q.LastPx = 0;
191 for (; i > -1; i--) CurN[i] = VMulti2(MQube, Q.Normal[i]);
193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
[all …]
/external/compiler-rt/test/asan/TestCases/Linux/
Dcoverage-direct-large.cc23 #define F0(Q, x) Q(x) argument
24 #define F1(Q, x) \ argument
25 F0(Q, x##0) F0(Q, x##1) F0(Q, x##2) F0(Q, x##3) F0(Q, x##4) F0(Q, x##5) \
26 F0(Q, x##6) F0(Q, x##7) F0(Q, x##8) F0(Q, x##9)
27 #define F2(Q, x) \ argument
28 F1(Q, x##0) F1(Q, x##1) F1(Q, x##2) F1(Q, x##3) F1(Q, x##4) F1(Q, x##5) \
29 F1(Q, x##6) F1(Q, x##7) F1(Q, x##8) F1(Q, x##9)
30 #define F3(Q, x) \ argument
31 F2(Q, x##0) F2(Q, x##1) F2(Q, x##2) F2(Q, x##3) F2(Q, x##4) F2(Q, x##5) \
32 F2(Q, x##6) F2(Q, x##7) F2(Q, x##8) F2(Q, x##9)
[all …]
/external/libvpx/libvpx/vp8/encoder/
Dquantize.c438 int Q; in vp8cx_init_quantizer() local
443 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
446 quant_val = vp8_dc_quant(Q, cpi->common.y1dc_delta_q); in vp8cx_init_quantizer()
447 cpi->Y1quant_fast[Q][0] = (1 << 16) / quant_val; in vp8cx_init_quantizer()
448 invert_quant(cpi->sf.improved_quant, cpi->Y1quant[Q] + 0, in vp8cx_init_quantizer()
449 cpi->Y1quant_shift[Q] + 0, quant_val); in vp8cx_init_quantizer()
450 cpi->Y1zbin[Q][0] = ((qzbin_factors[Q] * quant_val) + 64) >> 7; in vp8cx_init_quantizer()
451 cpi->Y1round[Q][0] = (qrounding_factors[Q] * quant_val) >> 7; in vp8cx_init_quantizer()
452 cpi->common.Y1dequant[Q][0] = quant_val; in vp8cx_init_quantizer()
453 cpi->zrun_zbin_boost_y1[Q][0] = (quant_val * zbin_boost[0]) >> 7; in vp8cx_init_quantizer()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dquantize.c271 int Q; in vp8cx_init_quantizer() local
276 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
279 quant_val = vp8_dc_quant(Q, cpi->common.y1dc_delta_q); in vp8cx_init_quantizer()
280 cpi->Y1quant_fast[Q][0] = (1 << 16) / quant_val; in vp8cx_init_quantizer()
281 invert_quant(cpi->sf.improved_quant, cpi->Y1quant[Q] + 0, in vp8cx_init_quantizer()
282 cpi->Y1quant_shift[Q] + 0, quant_val); in vp8cx_init_quantizer()
283 cpi->Y1zbin[Q][0] = ((qzbin_factors[Q] * quant_val) + 64) >> 7; in vp8cx_init_quantizer()
284 cpi->Y1round[Q][0] = (qrounding_factors[Q] * quant_val) >> 7; in vp8cx_init_quantizer()
285 cpi->common.Y1dequant[Q][0] = quant_val; in vp8cx_init_quantizer()
286 cpi->zrun_zbin_boost_y1[Q][0] = (quant_val * zbin_boost[0]) >> 7; in vp8cx_init_quantizer()
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_dur.pkb12Q!P00��@���Z���A��2����%S � � ������`�����0�@ ��AP�qC!`0`�"�����B�0…
17 �3�3��@!���p� ����)!Q$����90�`�������P�`@ ����� p0!� pBp��Q22��A�Q…
22 P�aPQ
23 …Ū�������B��Q02"����������� ��ЭQÜR��@�Pp  0qP``q��!�pC! ����� �!…
28 �����pQ!� �!�0�r23������A��
30 �`���:�������c��C�Q1@ 1�K� ��0�� @A�Q�Q�Q�9�)1S0������q'�A�jC������P …
46 …P PP!@A��W�0P��00�@�@��0�w�q�a�0�A���00�����Q!1Q"P�@A �!�0…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kpdf_dur.pkb4Q� �1�T�!� �0�V��B� 2����q%20��` C��������g�a&�1�B�0�1!�1�A����!� � �…
5 …�0 ���� �A!�R2��!�1���� �@@R�p4!�"q0p4�)3Q�Q��YAB� ��!�!����Q��IP…
6 �'1����0 �5A�)Q�!�Gq�D��A!��P@�)1�1�� �� �0b�Q�a�0@!0Q!#�������…
8 …�0  �U3�Yc �@0 �0 Q0�a&�b2! � Sb��!�R�#A�1� � ��bi���7"`0B 0 Q�…
/external/llvm/test/Analysis/BasicAA/
Dcs-cs.ll37 define void @test2(i8* %P, i8* %Q) nounwind ssp {
38 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false)
39 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false)
44 ; CHECK: MayAlias: i8* %P, i8* %Q
45 …Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 f…
46 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*…
47 …Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 f…
48 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*…
49 …cpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false) <-> tail call void @llvm.memcpy.p0i8.…
50 …cpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false) <-> tail call void @llvm.memcpy.p0i8.…
[all …]
/external/eigen/bench/
Dquat_slerp.cpp10 template<typename Q>
11 EIGEN_DONT_INLINE Q nlerp(const Q& a, const Q& b, typename Q::Scalar t) in nlerp()
13 return Q((a.coeffs() * (1.0-t) + b.coeffs() * t).normalized()); in nlerp()
16 template<typename Q>
17 EIGEN_DONT_INLINE Q slerp_eigen(const Q& a, const Q& b, typename Q::Scalar t) in slerp_eigen()
22 template<typename Q>
23 EIGEN_DONT_INLINE Q slerp_legacy(const Q& a, const Q& b, typename Q::Scalar t) in slerp_legacy()
25 typedef typename Q::Scalar Scalar; in slerp_legacy()
41 return Q(scale0 * a.coeffs() + scale1 * b.coeffs()); in slerp_legacy()
44 template<typename Q>
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kpdf_dur.pkb3 …�� ����E#�������������������� ��C ��P8P!���a1�R���������`!������ ��:��:Q�����Q"��
4 …��������������`3������Q!p!Ta3���!�������r"A2!��;�������1�����0��������:Q�2�Aq2p�
5Q@�#��� ��u���� �3��B����]����������������Pw���"��0��������y�Zb����Y������a"���������…
6Q3�����!�������iQ���������������� �0� �%3P��)�����Û� ��R0��������������������…
8Q���wP��R��d����k����� �������������������QdsB1���1�������� ���eb��� ��A!����1�PPQ…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_dur.pkb3 (<Pxe!0�b�*��z2Q!�DbA�Ѭ�P�D3�%� �0  ���0Q"Pѭ�`1 Pa2D�`�5�
4 …��:�A��6%0p q Q p��ک�ۤq1QA����!���:"�c û�Q!q$1 �7A�E#q`�!#A�70�U%Q"!"�� …
5Q"`$�Xr�I �%bp6!b2!P$`P�X3�Z����QV�W�AA�p����!����Q �A0Q00 @AQ!…
6 …B�}�q41q$1@1���K�Że@   �4d�$da$!a$!@����q%"�3ap�)p�)0��cTq50r"Q�A�q$P�q"4�Vt�#� …
11Q�� �'! `#"��3��B�2��93�R��5��v�Eu �0�@ �ɹ�˕Q�3F�$BA�Ab10Q1aQq%r$"0 ����…
Dit-IT_kfst_spho1.pkb2 …P���P���P���Q��Q.��QJ��QX��Qf��Qt��Q���Q���Q���Q�������������������������������������������������…
/external/bluetooth/bluedroid/gki/common/
Dgki_buffer.c96 FREE_QUEUE_T *Q; in gki_alloc_free_queue() local
100 Q = &p_cb->freeq[p_cb->pool_list[id]]; in gki_alloc_free_queue()
102 if(Q->p_first == 0) in gki_alloc_free_queue()
104 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); in gki_alloc_free_queue()
108 …alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total); in gki_alloc_free_queue()
109 gki_init_free_queue(id, Q->size, Q->total, p_mem); in gki_alloc_free_queue()
110 … GKI_TRACE("\ngki_alloc_free_queue ret OK, id:%d size:%d, totol:%d\n", id, Q->size, Q->total); in gki_alloc_free_queue()
371 FREE_QUEUE_T *Q; in GKI_getbuf() local
405 Q = &p_cb->freeq[p_cb->pool_list[i]]; in GKI_getbuf()
409 if(Q->cur_cnt < Q->total) in GKI_getbuf()
[all …]
/external/libnfc-nci/src/gki/common/
Dgki_buffer.c103 FREE_QUEUE_T *Q; in gki_alloc_free_queue() local
109 Q = &p_cb->freeq[p_cb->pool_list[id]]; in gki_alloc_free_queue()
111 if(Q->p_first == 0) in gki_alloc_free_queue()
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); in gki_alloc_free_queue()
118 …alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total); in gki_alloc_free_queue()
120 gki_init_free_queue(id, Q->size, Q->total, p_mem); in gki_alloc_free_queue()
122 … ALOGD("\ngki_alloc_free_queue ret OK, id:%d size:%d, totol:%d\n", id, Q->size, Q->total); in gki_alloc_free_queue()
363 FREE_QUEUE_T *Q; in GKI_getbuf_debug() local
403 Q = &p_cb->freeq[p_cb->pool_list[i]]; in GKI_getbuf_debug()
404 if(Q->cur_cnt < Q->total) in GKI_getbuf_debug()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_buffer.c103 FREE_QUEUE_T *Q; in gki_alloc_free_queue() local
109 Q = &p_cb->freeq[p_cb->pool_list[id]]; in gki_alloc_free_queue()
111 if(Q->p_first == 0) in gki_alloc_free_queue()
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); in gki_alloc_free_queue()
118 …alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total); in gki_alloc_free_queue()
120 gki_init_free_queue(id, Q->size, Q->total, p_mem); in gki_alloc_free_queue()
122 … ALOGD("\ngki_alloc_free_queue ret OK, id:%d size:%d, totol:%d\n", id, Q->size, Q->total); in gki_alloc_free_queue()
363 FREE_QUEUE_T *Q; in GKI_getbuf_debug() local
403 Q = &p_cb->freeq[p_cb->pool_list[i]]; in GKI_getbuf_debug()
404 if(Q->cur_cnt < Q->total) in GKI_getbuf_debug()
[all …]
/external/e2fsprogs/tests/f_dup3/
Dimage.gz1￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������က�搀�Ԁ�᐀���Ā����� � �က�붂鸬᜻��可Ā��亮ᐻ������������������ꒇ㟣ԭ䛪郃Ჽ꠩攈��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������̀�Ѐ�Ԁ�᐀�Ȁ�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������￿￿#ǿ㿿߿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿Āౠ૿ށ￿Ā��� ...
/external/e2fsprogs/tests/f_lpf/
Dimage.gz
/external/e2fsprogs/tests/f_dup2/
Dimage.gz
/external/e2fsprogs/tests/f_baddir/
Dimage.gz1￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �搀�Ԁ�䨀�ሀ�Ā����� � � �⼄ꬬ⩤ꀲ��可���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������̀�Ѐ�Ԁ�䬀ሀԀ�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������￿!����￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿ソ�￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿￿����ḄꬬḄꬬḄꬬ��������������������������������������������������������Ḅꬬ㘄ꬬ㘄ꬬ���ԀȀ�����ᔀ�����������������������������Ā����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0� ...
/external/tcpdump/tests/
DQinQpacket.out1 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, et…
2 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e…
3 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e…
4 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, et…
5 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e…
6 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, e…
7 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e…
8 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e…
9 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e…
10 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, e…
[all …]
/external/e2fsprogs/lib/uuid/
DMakefile.in64 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
65 $(Q) $(CHECK_CMD) $(ALL_CFLAGS) $<
66 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
67 @CHECKER_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
68 @ELF_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
69 @BSDLIB_CMT@ $(Q) $(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
75 $(Q) cp $(srcdir)/uuid.h.in uuid.h
82 $(Q) $(CC) $(ALL_CFLAGS) -c $(srcdir)/tst_uuid.c -o tst_uuid.o
86 $(Q) $(CC) $(ALL_LDFLAGS) -o tst_uuid tst_uuid.o $(STATIC_LIBUUID)
90 $(Q) $(CC) $(ALL_CFLAGS) $(LDFLAGS) -DDEBUG -o uuid_time \
[all …]
/external/e2fsprogs/lib/
DMakefile.elf-lib18 $(Q) mkdir -p elfshared
27 $(Q) (cd elfshared; $(CC) --shared -o $(ELF_LIB) \
30 $(Q) $(MV) elfshared/$(ELF_LIB) .
31 $(Q) $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
32 $(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) \
34 $(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) $(ELF_LIB) $(ELF_IMAGE).so)
35 $(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) $(ELF_LIB) $(ELF_SONAME))
39 $(Q) $(MKINSTALLDIRS) $(DESTDIR)$(ELF_INSTALL_DIR) \
46 $(Q) $(INSTALL_PROGRAM) $(ELF_LIB) $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
48 $(Q) $(INSTALL_SYMLINK) $(ELF_INSTALL_DIR)/$(ELF_LIB) \
[all …]
/external/clang/test/CodeGen/
D2002-07-14-MiscTests3.c43 static int F0(struct Quad Q, int i) { /* Pass Q by value */ in F0() argument
45 if (i) R.SS = Q.SS; in F0()
46 Q.SSP = &R.SS; in F0()
47 Q.w = Q.y = Q.c = 1; in F0()
48 return Q.SS.Y + i + R.y - Q.c; in F0()
51 int F1(struct Quad *Q, int i) { /* Pass Q by address */ in F1() argument
54 if (i) R.SS = Q->SS; in F1()
56 if (i) R = *Q; in F1()
58 Q->w = Q->y = Q->c = 1; in F1()
59 return Q->SS.Y+i+R.y-Q->c; in F1()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_dur.pkb3 …@!P�%���R0�V � ��`$�&�����  � ��qB������0��!R������Q00� �p1����&���…
4 …`0pc� �ќ�@�@����1�@�@R�b���������!���p3����0p�p�F��h��@�Q@! �@��4�`Cp'�…
6Q`������`$1`1p4Aq41�����pb����R0A@�1�W��B aBA�A@�A0QP%��9rP�bb$�!���b�R"��qP�(�U…
7 …P#P#Q$S�Q2��3���宀����� ��!��q`bAR! R#�A"�a4�#1q$2�����1�10sQ��!��aCq$1R#Q#a…
9 �@�R`�bp r�DP�@�A1�1�!�1�Q!1 �A!�`%@� �&����Y��J��
10Q@r% b#1 �00�F"�&2qPqPaAq#2a#!C�r�A!�1�����9c�Hr�21rA1@b0�o��������$�9P…

12345678910>>...42