Home
last modified time | relevance | path

Searched defs:MIN (Results 26 – 50 of 111) sorted by relevance

12345

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_defines.h18 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DSeekBarPreferenceTest.java53 private static final int MIN = 5; field in SeekBarPreferenceTest
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dpubdef.h53 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dfilters.h33 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/frameworks/rs/cpp/
H A DSampler.cpp72 #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 Dspi_fuzzer.cpp20 constexpr int32_t MIN = 0; variable
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dqsort.c47 #define MIN(a, b) ((a) < (b) ? a : b) macro
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrstr.c56 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
H A Dmemmem.c59 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
/ohos5.0/drivers/peripheral/usb/gadget/function/include/
H A Ddata_fifo.h23 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Ddata_fifo.h29 inline int32_t MIN(int32_t a, int32_t b) in MIN() function
/aosp12/hardware/ril/libril/
H A Dril_internal.h38 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/aosp12/frameworks/av/services/audioflinger/
H A DBufLog.cpp29 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusEnc.h22 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/aosp12/system/extras/ioshark/
H A Dioshark_bench.h38 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
/aosp12/system/chre/chpp/include/chpp/
H A Dmacros.h39 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp32 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 Dconstants.h54 constexpr int32_t MIN = 0; variable
/aosp12/system/chre/apps/power_test/common/include/generated/
H A Dchre_power_test_generated.h62 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 DC2SoftAvcDec.h45 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Dbitalloc.c99 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro

12345