/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_defines.h | 18 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
H A D | SeekBarPreferenceTest.java | 53 private static final int MIN = 5; field in SeekBarPreferenceTest
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | pubdef.h | 53 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | filters.h | 33 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/aosp12/frameworks/rs/cpp/ |
H A D | Sampler.cpp | 72 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(const sp<RS> &rs) { \ argument
|
/ohos5.0/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/ |
H A D | spi_fuzzer.cpp | 20 constexpr int32_t MIN = 0; variable
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
H A D | qsort.c | 47 #define MIN(a, b) ((a) < (b) ? a : b) macro
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | strstr.c | 56 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
|
H A D | memmem.c | 59 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
|
/ohos5.0/drivers/peripheral/usb/gadget/function/include/ |
H A D | data_fifo.h | 23 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | data_fifo.h | 29 inline int32_t MIN(int32_t a, int32_t b) in MIN() function
|
/aosp12/hardware/ril/libril/ |
H A D | ril_internal.h | 38 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
|
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/ |
H A D | SoftHEVC.h | 39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
H A D | mlmath.h | 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
H A D | mlmath.h | 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | BufLog.cpp | 29 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/aosp12/frameworks/av/media/codec2/components/opus/ |
H A D | C2SoftOpusEnc.h | 22 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/aosp12/system/extras/ioshark/ |
H A D | ioshark_bench.h | 38 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
|
/aosp12/system/chre/chpp/include/chpp/ |
H A D | macros.h | 39 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | MediaBufferGroup.cpp | 32 constexpr T MIN(const T &a, const T &b) { return a <= b ? a : b; } in MIN() function
|
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/ |
H A D | constants.h | 54 constexpr int32_t MIN = 0; variable
|
/aosp12/system/chre/apps/power_test/common/include/generated/ |
H A D | chre_power_test_generated.h | 62 MIN = UNSPECIFIED, enumerator 112 MIN = ACTIVE, enumerator 151 MIN = DEFAULT, enumerator 187 MIN = NON_DFS, enumerator 234 MIN = UNKNOWN, enumerator
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcDec.h | 45 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/aosp12/system/bt/embdrv/sbc/decoder/srce/ |
H A D | bitalloc.c | 99 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/ |
H A D | SoftAVCDec.h | 39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
|