/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_driver_query.c | 56 hud_batch_query_update(struct hud_batch_query_context *bq, in hud_batch_query_update() argument 59 if (!bq || bq->failed) in hud_batch_query_update() 62 if (bq->query[bq->head]) in hud_batch_query_update() 63 pipe->end_query(pipe, bq->query[bq->head]); in hud_batch_query_update() 65 bq->results = 0; in hud_batch_query_update() 67 while (bq->pending) { in hud_batch_query_update() 68 unsigned idx = (bq->head - bq->pending + 1) % NUM_QUERIES; in hud_batch_query_update() 69 struct pipe_query *query = bq->query[idx]; in hud_batch_query_update() 71 if (!bq->result[idx]) in hud_batch_query_update() 72 bq->result[idx] = MALLOC(sizeof(bq->result[idx]->batch[0]) * in hud_batch_query_update() [all …]
|
D | hud_private.h | 175 void hud_batch_query_begin(struct hud_batch_query_context *bq, 177 void hud_batch_query_update(struct hud_batch_query_context *bq,
|
/external/adhd/cras/src/dsp/ |
D | biquad.c | 30 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient() argument 34 bq->b0 = b0 * a0_inv; in set_coefficient() 35 bq->b1 = b1 * a0_inv; in set_coefficient() 36 bq->b2 = b2 * a0_inv; in set_coefficient() 37 bq->a1 = a1 * a0_inv; in set_coefficient() 38 bq->a2 = a2 * a0_inv; in set_coefficient() 41 static void biquad_lowpass(struct biquad *bq, double cutoff, double resonance) in biquad_lowpass() argument 48 set_coefficient(bq, 1, 0, 0, 1, 0, 0); in biquad_lowpass() 67 set_coefficient(bq, b0, b1, b2, 1, a1, a2); in biquad_lowpass() 72 set_coefficient(bq, 0, 0, 0, 1, 0, 0); in biquad_lowpass() [all …]
|
D | eq2.c | 52 static inline void eq2_process_one(struct biquad (*bq)[2], in eq2_process_one() 55 struct biquad *qL = &bq[0][0]; in eq2_process_one() 56 struct biquad *qR = &bq[0][1]; in eq2_process_one() 115 static inline void eq2_process_two_neon(struct biquad (*bq)[2], in eq2_process_two_neon() 118 struct biquad *qL = &bq[0][0]; in eq2_process_two_neon() 119 struct biquad *rL = &bq[1][0]; in eq2_process_two_neon() 120 struct biquad *qR = &bq[0][1]; in eq2_process_two_neon() 121 struct biquad *rR = &bq[1][1]; in eq2_process_two_neon() 208 static inline void eq2_process_two_sse3(struct biquad (*bq)[2], in eq2_process_two_sse3() 211 struct biquad *qL = &bq[0][0]; in eq2_process_two_sse3() [all …]
|
D | biquad.h | 50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 55 bq = big_query_utils.create_big_query() 56 _create_results_table(bq, dataset_id, table_id) 59 bq, dataset_id, table_id, scenario_result, flatten=False): 68 bq = big_query_utils.create_big_query() 69 _create_results_table(bq, dataset_id, table_id) 71 if not _insert_result(bq, dataset_id, table_id, scenario_result): 76 def _insert_result(bq, dataset_id, table_id, scenario_result, flatten=True): argument 81 return big_query_utils.insert_rows(bq, _PROJECT_ID, dataset_id, table_id, 85 def _create_results_table(bq, dataset_id, table_id): argument 90 return big_query_utils.create_table2(bq, _PROJECT_ID, dataset_id, table_id,
|
D | patch_scenario_results_schema.py | 37 bq = big_query_utils.create_big_query() 42 return big_query_utils.patch_table(bq, _PROJECT_ID, dataset_id, table_id,
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | upload_test_results.py | 87 def _insert_rows_with_retries(bq, bq_table, bq_rows): argument 93 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, 115 bq = big_query_utils.create_big_query() 117 bq, 142 _insert_rows_with_retries(bq, bq_table, bq_rows) 152 bq = big_query_utils.create_big_query() 154 bq, 178 _insert_rows_with_retries(bq, bq_table, bq_rows)
|
D | upload_rbe_results.py | 86 bq = big_query_utils.create_big_query() 88 bq, 99 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, _TABLE_ID,
|
/external/grpc-grpc/tools/run_tests/ |
D | run_build_statistics.py | 122 query_job = big_query_utils.sync_query_job(bq, _PROJECT_ID, query) 123 page = bq.jobs().getQueryResults( 199 bq = big_query_utils.create_big_query() variable 249 if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
|
/external/walt/android/WALT/app/src/main/jni/ |
D | player.c | 105 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, __attribute__((unused)) void *context) in bqPlayerCallback() argument 107 if (bq == NULL) { in bqPlayerCallback() 110 assert(bq == bqPlayerBufferQueue); in bqPlayerCallback() 351 void bqRecorderCallback(__attribute__((unused)) SLAndroidSimpleBufferQueueItf bq, in bqRecorderCallback() argument 355 assert(bq == recorderBufferQueue); in bqRecorderCallback()
|
/external/grpc-grpc/tools/failures/ |
D | detect_new_failures.py | 135 bq = big_query_utils.create_big_query() 145 query_job = big_query_utils.sync_query_job(bq, 'grpc-testing', query) 146 page = bq.jobs().getQueryResults(
|
/external/grpc-grpc/tools/line_count/ |
D | collect-now.sh | 20 bq load line_counts.grpc cloc.csv
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | run_performance_profile_hourly.sh | 26 bq load microbenchmarks.memory memory_usage.csv
|
D | grpc_performance_profile_daily.sh | 29 bq load microbenchmarks.memory memory_usage.csv
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrExtension.td | 93 "movs{bq|x}\t{$src, $dst|$dst, $src}", 96 "movs{bq|x}\t{$src, $dst|$dst, $src}", 113 "movz{bq|x}\t{$src, $dst|$dst, $src}", []>, TB; 115 "movz{bq|x}\t{$src, $dst|$dst, $src}", []>, TB;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 124 "movs{bq|x}\t{$src, $dst|$dst, $src}", 128 "movs{bq|x}\t{$src, $dst|$dst, $src}", 151 "movz{bq|x}\t{$src, $dst|$dst, $src}", [], IIC_MOVZX>, 155 "movz{bq|x}\t{$src, $dst|$dst, $src}", [], IIC_MOVZX>,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 142 "movs{bq|x}\t{$src, $dst|$dst, $src}", 146 "movs{bq|x}\t{$src, $dst|$dst, $src}", 169 "movz{bq|x}\t{$src, $dst|$dst, $src}", []>, 173 "movz{bq|x}\t{$src, $dst|$dst, $src}", []>,
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 3e3dc0d4e319d21a70d157fca56c6474.00002f56.honggfuzz.cov | 8 …�:gP+]?N��1S��e-�b�9�����,�1)m���C~�z-�nG�J����ۊ7�@';^{�4�V�5�zr�=bq3�,�b�W�(;+�"�j8i-…
|
D | 2236c5c91e7bd7002cd81ab7ea754ae4.00007341.honggfuzz.cov | 16 ��+C�'bq�*�0�d�t*�����&w�R,7�,��cf����2���e\E�$�=���W<�x����W3��ߞ5a�Y'q��0��"���KE)… 52 ��+C�'bq�*�0�d�t*�����&w�R,7�,��cf����2���e\E�$�=���W<�x����W3��ߞ5a�Y'q��0��"���KE)… 57 ��+C�'bq�*�0�d�t*�����&w�R,7�,��cf����2���e\E�$�=���W<�x����W3��ߞ5a�Y'q��0��"���KE)… 91 ��+C�'bq�*�0�d�t*�����&w�R,7�,��cf����2���e\E�$�=���W<�x����W3��ߞ5a�Y'q��0��"���KE)…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 3e3dc0d4e319d21a70d157fca56c6474.00002f56.honggfuzz.cov | 8 …�:gP+]?N��1S��e-�b�9�����,�1)m���C~�z-�nG�J����ۊ7�@';^{�4�V�5�zr�=bq3�,�b�W�(;+�"�j8i-…
|
D | 2236c5c91e7bd7002cd81ab7ea754ae4.00007341.honggfuzz.cov | 16 ��+C�'bq�*�0�d�t*�����&w�R,7�,��cf����2���e\E�$�=���W<�x����W3��ߞ5a�Y'q��0��"���KE)… 52 ��+C�'bq�*�0�d�t*�����&w�R,7�,��cf����2���e\E�$�=���W<�x����W3��ߞ5a�Y'q��0��"���KE)… 57 ��+C�'bq�*�0�d�t*�����&w�R,7�,��cf����2���e\E�$�=���W<�x����W3��ߞ5a�Y'q��0��"���KE)… 91 ��+C�'bq�*�0�d�t*�����&w�R,7�,��cf����2���e\E�$�=���W<�x����W3��ߞ5a�Y'q��0��"���KE)…
|
/external/python/cpython3/Tools/ccbench/ |
D | ccbench.py | 54 bq, br, bs, bt = b 55 return (aq * bq, 57 as_ * bq + at * bs,
|
/external/python/cpython2/Tools/ccbench/ |
D | ccbench.py | 56 bq, br, bs, bt = b 57 return (aq * bq, 59 as_ * bq + at * bs,
|
/external/gemmlowp/test/ |
D | test_fixedpoint.cc | 336 FixedPoint<std::int32_t, tIntegerBits_b> bq; in test_mul() local 338 bq.raw() = b; in test_mul() 339 test_mul(aq, bq); in test_mul()
|