| /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 ==() 137 string b; in hex2str() local 148 bool operator==(const AuthorizationSet& a, const AuthorizationSet& b) { in operator ==() 156 bool operator!=(const AuthorizationSet& a, const AuthorizationSet& b) { in operator !=()
|
| /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
|
| /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() 469 static inline T vsub(T a, T b) { in vsub()
|
| /system/libhwbinder/ |
| D | BufferedTextOutput.cpp | 58 void* b = realloc(buffer, newSize); in append() local 72 void* b = realloc(buffer, 256); in restart() local 149 BufferState* b = getBuffer(); in print() local 212 BufferState* b = getBuffer(); in moveIndent() local 220 BufferState* b = getBuffer(); in pushBundle() local 227 BufferState* b = getBuffer(); in popBundle() local
|
| /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/media/audio_utils/tests/ |
| D | intrinsic_tests.cpp | 30 constexpr TypeParam b = 0.5f; in TYPED_TEST() local 47 constexpr TypeParam b = 2.25f; in TYPED_TEST() local 55 constexpr TypeParam b = 2.5f; in TYPED_TEST() local 75 constexpr TypeParam b = 1.5f; in TYPED_TEST() local
|
| /system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/ |
| D | sha2.c | 50 #define STRINFIGY2(b) #b argument 51 #define STRINGIFY(b) STRINFIGY2(b) argument 52 #define ror(v, b) \ argument 88 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
|
| /system/libhwbinder/vts/performance/ |
| D | PerfTest.cpp | 56 int b[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/extras/sane_schedstat/ |
| D | sane_schedstat.c | 58 static const char *next_line(const char *b) { in next_line() 84 static int parse_cpu_v15(const char *b) { in parse_cpu_v15() 111 static int parse(const char *b) { in parse()
|
| /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() 160 auto b = oBegin; in intersect() local 171 auto processSegment = [&](const PxVec& a, const PxVec& b) -> bool { in intersect() 255 auto b = a; in area() local
|
| /system/media/audio_utils/benchmarks/ |
| D | intrinsic_benchmark.cpp | 40 D b[DATA_SIZE]; in BM_Intrinsic() local 72 static void BM_IntrinsicArgs(benchmark::internal::Benchmark* b) { in BM_IntrinsicArgs()
|
| D | biquad_filter_benchmark.cpp | 79 static void BiquadFilter1DArgs(benchmark::internal::Benchmark* b) { in BiquadFilter1DArgs() 470 static void BiquadFilterQuickArgs(benchmark::internal::Benchmark* b) { in BiquadFilterQuickArgs() 481 static void BiquadFilterFullArgs(benchmark::internal::Benchmark* b) { in BiquadFilterFullArgs() 493 static void BiquadFilterDoubleArgs(benchmark::internal::Benchmark* b) { in BiquadFilterDoubleArgs()
|
| /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/libufdt/sysdeps/ |
| D | libufdt_sysdeps_vendor.c | 57 #define min(a, b) (a) < (b) ? a : b 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()
|
| /system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
| D | macros.h | 59 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument 63 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
|
| /system/chre/util/include/chre/util/ |
| D | macros.h | 59 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument 63 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
|
| /system/libufdt/tests/testdata/ |
| D | apply_fragment-base.dts | 5 b: b {}; label
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
| D | BnDeprecated.h | 10 #define __assert2(a,b,c,d) ((void)0) argument
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/extension/ |
| D | MyExtLike.h | 26 std::string b; variable
|
| D | MyExt.h | 26 std::string b; variable
|
| D | ExtendableParcelable.h | 26 std::string b; variable
|
| /system/logging/liblog/ |
| D | logger_name.cpp | 50 const char* b; in android_name_to_log_id() local
|
| /system/chre/util/tests/ |
| D | copyable_fixed_size_vector_test.cc | 30 CopyableFixedSizeVector<int, 2> b(a); in TEST() local 41 CopyableFixedSizeVector<int, 2> b; in TEST() local
|
| /system/extras/simpleperf/ |
| D | ETMBranchListFile_test.cpp | 29 bool b = s[j >> 3] & (1 << (j & 7)); in TEST() local
|