Searched +defs:val +defs:cr (Results 1 - 4 of 4) sorted by relevance
| /osnet-11/usr/src/grub/grub2/grub-core/video/ |
| H A D | bochs.c | 65 vbe_write (grub_uint16_t val, grub_uint16_t addr) argument 68 grub_outw (val, BOCHS_VBE_DATA); 80 grub_uint8_t cr[256]; member in struct:saved_state 100 for (i = 0; i < ARRAY_SIZE (st->cr); i++) 101 st->cr[i] = grub_vga_cr_read (i); 132 for (i = 0; i < ARRAY_SIZE (st->cr); i++) 133 grub_vga_cr_write (st->cr[i], i);
|
| /osnet-11/usr/src/grub/grub2/grub-core/video/readers/ |
| H A D | jpeg.c | 501 int num, val; local 507 val = grub_jpeg_get_number (data, num & 0xF); 510 du[jpeg_zigzag_order[pos]] = val * (int) data->quan_table[qt][pos]; 518 grub_jpeg_ycrcb_to_rgb (int yy, int cr, int cb, grub_uint8_t * rgb) argument 522 cr -= 128; 526 dd = yy + ((cr * CONST (1.402)) >> SHIFT_BITS); 534 dd = yy - ((cb * CONST (0.34414) + cr * CONST (0.71414)) >> SHIFT_BITS); 629 int i0, yy, cr, cb; local 632 cr = data->crdu[i0]; 636 grub_jpeg_ycrcb_to_rgb (yy, cr, c [all...] |
| /osnet-11/usr/src/lib/libdladm/common/ |
| H A D | libdlwlan.c | 891 find_name_by_val(uint_t val, val_desc_t *vdp, uint_t cnt, char **strp) argument 896 if (val == vdp[i].vd_val) { 919 dladm_wlan_val2str(uint_t val, val_desc_t *vdp, uint_t cnt, char *buf) argument 923 if (!find_name_by_val(val, vdp, cnt, &s)) 1013 uint_t val; local 1015 if (!find_val_by_name(str, secmode_vals, VALCNT(secmode_vals), &val)) 1018 *secmode = (dladm_wlan_secmode_t)val; 1025 uint_t val; local 1027 if (!find_val_by_name(str, strength_vals, VALCNT(strength_vals), &val)) 1030 *strength = (dladm_wlan_strength_t)val; 1037 uint_t val; local 1056 uint_t val; local 1068 uint_t val; local 1080 uint_t val; local 1397 wl_create_ibss_t cr = (wl_create_ibss_t)(*create_ibss); local 1610 add_new_property(scf_handle_t *handle, const char *prop_name, scf_type_t type, const char *val, scf_transaction_t *tx) argument [all...] |
| /osnet-11/usr/src/lib/libscf/common/ |
| H A D | scf_tmpl.c | 327 scf_value_t **val) 333 assert(val != NULL); 340 *val = scf_value_create(h); 342 if (prop == NULL || *val == NULL) { 352 if (scf_property_get_value(prop, *val) == -1) { 361 scf_value_destroy(*val); 362 *val = NULL; 399 scf_value_t *val; local 404 if (_read_single_value_from_pg(pg, prop_name, &val) == -1) 413 if (scf_value_get_astring(val, re 326 _read_single_value_from_pg(scf_propertygroup_t *pg, const char *prop_name, scf_value_t **val) argument 491 scf_value_t *val; local 535 scf_value_t *val; local 3533 _scf_value_get_as_string(scf_value_t *val) argument 5109 _val_to_string(uint64_t val, int flag) argument 5505 _add_tmpl_constraint_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, scf_value_t *val) argument 5596 _add_tmpl_int_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, int64_t val, int64_t *min, int64_t *max) argument 5745 _check_count_ranges(scf_count_ranges_t *cr, uint64_t v) argument 5815 scf_count_ranges_t cr; local 6041 const char *val; local 6094 scf_value_t *val = NULL; local 6183 scf_value_t *val = NULL; local 7084 scf_tmpl_error_value(const scf_tmpl_error_t *err, char **val) argument [all...] |
Completed in 29 milliseconds