/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 4262 unsigned int cur, limit, old_limit; in stbi__zexpand() local [all...] |
H A D | wuffs-v0.3.c | 11289 wuffs_base__io_reader__limit(const uint8_t** ptr_io2_r, const uint8_t* iop_r, uint64_t limit) wuffs_base__io_reader__limit() argument 11396 wuffs_base__io_writer__limit(uint8_t** ptr_io2_w, uint8_t* iop_w, uint64_t limit) wuffs_base__io_writer__limit() argument [all...] |
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 4662 int limit; /* Size limit */ in cupsdUpdateLDAPBrowse() local
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 534 void u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, in u_enumCharNames() argument 877 void ubidi_setLine(const UBiDi *pParaBiDi, int32_t start, int32_t limit, UBiDi *pLineBiDi, UErrorCode *pErrorCode) in ubidi_setLine() argument 2469 utrans_transUChars(const UTransliterator *trans, UChar *text, int32_t *textLength, int32_t textCapacity, int32_t start, int32_t *limit, UErrorCode *status) utrans_transUChars() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 738 Node* limit = gasm_->LoadFromObject(MachineType::Pointer(), limit_address, 0); in StackCheck() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 1694 int64_t limit = external_memory_.limit(); in ReportExternalMemoryPressure() local [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 705 CallSiteBuilder(Isolate* isolate, FrameSkipMode mode, int limit, in CallSiteBuilder() argument 1158 Handle<FixedArray> CaptureSimpleStackTrace(Isolate* isolate, int limit, in CaptureSimpleStackTrace() argument 1198 int limit = stack_trace_limit; in CaptureAndSetErrorStack() local 1231 int limit = CaptureAndSetErrorStack() local 1326 StackFrameBuilder(Isolate* isolate, int limit) StackFrameBuilder() argument 1355 CaptureDetailedStackTrace( int limit, StackTrace::StackTraceOptions options) CaptureDetailedStackTrace() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 6678 void CaptureStringLimit(const GLchar *str, uint32_t limit, ParamCapture *paramCapture) in CaptureStringLimit() argument
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 733 png_alloc_size_t limit; /* Highest current allocation */ member 2410 double limit; /* limit o member 6709 transform_range_check(png_const_structp pp, unsigned int r, unsigned int g, unsigned int b, unsigned int a, unsigned int in_digitized, double in, unsigned int out, png_byte sample_depth, double err, double limit, const char *name, double digitization_error) transform_range_check() argument [all...] |
/third_party/toybox/generated/ |
H A D | globals.h | 560 char *base, *limit, *avail; member
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 317 const char *limit; /* End of delimited region or end of buffer. */ member 381 decode_longvarint64(upb_decstate *d, const char *ptr, const char *limit, uint64_t *val) decode_longvarint64() argument 400 decode_varint64(upb_decstate *d, const char *ptr, const char *limit, uint64_t *val) decode_varint64() argument 410 decode_varint32(upb_decstate *d, const char *ptr, const char *limit, uint32_t *val) decode_varint32() argument 821 char *buf, *ptr, *limit; global() member [all...] |
/third_party/python/Python/ |
H A D | compile.c | 8612 int limit = block->b_iused - *ix; in swaptimize() local
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 11767 long limit; in os_fpathconf_impl() local 11796 long limit; in os_pathconf_impl() local [all...] |
/third_party/python/Objects/ |
H A D | unicodeobject.c | 7048 unicode_encode_ucs1(PyObject *unicode, const char *errors, const Py_UCS4 limit) unicode_encode_ucs1() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 5887 public void setRange(int start, int limit) {} in setRange() argument 6413 public static final int codePointAt(char[] text, int index, int limit) { in codePointAt() argument 6486 codePointBefore(char[] text, int index, int limit) codePointBefore() argument 6563 codePointCount(CharSequence text, int start, int limit) codePointCount() argument 6593 codePointCount(char[] text, int start, int limit) codePointCount() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 5144 public void setRange(int start, int limit) {} in setRange() argument 5585 public static final int codePointAt(char[] text, int index, int limit) { in codePointAt() argument 5655 codePointBefore(char[] text, int index, int limit) codePointBefore() argument 5728 codePointCount(CharSequence text, int start, int limit) codePointCount() argument 5757 codePointCount(char[] text, int start, int limit) codePointCount() argument [all...] |
/third_party/libbpf/src/ |
H A D | libbpf.c | 268 struct rlimit limit; in pr_perm_msg() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context.cpp | 9395 GLint64 limit = attrib.getCachedElementLimit(); updateVertexElementLimitsImpl() local [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 8661 uintptr_t limit = in Initialize() local
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 302 const char *limit; /* End of delimited region or end of buffer. */ member 332 decode_longvarint64(upb_decstate *d, const char *ptr, const char *limit, uint64_t *val) decode_longvarint64() argument 351 decode_varint64(upb_decstate *d, const char *ptr, const char *limit, uint64_t *val) decode_varint64() argument 361 decode_varint32(upb_decstate *d, const char *ptr, const char *limit, uint32_t *val) decode_varint32() argument 764 char *buf, *ptr, *limit; global() member 8088 char *buf, *ptr, *limit; global() member 9201 upb_jsonparser_frame *limit; global() member 9451 const char *limit = ptr + len; base64_push() local 10760 const char *limit = ptr + len; lower_camel_push() local 12851 const char *limit = data + sizeof(data); putbytes() local 13192 const char* limit = str + len; repeated_str_fieldmask() local [all...] |
H A D | upb.h | 6149 upb_pbdecoder_frame *stack, *top, *limit; member
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 10395 wuffs_base__io_reader__limit(const uint8_t** ptr_io2_r, const uint8_t* iop_r, uint64_t limit) wuffs_base__io_reader__limit() argument 10501 wuffs_base__io_writer__limit(uint8_t** ptr_io2_w, uint8_t* iop_w, uint64_t limit) wuffs_base__io_writer__limit() argument [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 76682 int limit = pOld->nCell; global() local 176485 int limit = 0; global() local 209384 unsigned int limit; global() local [all...] |