Searched refs:lg (Results 1 - 25 of 39) sorted by relevance

12

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
H A Dassign.fail.cpp23 std::lock_guard<std::mutex> lg(m1);
24 lg = lg0;
H A Dcopy.fail.cpp22 std::lock_guard<std::mutex> lg(lg0);
H A Dadopt_lock.pass.cpp37 std::lock_guard<std::mutex> lg(m, std::adopt_lock);
H A Dmutex.fail.cpp34 std::lock_guard<std::mutex> lg = m; local
H A Dmutex.pass.cpp36 std::lock_guard<std::mutex> lg(m);
/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-s390x-linux.S108 lg %r9, SP_R3(%r15) /* guest state --> r9 */
109 lg %r2, OFFSET_s390x_r2(%r9) /* guest r2 --> real r2 */
110 lg %r3, OFFSET_s390x_r3(%r9) /* guest r3 --> real r3 */
111 lg %r4, OFFSET_s390x_r4(%r9) /* guest r4 --> real r4 */
112 lg %r5, OFFSET_s390x_r5(%r9) /* guest r5 --> real r5 */
113 lg %r6, OFFSET_s390x_r6(%r9) /* guest r6 --> real r6 */
114 lg %r7, OFFSET_s390x_r7(%r9) /* guest r7 --> real r7 */
115 lg %r1, SP_R2(%r15) /* syscallno -> r1 */
125 lg %r3, SP_R5(%r15) /* postmask */
127 lg
[all...]
/external/libopus/celt/tests/
H A Dtest_unit_mathops.c242 opus_val32 lg; local
245 lg = celt_ilog2(x);
246 if (lg<0 || lg>=31)
248 printf("celt_ilog2 failed: 0<=celt_ilog2(x)<31 (x = %d, celt_ilog2(x) = %d)\n",x,lg);
251 y = 1<<lg;
/external/valgrind/coregrind/m_dispatch/
H A Ddispatch-s390x-linux.S147 lg %r2,S390_LOC_SAVED_R2
201 lg %r2, OFFSET_s390x_IA(%r13)
228 lg %r11, 8(%r8,%r7) /* .host */
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long_double.pass.cpp55 std::locale lg(lc, new my_numpunct);
104 ios.imbue(lg);
175 ios.imbue(lg);
249 ios.imbue(lg);
320 ios.imbue(lg);
397 ios.imbue(lg);
468 ios.imbue(lg);
542 ios.imbue(lg);
613 ios.imbue(lg);
693 ios.imbue(lg);
[all...]
H A Dput_double.pass.cpp50 std::locale lg(lc, new my_numpunct);
99 ios.imbue(lg);
170 ios.imbue(lg);
244 ios.imbue(lg);
315 ios.imbue(lg);
392 ios.imbue(lg);
463 ios.imbue(lg);
537 ios.imbue(lg);
608 ios.imbue(lg);
688 ios.imbue(lg);
[all...]
/external/valgrind/VEX/priv/
H A Dir_defs.c1484 void ppIRLoadG ( const IRLoadG* lg )
1486 ppIRTemp(lg->dst);
1488 ppIRExpr(lg->guard);
1490 ppIRLoadGOp(lg->cvt);
1491 vex_printf("(LD%s(", lg->end==Iend_LE ? "le" : "be");
1492 ppIRExpr(lg->addr);
1494 ppIRExpr(lg->alt);
2052 IRLoadG* lg = LibVEX_Alloc_inline(sizeof(IRLoadG)); local
2053 lg->end = end;
2054 lg
2404 const IRLoadG* lg = s->Ist.LoadG.details; local
3694 const IRLoadG* lg = st->Ist.LoadG.details; local
3887 const IRLoadG* lg; local
4250 const IRLoadG* lg = stmt->Ist.LoadG.details; local
4524 const IRLoadG* lg = stmt->Ist.LoadG.details; local
[all...]
H A Dir_opt.c407 IRLoadG *lg; local
452 lg = st->Ist.LoadG.details;
453 e1 = flatten_Expr(bb, lg->addr);
454 e2 = flatten_Expr(bb, lg->alt);
455 e3 = flatten_Expr(bb, lg->guard);
456 addStmtToIRSB(bb, IRStmt_LoadG(lg->end, lg->cvt, lg->dst,
796 IRLoadG* lg = st->Ist.LoadG.details; local
797 vassert(isIRAtom(lg
2625 IRLoadG* lg = st->Ist.LoadG.details; local
2827 IRLoadG* lg = st2->Ist.LoadG.details; local
2880 IRLoadG* lg = lgu->Ist.LoadG.details; local
3015 IRLoadG* lg = st->Ist.LoadG.details; local
4638 IRLoadG* lg = st->Ist.LoadG.details; local
5177 IRLoadG* lg = st->Ist.LoadG.details; local
5529 IRLoadG* lg = st->Ist.LoadG.details; local
6298 IRLoadG* lg = st->Ist.LoadG.details; local
6511 IRLoadG* lg = st->Ist.LoadG.details; local
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh34 lg() { function
51 lg ${ndelta}; lg_ndelta=${lg_result}; pow2 ${lg_ndelta}
/external/valgrind/lackey/
H A Dlk_main.c836 IRLoadG* lg = st->Ist.LoadG.details; local
839 typeOfIRLoadGOp(lg->cvt, &typeWide, &type);
842 addEvent_Dr_guarded( sbOut, lg->addr,
843 sizeofIRType(type), lg->guard );
846 instrument_detail( sbOut, OpLoad, type, lg->guard );
/external/libvorbis/doc/
H A DMakefile.am88 Vorbis_I_spec.lg Vorbis_I_spec.log \
/external/clang/www/demo/
H A Dindex.cgi440 my ( $ip, $host, $lg, $lines );
442 $lg = $c->param('language');
446 "--- Query: ---\nFrom: ($ip) $host\nInput: $lines lines of $lg\n"
/external/valgrind/drd/
H A Ddrd_load_store.c665 IRLoadG* lg = st->Ist.LoadG.details; local
668 IRExpr* addr_expr = lg->addr;
669 typeOfIRLoadGOp(lg->cvt, &typeWide, &type);
673 sizeofIRType(type), lg->guard);
675 instrument_load(bb, lg->addr,
676 sizeofIRType(type), lg->guard);
/external/llvm/include/llvm/ADT/
H A DAPInt.h1546 unsigned lg = logBase2();
1547 return lg + unsigned((*this)[lg - 1]);
/external/libopus/celt/
H A Dbands.c210 opus_val16 lg; local
216 lg = ADD16(bandLogE[i+c*m->nbEBands], SHL16((opus_val16)eMeans[i],6));
218 g = celt_exp2(lg);
221 shift = 16-(lg>>DB_SHIFT);
228 g = celt_exp2_frac(lg&((1<<DB_SHIFT)-1));
/external/valgrind/memcheck/
H A Dmc_translate.c6057 static void do_shadow_LoadG ( MCEnv* mce, IRLoadG* lg )
6059 complainIfUndefined(mce, lg->guard, NULL);
6061 definedness and validity of lg->addr, in the case where
6062 lg->guard evaluates to True at run-time. */
6075 switch (lg->cvt) {
6086 = expr2vbits( mce, lg->alt );
6088 = expr2vbits_Load_guarded_General(mce, lg->end, loadedTy,
6089 lg->addr, 0/*addr bias*/,
6090 lg->guard, vwiden, vbits_alt );
6092 assign( 'V', mce, findShadowTmpV(mce, lg
6213 IRLoadG* lg = st->Ist.LoadG.details; local
[all...]
/external/valgrind/cachegrind/
H A Dcg_main.c1160 IRLoadG* lg = st->Ist.LoadG.details; local
1163 IRExpr* addr = lg->addr;
1164 typeOfIRLoadGOp(lg->cvt, &typeWide, &type);
1167 sizeofIRType(type), addr, lg->guard,
/external/icu/icu4c/source/data/lang/
H A Dresfiles.mk96 ky.txt ky_Cyrl.txt lag.txt lb.txt lg.txt\
/external/icu/icu4c/source/data/region/
H A Dresfiles.mk98 lg.txt lkt.txt ln.txt lo.txt lt.txt\
/external/icu/icu4c/source/data/unit/
H A Dresfiles.mk96 ky_Cyrl.txt lag.txt lb.txt lg.txt lkt.txt\
/external/icu/icu4c/source/data/zone/
H A Dresfiles.mk97 lb.txt lg.txt lkt.txt ln.txt lo.txt\

Completed in 1651 milliseconds

12