/third_party/node/deps/icu-small/source/i18n/ |
H A D | strrepl.cpp | 104 replace(Replaceable& text, int32_t start, int32_t limit, int32_t& cursor) replace() argument
|
H A D | utrans.cpp | 125 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_ argument 112 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) handleReplaceBetween() argument 118 extractBetween(int32_t start, int32_t limit, UnicodeString& target) const extractBetween() argument [all...] |
H A D | formattedval_iterimpl.cpp | 56 int32_t limit = fFields.elementAti(i * 4 + 3); in nextPosition() local
|
H A D | esctrn.cpp | 138 int32_t limit = pos.limit; in handleTransliterate() local
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | uparse.cpp | 81 char *start, *limit; in u_parseDelimitedFile() local [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | uparse.cpp | 81 char *start, *limit; in u_parseDelimitedFile() local [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetASCII.java | 111 decodeLoopCoreOptimized(ByteBuffer source, CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) decodeLoopCoreOptimized() argument 271 encodeLoopCoreOptimized(CharBuffer source, ByteBuffer target, char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, boolean flush) encodeLoopCoreOptimized() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | utrans.cpp | 125 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_ argument 112 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) handleReplaceBetween() argument 118 extractBetween(int32_t start, int32_t limit, UnicodeString& target) const extractBetween() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise08.c | 52 struct rlimit limit; in setup() local
|
/third_party/ltp/testcases/kernel/syscalls/mincore/ |
H A D | mincore01.c | 112 struct rlimit limit; in setup2() local
|
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/ |
H A D | modify_ldt02.c | 73 unsigned int limit; member
|
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 223 GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son, UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 *posRes) GetMatchesSpecN_2() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-allocator.cc | 105 Address limit = lab_.limit(); in MarkLinearAllocationAreaBlack() local 114 Address limit = lab_.limit(); in UnmarkLinearAllocationArea() local 141 Address limit = top + result->second; in EnsureLab() local [all...] |
H A D | heap-controller.cc | 121 size_t limit = (Page::kPageSize > MB ? Page::kPageSize : MB); in MinimumAllocationLimitGrowingStep() local 150 const uint64_t limit = in CalculateAllocationLimit() local
|
/third_party/node/deps/v8/src/execution/ |
H A D | stack-guard.h | 168 void set_jslimit(uintptr_t limit) { in set_jslimit() argument 175 set_climit(uintptr_t limit) set_climit() argument [all...] |
/third_party/node/deps/v8/src/handles/ |
H A D | handles.cc | 109 Address* limit = &impl->blocks()->back()[kHandleBlockSize]; in Extend() local [all...] |
H A D | handles-inl.h | 125 Address* limit = prev_next; in CloseScope() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_pool.c | 209 const size_t limit = pool->max_len / 2; in rand_pool_grow() local
|
/third_party/protobuf/benchmarks/cpp/ |
H A D | cpp_benchmark.cc | 79 WrappingCounter(size_t limit) : value_(0), limit_(limit) {} in WrappingCounter() argument
|
/third_party/openssl/crypto/rand/ |
H A D | rand_pool.c | 209 const size_t limit = pool->max_len / 2; in rand_pool_grow() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | SizedMRUCache.h | 101 size_t shrinkToSize(size_t limit) in shrinkToSize() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 237 const Limit<GLint>& limit = intLimits[idx]; in init() local 243 const Limit<GLint64>& limit = int64Limits[idx]; in init() local 249 const Limit<GLuint64>& limit = uint64Limits[idx]; init() local 255 const Limit<GLfloat>& limit = floatLimits[idx]; init() local 261 const Limit<tcu::IVec3>& limit = ivec3Limits[idx]; init() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | RecordList.java | 68 public int limit() { in limit() method in RecordList
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing_sse41.c | 35 const int limit = (width - 1) & ~15; in ExtractAlpha_SSE41() local
|
H A D | ssim_sse2.c | 50 const int limit = len - 32; in AccumulateSSE_SSE2() local
|