Home
last modified time | relevance | path

Searched defs:max (Results 1076 - 1100 of 1413) sorted by relevance

1...<<41424344454647484950>>...57

/third_party/backends/backend/
H A Dpieusb_specific.c171 #define max(a,b) (((a)>(b))?(a):(b)) macro
[all...]
H A Dsnapscan-scsi.c1189 double sum, max; in get_focus() local
/third_party/curl/lib/
H A Dhttp.c3896 unsigned int max = MAX_HTTP_RESP_HEADER_SIZE; in Curl_bump_headersize() local
[all...]
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h435 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 Dcmsis_iccarm_m.h873 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 Dcmsis_armclang_m.h322 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 Dcmsis_clang_m.h327 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 Dcmsis_tiarmclang_m.h322 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 DUCharacterProperty.java656 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 DUnicodeSet.java3319 private static final int max(int a, int b) { in max() method in UnicodeSet
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1148 int32_t min, max, gr_min, le_max, ac_min, ac_max, val; in TestGetLimits() local
[all...]
H A Dcucdtst.c3092 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 Dcaltest.cpp740 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK); in dowTest() local
/third_party/icu/icu4c/source/common/
H A Ducnvmbcs.cpp739 int32_t min, max, entry, nextState; in getStateProp() local
H A Dumutablecptrie.cpp740 int32_t max = -1; in findMostUsed() local
H A Duloc_tag.cpp410 _isAlphaNumericStringLimitedLength(const char* s, int32_t len, int32_t min, int32_t max) { in _isAlphaNumericStringLimitedLength() argument
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c2406 int max; in usb_needs_explore_all() local
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c821 uint16_t max = 1000; in ehci_dump_isoc() local
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h401 __le32 max; member
445 __le32 max; member
[all...]
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp984 int32_t max = u_getIntPropertyMaxValue(prop); in generateRepertoire() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCharacterProperty.java637 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 DUnicodeSet.java3205 private static final int max(int a, int b) { in max() method in UnicodeSet
/third_party/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1403 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 Dlibwebsockets.c133 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 Dcore.c1645 int max; in uv_thread_setpriority() local

Completed in 103 milliseconds

1...<<41424344454647484950>>...57