/third_party/backends/backend/ |
H A D | pieusb_specific.c | 171 #define max(a,b) (((a)>(b))?(a):(b)) macro [all...] |
H A D | snapscan-scsi.c | 1189 double sum, max; in get_focus() local
|
/third_party/curl/lib/ |
H A D | http.c | 3896 unsigned int max = MAX_HTTP_RESP_HEADER_SIZE; in Curl_bump_headersize() local [all...] |
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | cmsis_gcc_m.h | 435 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local 461 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
|
H A D | cmsis_iccarm_m.h | 873 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local 891 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
|
H A D | cmsis_armclang_m.h | 322 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local 348 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
|
H A D | cmsis_clang_m.h | 327 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local 353 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
|
H A D | cmsis_tiarmclang_m.h | 322 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local 348 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterProperty.java | 656 int max; field in UCharacterProperty.NormQuickCheckIntProperty 657 NormQuickCheckIntProperty(int source, int which, int max) { in NormQuickCheckIntProperty() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 3319 private static final int max(int a, int b) { in max() method in UnicodeSet
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 1148 int32_t min, max, gr_min, le_max, ac_min, ac_max, val; in TestGetLimits() local [all...] |
H A D | cucdtst.c | 3092 int32_t max = 0; in TestPropertyNames() local 3149 int32_t i, p, min, max; in TestPropertyValues() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | caltest.cpp | 740 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK); in dowTest() local
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvmbcs.cpp | 739 int32_t min, max, entry, nextState; in getStateProp() local
|
H A D | umutablecptrie.cpp | 740 int32_t max = -1; in findMostUsed() local
|
H A D | uloc_tag.cpp | 410 _isAlphaNumericStringLimitedLength(const char* s, int32_t len, int32_t min, int32_t max) { in _isAlphaNumericStringLimitedLength() argument
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hub.c | 2406 int max; in usb_needs_explore_all() local
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | ehci.c | 821 uint16_t max = 1000; in ehci_dump_isoc() local [all...] |
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 401 __le32 max; member 445 __le32 max; member [all...] |
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 984 int32_t max = u_getIntPropertyMaxValue(prop); in generateRepertoire() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCharacterProperty.java | 637 int max; field in UCharacterProperty.NormQuickCheckIntProperty 638 NormQuickCheckIntProperty(int source, int which, int max) { in NormQuickCheckIntProperty() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 3205 private static final int max(int a, int b) { in max() method in UnicodeSet
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decimfmt.cpp | 1403 int32_t max = fields->properties.maximumIntegerDigits; in setMinimumIntegerDigits() local 1431 int32_t max = fields->properties.maximumFractionDigits; in setMinimumFractionDigits() local 1460 int32_t max = fields->properties.maximumSignificantDigits; setMinimumSignificantDigits() local [all...] |
/third_party/libwebsockets/lib/core/ |
H A D | libwebsockets.c | 133 lws_hex_to_byte_array(const char *h, uint8_t *dest, int max) in lws_hex_to_byte_array() argument 1049 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max) in lws_tokenize_cstr() argument
|
/third_party/libuv/src/unix/ |
H A D | core.c | 1645 int max; in uv_thread_setpriority() local
|