| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_peephole_select.c | 272 nir_opt_collapse_if(nir_if *if_stmt, nir_shader *shader, unsigned limit, in nir_opt_collapse_if() argument 63 block_check_for_allowed_instrs(nir_block *block, unsigned *count, unsigned limit, bool indirect_load_ok, bool expensive_alu_ok) block_check_for_allowed_instrs() argument 375 nir_opt_peephole_select_block(nir_block *block, nir_shader *shader, unsigned limit, bool indirect_load_ok, bool expensive_alu_ok) nir_opt_peephole_select_block() argument 490 nir_opt_peephole_select_impl(nir_function_impl *impl, unsigned limit, bool indirect_load_ok, bool expensive_alu_ok) nir_opt_peephole_select_impl() argument 512 nir_opt_peephole_select(nir_shader *shader, unsigned limit, bool indirect_load_ok, bool expensive_alu_ok) nir_opt_peephole_select() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_limits.h | 241 struct nine_limits limit; in nine_check_sampler_state_value() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | stacks.h | 40 byte* limit = in GetCurrentStackView() local 105 StackMemory(Isolate* isolate, byte* limit) in StackMemory() argument
|
| /third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
| H A D | chunkcopy.h | 107 chunkcopy_core_safe( unsigned char FAR* out, const unsigned char FAR* from, unsigned len, unsigned char FAR* limit) chunkcopy_core_safe() argument 365 chunkcopy_safe( unsigned char FAR* out, const unsigned char FAR* Z_RESTRICT from, unsigned len, unsigned char FAR* limit) chunkcopy_safe() argument 405 chunkcopy_lapped_safe( unsigned char FAR* out, unsigned dist, unsigned len, unsigned char FAR* limit) chunkcopy_lapped_safe() argument 423 chunkcopy_safe_ugly(unsigned char FAR* out, unsigned dist, unsigned len, unsigned char FAR* limit) chunkcopy_safe_ugly() argument [all...] |
| /third_party/node/deps/zlib/contrib/optimizations/ |
| H A D | chunkcopy.h | 118 chunkcopy_core_safe( unsigned char FAR* out, const unsigned char FAR* from, unsigned len, unsigned char FAR* limit) chunkcopy_core_safe() argument 376 chunkcopy_safe( unsigned char FAR* out, const unsigned char FAR* Z_RESTRICT from, unsigned len, unsigned char FAR* limit) chunkcopy_safe() argument 416 chunkcopy_lapped_safe( unsigned char FAR* out, unsigned dist, unsigned len, unsigned char FAR* limit) chunkcopy_lapped_safe() argument 434 chunkcopy_safe_ugly(unsigned char FAR* out, unsigned dist, unsigned len, unsigned char FAR* limit) chunkcopy_safe_ugly() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | bytesinkutil.cpp | 59 ByteSinkUtil::appendChange(const uint8_t *s, const uint8_t *limit, in appendChange() argument 109 ByteSinkUtil::appendUnchanged(const uint8_t *s, const uint8_t *limit, in appendUnchanged() argument
|
| H A D | uarrsort.cpp | 75 uprv_stableBinarySearch(char *array, int32_t limit, void *item, int32_t itemSize, in uprv_stableBinarySearch() argument 169 subQuickSort(char *array, int32_t start, int32_t limit, int32_t itemSize, in subQuickSort() argument [all...] |
| H A D | uvectr32.cpp | 242 void UVector32::setMaxCapacity(int32_t limit) { in setMaxCapacity() argument
|
| H A D | localeprioritylist.cpp | 54 const char *skipSpaces(const char *p, const char *limit) { in skipSpaces() argument 59 int32_t findTagLength(const char *p, const char *limit) { in findTagLength() argument 75 int32_t parseWeight(const char *&p, const char *limit) { in parseWeight() argument 121 const char *limit in LocalePriorityList() local [all...] |
| H A D | unormcmp.cpp | 131 const char16_t *start, *s, *limit; member [all...] |
| H A D | util.cpp | 243 parsePattern(const UnicodeString& pat, const Replaceable& text, int32_t index, int32_t limit) parsePattern() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationdatawriter.cpp | 344 int32_t limit = indexes[startIndex + 1]; in copyData() local
|
| H A D | collationdata.cpp | 130 uint32_t limit = scriptStarts[index + 1]; in getLastPrimaryForGroup() local 371 int32_t limit = scriptStarts[index + 1]; in addLowScriptRange() local 378 int32_t limit = scriptStarts[index + 1]; in addHighScriptRange() local [all...] |
| H A D | strmatch.cpp | 27 StringMatcher(const UnicodeString& theString, int32_t start, int32_t limit, int32_t segmentNum, const TransliterationRuleData& theData) StringMatcher() argument 90 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument 220 replace(Replaceable& text, int32_t start, int32_t limit, int32_t& ) replace() argument [all...] |
| 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/common/unicode/ |
| H A D | uiter.h | 375 int32_t limit; global() member [all...] |
| H A D | uniset.h | 1779 spanBack(const UnicodeString &s, int32_t limit, USetSpanCondition spanCondition) const spanBack() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | multisample.c | 314 GLint limit; in _mesa_check_sample_count() 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...] |