/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-common.c | 809 q_data->rect.left = 0; in coda_s_fmt() 876 r.left = 0; in coda_s_fmt_vid_cap() 1031 r.left = 0; in coda_g_selection() 1080 s->r.left = 0; in coda_s_selection() 2040 q_data_dst->rect.left = 0; in coda_start_streaming()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegdec.c | 1080 int left[4], top[4], topleft[4]; in ljpeg_decode_rgb_scan() local 1127 top[i] = left[i] = topleft[i] = buffer[0][i]; in ljpeg_decode_rgb_scan() 1147 top[i] = left[i]= topleft[i]= 1 << (s->bits - 1); in ljpeg_decode_rgb_scan() 1163 pred = left[i]; in ljpeg_decode_rgb_scan() 1171 left[i] = buffer[mb_x][i] = in ljpeg_decode_rgb_scan()
|
H A D | aacdec_template.c | 202 uint8_t (*layout_map)[3], int offset, uint64_t left, in assign_pair() 207 .av_position = left | right, in assign_pair() 218 .av_position = left, in assign_pair() 229 if (left != UINT64_MAX) in assign_pair() 230 *layout |= left; in assign_pair() 2966 // of a transform but with even symmetry on the left and odd symmetry on 201 assign_pair(struct elem_to_channel e2c_vec[MAX_ELEM_ID], uint8_t (*layout_map)[3], int offset, uint64_t left, uint64_t right, int pos, uint64_t *layout) assign_pair() argument
|
H A D | h264_metadata_bsf.c | 258 CROP(left, crop_unit_x); in h264_metadata_update_sps() 640 { "crop_left", "Set left border crop offset",
|
/third_party/curl/lib/vssh/ |
H A D | libssh2.c | 3119 timediff_t left = 1000; in ssh_block_statemach() local 3134 left = Curl_timeleft(data, NULL, FALSE); in ssh_block_statemach() 3135 if(left < 0) { in ssh_block_statemach() 3158 left>1000?1000:left); in ssh_block_statemach()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 805 # Both the left and right patterns are "b" when isnan(a), so this is exact. 807 # The left pattern is 0.0 when isnan(a) (because fmin(fsat(NaN), b) -> 997 # Clean up junk left from 8-bit integer to 16-bit integer lowering. 2025 for left, right in itertools.combinations_with_replacement(invert.keys(), 2): 2026 optimizations.append((('inot', ('ior(is_used_once)', (left, a, b), (right, c, d))), 2027 ('iand', (invert[left], a, b), (invert[right], c, d)))) 2028 optimizations.append((('inot', ('iand(is_used_once)', (left, a, b), (right, c, d))), 2029 ('ior', (invert[left], a, b), (invert[right], c, d)))) 2350 # left with just the original variable "a". 2740 # extract. The inner shift removes the bits above b + c by shifting left [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrtran.c | 421 png_byte left; member 645 t->left = (png_byte)i; in png_set_quantize() 663 if ((int)png_ptr->index_to_palette[p->left] in png_set_quantize() 672 j = p->left; in png_set_quantize() 678 next_j = p->left; in png_set_quantize()
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 648 struct rb_node *left = rb_first_cached(&cfs_rq->tasks_timeline); in __pick_first_entity() local 650 if (!left) { in __pick_first_entity() 654 return rb_entry(left, struct sched_entity, run_node); in __pick_first_entity() 823 * only 1/2 of the left utilization budget: 2432 * just one node left in each "group", the in preferred_group_nid() 4670 struct sched_entity *left = __pick_first_entity(cfs_rq); in pick_next_entity() local 4674 * If curr is set we have to see if its left of the leftmost entity in pick_next_entity() 4677 if (!left || (curr && entity_before(curr, left))) { in pick_next_entity() 4678 left in pick_next_entity() [all...] |
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 641 struct rb_node *left = rb_first_cached(&cfs_rq->tasks_timeline); in __pick_first_entity() local 643 if (!left) in __pick_first_entity() 646 return rb_entry(left, struct sched_entity, run_node); in __pick_first_entity() 810 * only 1/2 of the left utilization budget: 2378 * just one node left in each "group", the in preferred_group_nid() 4738 struct sched_entity *left = __pick_first_entity(cfs_rq); in pick_next_entity() local 4742 * If curr is set we have to see if its left of the leftmost entity in pick_next_entity() 4745 if (!left || (curr && entity_before(curr, left))) in pick_next_entity() 4746 left in pick_next_entity() [all...] |
/third_party/backends/backend/ |
H A D | canon_lide70-common.c | 75 unsigned char value_08, value_09; /* left */ 3051 int left; in CANON_set_scan_parameters() local 3076 left = SANE_UNFIX (chndl->val[opt_tl_x].w) / MM_IN_INCH * 600; in CANON_set_scan_parameters() 3096 DBG (2, "left = %d, top = %d\n", left, top); in CANON_set_scan_parameters() 3100 if ((left < 0) || (right > CANON_MAX_WIDTH)) in CANON_set_scan_parameters() 3110 if (((right - left) < 10) || ((bottom - top) < 10)) in CANON_set_scan_parameters() 3127 chndl->x1 = left; in CANON_set_scan_parameters() 3128 chndl->x2 = left + widthi; in CANON_set_scan_parameters()
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 953 "media-left-margin", left_margin); in create_media_col() 1656 "media-left-margin-supported", in add_margin_attributes() 1922 "media-left-margin", in add_mediadatabase_attributes() 2071 bottom, left, right, top; in get_pagesize() local 2077 &bottom, &left, &right, &top,ppdname); in get_pagesize() 2454 strstr(keyword, "-left") || in get_finishingtemplate() 2688 bottom, left, right, top; in get_cluster_sizes() local 2709 left = 0; in get_cluster_sizes() 2714 &bottom, &left, &right, &top, ppdname); in get_cluster_sizes() 2964 bottom, left, righ in get_cluster_default_attributes() local 7669 int count, left, right, bottom, top; update_cups_queues() local [all...] |
/kernel/linux/linux-5.10/drivers/devfreq/event/ |
H A D | exynos-ppmu.c | 72 PPMU_EVENT(mfc-left),
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | entry.S | 116 ;; We left an unused word on the stack just above pt_regs.
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | decbin.S | 128 | (i.e., all digits assumed left of the decimal point.) 174 | (i.e., all digits assumed left of the decimal point.)
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | decbin.S | 128 | (i.e., all digits assumed left of the decimal point.) 174 | (i.e., all digits assumed left of the decimal point.)
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov9640.c | 574 sel->r.left = 0; in ov9640_get_selection()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | dm355_ccdc.c | 219 horz_start = image_win->left << (ppc - 1); in ccdc_setwin()
|
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 246 define_event_symbols(event, ev_name, args->op.left); in define_event_symbols()
|
/kernel/linux/linux-6.6/drivers/devfreq/event/ |
H A D | exynos-ppmu.c | 72 PPMU_EVENT(mfc-left),
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-cmdq.c | 454 path->bounds[i].left = 0; in mdp_cmdq_send()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov9640.c | 574 sel->r.left = 0; in ov9640_get_selection()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_vbt_defs.h | 859 u8 left; /* 238+ */ member
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 245 define_event_symbols(event, ev_name, args->op.left); in define_event_symbols()
|
/third_party/glfw/src/ |
H A D | win32_platform.h | 556 void _glfwGetWindowFrameSizeWin32(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
|
/third_party/gn/src/gn/ |
H A D | scope.cc | 275 Err(binary->left()->GetRange(), "Assignment had no effect.", help); in CheckForUnusedVars()
|