Home
last modified time | relevance | path

Searched defs:lim (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/lzma/C/
DSwapBytes.c105 SwapBytes2_128(CSwapUInt16 *items, const CSwapUInt16 *lim) in SwapBytes2_128()
250 const __m128i *lim = (const __m128i *)lim8; in ShufBytes_128() local
292 const __m256i *lim = (const __m256i *)lim8; in ShufBytes_256() local
384 SwapBytes2_128(CSwapUInt16 *items, const CSwapUInt16 *lim) in SwapBytes2_128()
403 SwapBytes4_128(CSwapUInt32 *items, const CSwapUInt32 *lim) in SwapBytes4_128()
510 SwapBytes2_64(CSwapUInt16 *items, const CSwapUInt16 *lim) in SwapBytes2_64()
539 SwapBytes4_64(CSwapUInt32 *items, const CSwapUInt32 *lim) in SwapBytes4_64()
588 SwapBytes2_32(CSwapUInt16 *items, const CSwapUInt16 *lim) in SwapBytes2_32()
601 SwapBytes4_32(CSwapUInt32 *items, const CSwapUInt32 *lim) in SwapBytes4_32()
645 CSwapUInt16 *lim; in z7_SwapBytes2() local
[all …]
DBra.c78 const Byte *lim; in Z7_BRANCH_FUNC_MAIN() local
130 const Byte *lim; in Z7_BRANCH_FUNC_MAIN() local
161 const Byte *lim; in Z7_BRANCH_FUNC_MAIN() local
205 const Byte *lim; in Z7_BRANCH_FUNC_MAIN() local
263 Byte *lim; in Z7_BRANCH_FUNC_MAIN() local
346 const Byte *lim; in Z7_BRANCH_FUNC_MAIN() local
DDelta.c63 const Byte *lim = data + delta; in Delta_Encode() local
92 const Byte *lim; in Delta_Decode() local
/third_party/node/deps/icu-small/source/i18n/
Dutf16collationiterator.h37 const char16_t *s, const char16_t *p, const char16_t *lim) in UTF16CollationIterator()
51 void setText(const char16_t *s, const char16_t *lim) { in setText()
88 const char16_t *s, const char16_t *p, const char16_t *lim) in FCDUTF16CollationIterator()
/third_party/icu/icu4c/source/i18n/
Dutf16collationiterator.h37 const UChar *s, const UChar *p, const UChar *lim) in UTF16CollationIterator()
51 void setText(const UChar *s, const UChar *lim) { in setText()
88 const UChar *s, const UChar *p, const UChar *lim) in FCDUTF16CollationIterator()
/third_party/skia/third_party/externals/icu/source/i18n/
Dutf16collationiterator.h37 const UChar *s, const UChar *p, const UChar *lim) in UTF16CollationIterator()
51 void setText(const UChar *s, const UChar *lim) { in setText()
88 const UChar *s, const UChar *p, const UChar *lim) in FCDUTF16CollationIterator()
/third_party/rust/crates/rustix/tests/process/
Drlimit.rs7 let lim = rustix::process::getrlimit(Resource::Stack); in test_getrlimit() localVariable
23 let lim = rustix::process::getrlimit(Resource::Core); in test_setrlimit() localVariable
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dprlimit.c27 static const unsigned long long lim = 4; in prlimit_0100() local
47 static const unsigned long long lim = 4; in prlimit_0200() local
/third_party/libwebsockets/lib/roles/mqtt/
Dprimitives.c146 lws_mqtt_str_init(lws_mqtt_str_t *s, uint8_t *buf, uint16_t lim, char nf) in lws_mqtt_str_init()
157 lws_mqtt_str_create(uint16_t lim) in lws_mqtt_str_create()
175 lws_mqtt_str_create_init(uint8_t *buf, uint16_t len, uint16_t lim) in lws_mqtt_str_create_init()
197 lws_mqtt_str_create_cstr_dup(const char *buf, uint16_t lim) in lws_mqtt_str_create_cstr_dup()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java170 final long lim; field in IsValidUtf8TestUtil.Shard
173 public Shard(long index, long start, long lim, long expected) { in Shard()
/third_party/musl/libc-test/src/common/
Dsetrlim.c6 int t_setrlim(int r, long lim) in t_setrlim()
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dshgetc.c8 void __shlim(FILE *f, off_t lim) in __shlim()
Dshgetc.h27 #define shlim(f, lim) __shlim((f), (lim)) argument
Dintscan.c26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan()
/third_party/musl/libc-test/src/regression/
Drlimit-open-files.c11 static const long lim = 100; in main() local
/third_party/musl/porting/uniproton/kernel/src/internal/
Dshgetc.c8 void __shlim(FILE *f, off_t lim) in __shlim()
Dshgetc.h28 #define shlim(f, lim) __shlim((f), (lim)) argument
Dintscan.c26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan()
/third_party/musl/src/internal/
Dshgetc.c8 void __shlim(FILE *f, off_t lim) in __shlim()
Dshgetc.h27 #define shlim(f, lim) __shlim((f), (lim)) argument
Dintscan.c26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dshgetc.c8 void __shlim(FILE *f, off_t lim) in __shlim()
Dintscan.c26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan()
Dshgetc.h28 #define shlim(f, lim) __shlim((f), (lim)) argument
/third_party/nghttp2/src/
Dshrpx_io_control.cc36 IOControl::IOControl(RateLimit *lim) : lim_(lim), rdbits_(0) {} in IOControl()

1234