Home
last modified time | relevance | path

Searched defs:lg (Results 1 – 25 of 46) sorted by relevance

12

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dmutex.fail.cpp32 LG lg = {}; // expected-error{{chosen constructor is explicit in copy-initialization}} in main() local
38 LG lg = {m0}; // expected-error{{chosen constructor is explicit in copy-initialization}} in main() local
44 LG lg = {m0, m1}; // expected-error{{chosen constructor is explicit in copy-initialization}} in main() local
50 … LG lg = {m0, m1, m2}; // expected-error{{chosen constructor is explicit in copy-initialization}} in main() local
Dadopt_lock.pass.cpp39 LG lg(std::adopt_lock); in main() local
46 LG lg(std::adopt_lock, m1); in main() local
56 LG lg(std::adopt_lock, m1, m2); in main() local
66 LG lg(std::adopt_lock, m1, m2, m3); in main() local
Dmutex.pass.cpp69 LG lg; in main() local
75 LG lg(m1); in main() local
84 LG lg(m1, m2); in main() local
93 LG lg(m1, m2, m3); in main() local
105 LG lg(m1); in main() local
116 LG lg(m1, m2); in main() local
127 LG lg(m1, m2, m3); in main() local
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
Dmutex.pass.cpp41 std::lock_guard<std::mutex> lg(m); in f() local
57 std::lock_guard lg(m); in main() local
Dmutex.fail.cpp23 std::lock_guard<std::mutex> lg = m; // expected-error{{no viable conversion}} in main() local
Dcopy.fail.cpp22 std::lock_guard<std::mutex> lg(lg0); in main() local
Dassign.fail.cpp23 std::lock_guard<std::mutex> lg(m1); in main() local
Dadopt_lock.pass.cpp37 std::lock_guard<std::mutex> lg(m, std::adopt_lock); in f() local
/external/jemalloc/include/jemalloc/internal/
Dsize_classes.sh34 lg() { function
/external/aac/libAACdec/src/
Dusacdec_lpd.cpp149 INT i, sf, i_subfr, T, T2, lg; in bass_pf_1sf_delay() local
410 void CLpd_AdaptLowFreqDeemph(FIXP_DBL x[], int lg, FIXP_DBL alfd_gains[], in CLpd_AdaptLowFreqDeemph()
530 void lpc2mdctAndNoiseShaping(FIXP_DBL *r, SHORT *pScale, const INT lg, in lpc2mdctAndNoiseShaping()
728 static FIXP_DBL calcEnergy(const FIXP_DBL *r, const SHORT rs, const INT lg, in calcEnergy()
781 const INT lg) { in calcTCXGain()
858 FIXP_DBL r[], const INT lg, const INT frame, SHORT *pScale, in CLpd_FdnsDecode()
883 static int find_mpitch(FIXP_DBL xri[], int lg) { in find_mpitch()
939 int lg = (pAacDecoderChannelInfo->granuleLength == 128) in CLpd_TcxDecode() local
1051 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, int lg, in CLpd_TCX_Read()
1857 int lg = lg_table[mod[k]]; in CLpd_RenderTimeSignal() local
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c117 VOID ixheaacd_lpc_to_td(float *coeff, WORD32 order, float *gains, WORD32 lg) { in ixheaacd_lpc_to_td()
173 VOID ixheaacd_noise_shaping(FLOAT32 r[], WORD32 lg, WORD32 M, FLOAT32 g1[], in ixheaacd_noise_shaping()
Dixheaacd_tcx_fwd_alcnx.c107 static VOID ixheaacd_low_fq_deemphasis(FLOAT32 x[], WORD32 lg, in ixheaacd_low_fq_deemphasis()
141 WORD32 frame_index, FLOAT32 lp_flt_coff_a[], WORD32 lg, in ixheaacd_tcx_mdct()
/external/libffi/src/powerpc/
Ddarwin.S38 #define lg MODE_CHOICE(lwz,ld) macro
Ddarwin_closure.S41 #define lg MODE_CHOICE(lwz,ld) macro
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
Ddarwin.S38 #define lg MODE_CHOICE(lwz,ld) macro
Ddarwin_closure.S41 #define lg MODE_CHOICE(lwz,ld) macro
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Ddarwin.S38 #define lg MODE_CHOICE(lwz,ld) macro
Ddarwin_closure.S41 #define lg MODE_CHOICE(lwz,ld) macro
/external/valgrind/VEX/priv/
Dir_opt.c407 IRLoadG *lg; in flatten_Stmt() local
796 IRLoadG* lg = st->Ist.LoadG.details; in handle_gets_Stmt() local
2628 IRLoadG* lg = st->Ist.LoadG.details; in subst_and_fold_Stmt() local
2830 IRLoadG* lg = st2->Ist.LoadG.details; in cprop_BB() local
2883 IRLoadG* lg = lgu->Ist.LoadG.details; in cprop_BB() local
3020 IRLoadG* lg = st->Ist.LoadG.details; in addUses_Stmt() local
4643 IRLoadG* lg = st->Ist.LoadG.details; in deltaIRStmt() local
5182 IRLoadG* lg = st->Ist.LoadG.details; in aoccCount_Stmt() local
5534 IRLoadG* lg = st->Ist.LoadG.details; in atbSubst_Stmt() local
6303 IRLoadG* lg = st->Ist.LoadG.details; in do_XOR_TRANSFORM_IRSB() local
[all …]
Dir_defs.c1512 void ppIRLoadG ( const IRLoadG* lg ) in ppIRLoadG()
2121 IRLoadG* lg = LibVEX_Alloc_inline(sizeof(IRLoadG)); in mkIRLoadG() local
2473 const IRLoadG* lg = s->Ist.LoadG.details; in deepCopyIRStmt() local
3798 const IRLoadG* lg = st->Ist.LoadG.details; in isFlatIRStmt() local
4007 const IRLoadG* lg; in useBeforeDef_Stmt() local
4422 const IRLoadG* lg = stmt->Ist.LoadG.details; in tcStmt() local
/external/libopus/celt/tests/
Dtest_unit_mathops.c233 opus_val32 lg; in testilog2() local
/external/v8/src/crankshaft/s390/
Dlithium-gap-resolver-s390.cc255 __ lg(kSavedValueRegister, source_operand); in EmitMove() local
/external/aac/libArithCoding/src/
Dac_arith_coder.cpp733 int lg, int lg_max, in CArco_DecodeArithData()
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatrep.h243 size_t lg = 0; // Smallest table is just one bucket. in Init() local
/external/valgrind/drd/
Ddrd_load_store.c663 IRLoadG* lg = st->Ist.LoadG.details; in DRD_() local

12