/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()
|
/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/ffmpeg/libavcodec/ |
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/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()
|
/third_party/alsa-lib/include/ |
H A D | control.h | 646 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 D | shrpx_memcached_connection.cc | 604 sendsum_ += sendbufv_.back().left(); in fill_request_buffer()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-primitive.h | 443 * 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 D | v8-primitive.h | 441 * 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 D | bytecode-generator.h | 348 void VisitLogicalTest(Token::Value token, Expression* left, Expression* right,
|