Home
last modified time | relevance | path

Searched defs:_a (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dmktemp.c41 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
/aosp12/system/bt/btif/include/
H A Dbtif_common.h68 #define maybe_non_aligned_memcpy(_a, _b, _c) \ argument
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java100 Key(int _t, String _p, @Nullable String _featureId, IBinder _a, String _w, in Key()
/aosp12/frameworks/av/media/extractors/mp4/
H A DSampleTable.cpp619 int SampleTable::CompareIncreasingTime(const void *_a, const void *_b) { in CompareIncreasingTime()