/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 | 59 # define CHECK_OVERFLOW_OP(a,op,b) \ argument 63 #define CHECK_OVERFLOW(a, op, b) {} argument 68 # define smul(a,b) ( (SAMPPROD)(a)*(b) ) argument 71 # define S_MUL(a,b) sround( smul(a,b) ) argument 73 # define C_MUL(m,a,b) \ argument 90 # define S_MUL(a,b) ( (a)*(b) ) argument 91 #define C_MUL(m,a,b) \ argument 101 # define CHECK_OVERFLOW_OP(a,op,b) /* noop */ argument 104 #define C_ADD( res, a,b)\ argument 110 #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/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/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/extension/ |
D | MyExt.h | 26 std::string b; variable
|
D | MyExtLike.h | 26 std::string b; variable
|
D | ExtendableParcelable.h | 26 std::string b; variable
|
/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
|
D | BnNamedCallback.h | 10 #define __assert2(a,b,c,d) ((void)0) argument
|
D | BnNewName.h | 10 #define __assert2(a,b,c,d) ((void)0) argument
|
/system/logging/liblog/ |
D | logger_name.cpp | 50 const char* b; in android_name_to_log_id() local
|
/system/memory/libmeminfo/tools/ |
D | procrank.cpp | 340 auto pss_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 346 auto uss_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 352 auto rss_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 358 auto vss_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 364 auto swap_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 370 auto oomadj_sort = [](ProcessRecord& a, ProcessRecord& b) { in main()
|
/system/connectivity/wificond/ |
D | logging_utils.cpp | 33 for (const uint8_t& b : mac_address) { in GetMacString() local
|