Home
last modified time | relevance | path

Searched defs:limit (Results 751 - 775 of 1075) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/node/deps/icu-small/source/i18n/
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/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
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc190 void RegExpMacroAssemblerARM::CheckCharacterGT(base::uc16 limit, in CheckCharacterGT() argument
213 void RegExpMacroAssemblerARM::CheckCharacterLT(base::uc16 limit, in CheckCharacterLT() argument
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc225 void RegExpMacroAssemblerMIPS::CheckCharacterGT(base::uc16 limit, in CheckCharacterGT() argument
246 void RegExpMacroAssemblerMIPS::CheckCharacterLT(base::uc16 limit, in CheckCharacterLT() argument
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc181 void RegExpMacroAssemblerLOONG64::CheckCharacterGT(base::uc16 limit, in CheckCharacterGT() argument
202 void RegExpMacroAssemblerLOONG64::CheckCharacterLT(base::uc16 limit, in CheckCharacterLT() argument
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc187 void RegExpMacroAssemblerMIPS::CheckCharacterGT(base::uc16 limit, in CheckCharacterGT() argument
208 void RegExpMacroAssemblerMIPS::CheckCharacterLT(base::uc16 limit, in CheckCharacterLT() argument
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc174 void RegExpMacroAssemblerIA32::CheckCharacterGT(base::uc16 limit, in CheckCharacterGT() argument
176 __ cmp(current_character(), limit); in CheckCharacterGT() local
193 void RegExpMacroAssemblerIA32::CheckCharacterLT(base::uc16 limit, in CheckCharacterLT() argument
195 __ cmp(current_character(), limit); in CheckCharacterLT() local
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc207 void RegExpMacroAssemblerPPC::CheckCharacterGT(base::uc16 limit, in CheckCharacterGT() argument
230 void RegExpMacroAssemblerPPC::CheckCharacterLT(base::uc16 limit, in CheckCharacterLT() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc750 uint32_t limit = LoadPacked24Unsigned(insn); in RawMatch() local
759 uint32_t limit = LoadPacked24Unsigned(insn); in RawMatch() local
989 uint16_t limit = Load16Aligned(pc + 6); in RawMatch() local

Completed in 44 milliseconds

1...<<31323334353637383940>>...43