Searched defs:_d (Results 1 - 17 of 17) sorted by relevance

/external/llvm/test/MC/MachO/
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 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 Dreloc-pcrel.s9 _d: label
/external/swiftshader/third_party/LLVM/test/MC/MachO/
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 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')
/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/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/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/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/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
H A Dffi.c41 union _d union
52 union _d d[2];
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp1176 uchar* _d = D->data.ptr + i*D->step + j*elem_size; local
1187 _d = d_buf;
1231 block_mul_func( _a, _a_step, _b, _b_step, _d, _d_step,
1234 single_mul_func( _a, _a_step, _b, _b_step, _c, C->step, _d, _d_step,
1240 store_func( _c, C->step, _d, _d_step, D->data.ptr + i*D->step + j*elem_size,
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 839 milliseconds