/external/ImageMagick/PerlMagick/t/ |
D | input_gray_lsb_double.mat | 1 ….Pg f9��8��?��?9��8���?q�q��?�������?��8�#4�?�8���I�?UUUU��?��?��8… 3 �?�8��8��?9��83�?���?�8��85�?9��8Π�?@�?��8�ca�?r�q���?�������?��8�� 4 …q���?�q���? �?q�q���?9��8��?UUUU� �?9��85�?�q��4�?�4�?�q��^�?��8��^�?���?�…
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.c | 120 int32x4_t q[4]; in do_butterfly() local 132 q[0] = vmull_s16(d[0], d[4]); in do_butterfly() 133 q[1] = vmull_s16(d[1], d[4]); in do_butterfly() 134 q[0] = vmlsl_s16(q[0], d[2], d[5]); in do_butterfly() 135 q[1] = vmlsl_s16(q[1], d[3], d[5]); in do_butterfly() 137 q[2] = vmull_s16(d[0], d[5]); in do_butterfly() 138 q[3] = vmull_s16(d[1], d[5]); in do_butterfly() 139 q[2] = vmlal_s16(q[2], d[2], d[4]); in do_butterfly() 140 q[3] = vmlal_s16(q[3], d[3], d[4]); in do_butterfly() 142 *qOut0 = vcombine_s16(vrshrn_n_s32(q[0], DCT_CONST_BITS), in do_butterfly() [all …]
|
D | highbd_idct32x32_1024_add_neon.c | 92 int64x2x2_t q[4]; in do_butterfly() local 99 q[0].val[0] = vmull_s32(vget_low_s32(qIn0.val[0]), d[4]); in do_butterfly() 100 q[0].val[1] = vmull_s32(vget_high_s32(qIn0.val[0]), d[4]); in do_butterfly() 101 q[1].val[0] = vmull_s32(vget_low_s32(qIn0.val[1]), d[4]); in do_butterfly() 102 q[1].val[1] = vmull_s32(vget_high_s32(qIn0.val[1]), d[4]); in do_butterfly() 103 q[0].val[0] = vmlsl_s32(q[0].val[0], vget_low_s32(qIn1.val[0]), d[5]); in do_butterfly() 104 q[0].val[1] = vmlsl_s32(q[0].val[1], vget_high_s32(qIn1.val[0]), d[5]); in do_butterfly() 105 q[1].val[0] = vmlsl_s32(q[1].val[0], vget_low_s32(qIn1.val[1]), d[5]); in do_butterfly() 106 q[1].val[1] = vmlsl_s32(q[1].val[1], vget_high_s32(qIn1.val[1]), d[5]); in do_butterfly() 108 q[2].val[0] = vmull_s32(vget_low_s32(qIn0.val[0]), d[5]); in do_butterfly() [all …]
|
/external/libcxx/src/ |
D | hash.cpp | 209 const std::size_t q = n / p; in __next_prime() local 210 if (q < p) in __next_prime() 212 if (n == q * p) in __next_prime() 220 std::size_t q = n / i; in __next_prime() local 221 if (q < i) in __next_prime() 223 if (n == q * i) in __next_prime() 227 q = n / i; in __next_prime() 228 if (q < i) in __next_prime() 230 if (n == q * i) in __next_prime() 234 q = n / i; in __next_prime() [all …]
|
/external/svox/pico/lib/ |
D | picosig2.c | 2085 picoos_int32 *q = sig_inObj->int_vec34; in init_rand() local 2090 q[0] = -2198; in init_rand() 2092 q[1] = 3226; in init_rand() 2094 q[2] = -845; in init_rand() 2096 q[3] = -1227; in init_rand() 2098 q[4] = -3480; in init_rand() 2100 q[5] = -1325; in init_rand() 2102 q[6] = 2089; in init_rand() 2104 q[7] = -468; in init_rand() 2106 q[8] = 711; in init_rand() [all …]
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_query.c | 59 nvc0_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, int size) in nvc0_query_allocate() argument 64 if (q->bo) { in nvc0_query_allocate() 65 nouveau_bo_ref(NULL, &q->bo); in nvc0_query_allocate() 66 if (q->mm) { in nvc0_query_allocate() 67 if (q->state == NVC0_QUERY_STATE_READY) in nvc0_query_allocate() 68 nouveau_mm_free(q->mm); in nvc0_query_allocate() 71 nouveau_mm_free_work, q->mm); in nvc0_query_allocate() 75 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nvc0_query_allocate() 76 if (!q->bo) in nvc0_query_allocate() 78 q->offset = q->base; in nvc0_query_allocate() [all …]
|
/external/ImageMagick/MagickCore/ |
D | quantum-export.c | 243 unsigned char *magick_restrict q,ExceptionInfo *exception) in ExportAlphaQuantum() argument 263 q=PopCharPixel(pixel,q); in ExportAlphaQuantum() 265 q+=quantum_info->pad; in ExportAlphaQuantum() 279 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum() 281 q+=quantum_info->pad; in ExportAlphaQuantum() 288 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum() 290 q+=quantum_info->pad; in ExportAlphaQuantum() 303 q=PopFloatPixel(quantum_info,(float) GetPixelAlpha(image,p),q); in ExportAlphaQuantum() 305 q+=quantum_info->pad; in ExportAlphaQuantum() 312 q=PopLongPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum() [all …]
|
D | quantum-import.c | 256 Quantum *magick_restrict q) in ImportAlphaQuantum() argument 279 SetPixelAlpha(image,ScaleCharToQuantum(pixel),q); in ImportAlphaQuantum() 281 q+=GetPixelChannels(image); in ImportAlphaQuantum() 296 HalfToSinglePrecision(pixel)),q); in ImportAlphaQuantum() 298 q+=GetPixelChannels(image); in ImportAlphaQuantum() 305 SetPixelAlpha(image,ScaleShortToQuantum(pixel),q); in ImportAlphaQuantum() 307 q+=GetPixelChannels(image); in ImportAlphaQuantum() 324 SetPixelAlpha(image,ClampToQuantum(pixel),q); in ImportAlphaQuantum() 326 q+=GetPixelChannels(image); in ImportAlphaQuantum() 333 SetPixelAlpha(image,ScaleLongToQuantum(pixel),q); in ImportAlphaQuantum() [all …]
|
/external/eigen/unsupported/test/ |
D | cxx11_runqueue.cpp | 30 RunQueue<int, 4> q; in test_basic_runqueue() local 32 VERIFY(q.Empty()); in test_basic_runqueue() 33 VERIFY_IS_EQUAL(0u, q.Size()); in test_basic_runqueue() 34 VERIFY_IS_EQUAL(0, q.PopFront()); in test_basic_runqueue() 36 VERIFY_IS_EQUAL(0u, q.PopBackHalf(&stolen)); in test_basic_runqueue() 39 VERIFY_IS_EQUAL(0, q.PushFront(1)); in test_basic_runqueue() 40 VERIFY_IS_EQUAL(1u, q.Size()); in test_basic_runqueue() 41 VERIFY_IS_EQUAL(1, q.PopFront()); in test_basic_runqueue() 42 VERIFY_IS_EQUAL(0u, q.Size()); in test_basic_runqueue() 44 VERIFY_IS_EQUAL(0, q.PushFront(2)); in test_basic_runqueue() [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_query.c | 60 nv50_query_allocate(struct nv50_context *nv50, struct nv50_query *q, int size) in nv50_query_allocate() argument 65 if (q->bo) { in nv50_query_allocate() 66 nouveau_bo_ref(NULL, &q->bo); in nv50_query_allocate() 67 if (q->mm) { in nv50_query_allocate() 68 if (q->ready) in nv50_query_allocate() 69 nouveau_mm_free(q->mm); in nv50_query_allocate() 72 q->mm); in nv50_query_allocate() 76 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nv50_query_allocate() 77 if (!q->bo) in nv50_query_allocate() 79 q->offset = q->base; in nv50_query_allocate() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 170 int p, q; in TestFirstNextFollowing() local 179 q = wordIter1.next(9); in TestFirstNextFollowing() 180 doTest(testString, p, q, 20, "This is a word break"); in TestFirstNextFollowing() 181 p = q; in TestFirstNextFollowing() 182 q = wordIter1.next(); in TestFirstNextFollowing() 183 doTest(testString, p, q, 21, "."); in TestFirstNextFollowing() 184 p = q; in TestFirstNextFollowing() 185 q = wordIter1.next(3); in TestFirstNextFollowing() 186 doTest(testString, p, q, 28, " Isn't "); in TestFirstNextFollowing() 187 p = q; in TestFirstNextFollowing() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 171 int p, q; in TestFirstNextFollowing() local 180 q = wordIter1.next(9); in TestFirstNextFollowing() 181 doTest(testString, p, q, 20, "This is a word break"); in TestFirstNextFollowing() 182 p = q; in TestFirstNextFollowing() 183 q = wordIter1.next(); in TestFirstNextFollowing() 184 doTest(testString, p, q, 21, "."); in TestFirstNextFollowing() 185 p = q; in TestFirstNextFollowing() 186 q = wordIter1.next(3); in TestFirstNextFollowing() 187 doTest(testString, p, q, 28, " Isn't "); in TestFirstNextFollowing() 188 p = q; in TestFirstNextFollowing() [all …]
|
/external/selinux/checkpolicy/ |
D | queue.c | 15 queue_t q; in queue_create() local 17 q = (queue_t) malloc(sizeof(struct queue_info)); in queue_create() 18 if (q == NULL) in queue_create() 21 q->head = q->tail = NULL; in queue_create() 23 return q; in queue_create() 26 int queue_insert(queue_t q, queue_element_t e) in queue_insert() argument 30 if (!q) in queue_insert() 40 if (q->head == NULL) { in queue_insert() 41 q->head = q->tail = newnode; in queue_insert() 43 q->tail->next = newnode; in queue_insert() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_gray_lsb_double_mat.miff | 16 …�j�k?�K�K�K�?�s1�1�2?ѝ�����?ҞGGG?�444?�t8�8�9?�އ��?��x�x�y?ѳ�S�S�?�!q�q�r?�b���?�#8�8�9?�… 18 �?�x�ظع?�������?��q�q�r?��1�1�2?�@@@?�;U[U[U?��j�j�k?����?�{�{�?٣x�x�y?��q�q�r?֢x�x�y?� 21 …q�q�r?�5�5�5�?�$�����?ޥ���?���z�z�?�e���?�{?�?�@?�z���?;;?���Y�Y�?������?�L\l\l\?�y�y�y�?… 24 …?�G�G�G�?�G�G�G�?�]?�?�@?�*�*�+?����?��}}?ќj�j�k?��q�q�r?�a�����?ͺ�����?г����?˺UZUZU?�q�q�r… 25 …q�q�r?ӳ����?Ӈ�'�'�?�q�Q�Q�?Ҝj�j�k?�UGUGU?�ܕ\�\�?�\c�c�d?�?��N<N<N?�Ƹ��?ѱ��?҇\g\g\?Ҝ�����… 29 …q�q�r?��?�ʸ��?�����?�\GGG?ұ���?�<�<�?�������?�\q�q�r?�\c�c�d?�1���?�GGG?ӈ���?�…
|
/external/arm-neon-tests/ |
D | ref_vrsra_n.c | 67 VDUP(vector2, q, int, s, 8, 16, 0x11); in exec_vrsra_n() 68 VDUP(vector2, q, int, s, 16, 8, 0x22); in exec_vrsra_n() 69 VDUP(vector2, q, int, s, 32, 4, 0x33); in exec_vrsra_n() 70 VDUP(vector2, q, int, s, 64, 2, 0x44); in exec_vrsra_n() 71 VDUP(vector2, q, uint, u, 8, 16, 0x55); in exec_vrsra_n() 72 VDUP(vector2, q, uint, u, 16, 8, 0x66); in exec_vrsra_n() 73 VDUP(vector2, q, uint, u, 32, 4, 0x77); in exec_vrsra_n() 74 VDUP(vector2, q, uint, u, 64, 2, 0x88); in exec_vrsra_n() 86 TEST_VRSRA_N(q, int, s, 8, 16, 1); in exec_vrsra_n() 87 TEST_VRSRA_N(q, int, s, 16, 8, 12); in exec_vrsra_n() [all …]
|
D | ref_vrshr_n.c | 65 TEST_VRSHR_N(q, int, s, 8, 16, 1); in exec_vrshr_n() 66 TEST_VRSHR_N(q, int, s, 16, 8, 12); in exec_vrshr_n() 67 TEST_VRSHR_N(q, int, s, 32, 4, 2); in exec_vrshr_n() 68 TEST_VRSHR_N(q, int, s, 64, 2, 32); in exec_vrshr_n() 69 TEST_VRSHR_N(q, uint, u, 8, 16, 2); in exec_vrshr_n() 70 TEST_VRSHR_N(q, uint, u, 16, 8, 3); in exec_vrshr_n() 71 TEST_VRSHR_N(q, uint, u, 32, 4, 5); in exec_vrshr_n() 72 TEST_VRSHR_N(q, uint, u, 64, 2, 33); in exec_vrshr_n() 86 VDUP(vector, q, int, s, 8, 16, 0x7F); in exec_vrshr_n() 87 VDUP(vector, q, int, s, 16, 8, 0x7FFF); in exec_vrshr_n() [all …]
|
D | ref_vreinterpret.c | 88 VLOAD(vector, buffer, q, float, f, 32, 4); in exec_vreinterpret() 91 VLOAD(vector, buffer, q, float, f, 16, 8); in exec_vreinterpret() 210 TEST_VREINTERPRET(q, int, s, 8, 16, int, s, 16, 8); in exec_vreinterpret() 211 TEST_VREINTERPRET(q, int, s, 8, 16, int, s, 32, 4); in exec_vreinterpret() 212 TEST_VREINTERPRET(q, int, s, 8, 16, int, s, 64, 2); in exec_vreinterpret() 213 TEST_VREINTERPRET(q, int, s, 8, 16, uint, u, 8, 16); in exec_vreinterpret() 214 TEST_VREINTERPRET(q, int, s, 8, 16, uint, u, 16, 8); in exec_vreinterpret() 215 TEST_VREINTERPRET(q, int, s, 8, 16, uint, u, 32, 4); in exec_vreinterpret() 216 TEST_VREINTERPRET(q, int, s, 8, 16, uint, u, 64, 2); in exec_vreinterpret() 217 TEST_VREINTERPRET(q, int, s, 8, 16, poly, p, 8, 16); in exec_vreinterpret() [all …]
|
D | ref_vqrshl.c | 79 VDUP(vector, q, int, s, 8, 16, 0); in FNNAME() 80 VDUP(vector, q, int, s, 16, 8, 0); in FNNAME() 81 VDUP(vector, q, int, s, 32, 4, 0); in FNNAME() 82 VDUP(vector, q, int, s, 64, 2, 0); in FNNAME() 83 VDUP(vector, q, uint, u, 8, 16, 0); in FNNAME() 84 VDUP(vector, q, uint, u, 16, 8, 0); in FNNAME() 85 VDUP(vector, q, uint, u, 32, 4, 0); in FNNAME() 86 VDUP(vector, q, uint, u, 64, 2, 0); in FNNAME() 95 VDUP(vector_shift, q, int, s, 8, 16, 8); in FNNAME() 96 VDUP(vector_shift, q, int, s, 16, 8, 16); in FNNAME() [all …]
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestFastQueue.java | 39 FastQueue<String> q = new FastQueue<String>(); in testQueueNoRemove() local 40 q.add("a"); in testQueueNoRemove() 41 q.add("b"); in testQueueNoRemove() 42 q.add("c"); in testQueueNoRemove() 43 q.add("d"); in testQueueNoRemove() 44 q.add("e"); in testQueueNoRemove() 46 String found = q.toString(); in testQueueNoRemove() 51 FastQueue<String> q = new FastQueue<String>(); in testQueueThenRemoveAll() local 52 q.add("a"); in testQueueThenRemoveAll() 53 q.add("b"); in testQueueThenRemoveAll() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | queryobj.c | 50 struct gl_query_object *q = MALLOC_STRUCT(gl_query_object); in _mesa_new_query_object() local 52 if (q) { in _mesa_new_query_object() 53 q->Id = id; in _mesa_new_query_object() 54 q->Result = 0; in _mesa_new_query_object() 55 q->Active = GL_FALSE; in _mesa_new_query_object() 56 q->Ready = GL_TRUE; /* correct, see spec */ in _mesa_new_query_object() 58 return q; in _mesa_new_query_object() 67 _mesa_begin_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_begin_query() argument 78 _mesa_end_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_end_query() argument 80 q->Ready = GL_TRUE; in _mesa_end_query() [all …]
|
/external/compiler-rt/test/msan/ |
D | signal_stress_test.cc | 30 void **volatile q = &p; in SignalHandler() local 32 *q, *q, *q, *q, *q, in SignalHandler() 33 *q, *q, *q, *q, *q); in SignalHandler() 48 void **volatile q = &p; in main() local 57 *q, *q, *q, *q, *q, in main() 58 *q, *q, *q, *q, *q, in main() 59 *q, *q, *q, *q, *q, in main() 60 *q, *q, *q, *q, *q); in main()
|
/external/syslinux/core/fs/pxe/ |
D | urlparse.c | 42 const char *q; in url_type() local 44 q = strchr(url, ':'); in url_type() 45 if (!q) in url_type() 48 if (q[1] == '/' && q[2] == '/') in url_type() 51 if (q[1] == ':') in url_type() 65 char *q, *r, *s; in parse_url() local 70 q = strchr(p, ':'); in parse_url() 71 if (q && (q[1] == '/' && q[2] == '/')) { in parse_url() 75 *q = '\0'; in parse_url() 76 p = q+3; in parse_url() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | gradient.miff | 11 …����&/8AKT]gqz������������!-8COZfr~�������… 36 (?(q(�(�))8)k)�)�**5*h*�*�++6+i+�+�,,9,n,�,�--A-v-�-�..L.�.�.�/$/Z/�/�/�050l0�0�11J1�1�1�2*2… 37 …d�d�e=e�e�f=f�f�g=g�g�h?h�h�iCi�i�jHj�j�kOk�k�lWl�mm`m�nnkn�ooxo�p+p�p�q:q�q�rKr�ss]s�ttpt�u(… 41 …k��k��k��k��k��k��k��k��k��k��k��k��k��k��k��k��q��q��q��q��q��q��q��q��q�…
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | QueuesTest.java | 71 private static <T> int drain(BlockingQueue<T> q, Collection<? super T> buffer, int maxElements, in drain() argument 74 ? Queues.drain(q, buffer, maxElements, timeout, unit) in drain() 75 : Queues.drainUninterruptibly(q, buffer, maxElements, timeout, unit); in drain() 79 for (BlockingQueue<Object> q : blockingQueues()) { in testMultipleProducers() 80 testMultipleProducers(q); in testMultipleProducers() 84 private void testMultipleProducers(BlockingQueue<Object> q) in testMultipleProducers() argument 87 threadPool.submit(new Producer(q, 20)); in testMultipleProducers() 88 threadPool.submit(new Producer(q, 20)); in testMultipleProducers() 89 threadPool.submit(new Producer(q, 20)); in testMultipleProducers() 90 threadPool.submit(new Producer(q, 20)); in testMultipleProducers() [all …]
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | transfer.cpp | 38 validate_base(cl_command_queue q, cl_uint num_deps, const cl_event *deps) { in validate_base() argument 39 if (!q) in validate_base() 47 return &ev->ctx != &q->ctx; in validate_base() 57 validate_obj(cl_command_queue q, cl_mem obj) { in validate_obj() argument 61 if (&obj->ctx != &q->ctx) in validate_obj() 74 get(cl_command_queue q, void *obj, cl_map_flags flags, in get() 82 get(cl_command_queue q, const void *obj, cl_map_flags flags, in get() 90 get(cl_command_queue q, memory_obj *obj, cl_map_flags flags, in get() 92 return { *q, obj->resource(q), flags, true, { offset }, { size }}; in get() 102 soft_copy_op(cl_command_queue q, in soft_copy_op() argument [all …]
|