Home
last modified time | relevance | path

Searched refs:low (Results 26 – 50 of 495) sorted by relevance

12345678910>>...20

/dragonfly/contrib/gcc-4.7/gcc/
H A Dstmt.c1959 low = fold_convert (type, low); in add_case_node()
1960 high = low; in add_case_node()
1975 low = min_value; in add_case_node()
1976 low = fold_convert (type, low); in add_case_node()
1989 r->low = build_int_cst_wide (TREE_TYPE (low), TREE_INT_CST_LOW (low), in add_case_node()
2254 tree low, high; in expand_case() local
2258 gcc_assert (low); in expand_case()
2291 minval = n->low; in expand_case()
2725 node->low, in node_has_low_bound()
3179 tree low = build1 (CONVERT_EXPR, type, node->low); in emit_case_nodes() local
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dfp-bit.c356 if (low > unity || (low == unity && (high & 1) == 1))
366 low = unity * 2 - low;
374 low = 0;
379 low <<= 1;
392 low >>= shift;
397 low++;
781 fractype low = 0;
856 low = answer;
882 low = res0;
895 low >>= 1;
[all …]
/dragonfly/contrib/binutils-2.27/gas/
H A Datof-generic.c130 address_of_generic_floating_point_number->low; in atof_generic()
144 address_of_generic_floating_point_number->low; in atof_generic()
299 = -1 + address_of_generic_floating_point_number->low; in atof_generic()
322 - address_of_generic_floating_point_number->low in atof_generic()
435 digits_flonum.low = digits_binary_low; in atof_generic()
488 power_of_10_flonum.low = power_binary_low; in atof_generic()
492 temporary_flonum.low = temporary_binary_low; in atof_generic()
607 if (f->low < f->high)
608 for (lp = f->high; lp >= f->low; lp--)
611 for (lp = f->low; lp <= f->high; lp++)
/dragonfly/sys/cpu/x86_64/include/
H A Dcpufunc.h527 u_int32_t low, high; in rdmsr() local
536 u_int32_t low, high; in rdpmc() local
547 u_int32_t low, high; in rdtsc() local
593 u_int32_t low, high; in wrmsr() local
595 low = newval; in wrmsr()
599 : "a" (low), "d" (high), "c" (msr) in wrmsr()
606 uint32_t low, high; in load_xcr() local
608 low = newval; in load_xcr()
613 : "a" (low), "d" (high), "c" (xcr) in load_xcr()
620 uint32_t low, high; in rxcr() local
[all …]
/dragonfly/usr.sbin/cron/lib/
H A Dentry.c452 bit_nclear(bits, 0, (high-low+1)); in get_list()
458 ch = get_range(bits, low, high, names, ch, file); in get_list()
490 num1 = low; in get_range()
496 if (EOF == (ch = get_number(&num1, low, names, ch, file))) in get_range()
502 if (EOF == set_element(bits, low, high, num1)) in get_range()
514 ch = get_number(&num2, low, names, ch, file); in get_range()
549 if (EOF == set_element(bits, low, high, i)) in get_range()
595 *numptr = i+low; in get_number()
615 set_element(bitstr_t *bits, int low, int high, int number) in set_element() argument
619 if (number < low || number > high) in set_element()
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Datof-generic.c130 address_of_generic_floating_point_number->low; in atof_generic()
144 address_of_generic_floating_point_number->low; in atof_generic()
324 = -1 + address_of_generic_floating_point_number->low; in atof_generic()
347 - address_of_generic_floating_point_number->low in atof_generic()
461 digits_flonum.low = digits_binary_low; in atof_generic()
514 power_of_10_flonum.low = power_binary_low; in atof_generic()
518 temporary_flonum.low = temporary_binary_low; in atof_generic()
633 if (f->low < f->high)
634 for (lp = f->high; lp >= f->low; lp--)
637 for (lp = f->low; lp <= f->high; lp++)
/dragonfly/sys/vm/
H A Dvm_contig.c250 vm_contig_pg_alloc(unsigned long size, vm_paddr_t low, vm_paddr_t high, in vm_contig_pg_alloc() argument
284 low, high, alignment, boundary, in vm_contig_pg_alloc()
308 (phys >= low) && (phys < high) && in vm_contig_pg_alloc()
461 low, high, alignment, boundary, in vm_contig_pg_alloc()
542 vm_paddr_t low, in contigmalloc() argument
547 return contigmalloc_map(size, type, flags, low, high, alignment, in contigmalloc()
556 int flags, vm_paddr_t low, vm_paddr_t high, in contigmalloc_map() argument
563 index = vm_contig_pg_alloc(size, low, high, alignment, boundary, flags); in contigmalloc_map()
567 size, (long long)low, (long long)high, in contigmalloc_map()
604 kmem_alloc_contig(vm_offset_t size, vm_paddr_t low, vm_paddr_t high, in kmem_alloc_contig() argument
[all …]
/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c49 unsigned low; /* low bits for current root entry */ in inflate_table() local
204 low = (unsigned)(-1); /* trigger new sub-table when len > root */ in inflate_table()
258 if (len > root && (huff & mask) != low) { in inflate_table()
283 low = huff & mask; in inflate_table()
284 (*table)[low].op = (unsigned char)curr; in inflate_table()
285 (*table)[low].bits = (unsigned char)root; in inflate_table()
286 (*table)[low].val = (unsigned short)(next - *table); in inflate_table()
/dragonfly/contrib/zlib-1.2/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
204 low = (unsigned)(-1); /* trigger new sub-table when len > root */
258 if (len > root && (huff & mask) != low) {
283 low = huff & mask;
284 (*table)[low].op = (unsigned char)curr;
285 (*table)[low].bits = (unsigned char)root;
286 (*table)[low].val = (unsigned short)(next - *table);
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c49 unsigned low; /* low bits for current root entry */ in inflate_table() local
204 low = (unsigned)(-1); /* trigger new sub-table when len > root */ in inflate_table()
258 if (len > root && (huff & mask) != low) { in inflate_table()
283 low = huff & mask; in inflate_table()
284 (*table)[low].op = (unsigned char)curr; in inflate_table()
285 (*table)[low].bits = (unsigned char)root; in inflate_table()
286 (*table)[low].val = (unsigned short)(next - *table); in inflate_table()
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c49 unsigned low; /* low bits for current root entry */ in inflate_table() local
204 low = (unsigned)(-1); /* trigger new sub-table when len > root */ in inflate_table()
258 if (len > root && (huff & mask) != low) { in inflate_table()
283 low = huff & mask; in inflate_table()
284 (*table)[low].op = (unsigned char)curr; in inflate_table()
285 (*table)[low].bits = (unsigned char)root; in inflate_table()
286 (*table)[low].val = (unsigned short)(next - *table); in inflate_table()
/dragonfly/contrib/gmp/mpz/
H A Dfac_ui.c330 odd_product (unsigned long low, unsigned long high, mpz_t * st) in odd_product() argument
335 low++; in odd_product()
336 if (low % 2 == 0) in odd_product()
337 low++; in odd_product()
343 if (high < low) in odd_product()
348 if (high == low) in odd_product()
350 MPZ_SET_1_NZ (st[0], low); in odd_product()
363 high = (high - low) / 2 + 1; /* high is now count,high<=2^(BITS_PER_ULONG-1) */ in odd_product()
366 ap_product_small (st[0], (mp_limb_t) low, CNST_LIMB(2), high, nm); in odd_product()
382 (mp_limb_t) (low + 2 * ((~y) & mask)), (mp_limb_t) a, in odd_product()
/dragonfly/sys/dev/drm/radeon/
H A Drv6xx_dpm.c440 state->low.sclk; in rv6xx_calculate_engine_speed_stepping_parameters()
463 state->low.mclk; in rv6xx_calculate_memory_clock_stepping_parameters()
1207 safe_voltage = (new_state->low.vddc >= old_state->low.vddc) ? in rv6xx_set_sw_voltage_to_safe()
1208 new_state->low.vddc : old_state->low.vddc; in rv6xx_set_sw_voltage_to_safe()
1312 if (new_state->low.vddc > old_state->low.vddc) in rv6xx_step_voltage_if_increasing()
1327 if (new_state->low.vddc < old_state->low.vddc) in rv6xx_step_voltage_if_decreasing()
1828 pl = &ps->low; in rv6xx_parse_pplib_clock_info()
2016 pl = &ps->low; in rv6xx_dpm_print_power_state()
2042 pl = &ps->low; in rv6xx_dpm_debugfs_print_current_performance_level()
2114 if (low) in rv6xx_dpm_get_sclk()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-switch-conversion.c993 tree low = CASE_LOW (cs); in build_constructors() local
1758 gcc_checking_assert (low); in add_case_node()
1763 r->low = low; in add_case_node()
1787 print_dec (wi::to_wide (root->low), f, TYPE_SIGN (TREE_TYPE (root->low))); in dump_case_nodes()
2100 tree low = CASE_LOW (elt); in try_switch_expansion() local
2101 gcc_assert (low); in try_switch_expansion()
2122 low = fold_convert (index_type, low); in try_switch_expansion()
2123 if (TREE_OVERFLOW (low)) in try_switch_expansion()
2124 low = wide_int_to_tree (index_type, wi::to_wide (low)); in try_switch_expansion()
2130 high = low; in try_switch_expansion()
[all …]
H A Dstmt.c73 simple_case_node (tree low, tree high, tree code_label): in simple_case_node()
74 m_low (low), m_high (high), m_code_label (code_label) in simple_case_node()
931 tree low = CASE_LOW (elt); in expand_case() local
932 gcc_assert (low); in expand_case()
934 gcc_assert (! high || tree_int_cst_lt (low, high)); in expand_case()
948 low = fold_convert (index_type, low); in expand_case()
949 if (TREE_OVERFLOW (low)) in expand_case()
950 low = wide_int_to_tree (index_type, wi::to_wide (low)); in expand_case()
956 high = low; in expand_case()
961 case_list.safe_push (simple_case_node (low, high, lab)); in expand_case()
/dragonfly/contrib/gdb-7/gdb/
H A Ddisasm.c99 CORE_ADDR low, CORE_ADDR high, in dump_insns() argument
111 for (pc = low; pc < high;) in dump_insns()
198 CORE_ADDR low, CORE_ADDR high, in do_mixed_source_and_assembly() argument
226 for (i = 0; i < nlines - 1 && le[i].pc < low; i++); in do_mixed_source_and_assembly()
350 CORE_ADDR low, CORE_ADDR high, in do_assembly_only() argument
358 num_displayed = dump_insns (gdbarch, uiout, di, low, high, how_many, in do_assembly_only()
409 CORE_ADDR low, CORE_ADDR high) in gdb_disassembly() argument
420 symtab = find_pc_symtab (low); in gdb_disassembly()
431 do_assembly_only (gdbarch, uiout, &di, low, high, how_many, flags, stb); in gdb_disassembly()
434 do_mixed_source_and_assembly (gdbarch, uiout, &di, nlines, le, low, in gdb_disassembly()
/dragonfly/usr.sbin/keyserv/
H A Dkeyserv.c218 master->key.low = arc4random(); in randomize()
223 master->key.low = rand(); in randomize()
345 arg->deskey.key.low); in key_encrypt_pk_2_svc_prog()
354 res.cryptkeyres_u.deskey.key.low); in key_encrypt_pk_2_svc_prog()
371 arg->deskey.key.low); in key_decrypt_pk_2_svc_prog()
380 res.cryptkeyres_u.deskey.key.low); in key_decrypt_pk_2_svc_prog()
454 res.cryptkeyres_u.deskey.key.low); in key_get_conv_2_svc_prog()
472 arg->deskey.key.low); in key_encrypt_1_svc_prog()
481 res.cryptkeyres_u.deskey.key.low); in key_encrypt_1_svc_prog()
498 arg->deskey.key.low); in key_decrypt_1_svc_prog()
[all …]
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dhashtab.h149 unsigned int low = 0; in higher_prime_index() local
152 while (low != high) in higher_prime_index()
154 unsigned int mid = low + (high - low) / 2; in higher_prime_index()
156 low = mid + 1; in higher_prime_index()
162 if (n > prime_tab[low].prime) in higher_prime_index()
165 return low; in higher_prime_index()
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-disas.c74 CORE_ADDR low = 0; in mi_cmd_disassemble() local
119 low = parse_and_eval_address (oarg); in mi_cmd_disassemble()
166 if (find_pc_partial_function (start, NULL, &low, &high) == 0) in mi_cmd_disassemble()
174 how_many, low, high); in mi_cmd_disassemble()
/dragonfly/sys/kern/
H A Dsubr_unit.c139 u_int low; /* Lowest item */ member
242 new_unrhdr(int low, int high, struct lock *lock) in new_unrhdr() argument
246 KASSERT(low <= high, in new_unrhdr()
247 ("UNR: use error: new_unrhdr(%u, %u)", low, high)); in new_unrhdr()
254 uh->low = low; in new_unrhdr()
257 uh->last = 1 + (high - low); in new_unrhdr()
495 x = uh->low + uh->first; in alloc_unrl()
558 KASSERT(item >= uh->low && item <= uh->high, in free_unrl()
560 item, uh->low, uh->high)); in free_unrl()
562 item -= uh->low; in free_unrl()
[all …]
H A Dkern_resource.c75 int low; member
92 int low = PRIO_MAX + 1; in sys_getpriority() local
99 low = curp->p_nice; in sys_getpriority()
105 low = p->p_nice; in sys_getpriority()
124 p->p_nice < low) { in sys_getpriority()
125 low = p->p_nice; in sys_getpriority()
134 info.low = low; in sys_getpriority()
137 low = info.low; in sys_getpriority()
144 if (low == PRIO_MAX + 1) { in sys_getpriority()
148 sysmsg->sysmsg_result = low; in sys_getpriority()
[all …]
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dvega12_thermal.c176 int low = VEGA12_THERMAL_MINIMUM_ALERT_TEMP * in vega12_thermal_set_temperature_range() local
182 if (low < range->min) in vega12_thermal_set_temperature_range()
183 low = range->min; in vega12_thermal_set_temperature_range()
187 if (low > high) in vega12_thermal_set_temperature_range()
195 …val = REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTL, (low / PP_TEMPERATURE_UNITS_PER_CEN… in vega12_thermal_set_temperature_range()
/dragonfly/lib/libc/rpc/
H A Drpc_prot.c118 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply()
151 if (! xdr_rpcvers(xdrs, &(rr->rj_vers.low))) in xdr_rejected_reply()
318 error->re_vers.low = msg->rjcted_rply.rj_vers.low; in _seterr_reply()
327 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
/dragonfly/sys/dev/sound/midi/
H A Dsequencer.h44 #define RANGE(var, low, high) (var) = \ argument
45 ((var)<(low)?(low) : (var)>(high)?(high) : (var))
/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-cmds.c1039 CORE_ADDR low, CORE_ADDR high, int flags) in print_disassembly() argument
1050 paddress (gdbarch, low), paddress (gdbarch, high)); in print_disassembly()
1061 tui_show_assembly (gdbarch, low); in print_disassembly()
1074 CORE_ADDR low, high, pc; in disassemble_current_function() local
1087 low = tui_get_low_disassembly_address (gdbarch, low, pc); in disassemble_current_function()
1091 print_disassembly (gdbarch, name, low, high, flags); in disassemble_current_function()
1112 CORE_ADDR low, high; in disassemble_command() local
1167 low = tui_get_low_disassembly_address (gdbarch, low, pc); in disassemble_command()
1176 low = pc; in disassemble_command()
1185 high += low; in disassemble_command()
[all …]

12345678910>>...20