/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | common.c | 99 void rkisp_update_regs(struct rkisp_device *dev, u32 start, u32 end) in rkisp_update_regs() argument 104 if (end > RKISP_ISP_SW_REG_SIZE - 4) { in rkisp_update_regs() 108 for (i = start; i <= end; i += 4) { in rkisp_update_regs() 320 goto end; in rkisp_alloc_common_dummy_buf() 338 goto end; in rkisp_alloc_common_dummy_buf() 342 goto end; in rkisp_alloc_common_dummy_buf() 351 end: in rkisp_alloc_common_dummy_buf()
|
/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
H A D | lexer.cpp | 251 token.kind = (it != keyWords_.end()) ? it->second : TokenType::ID;
in ReadId() 394 token.kind = (iter != symbols_.end()) ? iter->second : TokenType::UNKNOWN;
in ReadShiftLeftOp() 411 token.kind = (iter != symbols_.end()) ? iter->second : TokenType::UNKNOWN;
in ReadShiftRightOp() 428 token.kind = (iter != symbols_.end()) ? iter->second : TokenType::UNKNOWN;
in ReadPPlusOp() 445 token.kind = (iter != symbols_.end()) ? iter->second : TokenType::UNKNOWN;
in ReadMMinusOp() 463 token.kind = (iter != symbols_.end()) ? iter->second : TokenType::UNKNOWN;
in ReadComment() 511 token.kind = (iter != symbols_.end()) ? iter->second : TokenType::UNKNOWN;
in ReadSymbolToken()
|
/drivers/peripheral/sensor/hdi_impl/ |
H A D | sensor_impl.cpp | 43 if (groupCallBackIter == g_groupIdCallBackMap.end()) { in ReportSensorEventsData() 269 if (groupCallBackIter != g_groupIdCallBackMap.end()) { in Register() 271 find_if(g_groupIdCallBackMap[groupId].begin(), g_groupIdCallBackMap[groupId].end(), in Register() 277 if (callBackIter == g_groupIdCallBackMap[groupId].end()) { in Register() 360 if (groupIdCallBackIter == g_groupIdCallBackMap.end()) { in UnregisterImpl() 366 find_if(g_groupIdCallBackMap[groupId].begin(), g_groupIdCallBackMap[groupId].end(), in UnregisterImpl() 370 if (callBackIter == g_groupIdCallBackMap[groupId].end()) { in UnregisterImpl()
|
/third_party/ffmpeg/libavcodec/ |
H A D | bsf.c | 467 goto end; in bsf_list_append_internal() 473 goto end; in bsf_list_append_internal() 478 end: in bsf_list_append_internal() 499 goto end; in av_bsf_list_finalize() 511 end: in av_bsf_list_finalize() 544 goto end; in av_bsf_list_parse_str() 548 end: in av_bsf_list_parse_str()
|
H A D | ac3.c | 175 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, in ff_ac3_bit_alloc_calc_psd() argument 181 for (bin = start; bin < end; bin++) { in ff_ac3_bit_alloc_calc_psd() 190 int band_end = FFMIN(ff_ac3_band_start_tab[band+1], end); in ff_ac3_bit_alloc_calc_psd() 198 } while (end > ff_ac3_band_start_tab[band]); in ff_ac3_bit_alloc_calc_psd() 202 int start, int end, int fast_gain, int is_lfe, in ff_ac3_bit_alloc_calc_mask() 212 if (end <= 0) in ff_ac3_bit_alloc_calc_mask() 217 band_end = ff_ac3_bin_to_band_tab[end-1] + 1; in ff_ac3_bit_alloc_calc_mask() 201 ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd, int start, int end, int fast_gain, int is_lfe, int dba_mode, int dba_nsegs, uint8_t *dba_offsets, uint8_t *dba_lengths, uint8_t *dba_values, int16_t *mask) ff_ac3_bit_alloc_calc_mask() argument
|
/third_party/alsa-utils/bat/ |
H A D | analyze.c | 66 int check_peak(struct bat *bat, struct analyze *a, int end, int peak, float hz, in check_peak() argument 78 10.0 * log10f(p / mean), start * hz, end * hz); in check_peak() 109 int i, start = -1, end = -1, peak = 0, signals = 0; in check() local 132 start = peak = end = i; in check() 137 end = i; in check() 142 err |= check_peak(bat, a, end, peak, hz, mean, in check() 144 end = start = -1; in check()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | BasicTimeZone.java | 75 * @param end The end time of the evaluated time range (inclusive) 83 public boolean hasEquivalentTransitions(TimeZone tz, long start, long end) { in hasEquivalentTransitions() argument 84 return hasEquivalentTransitions(tz, start, end, false); in hasEquivalentTransitions() 95 * @param end The end time of the evaluated time range (inclusive) 108 public boolean hasEquivalentTransitions(TimeZone tz, long start, long end, in hasEquivalentTransitions() argument 147 && tr1.getTime() <= end in hasEquivalentTransitions() 158 && tr2.getTime() <= end in hasEquivalentTransitions() 172 if (tr1.getTime() <= end) { in hasEquivalentTransitions() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | propsvec.cpp | 155 UChar32 start, UChar32 end, in upvec_setValue() 169 start<0 || start>end || end>UPVEC_MAX_CP || in upvec_setValue() 179 limit=end+1; in upvec_setValue() 190 lastRow=_findRow(pv, end); in upvec_setValue() 499 UChar32 start, UChar32 end, in upvec_compactToUTrie2Handler() 506 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, true, pErrorCode); in upvec_compactToUTrie2Handler() 154 upvec_setValue(UPropsVectors *pv, UChar32 start, UChar32 end, int32_t column, uint32_t value, uint32_t mask, UErrorCode *pErrorCode) upvec_setValue() argument 498 upvec_compactToUTrie2Handler(void *context, UChar32 start, UChar32 end, int32_t rowIndex, uint32_t *row, int32_t columns, UErrorCode *pErrorCode) upvec_compactToUTrie2Handler() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | BasicTimeZone.java | 72 * @param end The end time of the evaluated time range (inclusive) 78 public boolean hasEquivalentTransitions(TimeZone tz, long start, long end) { in hasEquivalentTransitions() argument 79 return hasEquivalentTransitions(tz, start, end, false); in hasEquivalentTransitions() 90 * @param end The end time of the evaluated time range (inclusive) 101 public boolean hasEquivalentTransitions(TimeZone tz, long start, long end, in hasEquivalentTransitions() argument 140 && tr1.getTime() <= end in hasEquivalentTransitions() 151 && tr2.getTime() <= end in hasEquivalentTransitions() 165 if (tr1.getTime() <= end) { in hasEquivalentTransitions() [all...] |
/third_party/libwebsockets/lib/core/ |
H A D | logs.c | 375 char *p = buf, *end = p + sizeof(buf) - 1; in __lws_logv() local 426 cxp->prepend(cxp, NULL, &p, end); in __lws_logv() 432 prep(cxp, obj, &p, end); in __lws_logv() 435 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "%s: ", _fun); in __lws_logv() 441 n = vsnprintf(p, lws_ptr_diff_size_t(end, p), format, vl); in __lws_logv() 444 if (p + n > end - 2) { in __lws_logv() 445 p = end - 5; in __lws_logv()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-sqlite.c | 454 char s[2048], *p = s, *end = &s[sizeof(s) - 1], in lws_struct_sq3_create_table() local 457 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), in lws_struct_sq3_create_table() 466 if (subsequent && (end - p) > 4) { in lws_struct_sq3_create_table() 473 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), "%s blob", map->colname); in lws_struct_sq3_create_table() 480 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), "%s integer%s", in lws_struct_sq3_create_table() 485 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), "%s varchar", in lws_struct_sq3_create_table() 492 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), ");"); in lws_struct_sq3_create_table()
|
/third_party/libuv/src/unix/ |
H A D | signal.c | 458 size_t bytes, end, i; in uv__signal_event() local 462 end = 0; in uv__signal_event() 494 /* `end` is rounded down to a multiple of sizeof(uv__signal_msg_t). */ in uv__signal_event() 495 end = (bytes / sizeof(uv__signal_msg_t)) * sizeof(uv__signal_msg_t); in uv__signal_event() 497 for (i = 0; i < end; i += sizeof(uv__signal_msg_t)) { in uv__signal_event() 512 bytes -= end; in uv__signal_event() 518 memmove(buf, buf + end, bytes); in uv__signal_event() 521 } while (end == sizeof buf); in uv__signal_event() 528 /* Compare signums first so all watchers with the same signnum end up in uv__signal_compare()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | MultiOutStream.cpp | 171 if (_length <= s.Start) // we don't close streams after the end, because we still can write them later
427 have very big number of empty streams at the end of Streams[] list.
762 Z7_COM7F_IMF(CMultiOutStream::SetRestriction(UInt64 begin, UInt64 end))
in SetRestriction() argument 766 // begin = end = 0; // for debug
in SetRestriction() 768 PRF(printf("\n==================== CMultiOutStream::SetRestriction %u, %u\n", (unsigned)begin, (unsigned)end));
in SetRestriction() 769 if (begin > end)
in SetRestriction() 776 end = begin; // non-restricted
in SetRestriction() 777 end = (UInt64)(Int64)-1; // saturation:
in SetRestriction() 784 _restrict_End = end;
in SetRestriction() 792 if (begin != end) // i in SetRestriction() [all...] |
/third_party/mbedtls/library/ |
H A D | ecdh.c | 372 const unsigned char *end) in ecdh_read_params_internal() 375 (size_t) (end - *buf)); in ecdh_read_params_internal() 387 const unsigned char *end) in mbedtls_ecdh_read_params() 391 if ((ret = mbedtls_ecp_tls_read_group_id(&grp_id, buf, (size_t) (end - *buf))) in mbedtls_ecdh_read_params() 401 return ecdh_read_params_internal(ctx, buf, end); in mbedtls_ecdh_read_params() 407 buf, end); in mbedtls_ecdh_read_params() 411 buf, end); in mbedtls_ecdh_read_params() 370 ecdh_read_params_internal(mbedtls_ecdh_context_mbed *ctx, const unsigned char **buf, const unsigned char *end) ecdh_read_params_internal() argument 385 mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, const unsigned char **buf, const unsigned char *end) mbedtls_ecdh_read_params() argument
|
/third_party/nghttp2/src/ |
H A D | shrpx_api_downstream_connection.cc | 136 p = std::copy(std::begin(M1), std::end(M1), p); in send_reply() 137 p = std::copy(std::begin(api_status_str), std::end(api_status_str), p); in send_reply() 138 p = std::copy(std::begin(M2), std::end(M2), p); in send_reply() 140 p = std::copy(std::begin(data), std::end(data), p); in send_reply() 141 p = std::copy(std::begin(M3), std::end(M3), p); in send_reply() 198 std::find(std::begin(req.path), std::end(req.path), '?')}; in push_request_headers() 290 p = std::copy(std::begin(s), std::end(s), p); in error_method_not_allowed()
|
H A D | shrpx_router.cc | 45 auto itr = std::lower_bound(std::begin(node->next), std::end(node->next), c, in find_next_node() 48 if (itr == std::end(node->next) || (*itr)->s[0] != c) { in find_next_node() 58 auto itr = std::lower_bound(std::begin(node->next), std::end(node->next), in add_next_node() 285 // We allow match without trailing "/" at the end of pattern. in match_partial() 318 node = match_complete(&offset, &root_, std::begin(host), std::end(host)); in match() 325 std::end(path)); in match() 337 node = match_complete(&offset, &root_, std::begin(s), std::end(s)); in match() 398 ::shrpx::match_prefix(nread, *last_node, std::begin(s), std::end(s)); in match_prefix()
|
/third_party/ninja/src/ |
H A D | manifest_parser.cc | 366 for (vector<EvalString>::iterator i = ins.begin(); i != ins.end(); ++i) { in ParseEdge() 379 v != validations.end(); ++v) { in ParseEdge() 396 remove(edge->inputs_.begin(), edge->inputs_.end(), out); in ParseEdge() 397 if (new_end != edge->inputs_.end()) { in ParseEdge() 398 edge->inputs_.erase(new_end, edge->inputs_.end()); in ParseEdge() 417 std::find(edge->inputs_.begin(), edge->inputs_.end(), edge->dyndep_); in ParseEdge() 418 if (dgi == edge->inputs_.end()) { in ParseEdge()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | propsvec.cpp | 155 UChar32 start, UChar32 end, in upvec_setValue() 169 start<0 || start>end || end>UPVEC_MAX_CP || in upvec_setValue() 179 limit=end+1; in upvec_setValue() 190 lastRow=_findRow(pv, end); in upvec_setValue() 499 UChar32 start, UChar32 end, in upvec_compactToUTrie2Handler() 506 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, true, pErrorCode); in upvec_compactToUTrie2Handler() 154 upvec_setValue(UPropsVectors *pv, UChar32 start, UChar32 end, int32_t column, uint32_t value, uint32_t mask, UErrorCode *pErrorCode) upvec_setValue() argument 498 upvec_compactToUTrie2Handler(void *context, UChar32 start, UChar32 end, int32_t rowIndex, uint32_t *row, int32_t columns, UErrorCode *pErrorCode) upvec_compactToUTrie2Handler() argument
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/ |
H A D | sigstore_common.js | 514 return { start: undefined, end: undefined }; 520 end: isSet(object.end) ? fromJsonTimestamp(object.end) : undefined, 526 message.end !== undefined && (obj.end = message.end.toISOString());
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | writesrc.cpp | 417 UChar32 end = it.getCodepointEnd(); in usrc_writeUnicodeSet() local 418 fprintf(f, " [0x%x, 0x%x],\n", start, end); in usrc_writeUnicodeSet() 435 UChar32 start = 0, end; in usrc_writeUCPMap() local 439 while ((end = ucpmap_getRange(pMap, start, UCPMAP_RANGE_NORMAL, 0, nullptr, nullptr, &value)) >= 0) { in usrc_writeUCPMap() 442 fprintf(f, " {a=0x%x, b=0x%x, v=%u, name=\"%s\"},\n", start, end, value, name); in usrc_writeUCPMap() 444 fprintf(f, " {a=0x%x, b=0x%x, v=%u},\n", start, end, value); in usrc_writeUCPMap() 446 start = end + 1; in usrc_writeUCPMap()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.cpp | 408 UChar32 end = it.getCodepointEnd(); in usrc_writeUnicodeSet() local 409 fprintf(f, " [0x%x, 0x%x],\n", start, end); in usrc_writeUnicodeSet() 426 UChar32 start = 0, end; in usrc_writeUCPMap() local 430 while ((end = ucpmap_getRange(pMap, start, UCPMAP_RANGE_NORMAL, 0, nullptr, nullptr, &value)) >= 0) { in usrc_writeUCPMap() 433 fprintf(f, " {a=0x%x, b=0x%x, v=%u, name=\"%s\"},\n", start, end, value, name); in usrc_writeUCPMap() 435 fprintf(f, " {a=0x%x, b=0x%x, v=%u},\n", start, end, value); in usrc_writeUCPMap() 437 start = end + 1; in usrc_writeUCPMap()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | disassembler.cc | 192 if (iter != directly_accessed_external_refs_.end()) { in RootRelativeName() 293 const V8NameConverter& converter, byte* begin, byte* end, in DecodeIt() 313 while (pc < end) { in DecodeIt() 463 byte* end, CodeReference code, Address current_pc) { in Decode() 474 end, current_pc); in Decode() 478 return DecodeIt(nullptr, nullptr, os, code, v8NameConverter, begin, end, in Decode() 486 byte* end, CodeReference code, Address current_pc) { 291 DecodeIt(Isolate* isolate, ExternalReferenceEncoder* ref_encoder, std::ostream& os, CodeReference code, const V8NameConverter& converter, byte* begin, byte* end, Address current_pc) DecodeIt() argument 462 Decode(Isolate* isolate, std::ostream& os, byte* begin, byte* end, CodeReference code, Address current_pc) Decode() argument
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | gdb-server.cc | 174 if (scriptIterator != scripts_.end()) { in GetModuleDebugHandler() 292 if (it != breakpoints_.end()) { in RemoveBreakpoint() 318 if (isolate_delegates_.find(isolate) == isolate_delegates_.end()) { in AddIsolate() 327 if (it != isolate_delegates_.end()) { in RemoveIsolate() 328 for (auto it = scripts_.begin(); it != scripts_.end();) { in RemoveIsolate() 343 if (it != isolate_delegates_.end()) { in Suspend() 444 const debug::Location& end) { in IsFunctionBlackboxed() 441 IsFunctionBlackboxed( Local<debug::Script> script, const debug::Location& start, const debug::Location& end) IsFunctionBlackboxed() argument
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_time.c | 82 int n, i, i2, l, o, min_l = 11, strict = 0, end = 6, btz = 5, md; in ossl_asn1_time_to_tm() local 103 end = 7; in ossl_asn1_time_to_tm() 128 for (i = 0; i < end; i++) { in ossl_asn1_time_to_tm() 231 for (i = end; i < end + 2; i++) { in ossl_asn1_time_to_tm() 244 if (i == end) in ossl_asn1_time_to_tm() 246 else if (i == end + 1) in ossl_asn1_time_to_tm()
|
/third_party/python/Doc/ |
H A D | make.bat | 80 goto end
125 goto end
167 goto end
180 goto end
187 goto end
191 goto end
193 :end
label
|