Searched defs:bq (Results 1 - 3 of 3) sorted by relevance

/external/gemmlowp/test/
H A Dtest_fixedpoint.cc336 FixedPoint<std::int32_t, tIntegerBits_b> bq; local
338 bq.raw() = b;
339 test_mul(aq, bq);
/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c57 hud_batch_query_update(struct hud_batch_query_context *bq) argument
61 if (!bq || bq->failed)
64 pipe = bq->pipe;
66 if (bq->query[bq->head])
67 pipe->end_query(pipe, bq->query[bq->head]);
69 bq->results = 0;
71 while (bq
122 hud_batch_query_begin(struct hud_batch_query_context *bq) argument
140 struct hud_batch_query_context *bq = *pbq; local
178 struct hud_batch_query_context *bq = *pbq; local
218 struct hud_batch_query_context *bq = info->batch; local
[all...]
/external/walt/android/WALT/app/src/main/jni/
H A Dplayer.c105 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, __attribute__((unused)) void *context) argument
107 if (bq == NULL) {
110 assert(bq == bqPlayerBufferQueue);
351 void bqRecorderCallback(__attribute__((unused)) SLAndroidSimpleBufferQueueItf bq, argument
355 assert(bq == recorderBufferQueue);

Completed in 219 milliseconds