| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_waveform.c | 402 const int limit = s->max - 1; in envelope_instant16() local 497 const int limit = s->max - 1; in envelope_peak16() local 654 update16(uint16_t *target, int max, int intensity, int limit) update16() argument 678 update16_cr(uint16_t *target, int unused, int intensity, int limit) update16_cr() argument 700 const int limit = s->max - 1; lowpass16() local 980 const int limit = s->max - 1; flat16() local 1540 const int limit = s->max - 1; chroma16() local 1747 const int limit = s->max - 1; color16() local 2012 const int limit = s->max - 1; acolor16() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DateTimePatternGenerator.java | 1844 public String toString(int start, int limit) { in toString() argument
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ccapitst.c | 680 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); in TestConvert() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | usettest.cpp | 1773 int32_t limit = 128; in TestExhaustive() local 2503 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UnicodeString &t) { in matches16CPB() argument 3209 int32_t prev=0, limit, length; in testSpan() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ubidi.cpp | 1097 int32_t paraIndex, start, limit; resolveExplicitLevels() local 1113 int32_t paraIndex, start, limit; resolveExplicitLevels() local 1828 setLevelsOutsideIsolates(UBiDi *pBiDi, int32_t start, int32_t limit, UBiDiLevel level) setLevelsOutsideIsolates() argument 1860 processPropertySeq(UBiDi *pBiDi, LevState *pLevState, uint8_t _prop, int32_t start, int32_t limit) processPropertySeq() argument 2125 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) resolveImplicitLevels() argument 2378 start, limit, step, indexOddBit, logicalPos, setParaRunsOnly() local 2748 int32_t start, limit=0; ubidi_setPara() local [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | calendar.cpp | 2020 int32_t limit = monthLen + 7 - ldm; in roll() local 2078 int32_t limit = yearLen + 7 - ldy; in roll() local 2800 int32_t limit; in getLimit() local [all...] |
| H A D | smpdtfmt.cpp | 2637 UDate limit = baseTime + MAX_DAYLIGHT_DETECTION_RANGE; in parse() local
|
| /third_party/libdrm/intel/ |
| H A D | intel_bufmgr_gem.c | 1235 int limit; in drm_intel_gem_bo_purge_vma_cache() local 3049 drm_intel_bufmgr_gem_set_vma_cache_size(drm_intel_bufmgr *bufmgr, int limit) in drm_intel_bufmgr_gem_set_vma_cache_size() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_ra.c | 2379 calc_min_limit_pressure(struct ir3_shader_variant *v, struct ir3_liveness *live, struct ir3_pressure *limit) calc_min_limit_pressure() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_av1.c | 861 int limit = Segmentation_Feature_Max[j]; in segmentation_params() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ubidi.cpp | 1097 int32_t paraIndex, start, limit; resolveExplicitLevels() local 1113 int32_t paraIndex, start, limit; resolveExplicitLevels() local 1828 setLevelsOutsideIsolates(UBiDi *pBiDi, int32_t start, int32_t limit, UBiDiLevel level) setLevelsOutsideIsolates() argument 1860 processPropertySeq(UBiDi *pBiDi, LevState *pLevState, uint8_t _prop, int32_t start, int32_t limit) processPropertySeq() argument 2125 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) resolveImplicitLevels() argument 2378 start, limit, step, indexOddBit, logicalPos, setParaRunsOnly() local 2748 int32_t start, limit=0; ubidi_setPara() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | calendar.cpp | 1926 int32_t limit = monthLen + 7 - ldm; variable 1988 int32_t limit = yearLen + 7 - ldy; variable 2727 int32_t limit; in getLimit() local [all...] |
| H A D | smpdtfmt.cpp | 2588 UDate limit = baseTime + MAX_DAYLIGHT_DETECTION_RANGE; in parse() local
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | encode.c | 1793 uint32_t limit = 1u << 30; in UpdateSizeHint() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_peephole.cpp | 3472 unsigned int nL = 0, nR = 0, limit = 12; in tryPredicateConditional() local
|
| /third_party/lz4/lib/ |
| H A D | lz4.c | 1141 const BYTE* limit = ip + (dictEnd-match); in LZ4_compress_generic_validated() local
|
| H A D | lz4hc.c | 467 LZ4HC_encodeSequence( const BYTE** _ip, BYTE** _op, const BYTE** _anchor, int matchLength, const BYTE* const match, limitedOutput_directive limit, BYTE* oend) LZ4HC_encodeSequence() argument 553 LZ4HC_compress_hashChain( LZ4HC_CCtx_internal* const ctx, const char* const source, char* const dest, int* srcSizePtr, int const maxOutputSize, int maxNbAttempts, const limitedOutput_directive limit, const dictCtx_directive dict ) LZ4HC_compress_hashChain() argument 800 LZ4HC_compress_generic_internal( LZ4HC_CCtx_internal* const ctx, const char* const src, char* const dst, int* const srcSizePtr, int const dstCapacity, int cLevel, const limitedOutput_directive limit, const dictCtx_directive dict ) LZ4HC_compress_generic_internal() argument 1112 LZ4_compressHC_continue_generic(LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int* srcSizePtr, int dstCapacity, limitedOutput_directive limit) LZ4_compressHC_continue_generic() argument 1330 LZ4HC_compress_optimal( LZ4HC_CCtx_internal* ctx, const char* const source, char* dst, int* srcSizePtr, int dstCapacity, int const nbSearches, size_t sufficient_len, const limitedOutput_directive limit, int const fullUpdate, const dictCtx_directive dict, const HCfavor_e favorDecSpeed) LZ4HC_compress_optimal() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-native-context-specialization.cc | 3175 Node* limit = in BuildElementAccess() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | macro-assembler-ia32.cc | 1216 ExternalReference limit = in CallRecordWriteStub() local
|
| /third_party/node/deps/v8/src/handles/ |
| H A D | global-handles.cc | 1733 int limit = size_; in IterateAllRoots() local
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.cc | 998 Address limit = sp() - kSystemPointerSize; in ComputeExpressionsCount() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-number-format.cc | 1873 int32_t limit = cfpos.getLimit(); in ConstructParts() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir_soa.c | 1041 lp_offset_in_range(struct lp_build_nir_context *bld_base, LLVMValueRef offset, LLVMValueRef limit) lp_offset_in_range() argument
|
| /third_party/protobuf/conformance/third_party/jsoncpp/ |
| H A D | jsoncpp.cpp | 3751 void Value::setOffsetLimit(size_t limit) { limit_ = limit; } in setOffsetLimit() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | sink.c | 2628 size_t limit; in get_max_rewind_limit() local 3869 pa_usec_t limit in pa_sink_volume_change_rewind() local [all...] |