Home
last modified time | relevance | path

Searched refs:left (Results 2976 - 3000 of 3406) sorted by relevance

1...<<111112113114115116117118119120>>...137

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py805 # 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 Dpngrtran.c421 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()
/kernel/linux/linux-5.10/kernel/sched/
H A Dfair.c641 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 Dcanon_lide70-common.c75 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 Dcups-browsed.c953 "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 Dexynos-ppmu.c72 PPMU_EVENT(mfc-left),
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dentry.S116 ;; We left an unused word on the stack just above pt_regs.
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddecbin.S128 | (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 Ddecbin.S128 | (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 Dov9640.c574 sel->r.left = 0; in ov9640_get_selection()
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Ddm355_ccdc.c219 horz_start = image_win->left << (ppc - 1); in ccdc_setwin()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c246 define_event_symbols(event, ev_name, args->op.left); in define_event_symbols()
/kernel/linux/linux-6.6/drivers/devfreq/event/
H A Dexynos-ppmu.c72 PPMU_EVENT(mfc-left),
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c454 path->bounds[i].left = 0; in mdp_cmdq_send()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov9640.c574 sel->r.left = 0; in ov9640_get_selection()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h859 u8 left; /* 238+ */ member
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c245 define_event_symbols(event, ev_name, args->op.left); in define_event_symbols()
/third_party/ffmpeg/libavcodec/
H A Dh264_metadata_bsf.c258 CROP(left, crop_unit_x); in h264_metadata_update_sps()
640 { "crop_left", "Set left border crop offset",
/third_party/glfw/src/
H A Dwin32_platform.h556 void _glfwGetWindowFrameSizeWin32(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
/third_party/gn/src/gn/
H A Dscope.cc275 Err(binary->left()->GetRange(), "Assignment had no effect.", help); in CheckForUnusedVars()
/third_party/alsa-lib/include/
H A Dcontrol.h646 int snd_ctl_elem_value_compare(snd_ctl_elem_value_t *left, const snd_ctl_elem_value_t *right);
/third_party/nghttp2/src/
H A Dshrpx_memcached_connection.cc604 sendsum_ += sendbufv_.back().left(); in fill_request_buffer()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h443 * Creates a new string by concatenating the left and the right strings
446 static Local<String> Concat(Isolate* isolate, Local<String> left,
/third_party/node/deps/v8/include/
H A Dv8-primitive.h441 * Creates a new string by concatenating the left and the right strings
444 static Local<String> Concat(Isolate* isolate, Local<String> left,
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h348 void VisitLogicalTest(Token::Value token, Expression* left, Expression* right,

Completed in 52 milliseconds

1...<<111112113114115116117118119120>>...137