/external/valgrind/none/tests/s390x/ |
D | lpr.c | 6 int _new, cc; in lpr() local 10 : "=d" (_new), "=d" (cc) in lpr() 13 *new = _new; in lpr() 19 unsigned long _new; in lpgr() local 24 : "=d" (_new), "=d" (cc) in lpgr() 27 *new = _new; in lpgr() 33 unsigned long _new; in lpgfr() local 38 : "=d" (_new), "=d" (cc) in lpgfr() 41 *new = _new; in lpgfr()
|
/external/mesa3d/src/util/ |
D | u_atomic.h | 68 #define p_atomic_cmpxchg(v, old, _new) \ argument 69 __sync_val_compare_and_swap((v), (old), (_new)) 90 #define p_atomic_cmpxchg(_v, _old, _new) (*(_v) == (_old) ? (*(_v) = (_new), (_old)) : *(_v)) argument 149 #define p_atomic_cmpxchg(_v, _old, _new) (\ argument 150 …sizeof *(_v) == sizeof(char) ? _InterlockedCompareExchange8 ((char *) (_v), (char) (_new), … 151 …sizeof *(_v) == sizeof(short) ? _InterlockedCompareExchange16((short *) (_v), (short) (_new), … 152 …sizeof *(_v) == sizeof(long) ? _InterlockedCompareExchange ((long *) (_v), (long) (_new), … 153 …sizeof *(_v) == sizeof(__int64) ? InterlockedCompareExchange64 ((__int64 *)(_v), (__int64)(_new), … 210 #define p_atomic_cmpxchg(v, old, _new) ((__typeof(*v)) \ argument 211 …sizeof(*v) == sizeof(uint8_t) ? atomic_cas_8 ((uint8_t *)(v), (uint8_t )(old), (uint8_t )(_new))… [all …]
|
/external/libevent/include/event2/ |
D | rpc.h | 322 (void *(*)(void *))request##_new, NULL, \ 325 (void *(*)(void *))reply##_new, NULL, \
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_typ.c | 66 sname *sname##_new(void) \
|
/external/emma/core/java12/com/vladium/jcd/opcodes/ |
D | IOpcodes.java | 208 int _new = 0xBB; // 187 2 +1 field 573 _NARROW_SIZE [_new] = 3;
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 741 (ASN1_new_func *)sname##_new, \ 783 pre stname *fname##_new(void) \ 793 stname *fname##_new(void) \
|
D | stack.h | 225 sk_##name##_new(stack_##name##_cmp_func comp) { \
|
D | asn1.h | 288 OPENSSL_EXPORT type *name##_new(void); \
|
/external/bison/djgpp/ |
D | config.sed | 31 s,\\.new\\.,_new.,g\
|
/external/python/cpython2/Doc/library/ |
D | string.rst | 106 .. _new-string-formatting:
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 1522 .. _new-style-attribute-access: 2431 .. _new-style-special-lookup:
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 324 .. _new-26-context-managers: 1745 .. _new-26-interpreter:
|
D | 2.5.rst | 640 .. _new-25-context-managers:
|
D | 2.7.rst | 889 .. _new-27-interpreter:
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 126 FILE 124 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/_new.h 224 FILE 222 /tmp/ndk-user/tmp/build-stlport/ndk/sources/cxx-stl/stlport/stlport/stl/_new.h
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 121 FILE 119 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/_new.h 225 FILE 223 /tmp/ndk-user/tmp/build-stlport/ndk/sources/cxx-stl/stlport/stlport/stl/_new.h
|
/external/bison/ |
D | ChangeLog-2012 | 6695 * src/symlist.h: Update symbol_list_default*_new prototypes.
|