Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 194) sorted by relevance

12345678

/system/keymaster/tests/
Dandroid_keymaster_test_utils.cpp90 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.h59 # 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/
Dsafe_math.h29 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()
Dintrinsic_utils.h83 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/
DBufferedTextOutput.cpp58 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/
Dtimetest.c26 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/
Dintrinsic_tests.cpp30 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/
DPerfTest.cpp56 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/
Dsane_schedstat.c58 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/
Dutils.cpp91 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/
Dintrinsic_benchmark.cpp40 D b[DATA_SIZE]; in BM_Intrinsic() local
72 static void BM_IntrinsicArgs(benchmark::internal::Benchmark* b) { in BM_IntrinsicArgs()
Dbiquad_filter_benchmark.cpp79 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/
DUnionTests.java102 private void shouldBeTheSame(Union a, Union b) { in shouldBeTheSame()
110 private void shouldBeDifferent(Union a, Union b) { in shouldBeDifferent()
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_vendor.c57 #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/
Dmacros.h59 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
63 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/system/libufdt/tests/testdata/
Dapply_fragment-base.dts5 b: b {}; label
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/extension/
DMyExt.h26 std::string b; variable
DMyExtLike.h26 std::string b; variable
DExtendableParcelable.h26 std::string b; variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnDeprecated.h10 #define __assert2(a,b,c,d) ((void)0) argument
DBnNamedCallback.h10 #define __assert2(a,b,c,d) ((void)0) argument
DBnNewName.h10 #define __assert2(a,b,c,d) ((void)0) argument
/system/logging/liblog/
Dlogger_name.cpp50 const char* b; in android_name_to_log_id() local
/system/memory/libmeminfo/tools/
Dprocrank.cpp340 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/
Dlogging_utils.cpp33 for (const uint8_t& b : mac_address) { in GetMacString() local

12345678