Searched refs:_d (Results 1 - 25 of 74) sorted by relevance

123

/external/llvm/test/MC/MachO/
H A Ddarwin-complex-difference.s10 .long _c - _d + 4
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
12 // == (_c - _d + 4)
15 _d: label
59 // CHECK: 0xC 0 2 1 X86_64_RELOC_SUBTRACTOR 0 _d
61 // CHECK: 0x8 0 2 1 X86_64_RELOC_SUBTRACTOR 0 _d
85 // CHECK: Name: _d (1)
H A Ddarwin-x86_64-reloc-offsets.s12 _d: label
23 movb $0x12, _d(%rip)
26 movb $0x12, _d + 1(%rip)
29 movl $0x12345678, _d(%rip)
32 movl $0x12345678, _d + 1(%rip)
35 movl $0x12345678, _d + 2(%rip)
38 movl $0x12345678, _d + 3(%rip)
41 movl $0x12345678, _d + 4(%rip)
43 movb %al, _d(%rip)
44 movb %al, _d
[all...]
H A Dtls.s18 .globl _d$tlv$init
20 _d$tlv$init:
24 .globl _d
25 _d: label
28 .quad _d$tlv$init
157 // CHECK: 0x28 0 3 1 X86_64_RELOC_UNSIGNED 0 _d$tlv$init
223 // CHECK: Name: _d (66)
233 // CHECK: Name: _d$tlv$init (1)
H A Dindirect-symbols.s16 .indirect_symbol _d
148 // CHECK: Name: _d (7)
H A Dzerofill-4.s10 .zerofill __DATA,__bss,_d,4,5
81 // CHECK: Name: _d (1)
H A Dreloc-pcrel.s9 _d: label
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Ddarwin-complex-difference.s10 .long _c - _d + 4
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
12 // == (_c - _d + 4)
15 _d: label
101 // CHECK: ('_string', '_d')
H A Ddarwin-x86_64-reloc-offsets.s12 _d: label
23 movb $0x12, _d(%rip)
26 movb $0x12, _d + 1(%rip)
29 movl $0x12345678, _d(%rip)
32 movl $0x12345678, _d + 1(%rip)
35 movl $0x12345678, _d + 2(%rip)
38 movl $0x12345678, _d + 3(%rip)
41 movl $0x12345678, _d + 4(%rip)
43 movb %al, _d(%rip)
44 movb %al, _d
[all...]
H A Dtls.s18 .globl _d$tlv$init
20 _d$tlv$init:
24 .globl _d
25 _d: label
28 .quad _d$tlv$init
226 // CHECK: ('_string', '_d')
234 // CHECK: ('_string', '_d$tlv$init')
H A Dindirect-symbols.s16 .indirect_symbol _d
148 // CHECK: ('_string', '_d')
H A Dzerofill-4.s10 .zerofill __DATA,__bss,_d,4,5
35 // CHECK: ('_string', '_d')
/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp6.cpp8 template<char...> void operator "" _d(); // expected-error {{must have C++ linkage}}
H A Dp2.cpp18 friend void operator "" _d(const char *);
/external/libxml2/python/
H A Ddrv_libxml2.py49 def _d(s): function
57 def _d(s): function
191 eltName = (_d(reader.NamespaceUri()),\
192 _d(reader.LocalName()))
193 eltQName = _d(reader.Name())
198 qname = _d(reader.Name())
199 value = _d(reader.Value())
210 attName = (_d(reader.NamespaceUri()),
211 _d(reader.LocalName()))
224 eltName = _d(reade
[all...]
/external/mesa3d/src/amd/addrlib/inc/
H A Dlnx_common_defs.h119 #define memcpy(_d, _s, _n) __ke_memcpy(_d, _s, _n)
121 #define strcpy(_d, _s) __ke_strcpy(_d, _s)
122 #define strncpy(_d, _s, _n) __ke_strncpy(_d, _s, _n)
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c398 * -- and _d = sum((X - Xavg)²);
433 long double _d[3]; local
456 _d[0] = 0.0;
457 _d[1] = 0.0;
458 _d[2] = 0.0;
539 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars.
549 _d[0] += Table[r]._x * Table[r]._x;
552 _d[1] += Table[r]._lnx * Table[r]._lnx;
555 _d[2] += Table[r]._x * Table[r]._x;
558 /* First pass is terminated; a2 = _q[0]/_d[
[all...]
/external/libdivsufsort/include/
H A Ddivsufsort_private.h154 #define STACK_PUSH(_a, _b, _c, _d)\
158 stack[ssize].c = (_c), stack[ssize++].d = (_d);\
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\
164 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\
166 #define STACK_POP(_a, _b, _c, _d)\
171 (_c) = stack[ssize].c, (_d) = stack[ssize].d;\
173 #define STACK_POP5(_a, _b, _c, _d, _e)\
178 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c446 * -- and _d = sum((X - Xavg)²);
481 long double _d[3][NSCENAR]; local
504 _d[0][i] = 0.0;
505 _d[1][i] = 0.0;
506 _d[2][i] = 0.0;
587 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars.
599 _d[0][i] += Table[r]._x[i] * Table[r]._x[i];
602 _d[1][i] += Table[r]._lnx[i] * Table[r]._lnx[i];
605 _d[2][i] += Table[r]._x[i] * Table[r]._x[i];
609 /* First pass is terminated; a2 = _q[0]/_d[
[all...]
/external/python/cpython3/PCbuild/
H A Didle.bat10 if "%1"=="-d" (set exe=%exe%_d) & shift
H A Drt.bat40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c670 * -- and _d = sum((X - Xavg)²);
705 long double _d[3][NSCENAR]; local
724 _d[0][i] = 0.0;
725 _d[1][i] = 0.0;
726 _d[2][i] = 0.0;
802 * -> "a" factor for linear (0), power (1) and exponential (2) approximations -- with using the _d and _q vars.
814 _d[0][i] += Table[r]._x * Table[r]._x;
817 _d[1][i] += Table[r]._lnx * Table[r]._lnx;
820 _d[2][i] += Table[r]._x * Table[r]._x;
824 /* First pass is terminated; a2 = _q[0]/_d[
[all...]
/external/dtc/
H A Dchecks.c56 #define CHECK_ENTRY(_nm, _fn, _d, _w, _e, ...) \
61 .data = (_d), \
68 #define WARNING(_nm, _fn, _d, ...) \
69 CHECK_ENTRY(_nm, _fn, _d, true, false, __VA_ARGS__)
70 #define ERROR(_nm, _fn, _d, ...) \
71 CHECK_ENTRY(_nm, _fn, _d, false, true, __VA_ARGS__)
72 #define CHECK(_nm, _fn, _d, ...) \
73 CHECK_ENTRY(_nm, _fn, _d, false, false, __VA_ARGS__)
/external/python/cpython2/PC/VS7.1/
H A D_ssl.mak4 SUFFIX=_d.pyd
/external/python/cpython2/PC/VS9.0/
H A Drt.bat40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
/external/python/cpython2/PCbuild/
H A Drt.bat40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts

Completed in 1955 milliseconds

123