/external/harfbuzz_ng/src/ |
D | hb-atomic-private.hh | 64 #define hb_atomic_ptr_get(P) (_HBMemoryBarrier (), (void *) *(P)) argument 65 #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N… argument 80 #define hb_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) argument 82 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) (N), … argument 85 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (… argument 87 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t) (… argument 97 #define hb_atomic_ptr_get(P) (void *) (__sync_synchronize (), *(P)) argument 98 #define hb_atomic_ptr_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) argument 109 #define hb_atomic_ptr_get(P) ( ({__machine_rw_barrier ();}), (void *) *(P)) argument 110 #define hb_atomic_ptr_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **) (P),… argument [all …]
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-atomic-private.hh | 64 #define hb_atomic_ptr_get(P) (_HBMemoryBarrier (), (void *) *(P)) argument 65 #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N… argument 80 #define hb_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) argument 82 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) (N), … argument 85 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (… argument 87 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t) (… argument 97 #define hb_atomic_ptr_get(P) (void *) (__sync_synchronize (), *(P)) argument 98 #define hb_atomic_ptr_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) argument 109 #define hb_atomic_ptr_get(P) ( ({__machine_rw_barrier ();}), (void *) *(P)) argument 110 #define hb_atomic_ptr_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **) (P),… argument [all …]
|
/external/libcxx/test/utilities/utility/pairs/pairs.spec/ |
D | comparison.pass.cpp | 27 typedef std::pair<int, short> P; in main() typedef 38 typedef std::pair<int, short> P; in main() typedef 49 typedef std::pair<int, short> P; in main() typedef 60 typedef std::pair<int, short> P; in main() typedef 71 typedef std::pair<int, short> P; in main() typedef 84 typedef std::pair<int, short> P; in main() typedef
|
/external/llvm/include/llvm/Support/ |
D | PointerLikeTypeTraits.h | 36 static inline void *getAsVoidPointer(T* P) { return P; } in getAsVoidPointer() 37 static inline T *getFromVoidPointer(void *P) { in getFromVoidPointer() 56 static inline const void *getAsVoidPointer(const T* P) { in getAsVoidPointer() 59 static inline const T *getFromVoidPointer(const void *P) { in getFromVoidPointer() 69 static inline void *getAsVoidPointer(uintptr_t P) { in getAsVoidPointer() 72 static inline uintptr_t getFromVoidPointer(void *P) { in getFromVoidPointer()
|
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
D | param_ctor_init.pass.cpp | 25 typedef D::param_type P; in main() typedef 33 typedef D::param_type P; in main() typedef 41 typedef D::param_type P; in main() typedef 50 typedef D::param_type P; in main() typedef 59 typedef D::param_type P; in main() typedef 69 typedef D::param_type P; in main() typedef 79 typedef D::param_type P; in main() typedef
|
D | param_ctor_iterator.pass.cpp | 25 typedef D::param_type P; in main() typedef 34 typedef D::param_type P; in main() typedef 43 typedef D::param_type P; in main() typedef 53 typedef D::param_type P; in main() typedef 63 typedef D::param_type P; in main() typedef 74 typedef D::param_type P; in main() typedef 85 typedef D::param_type P; in main() typedef
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/ |
D | stable_partition.pass.cpp | 42 typedef std::pair<int,int> P; in test() typedef 71 typedef std::pair<int,int> P; in test() typedef 111 typedef std::pair<int,int> P; in test() typedef 140 typedef std::pair<int,int> P; in test() typedef 169 typedef std::pair<int,int> P; in test() typedef 198 typedef std::pair<int,int> P; in test() typedef 227 typedef std::pair<int,int> P; in test() typedef 256 typedef std::pair<int,int> P; in test() typedef
|
/external/llvm/include/llvm/IR/ |
D | LegacyPassNameParser.h | 60 virtual bool ignorablePassImpl(const PassInfo *P) const { return false; } in ignorablePassImpl() 62 inline bool ignorablePass(const PassInfo *P) const { in ignorablePass() 71 void passRegistered(const PassInfo *P) override { in passRegistered() 80 void passEnumerate(const PassInfo *P) override { passRegistered(P); } in passEnumerate() 110 bool ignorablePassImpl(const PassInfo *P) const override { in ignorablePassImpl()
|
/external/libcxx/test/containers/unord/unord.multiset/ |
D | eq.pass.cpp | 31 typedef int P; in main() typedef 53 typedef int P; in main() typedef 75 typedef int P; in main() typedef 106 typedef int P; in main() typedef 129 typedef int P; in main() typedef 152 typedef int P; in main() typedef
|
D | load_factor.pass.cpp | 28 typedef int P; in main() typedef 45 typedef int P; in main() typedef 53 typedef int P; in main() typedef 71 typedef int P; in main() typedef
|
D | swap_member.pass.cpp | 33 typedef int P; in main() typedef 62 typedef int P; in main() typedef 110 typedef int P; in main() typedef 152 typedef int P; in main() typedef 214 typedef int P; in main() typedef 243 typedef int P; in main() typedef 291 typedef int P; in main() typedef 333 typedef int P; in main() typedef 395 typedef int P; in main() typedef 424 typedef int P; in main() typedef [all …]
|
/external/libcxx/test/containers/unord/unord.map/ |
D | eq.pass.cpp | 32 typedef std::pair<int, std::string> P; in main() typedef 51 typedef std::pair<int, std::string> P; in main() typedef 70 typedef std::pair<int, std::string> P; in main() typedef 98 typedef std::pair<int, std::string> P; in main() typedef 118 typedef std::pair<int, std::string> P; in main() typedef 138 typedef std::pair<int, std::string> P; in main() typedef
|
D | load_factor.pass.cpp | 29 typedef std::pair<int, std::string> P; in main() typedef 46 typedef std::pair<int, std::string> P; in main() typedef 54 typedef std::pair<int, std::string> P; in main() typedef 72 typedef std::pair<int, std::string> P; in main() typedef
|
D | swap_member.pass.cpp | 34 typedef std::pair<int, std::string> P; in main() typedef 63 typedef std::pair<int, std::string> P; in main() typedef 111 typedef std::pair<int, std::string> P; in main() typedef 153 typedef std::pair<int, std::string> P; in main() typedef 215 typedef std::pair<int, std::string> P; in main() typedef 244 typedef std::pair<int, std::string> P; in main() typedef 292 typedef std::pair<int, std::string> P; in main() typedef 334 typedef std::pair<int, std::string> P; in main() typedef 396 typedef std::pair<int, std::string> P; in main() typedef 425 typedef std::pair<int, std::string> P; in main() typedef [all …]
|
/external/libcxx/test/containers/unord/unord.multimap/ |
D | eq.pass.cpp | 32 typedef std::pair<int, std::string> P; in main() typedef 54 typedef std::pair<int, std::string> P; in main() typedef 76 typedef std::pair<int, std::string> P; in main() typedef 107 typedef std::pair<int, std::string> P; in main() typedef 130 typedef std::pair<int, std::string> P; in main() typedef 153 typedef std::pair<int, std::string> P; in main() typedef
|
D | load_factor.pass.cpp | 29 typedef std::pair<int, std::string> P; in main() typedef 46 typedef std::pair<int, std::string> P; in main() typedef 54 typedef std::pair<int, std::string> P; in main() typedef 72 typedef std::pair<int, std::string> P; in main() typedef
|
D | swap_member.pass.cpp | 35 typedef std::pair<int, std::string> P; in main() typedef 64 typedef std::pair<int, std::string> P; in main() typedef 112 typedef std::pair<int, std::string> P; in main() typedef 156 typedef std::pair<int, std::string> P; in main() typedef 220 typedef std::pair<int, std::string> P; in main() typedef 249 typedef std::pair<int, std::string> P; in main() typedef 297 typedef std::pair<int, std::string> P; in main() typedef 341 typedef std::pair<int, std::string> P; in main() typedef 405 typedef std::pair<int, std::string> P; in main() typedef 434 typedef std::pair<int, std::string> P; in main() typedef [all …]
|
/external/libcxx/test/containers/unord/unord.set/ |
D | eq.pass.cpp | 31 typedef int P; in main() typedef 50 typedef int P; in main() typedef 69 typedef int P; in main() typedef 96 typedef int P; in main() typedef 115 typedef int P; in main() typedef 134 typedef int P; in main() typedef
|
D | load_factor.pass.cpp | 28 typedef int P; in main() typedef 45 typedef int P; in main() typedef 53 typedef int P; in main() typedef 71 typedef int P; in main() typedef
|
D | swap_member.pass.cpp | 33 typedef int P; in main() typedef 62 typedef int P; in main() typedef 110 typedef int P; in main() typedef 152 typedef int P; in main() typedef 214 typedef int P; in main() typedef 243 typedef int P; in main() typedef 291 typedef int P; in main() typedef 333 typedef int P; in main() typedef 395 typedef int P; in main() typedef 424 typedef int P; in main() typedef [all …]
|
/external/arduino/hardware/arduino/cores/arduino/ |
D | pins_arduino.h | 80 #define digitalPinToPort(P) ( pgm_read_byte( digital_pin_to_port_PGM + (P) ) ) argument 81 #define digitalPinToBitMask(P) ( pgm_read_byte( digital_pin_to_bit_mask_PGM + (P) ) ) argument 82 #define digitalPinToTimer(P) ( pgm_read_byte( digital_pin_to_timer_PGM + (P) ) ) argument 83 #define analogInPinToBit(P) (P) argument 84 #define portOutputRegister(P) ( (volatile uint8_t *)( pgm_read_word( port_to_output_PGM + (P))) ) argument 85 #define portInputRegister(P) ( (volatile uint8_t *)( pgm_read_word( port_to_input_PGM + (P))) ) argument 86 #define portModeRegister(P) ( (volatile uint8_t *)( pgm_read_word( port_to_mode_PGM + (P))) ) argument
|
/external/clang/test/Sema/ |
D | typecheck-binop.c | 9 void *sub2(struct incomplete *P) { in sub2() 13 void *sub3(void *P) { in sub3() 17 int sub4(void *P, void *Q) { in sub4() 21 int sub5(void *P, int *Q) { in sub5()
|
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_non_member.pass.cpp | 34 typedef std::pair<int, std::string> P; in main() typedef 63 typedef std::pair<int, std::string> P; in main() typedef 111 typedef std::pair<int, std::string> P; in main() typedef 155 typedef std::pair<int, std::string> P; in main() typedef 219 typedef std::pair<int, std::string> P; in main() typedef 248 typedef std::pair<int, std::string> P; in main() typedef 296 typedef std::pair<int, std::string> P; in main() typedef 340 typedef std::pair<int, std::string> P; in main() typedef 404 typedef std::pair<int, std::string> P; in main() typedef 433 typedef std::pair<int, std::string> P; in main() typedef [all …]
|
/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_non_member.pass.cpp | 33 typedef int P; in main() typedef 62 typedef int P; in main() typedef 110 typedef int P; in main() typedef 152 typedef int P; in main() typedef 214 typedef int P; in main() typedef 243 typedef int P; in main() typedef 291 typedef int P; in main() typedef 333 typedef int P; in main() typedef 395 typedef int P; in main() typedef 424 typedef int P; in main() typedef [all …]
|
/external/libcxx/test/containers/unord/unord.map/unord.map.swap/ |
D | swap_non_member.pass.cpp | 34 typedef std::pair<int, std::string> P; in main() typedef 63 typedef std::pair<int, std::string> P; in main() typedef 111 typedef std::pair<int, std::string> P; in main() typedef 153 typedef std::pair<int, std::string> P; in main() typedef 215 typedef std::pair<int, std::string> P; in main() typedef 244 typedef std::pair<int, std::string> P; in main() typedef 292 typedef std::pair<int, std::string> P; in main() typedef 334 typedef std::pair<int, std::string> P; in main() typedef 396 typedef std::pair<int, std::string> P; in main() typedef 425 typedef std::pair<int, std::string> P; in main() typedef [all …]
|