| /system/core/libcutils/include/cutils/ |
| D | atomic.h | 93 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_inc() local 101 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_dec() local 108 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_add() local 115 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_and() local 122 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_or() local 143 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_acquire_load() local 150 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_release_load() local 174 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_acquire_store() local 183 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_release_store() local 203 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_acquire_cas() local [all …]
|
| /system/core/libcutils/include_outside_system/cutils/ |
| D | atomic.h | 93 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_inc() local 101 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_dec() local 108 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_add() local 115 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_and() local 122 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_or() local 143 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_acquire_load() local 150 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_release_load() local 174 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_acquire_store() local 183 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_release_store() local 203 volatile atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_acquire_cas() local [all …]
|
| /system/security/keystore2/src/database/ |
| D | utils.rs | 25 pub fn with_rows_extract_one<'a, T, F>(rows: &mut Rows<'a>, row_extractor: F) -> Result<T> in with_rows_extract_one() 40 pub fn with_rows_extract_all<'a, F>(rows: &mut Rows<'a>, mut row_extractor: F) -> Result<()> in with_rows_extract_all()
|
| /system/chre/external/kiss_fft/ |
| D | _kiss_fft_guts.h | 60 # define CHECK_OVERFLOW_OP(a,op,b) \ argument 64 #define CHECK_OVERFLOW(a, op, b) {} argument 69 # define smul(a,b) ( (SAMPPROD)(a)*(b) ) argument 72 # define S_MUL(a,b) sround( smul(a,b) ) argument 74 # define C_MUL(m,a,b) \ argument 91 # define S_MUL(a,b) ( (a)*(b) ) argument 92 #define C_MUL(m,a,b) \ argument 102 # define CHECK_OVERFLOW_OP(a,op,b) /* noop */ argument 105 #define C_ADD( res, a,b)\ argument 111 #define C_SUB( res, a,b)\ argument [all …]
|
| D | kissfft.hh | 114 void C_ADD( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a+b;} in C_ADD() 115 void C_MUL( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a*b;} in C_MUL() 116 void C_SUB( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a-b;} in C_SUB() 117 void C_ADDTO( cpx_type & c,const cpx_type & a) { c+=a;} in C_ADDTO() 119 scalar_type S_MUL( const scalar_type & a,const scalar_type & b) { return a*b;} in S_MUL() 120 scalar_type HALF_OF( const scalar_type & a) { return a*.5;} in HALF_OF() 121 void C_MULBYSCALAR(cpx_type & c,const scalar_type & a) {c*=a;} in C_MULBYSCALAR()
|
| /system/keymaster/tests/ |
| D | android_keymaster_test_utils.cpp | 90 bool operator==(const keymaster_key_param_t& a, const keymaster_key_param_t& b) { in operator ==() 136 string hex2str(string a) { in hex2str() 148 bool operator==(const AuthorizationSet& a, const AuthorizationSet& b) { in operator ==() 156 bool operator!=(const AuthorizationSet& a, const AuthorizationSet& b) { in operator !=()
|
| /system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/ |
| D | IFoo.aidl | 28 void someBar(in String a, in String b); in someBar() 29 oneway void someFoo(in byte a); in someFoo() 32 void versionTest_(in String a); in versionTest_() 33 boolean versionTest_two_(in String a); in versionTest_two_()
|
| D | IBar.aidl | 24 String someBar(in String a, in byte b); in someBar() 25 oneway void someFoo(in byte a); in someFoo()
|
| /system/media/audio_utils/include/audio_utils/ |
| D | safe_math.h | 29 auto safe_sub_overflow(const T& a, const U& b) { in safe_sub_overflow() 42 auto safe_add_overflow(const T& a, const U& b) { in safe_add_overflow()
|
| D | intrinsic_utils.h | 83 static inline T vadd(T a, T b) { in vadd() 205 static inline T vmla(T a, S b, F c) { in vmla() 214 static inline T vmla(T a, T b, F c) { in vmla() 261 static inline T vmla(T a, F b, T c) { in vmla() 267 static inline T vmla(T a, T b, T c) { in vmla() 313 static inline auto vmul(T a, F b) { in vmul() 358 static inline T vmul(T a, T b) { in vmul() 434 static inline void vst1(F *f, T a) { in vst1() 469 static inline T vsub(T a, T b) { in vsub()
|
| /system/extras/tests/timetest/ |
| D | timetest.c | 26 static struct timespec ts_sub(struct timespec a, struct timespec b) in ts_sub() 42 static struct timespec ts_min(struct timespec a, struct timespec b) in ts_min() 50 static struct timespec ts_max(struct timespec a, struct timespec b) in ts_max()
|
| /system/libufdt/sysdeps/ |
| D | libufdt_sysdeps_vendor.c | 57 #define min(a, b) (a) < (b) ? a : b argument 73 #define SWAPINIT(a, es) \ argument 78 static __inline void swapfunc(char *a, char *b, int n, int swaptype) { in swapfunc() 82 #define swap(a, b) \ argument 89 #define vecswap(a, b, n) \ argument 92 static __inline char *med3(char *a, char *b, char *c, in med3() 102 char *a = aa; in qsort() local
|
| /system/media/audio_utils/tests/ |
| D | intrinsic_tests.cpp | 29 constexpr TypeParam a = 0.25f; in TYPED_TEST() local 46 constexpr TypeParam a = 2.125f; in TYPED_TEST() local 54 constexpr TypeParam a = 2.25f; in TYPED_TEST() local 74 constexpr TypeParam a = 1.25f; in TYPED_TEST() local
|
| /system/nfc/src/include/ |
| D | nfc_types.h | 66 #define ARRAY8_TO_STREAM(p, a) \ argument 71 #define ARRAY_TO_STREAM(p, a, len) \ argument 93 #define STREAM_TO_ARRAY8(a, p) \ argument 99 #define STREAM_TO_ARRAY(a, p, len) \ argument 129 #define ARRAY_TO_BE_STREAM(p, a, len) \ argument
|
| /system/libufdt/tests/testdata/ |
| D | local_fixup-base.dts | 4 a: a { label
|
| D | base_no_symbols-overlay.dts | 5 a: a {}; label
|
| D | no_local_fixup-base.dts | 3 a: a { label
|
| D | overlay_2_layers-base.dts | 3 a: a { label
|
| D | local_fixup_with_offset-base.dts | 4 a: a { label
|
| D | node_ordering-base.dts | 4 a: a { label
|
| /system/libhwbinder/vts/performance/ |
| D | PerfTest.cpp | 55 int a[2]; in createPipePair() local 82 Results Results::combine(const Results& a, const Results& b) { in combine() 185 PResults PResults::combine(const PResults& a, const PResults& b) { in combine()
|
| /system/teeui/libteeui/src/ |
| D | utils.cpp | 91 Color drawLinePoint(Point<pxs> a, Point<pxs> b, Point<pxs> px_origin, Color c, pxs width) { in drawLinePoint() 128 optional<PxPoint> intersect(const PxVec& a, const PxPoint& b, const PxVec& c, const PxPoint& d) { in intersect() 161 auto a = b; in intersect() local 171 auto processSegment = [&](const PxVec& a, const PxVec& b) -> bool { in intersect() 253 auto a = begin; in area() local
|
| /system/tools/aidl/tests/java/src/android/aidl/tests/ |
| D | UnionTests.java | 102 private void shouldBeTheSame(Union a, Union b) { in shouldBeTheSame() 110 private void shouldBeDifferent(Union a, Union b) { in shouldBeDifferent()
|
| /system/extras/showslab/ |
| D | showslab.c | 9 #define STRINGIFY_ARG(a) #a argument 10 #define STRINGIFY(a) STRINGIFY_ARG(a) argument 169 static struct slab_info *merge_objs(struct slab_info *a, struct slab_info *b) in merge_objs() 195 struct slab_info *a, *b; in slabsort() local 224 static int sort_name(const struct slab_info *a, const struct slab_info *b) in sort_name()
|
| /system/tools/aidl/ |
| D | generate_cpp_analyzer.cpp | 52 for (const unique_ptr<AidlArgument>& a : method.GetArguments()) { in GenerateAnalyzerTransaction() local 81 for (const auto& a : method.GetArguments()) { in GenerateAnalyzerTransaction() local 104 for (const auto& a : method.GetArguments()) { in GenerateAnalyzerTransaction() local
|