/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | mutex.fail.cpp | 32 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
|
D | adopt_lock.pass.cpp | 39 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
|
D | mutex.pass.cpp | 69 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/ |
D | mutex.pass.cpp | 41 std::lock_guard<std::mutex> lg(m); in f() local 57 std::lock_guard lg(m); in main() local
|
D | mutex.fail.cpp | 23 std::lock_guard<std::mutex> lg = m; // expected-error{{no viable conversion}} in main() local
|
D | copy.fail.cpp | 22 std::lock_guard<std::mutex> lg(lg0); in main() local
|
D | assign.fail.cpp | 23 std::lock_guard<std::mutex> lg(m1); in main() local
|
D | adopt_lock.pass.cpp | 37 std::lock_guard<std::mutex> lg(m, std::adopt_lock); in f() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | size_classes.sh | 34 lg() { function
|
/external/aac/libAACdec/src/ |
D | usacdec_lpd.cpp | 149 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/ |
D | ixheaacd_tcx_fwd_mdct.c | 117 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()
|
D | ixheaacd_tcx_fwd_alcnx.c | 107 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/ |
D | darwin.S | 38 #define lg MODE_CHOICE(lwz,ld) macro
|
D | darwin_closure.S | 41 #define lg MODE_CHOICE(lwz,ld) macro
|
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/ |
D | darwin.S | 38 #define lg MODE_CHOICE(lwz,ld) macro
|
D | darwin_closure.S | 41 #define lg MODE_CHOICE(lwz,ld) macro
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | darwin.S | 38 #define lg MODE_CHOICE(lwz,ld) macro
|
D | darwin_closure.S | 41 #define lg MODE_CHOICE(lwz,ld) macro
|
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 407 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 …]
|
D | ir_defs.c | 1512 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/ |
D | test_unit_mathops.c | 233 opus_val32 lg; in testilog2() local
|
/external/v8/src/crankshaft/s390/ |
D | lithium-gap-resolver-s390.cc | 255 __ lg(kSavedValueRegister, source_operand); in EmitMove() local
|
/external/aac/libArithCoding/src/ |
D | ac_arith_coder.cpp | 733 int lg, int lg_max, in CArco_DecodeArithData()
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatrep.h | 243 size_t lg = 0; // Smallest table is just one bucket. in Init() local
|
/external/valgrind/drd/ |
D | drd_load_store.c | 663 IRLoadG* lg = st->Ist.LoadG.details; in DRD_() local
|