Home
last modified time | relevance | path

Searched defs:limit (Results 826 - 850 of 1174) sorted by relevance

1...<<31323334353637383940>>...47

/third_party/node/deps/icu-small/source/common/
H A Ducnv_io.cpp553 uint32_t mid, start, limit; in findConverter() local
H A Duresdata.cpp78 int32_t mid, start, limit; in _res_findTableItem() local
109 int32_t mid, start, limit; in _res_findTable32Item() local
[all...]
H A Dmessagepattern.cpp888 MessagePattern::parseArgNumber(const UnicodeString &s, int32_t start, int32_t limit) { in parseArgNumber() argument
932 MessagePattern::parseDouble(int32_t start, int32_t limit, UBool allowInfinity, in parseDouble() argument
1182 appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, UnicodeString &sb) appendReducedApostrophes() argument
[all...]
H A Ducnv_bld.cpp385 uint32_t mid, start, limit; in getAlgorithmicTypeFromName() local
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunistr.h4046 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareBetween() argument
4107 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareCodePointOrderBetween() argument
4180 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const caseCompareBetween() argument
4454 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText) replaceBetween() argument
4460 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) replaceBetween() argument
4519 extractBetween(int32_t start, int32_t limit, char16_t *dst, int32_t dstStart) const extractBetween() argument
4746 removeBetween(int32_t start, int32_t limit) removeBetween() argument
4751 retainBetween(int32_t start, int32_t limit) retainBetween() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drbt_pars.cpp364 int32_t RuleHalf::parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { in parse() argument
399 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) parseSection() argument
928 int32_t limit = rule.length(); parseRules() local
1219 resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit) resemblesPragma() argument
1233 parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parsePragma() argument
1287 parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parseRule() argument
[all...]
H A Dtranslit.cpp647 int32_t limit = index.limit; filteredTransliterate() local
1100 int32_t limit = parser.idBlockVector.size(); createFromRules() local
[all...]
H A Dtransreg.cpp612 int32_t limit = parser.idBlockVector.size(); in reget() local
H A Dolsontz.cpp576 double limit = Grego::fieldsToDay(year+1, 0, 1) * SECONDS_PER_DAY; in useDaylightTime() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp899 int32_t i, start, limit; in findItem() local
/third_party/mesa3d/src/util/
H A Dxxhash.h790 const xxh_u8* const limit = bEnd - 15; in XXH32_endian_align() local
903 const xxh_u8* const limit = bEnd - 16; in XXH32_update() local
1248 const xxh_u8* const limit = bEnd - 32; in XXH64_endian_align() local
1360 const xxh_u8* const limit = bEnd - 32; in XXH64_update() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1405 uint64_t limit = (buf->address + buf->base.width0) - 1; in nv50_set_global_handle() local
/third_party/icu/icu4c/source/io/
H A Duscanf_p.cpp849 char *limit; in u_scanf_string_handler() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dreapits.c2245 int32_t limit = -1; in TestBug8421() local
/third_party/ltp/testcases/kernel/kvm/include/
H A Dkvm_x86_svm.h62 uint32_t limit; member
/third_party/lz4/lib/
H A Dxxhash.c367 const BYTE* const limit = bEnd - 15; in XXH32_endian_align() local
486 const BYTE* const limit = bEnd - 16; in XXH32_update_endian() local
826 const BYTE* const limit = bEnd - 32; in XXH64_endian_align() local
943 const BYTE* const limit = bEnd - 32; in XXH64_update_endian() local
/third_party/lzma/C/
H A DLzFindMt.c587 const UInt32 limit = kMtBtBlockSize - (p->matchMaxLen * 2); in BtGetMatches() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc1019 uint32_t limit = std::min(length, range); in CollectElementIndices() local
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc580 Address limit = Page::FromAllocationAreaAddress(top)->area_end(); in AddFreshPage() local
H A Dheap-inl.h442 Address limit = new_space_->original_limit_relaxed(); in IsPendingAllocationInternal() local
454 Address limit = paged_space->original_limit(); in IsPendingAllocationInternal() local
H A Dpaged-spaces.cc307 void PagedSpace::SetTopAndLimit(Address top, Address limit) { in SetTopAndLimit() argument
383 void PagedSpace::SetLinearAllocationArea(Address top, Address limit) { in SetLinearAllocationArea() argument
589 Address limit = ComputeLimit(start, end, size_in_bytes); TryAllocationFromFreeListMain() local
707 Address limit = new_node.address() + used_size_in_bytes; TryAllocationFromFreeListBackground() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.cc606 int limit = 1000; in wrapTable() local
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc1028 int limit = object->map().NumberOfOwnDescriptors(); in CollectOwnPropertyNames() local
1061 int limit = object->map().NumberOfOwnDescriptors(); in CollectPrivateNames() local
756 CollectOwnPropertyNamesInternal( Handle<JSObject> object, KeyAccumulator* keys, Handle<DescriptorArray> descs, int start_index, int limit) CollectOwnPropertyNamesInternal() argument
H A Dmap-inl.h185 int limit = std::max({kMaxFastProperties, GetInObjectProperties()}); in TooManyFastProperties() local
193 int limit = std::max({kFastPropertiesSoftLimit, GetInObjectProperties()}); in TooManyFastProperties() local
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc677 uint32_t limit = std::min(length, kInterruptLength); in SerializeJSArray() local

Completed in 43 milliseconds

1...<<31323334353637383940>>...47