/external/rust/crates/parking_lot/src/ |
D | deadlock.rs | 75 let _g = m1.lock(); in test_mutex_deadlock() localVariable 81 let _g = m2.lock(); in test_mutex_deadlock() localVariable 87 let _g = m3.lock(); in test_mutex_deadlock() localVariable 110 let _g = m1.lock(); in test_mutex_deadlock_reentrant() localVariable 139 let _g = m1.lock(); in test_remutex_deadlock() localVariable 140 let _g = m1.lock(); in test_remutex_deadlock() localVariable 146 let _g = m2.lock(); in test_remutex_deadlock() localVariable 147 let _g = m2.lock(); in test_remutex_deadlock() localVariable 153 let _g = m3.lock(); in test_remutex_deadlock() localVariable 154 let _g = m3.lock(); in test_remutex_deadlock() localVariable [all …]
|
D | condvar.rs | 439 let _g = m2.lock(); in notify_one() localVariable 490 let _g = m2.lock(); in notify_one_return_true() localVariable 502 let _g = m.lock(); in notify_one_return_false() localVariable 557 let _g = m2.lock(); in wait_for() localVariable 584 let _g = m2.lock(); in wait_until() localVariable 621 let _g = m.lock(); in two_mutexes() localVariable 636 let _g = m2.lock(); in two_mutexes_disjoint() localVariable
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | cv-inline-linetable-unreachable.s | 9 .def _g; 13 .globl _g symbol 15 _g: # @g label 66 .long Lfunc_end0-_g 68 .secrel32 _g 69 .secidx _g 97 .cv_linetable 0, _g, Lfunc_end0
|
D | cv-def-range.s | 9 .def _g; 13 .globl _g symbol 15 _g: # @g label 67 .long Lfunc_end0-_g # Code size 71 .secrel32 _g # Function section relative address 72 .secidx _g # Function section index 95 .cv_linetable 0, _g, Lfunc_end0
|
/external/llvm/test/MC/COFF/ |
D | cv-inline-linetable-unreachable.s | 9 .def _g; 13 .globl _g symbol 15 _g: # @g label 64 .long Lfunc_end0-_g 66 .secrel32 _g 67 .secidx _g 95 .cv_linetable 0, _g, Lfunc_end0
|
D | cv-def-range.s | 9 .def _g; 13 .globl _g symbol 15 _g: # @g label 66 .long Lfunc_end0-_g # Code size 70 .secrel32 _g # Function section relative address 71 .secidx _g # Function section index 94 .cv_linetable 0, _g, Lfunc_end0
|
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | ELF_x86_64_StubBuf.s | 2 # RUN: llvm-rtdyld -print-alloc-requests -triple=x86_64-pc-linux -dummy-extern _g=196608 -verify %t 18 callq _g 19 callq _g 20 callq _g
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | ELF_x86_64_StubBuf.s | 2 # RUN: llvm-rtdyld -print-alloc-requests -triple=x86_64-pc-linux -dummy-extern _g=196608 -verify %T… 18 callq _g 19 callq _g 20 callq _g
|
/external/mesa3d/src/util/format/ |
D | u_format_yuv.h | 62 const float _g = SATURATE(g); in util_format_rgb_float_to_yuv() local 67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv() 68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); in util_format_rgb_float_to_yuv() 69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv() 114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local 118 *g = CLAMP(_g, 0, 255); in util_format_yuv_to_rgb_8unorm()
|
/external/arm-trusted-firmware/include/arch/aarch64/ |
D | smccc_helpers.h | 59 #define SMC_GET_GP(_h, _g) \ argument 60 read_ctx_reg((get_gpregs_ctx(_h)), (_g)) 61 #define SMC_SET_GP(_h, _g, _v) \ argument 62 write_ctx_reg((get_gpregs_ctx(_h)), (_g), (_v))
|
/external/python/cpython2/Lib/ |
D | types.py | 47 def _g(): function 49 GeneratorType = type(_g()) 84 del sys, _f, _g, _C, _x # Not for export
|
/external/llvm-project/llvm/test/MC/MachO/ |
D | symbol-diff.s | 2 _g: label 5 _g.eh:
|
/external/llvm/test/MC/MachO/ |
D | symbol-diff.s | 2 _g: label 5 _g.eh:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | prefixdata.ll | 20 ; MACHO-NEXT: .alt_entry _g 21 ; MACHO-NEXT: _g:
|
D | sibcall-byval.ll | 9 ; 32: jmp _g 12 ; 64: jmp _g
|
D | x86-repmov-copy-eflags.ll | 64 ; CHECK: calll _g 80 ; CHECK: calll _g
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | prefixdata.ll | 20 ; MACHO-NEXT: .alt_entry _g 21 ; MACHO-NEXT: _g:
|
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/ |
D | dh.py | 94 self._g = g 103 self._g == other._g and
|
/external/llvm/test/CodeGen/X86/ |
D | sibcall-byval.ll | 9 ; 32: jmp _g 12 ; 64: jmp _g
|
/external/rust/crates/nix/test/ |
D | test.rs | 79 _g: RwLockWriteGuard<'a, ()> field 87 _g: guard, in new()
|
/external/llvm-project/lld/test/ELF/ |
D | undef-multi.s | 49 .globl _g symbol 50 _g: label
|
/external/python/cpython3/Lib/ |
D | types.py | 25 def _g(): function 27 GeneratorType = type(_g()) 65 del sys, _f, _g, _C, _c, _ag # Not for export
|
/external/llvm-project/clang/test/CXX/over/over.oper/over.literal/ |
D | p2.cpp | 28 void operator "" _g(const char *);
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
D | p2.cpp | 28 void operator "" _g(const char *);
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-04-15-AndVFlagPeepholeBug.ll | 6 ; CHECK: blle _g
|