/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/ |
D | variadic_mutex.fail.cpp | 33 LG lg = {}; // expected-error{{chosen constructor is explicit in copy-initialization}} in main() local 39 LG lg = {m0, m1}; // expected-error{{chosen constructor is explicit in copy-initialization}} in main() local 45 … LG lg = {m0, m1, m2}; // expected-error{{chosen constructor is explicit in copy-initialization}} in main() local
|
D | variadic_mutex.pass.cpp | 72 LG lg; in main() local 78 LG lg(m1, m2); in main() local 87 LG lg(m1, m2, m3); in main() local 99 LG lg(m1, m2); in main() local 110 LG lg(m1, m2, m3); in main() local
|
D | variadic_adopt_lock.pass.cpp | 40 LG lg(std::adopt_lock); in main() local 47 LG lg(m1, m2, std::adopt_lock); in main() local 57 LG lg(m1, m2, m3, std::adopt_lock); 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
|
D | mutex.pass.cpp | 36 std::lock_guard<std::mutex> lg(m); in f() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | size_classes.sh | 34 lg() { function
|
/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/v8/src/crankshaft/s390/ |
D | lithium-gap-resolver-s390.cc | 255 __ lg(kSavedValueRegister, source_operand); in EmitMove() local
|
/external/libopus/celt/tests/ |
D | test_unit_mathops.c | 271 opus_val32 lg; in testilog2() local
|
/external/valgrind/drd/ |
D | drd_load_store.c | 663 IRLoadG* lg = st->Ist.LoadG.details; in DRD_() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/ |
D | gk104.asm | 603 lg $c bra #spill_cfstack label 661 lg $c bra #shared_loop label 687 lg $c bra #search_cstack label
|
/external/valgrind/lackey/ |
D | lk_main.c | 836 IRLoadG* lg = st->Ist.LoadG.details; in lk_instrument() local
|
/external/syslinux/com32/lua/src/ |
D | ltable.c | 231 int lg; in numusearray() local
|
/external/skia/third_party/lua/src/ |
D | ltable.c | 230 int lg; in numusearray() local
|
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
D | put_long_double.pass.cpp | 58 std::locale lg(lc, new my_numpunct); in test1() local 3019 std::locale lg(lc, new my_numpunct); in test2() local 5980 std::locale lg(lc, new my_numpunct); in test3() local 8941 std::locale lg(lc, new my_numpunct); in test4() local 10728 std::locale lg(lc, new my_numpunct); in test5() local 11341 std::locale lg(lc, new my_numpunct); in test6() local 14303 std::locale lg(lc, new my_numpunct); in test7() local 17265 std::locale lg(lc, new my_numpunct); in test8() local 19053 std::locale lg(lc, new my_numpunct); in test9() local 20843 std::locale lg(lc, new my_numpunct); in test10() local [all …]
|
D | put_double.pass.cpp | 53 std::locale lg(lc, new my_numpunct); in test1() local 3014 std::locale lg(lc, new my_numpunct); in test2() local 5975 std::locale lg(lc, new my_numpunct); in test3() local 8937 std::locale lg(lc, new my_numpunct); in test4() local 10725 std::locale lg(lc, new my_numpunct); in test5() local 12515 std::locale lg(lc, new my_numpunct); in test6() local 14305 std::locale lg(lc, new my_numpunct); in test7() local 16095 std::locale lg(lc, new my_numpunct); in test8() local
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } in lg() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1541 unsigned lg = logBase2(); in nearestLogBase2() local
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1563 unsigned lg = logBase2(); in nearestLogBase2() local
|