/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationCL.cpp | 2893 const char *start = kernel_names; in ValidateCreateProgramWithBuiltInKernels() local 2896 const char *end = start; in ValidateCreateProgramWithBuiltInKernels() 2901 const size_t length = end - start; in ValidateCreateProgramWithBuiltInKernels() 2902 if (length != 0u && !ctx.supportsBuiltInKernel(std::string(start, length))) in ValidateCreateProgramWithBuiltInKernels() 2906 start = end; in ValidateCreateProgramWithBuiltInKernels() 2907 } while (*start++ != '\0'); in ValidateCreateProgramWithBuiltInKernels()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | png.c | 74 png_sig_cmp(png_const_bytep sig, size_t start, size_t num_to_check) in png_sig_cmp() argument 84 if (start > 7) in png_sig_cmp() 87 if (start + num_to_check > 8) in png_sig_cmp() 88 num_to_check = 8 - start; in png_sig_cmp() 90 return ((int)(memcmp(&sig[start], &png_signature[start], num_to_check))); in png_sig_cmp() 2215 * start might actually be anywhere if there is no data, but this would be in png_icc_check_tag_table() 2216 * a clear abuse of the intent of the standard so the start is checked for in png_icc_check_tag_table() 2235 "ICC profile tag start not a multiple of 4"); in png_icc_check_tag_table() 3151 * 5+precision - see check at the start in png_ascii_from_fp() [all...] |
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_message.cc | 135 // Functor for sorting extension ranges by their "start" field number. 139 return left->start < right->start; in operator ()() 178 // RunMap maps from fields that start each run to the number of fields in that 506 // We can't start a run of cold chunks. in OnStartChunk() 1547 // speed, it should be close to the start of the object. Placing in GenerateClassDefinition() 1838 sorted_extensions[extension_idx]->start < sorted[i]->number()); in GenerateFieldMetadata() 1847 range->start, range->end); in GenerateFieldMetadata() 3489 vars["start"] = StrCat(range->start); in GenerateSerializeOneExtensionRange() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 1417 u8 *start; in eap_sm_buildNak() local 1438 start = wpabuf_put(resp, 0); in eap_sm_buildNak() 1455 wpa_hexdump(MSG_DEBUG, "EAP: allowed methods", start, found); in eap_sm_buildNak() 1780 "EAP: EAP-Initiate/Re-auth-Start - No suitable ERP keys available - try to start full EAP authentication"); in eap_peer_initiate() 1790 const u8 *start; in eap_peer_finish() local 1864 start = parse.keyname + parse.keyname_len; in eap_peer_finish() 1865 max_len = end - start; in eap_peer_finish()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 1457 u8 *start; in eap_sm_buildNak() local 1478 start = wpabuf_put(resp, 0); in eap_sm_buildNak() 1495 wpa_hexdump(MSG_DEBUG, "EAP: allowed methods", start, found); in eap_sm_buildNak() 1825 "EAP: EAP-Initiate/Re-auth-Start - No suitable ERP keys available - try to start full EAP authentication"); in eap_peer_initiate() 1835 const u8 *start; in eap_peer_finish() local 1909 start = parse.keyname + parse.keyname_len; in eap_peer_finish() 1910 max_len = end - start; in eap_peer_finish()
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 3140 event->pmu->start(event, 0); in __perf_event_stop() 3857 /* start ctx time */ in ctx_sched_in() 4084 event->pmu->start(event, PERF_EF_RELOAD); in perf_adjust_period() 4126 event->pmu->start(event, 0); in perf_adjust_freq_unthr_context() 4151 event->pmu->start(event, delta > 0 ? PERF_EF_RELOAD : 0); in perf_adjust_freq_unthr_context() 5140 * through hoops. We start by grabbing a reference on the ctx. in perf_event_release_kernel() 5571 event->pmu->start(event, PERF_EF_RELOAD); in __perf_event_period() 6091 * they won't start any more (see perf_aux_output_begin()). in perf_mmap_close() 6729 * Normal ->start()/->stop() callbacks run in IRQ mode in scheduler in perf_pmu_snapshot_aux() 6730 * paths. If we start callin in perf_pmu_snapshot_aux() 8142 u64 start; global() member 10215 char *start, *orig, *filename = NULL; perf_event_parse_addr_filter() local [all...] |
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 3072 event->pmu->start(event, 0); in __perf_event_stop() 3908 /* start ctx time */ in ctx_sched_in() 4122 event->pmu->start(event, PERF_EF_RELOAD); in perf_adjust_period() 4164 event->pmu->start(event, 0); in perf_adjust_freq_unthr_context() 4189 event->pmu->start(event, delta > 0 ? PERF_EF_RELOAD : 0); in perf_adjust_freq_unthr_context() 5364 * through hoops. We start by grabbing a reference on the ctx. in perf_event_release_kernel() 5795 event->pmu->start(event, PERF_EF_RELOAD); in __perf_event_period() 6330 * they won't start any more (see perf_aux_output_begin()). in perf_mmap_close() 7036 * Normal ->start()/->stop() callbacks run in IRQ mode in scheduler in perf_pmu_snapshot_aux() 7037 * paths. If we start callin in perf_pmu_snapshot_aux() 8601 u64 start; global() member 10794 char *start, *orig, *filename = NULL; perf_event_parse_addr_filter() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 274 * @return the start buffer value 967 * @param addr start address to invalidate 1265 /* If there is more to load then start next load */ in onenand_read_ops_nolock() 1371 printk(KERN_ERR "%s: Attempted to start read outside oob\n", in onenand_read_oob_nolock() 1996 printk(KERN_ERR "%s: Attempted to start write outside oob\n", in onenand_write_oob_nolock() 2105 * @param ofs offset from device start 2344 pr_debug("%s: start=0x%012llx, len=%llu\n", __func__, in onenand_erase() 2356 * Erase region's start offset is always block start address. in onenand_erase() 2412 * @param ofs offset relative to mtd start 2499 int start, end, block, value, status; onenand_do_lock_cmd() local 3508 flexonenand_check_blocks_erased(struct mtd_info *mtd, int start, int end) flexonenand_check_blocks_erased() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.c | 499 dev_err(&pdev->dev, "QPLIB: NQ BAR region %d resc start is 0!", in bnxt_qplib_map_nq_db() 2137 u32 start, last; in __flush_sq() local 2141 start = sq->swq_start; in __flush_sq() 2145 if (start == last) in __flush_sq() 2166 if (!(*budget) && sq->swq_last != start) in __flush_sq() 2177 u32 start, last; in __flush_rq() local 2195 start = rq->swq_start; in __flush_rq() 2199 if (last == start) in __flush_rq() 2213 if (!*budget && rq->swq_last != start) in __flush_rq()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 48 #define REG_GET(idx, start, end) \ 49 FLD_GET(dispc_read_reg(idx), start, end) 51 #define REG_FLD_MOD(idx, val, start, end) \ 52 dispc_write_reg(idx, FLD_MOD(dispc_read_reg(idx), val, start, end)) 1115 u8 start, end; in dispc_init_fifos() local 1121 dss_feat_get_reg_field(FEAT_REG_FIFOSIZE, &start, &end); in dispc_init_fifos() 1124 size = REG_GET(DISPC_OVL_FIFO_SIZE_STATUS(fifo), start, end); in dispc_init_fifos() 2654 * when downscaling the bottom field may have to start several in dispc_ovl_setup_common() 3543 /* start from OMAP_DSS_VIDEO1 */ in dispc_dump_regs() 3952 dispc.base = devm_ioremap(&pdev->dev, dispc_mem->start, in dispc_bind() [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 1352 printf("|%11.3f ms |%9" PRIu64 " | avg:%8.3f ms | max:%8.3f ms | max start: %12s s | max end: %12s s\n", in output_lat_thread() 2565 * If start time given: in timehist_sched_change_event() 2567 * - tprev is under window user cares about - reset to start of window in timehist_sched_change_event() 2569 if (ptime->start && ptime->start > t) in timehist_sched_change_event() 2572 if (tprev && ptime->start > tprev) in timehist_sched_change_event() 2573 tprev = ptime->start; in timehist_sched_change_event() 2630 if (sched->hist_time.start == 0 && t >= ptime->start) in timehist_sched_change_event() 2631 sched->hist_time.start in timehist_sched_change_event() [all...] |
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | f2fs.h | 282 block_t start_blkaddr; /* start blockaddr of current segment */ 308 block_t lstart; /* logical start address */ 310 block_t start; /* actual start address in dev */ member 317 block_t lstart; /* logical start address */ 319 block_t start; /* actual start address in dev */ member 569 unsigned int ofs; /* start offset of the entry */ 577 unsigned int fofs; /* start offset in a file */ 579 u32 blk; /* start bloc [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 274 * Return: the start buffer value 967 * @addr: start address to invalidate 1265 /* If there is more to load then start next load */ in onenand_read_ops_nolock() 1371 printk(KERN_ERR "%s: Attempted to start read outside oob\n", in onenand_read_oob_nolock() 2005 printk(KERN_ERR "%s: Attempted to start write outside oob\n", in onenand_write_oob_nolock() 2114 * @ofs: offset from device start 2353 pr_debug("%s: start=0x%012llx, len=%llu\n", __func__, in onenand_erase() 2365 * Erase region's start offset is always block start address. in onenand_erase() 2421 * @ofs: offset relative to mtd start 2508 int start, end, block, value, status; onenand_do_lock_cmd() local 3516 flexonenand_check_blocks_erased(struct mtd_info *mtd, int start, int end) flexonenand_check_blocks_erased() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 104 /* Default alignment for start of data in an Rx FD */ 106 /* aligning data start to 64 avoids DMA transaction splits, unless the buffer 225 net_dev->mem_start = (unsigned long)priv->mac_dev->res->start; in dpaa_netdev_init() 286 /* start without the RUNNING flag, phylib controls it later */ in dpaa_netdev_init() 681 u32 start, u32 count, in dpaa_fq_alloc() 695 dpaa_fq[i].fqid = start ? start + i : 0; in dpaa_fq_alloc() 2124 unsigned char *start, i; in dpaa_a050385_wa_skb() local 2130 /* linear buffers just need to have an aligned start */ in dpaa_a050385_wa_skb() 2141 /* all fragments need to have aligned start addresse in dpaa_a050385_wa_skb() 680 dpaa_fq_alloc(struct device *dev, u32 start, u32 count, struct list_head *list, enum dpaa_fq_type fq_type) dpaa_fq_alloc() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 3281 u16 start = eeprom->offset, length = eeprom->len; in bnxt_get_module_eeprom() local 3287 if (start < ETH_MODULE_SFF_8436_LEN) { in bnxt_get_module_eeprom() 3288 if (start + eeprom->len > ETH_MODULE_SFF_8436_LEN) in bnxt_get_module_eeprom() 3289 length = ETH_MODULE_SFF_8436_LEN - start; in bnxt_get_module_eeprom() 3291 start, length, data); in bnxt_get_module_eeprom() 3294 start += length; in bnxt_get_module_eeprom() 3301 start -= ETH_MODULE_SFF_8436_LEN; in bnxt_get_module_eeprom() 3303 start, length, data); in bnxt_get_module_eeprom()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rx.c | 848 void mlx5e_shampo_dealloc_hd(struct mlx5e_rq *rq, u16 len, u16 start, bool close) in mlx5e_shampo_dealloc_hd() argument 854 int i, index = start; in mlx5e_shampo_dealloc_hd() 873 if (start + len > hd_per_wq) { in mlx5e_shampo_dealloc_hd() 874 len -= hd_per_wq - start; in mlx5e_shampo_dealloc_hd() 875 bitmap_clear(shampo->bitmap, start, hd_per_wq - start); in mlx5e_shampo_dealloc_hd() 876 start = 0; in mlx5e_shampo_dealloc_hd() 879 bitmap_clear(shampo->bitmap, start, len); in mlx5e_shampo_dealloc_hd()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 48 #define REG_GET(idx, start, end) \ 49 FLD_GET(dispc_read_reg(idx), start, end) 51 #define REG_FLD_MOD(idx, val, start, end) \ 52 dispc_write_reg(idx, FLD_MOD(dispc_read_reg(idx), val, start, end)) 1113 u8 start, end; in dispc_init_fifos() local 1119 dss_feat_get_reg_field(FEAT_REG_FIFOSIZE, &start, &end); in dispc_init_fifos() 1122 size = REG_GET(DISPC_OVL_FIFO_SIZE_STATUS(fifo), start, end); in dispc_init_fifos() 2652 * when downscaling the bottom field may have to start several in dispc_ovl_setup_common() 3541 /* start from OMAP_DSS_VIDEO1 */ in dispc_dump_regs() 3950 dispc.base = devm_ioremap(&pdev->dev, dispc_mem->start, in dispc_bind() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.c | 387 * This function will start polling entries of a given notification queue 511 dev_err(&pdev->dev, "QPLIB: NQ BAR region %d resc start is 0!", in bnxt_qplib_map_nq_db() 2219 u32 start, last; in __flush_sq() local 2223 start = sq->swq_start; in __flush_sq() 2227 if (start == last) in __flush_sq() 2248 if (!(*budget) && sq->swq_last != start) in __flush_sq() 2259 u32 start, last; in __flush_rq() local 2277 start = rq->swq_start; in __flush_rq() 2281 if (last == start) in __flush_rq() 2295 if (!*budget && rq->swq_last != start) in __flush_rq() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.c | 866 DRM_ERROR("Failed to wait for infoframe to start: %d\n", ret); in vc4_hdmi_write_infoframe() 3444 vc4_hdmi->hdmicore_regs = devm_ioremap(dev, res->start, in vc5_hdmi_init_resources() 3453 vc4_hdmi->hd_regs = devm_ioremap(dev, res->start, resource_size(res)); in vc5_hdmi_init_resources() 3461 vc4_hdmi->cec_regs = devm_ioremap(dev, res->start, resource_size(res)); in vc5_hdmi_init_resources() 3469 vc4_hdmi->csc_regs = devm_ioremap(dev, res->start, resource_size(res)); in vc5_hdmi_init_resources() 3477 vc4_hdmi->dvp_regs = devm_ioremap(dev, res->start, resource_size(res)); in vc5_hdmi_init_resources() 3485 vc4_hdmi->phy_regs = devm_ioremap(dev, res->start, resource_size(res)); in vc5_hdmi_init_resources() 3493 vc4_hdmi->ram_regs = devm_ioremap(dev, res->start, resource_size(res)); in vc5_hdmi_init_resources() 3501 vc4_hdmi->rm_regs = devm_ioremap(dev, res->start, resource_size(res)); in vc5_hdmi_init_resources()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 1377 printf("|%11.3f ms |%9" PRIu64 " | avg:%8.3f ms | max:%8.3f ms | max start: %12s s | max end: %12s s\n", in output_lat_thread() 2621 * If start time given: in timehist_sched_change_event() 2623 * - tprev is under window user cares about - reset to start of window in timehist_sched_change_event() 2625 if (ptime->start && ptime->start > t) in timehist_sched_change_event() 2628 if (tprev && ptime->start > tprev) in timehist_sched_change_event() 2629 tprev = ptime->start; in timehist_sched_change_event() 2686 if (sched->hist_time.start == 0 && t >= ptime->start) in timehist_sched_change_event() 2687 sched->hist_time.start in timehist_sched_change_event() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | diracdec.c | 1936 start = FFMAX(dsty, 0); in dirac_decode_frame_internal() local 1942 if (y == s->blheight-1 || start+p->ybsep > p->height) in dirac_decode_frame_internal() 1943 h = p->height - start; in dirac_decode_frame_internal() 1945 h = p->ybsep - (start - dsty); in dirac_decode_frame_internal() 1952 mctmp += (start - dsty)*p->stride + p->xoffset; in dirac_decode_frame_internal() 1953 ff_spatial_idwt_slice2(&d, start + h); /* decode */ in dirac_decode_frame_internal() 1956 s->diracdsp.add_rect_clamped(frame + start*p->stride, mctmp, p->stride, in dirac_decode_frame_internal() 1957 (int16_t*)(p->idwt.buf) + start*(p->idwt.stride >> 1), (p->idwt.stride >> 1), p->width, h); in dirac_decode_frame_internal() 2011 /* if this is the first keyframe after a sequence header, start our in dirac_decode_picture_header() 2115 * 4 byte start cod [all...] |
/third_party/backends/backend/ |
H A D | artec.c | 291 char *start; in artec_str_list_to_word_list() local 317 start = end + 1; in artec_str_list_to_word_list() 318 end = strchr (start, ','); in artec_str_list_to_word_list() 330 start = temp_str; in artec_str_list_to_word_list() 335 word_list[comma_count] = atol (start); in artec_str_list_to_word_list() 337 start = end + 1; in artec_str_list_to_word_list() 339 end = strchr (start, ','); in artec_str_list_to_word_list() 342 word_list[comma_count] = atol (start); in artec_str_list_to_word_list() 1251 * if we can, start before the desired window since we have to throw away in artec_set_scan_window() 1473 /* setup cmd to start scannin in artec_start_scan() [all...] |
/third_party/curl/lib/ |
H A D | ftp.c | 317 * The start time is stored in progress.t_acceptdata - as set with 491 /* Save the time we start accepting server connect */ in AllowServerConnect() 528 /* macro to check for a three-digit ftp status code at the start of the 906 ftpport fcmd) /* start with this */ in ftp_state_use_port() 1564 /* Got no given size to start from, figure it out */ in ftp_state_ul_setup() 1832 Curl_dyn_ptr(&pp->recvbuf) + 4; /* start on the first letter */ in ftp_state_pasv_resp() 2255 close the connection when we start the connection so it won't cause in ftp_state_retr() 2331 char *start = &buf[4]; in ftp_state_size_resp() local 2332 char *fdigit = memchr(start, '\r', len); in ftp_state_size_resp() 2337 while(ISDIGIT(fdigit[-1]) && (fdigit > start)) in ftp_state_size_resp() 2965 char *start; ftp_statemachine() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | regexcmp.cpp | 310 // Optimization pass 2: match start type in compile() 357 //3 NOP Dummy, so start of pattern looks the same as in doParseActions() 358 // the start of an ( grouping. in doParseActions() 400 // Insert a SAVE operation at the start of the pattern section preceding in doParseActions() 456 // 0: Capture Group start position (in input string being matched.) in doParseActions() 461 // The third location stores the capture start position when an START_CAPTURE is in doParseActions() 471 // On the Parentheses stack, start a new frame and add the positions in doParseActions() 513 // On the Parentheses stack, start a new frame and add the positions in doParseActions() 538 // On the Parentheses stack, start a new frame and add the positions in doParseActions() 579 // 2: fActiveStart, the active bounds start o in doParseActions() [all...] |
/third_party/node/src/ |
H A D | node_file.cc | 1033 const size_t start = chars.size(); in InternalModuleReadJSON() local 1034 chars.resize(start + kBlockSize); in InternalModuleReadJSON() 1037 buf.base = &chars[start]; in InternalModuleReadJSON() 1051 size_t start = 0; in InternalModuleReadJSON() local 1053 start = 3; // Skip UTF-8 BOM. in InternalModuleReadJSON() 1055 const size_t size = offset - start; in InternalModuleReadJSON() 1058 char* p = &chars[start]; in InternalModuleReadJSON() 1087 isolate, &chars[start], v8::NewStringType::kNormal, size) in InternalModuleReadJSON() 2011 // 2 offset where in the buffer to start from 2216 * 2 offset int64. offset to start readin [all...] |