/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | 3d-cube.js | 5 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/ |
D | 3d-cube.js | 5 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/ |
D | 3d-cube.js | 5 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/ |
D | coverage-direct-large.cc | 23 #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/ |
D | quantize.c | 438 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/ |
D | quantize.c | 271 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/ |
D | en-US_lh0_kpdf_dur.pkb | 12 …Q!P00@��ZA2�%S `0@ APqC!`0`"B0… 17 33@!p� �)!Q$���90`��P`@ � p0! pBp�Q22AQ… 22 PaPQ� 23 …Ū�B�Q02" ��ЭQÜR�@Pp 0qP``q��!pC! !… 28 ��pQ! !0r23A� 30 `���:�c��C�Q1@ 1�K�0� @AQQQ�9�)1S0q'A�jCP … 46 …P PP!@A�W0P00@@�0�wqa0A�00Q!1Q"P@A !0…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_dur.pkb | 4 …Q 1T! 0VB 2q%20` Cga&1B01!1A! … 5 …0 A!R2!1 @@Rp4!�"q0p4�)3QQ�YAB !!Q�IP… 6 �'10 �5A�)Q�!�Gq�D�A!�P@�)1�1 0bQa0@!0Q!#… 8 …0 �U3�Yc @0 0 Q0a&b2! Sb!R#A1 �bi�7"`0B 0 Q…
|
/external/llvm/test/Analysis/BasicAA/ |
D | cs-cs.ll | 37 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/ |
D | quat_slerp.cpp | 10 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/ |
D | en-GB_kh0_kpdf_dur.pkb | 3 … �E# C �P8P!a1�R`!��� �:�:QQ"� 4 …`3Q!p!Ta3!r"A2!�;�10�:Q�2�Aq2p 5 …Q@# �u 3B����]��Pw"0���y�Zb�Y���a"… 6 …Q3!������iQ 0 �%3P�)�����Û� R0… 8 …Q���wP��R��d�k� ��������QdsB11���eb A!1PPQ…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_dur.pkb | 3 (<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"!" … 5 …Q"`$�Xr�I �%bp6!b2!P$`P�X3�Z����QVWAA�p���!����Q A0Q00 @AQ!… 6 …B�}�q41q$1@1���K�Że@ �4d�$da$!a$!@���q%"�3ap)p)0�cTq50r"QAq$Pq"4�Vt�#� … 11 …Q��'! `#"3B2�93�R��5��v�Eu 0@ �ɹ�˕Q�3F�$BAAb10Q1aQq%r$"0 …
|
D | it-IT_kfst_spho1.pkb | 2 …P�P�P�QQ.QJQXQfQtQ�Q�Q�Q�…
|
/external/bluetooth/bluedroid/gki/common/ |
D | gki_buffer.c | 96 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/ |
D | gki_buffer.c | 103 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/ |
D | gki_buffer.c | 103 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/ |
D | image.gz | 1က搀Ԁ᐀Ā က붂鸬可Ā亮ᐻꒇ㟣ԭ䛪郃Ჽ꠩攈̀ЀԀ᐀Ȁ#ǿ㿿߿Āౠ૿ށĀ ... |
/external/e2fsprogs/tests/f_lpf/ |
D | image.gz |
|
/external/e2fsprogs/tests/f_dup2/ |
D | image.gz |
|
/external/e2fsprogs/tests/f_baddir/ |
D | image.gz | 1 搀Ԁ䨀ሀĀ ⼄ꬬ⩤ꀲ可̀ЀԀ䬀ሀԀ!ソḄꬬḄꬬḄꬬḄꬬ㘄ꬬ㘄ꬬԀȀᔀĀ0 ... |
/external/tcpdump/tests/ |
D | QinQpacket.out | 1 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/ |
D | Makefile.in | 64 $(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/ |
D | Makefile.elf-lib | 18 $(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/ |
D | 2002-07-14-MiscTests3.c | 43 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/ |
D | fr-FR_nk0_kpdf_dur.pkb | 3 …@!P%���R0�V `$�&�� qB0�!RQ00 p1�&��… 4 …`0pc��ќ�@@1@@R�b��!p30p�p�Fh@Q@! @�4�`Cp'�… 6 …Q``$1`1p4Aq41pb����R0A@1WB aBAA@A0QP%�9rPbb$!bR"qP�(�U… 7 …P#P#Q$SQ2��3��宀���� ��!q`bAR! R#A"a4�#1q$2110sQ!aCq$1R#Q#a… 9 �@�R`bp r�DP�@�A11!1Q!1 A!`%@ �&����Y��J�� 10 …Q@r% b#1 00�F"�&2qPqPaAq#2a#!CrA!1�����9c�Hr�21rA1@b0�o���$�9P…
|