Searched defs:lq (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Ddebug-info-crash.c13 dispatch_queue_t lq = _dispatch_queue_get_current() ?: (&_dispatch_main_q); local
16 dispatch_async(lq, ^{
/external/ltp/tools/pounder21/src/memxfer5b/
H A Dmemxfer5b.c74 long *lp, *lq; local
212 lq = (long *)p2;
214 *lp++ = *lq++;
/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h283 void setLayoutQualifier(TLayoutQualifier lq) { layoutQualifier = lq; } argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1904 const double lq = vp9_convert_qindex_to_q( local
1906 const double boost_q_correction = VPXMIN((0.5 + (lq * 0.015)), 1.5);
1936 const double lq = vp9_convert_qindex_to_q( local
1938 const double boost_q_correction = VPXMIN((0.50 + (lq * 0.015)), 2.00);

Completed in 166 milliseconds