Searched refs:temp (Results 426 - 450 of 820) sorted by relevance

<<11121314151617181920>>

/openbsd-current/regress/usr.sbin/pkg_add/
H A DMakefile13 tying-1 tying-2 tag-delete setsprint temp-error1 \
14 temp-error2 temp-error2-as-root temp-error3 temp-error4 \
18 REGRESS_ROOT_TARGETS = temp-error2-as-root
714 temp-error1: rep0/a-0.tgz rep0/b-0.tgz temp1.ref
719 temp-error2:
724 temp-error2-as-root:
726 @${SUDO} make -C ${.CURDIR} temp
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c520 unsigned int temp; local
522 temp = dml_round_to_multiple(vp_width - 1, blk256_width, 1) + blk256_width;
526 if (temp > data_pitch) {
528 temp = data_pitch;
533 rq_dlg_param->swath_width_ub = temp;
534 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_width;
536 unsigned int temp; local
538 temp = dml_round_to_multiple(vp_height - 1, blk256_height, 1) + blk256_height;
542 if (temp > surface_height) {
544 temp
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c432 int unsigned temp; local
434 temp = dml_round_to_multiple(vp_width - 1, blk256_width, 1) + blk256_width;
438 if (temp > data_pitch) {
440 temp = data_pitch;
445 rq_dlg_param->swath_width_ub = temp;
446 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_width;
448 int unsigned temp; local
450 temp = dml_round_to_multiple(vp_height - 1, blk256_height, 1) + blk256_height;
454 if (temp > surface_height) {
456 temp
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_packet_manager.c34 unsigned int temp = *wptr + increment_bytes / sizeof(uint32_t); local
36 WARN((temp * sizeof(uint32_t)) > buffer_size_bytes,
38 *wptr = temp;
H A Dkfd_process.c147 * Create the temp list of all SDMA queues
169 * If the temp list is empty, then no SDMA queues nodes were found in
234 * If temp list is not empty, it implies some queues got deleted
1193 unsigned int temp; local
1196 hash_for_each_rcu(kfd_processes_table, temp, target, kfd_processes) {
1260 unsigned int temp; local
1265 * temp list for processing. Once done, callback from mmu_notifier
1270 hash_for_each_safe(kfd_processes_table, temp, p_temp, p, kfd_processes) {
1780 unsigned int temp; local
1784 hash_for_each_rcu(kfd_processes_table, temp,
2000 unsigned int temp; local
2020 unsigned int temp; local
2254 unsigned int temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c414 int unsigned temp = 0; local
416 temp = dml_round_to_multiple(vp_width - 1, blk256_width, 1) + blk256_width;
420 if (temp > data_pitch) {
422 temp = data_pitch;
427 rq_dlg_param->swath_width_ub = temp;
428 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_width;
430 int unsigned temp = 0; local
432 temp = dml_round_to_multiple(vp_height - 1, blk256_height, 1) + blk256_height;
436 if (temp > surface_height) {
438 temp
[all...]
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dvlv_dsi.c614 u32 temp = intel_dsi->pixel_overlap; local
620 temp << BXT_PIXEL_OVERLAP_CNT_SHIFT);
624 temp << PIXEL_OVERLAP_CNT_SHIFT);
631 u32 temp; local
633 temp = intel_de_read(dev_priv, port_ctrl);
635 temp &= ~LANE_CONFIGURATION_MASK;
636 temp &= ~DUAL_LINK_MODE_MASK;
639 temp |= (intel_dsi->dual_link - 1)
642 temp |= LANE_CONFIGURATION_DUAL_LINK_A;
644 temp |
[all...]
H A Dintel_dpll_mgr.c1920 u32 temp; local
1965 temp = intel_de_read(dev_priv, BXT_PORT_PLL(phy, ch, 6));
1966 temp &= ~PORT_PLL_PROP_COEFF_MASK;
1967 temp &= ~PORT_PLL_INT_COEFF_MASK;
1968 temp &= ~PORT_PLL_GAIN_CTL_MASK;
1969 temp |= pll->state.hw_state.pll6;
1970 intel_de_write(dev_priv, BXT_PORT_PLL(phy, ch, 6), temp);
1979 temp = intel_de_read(dev_priv, BXT_PORT_PLL(phy, ch, 10));
1980 temp &= ~PORT_PLL_DCO_AMP_OVR_EN_H;
1981 temp
[all...]
H A Dvlv_dsi_pll.c368 u32 temp; local
372 temp = intel_de_read(dev_priv, MIPI_CTRL(port));
373 temp &= ~ESCAPE_CLOCK_DIVIDER_MASK;
375 temp | intel_dsi->escape_clk_div << ESCAPE_CLOCK_DIVIDER_SHIFT);
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atom.c116 uint32_t temp = 0xCDCDCDCD; local
124 temp = ctx->card->reg_read(ctx->card, CU16(base + 1));
128 ctx->card->reg_write(ctx->card, CU16(base + 1), temp);
132 temp &=
138 temp |=
144 temp &=
147 temp |=
154 temp &=
157 temp |=
164 temp
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dquery.c709 domain_type *temp = (domain_type *) region_alloc( local
712 temp->rnode = NULL;
713 temp->dname = additional->dname;
715 memcpy(&temp->node, &additional->node, sizeof(rbnode_type));
716 temp->node.parent = NULL;
718 temp->number = additional->number;
719 temp->parent = match;
720 temp->wildcard_child_closest_match = temp;
721 temp
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dflow.c2186 rtx temp, canon_r;
2199 for (temp = pbi->mem_set_list; temp != 0; temp = XEXP (temp, 1))
2200 if (anti_dependence (r, XEXP (temp, 0)))
2202 rtx mem = XEXP (temp, 0);
2499 rtx temp = pbi->mem_set_list;
2503 while (temp)
2505 next = XEXP (temp,
2179 rtx temp, canon_r; local
2491 rtx temp = pbi->mem_set_list; local
3383 rtx insns, temp; local
3817 rtx temp = pbi->mem_set_list; local
[all...]
H A Dcalls.c1835 rtx temp;
1853 temp = expand_inline_function (fndecl, actparms, target,
1860 if (temp != (rtx) (size_t) - 1)
1925 if (temp != target && rtx_equal_p (temp, target))
1927 return temp;
2350 rtx temp = try_to_integrate (fndecl, actparms, target,
2353 if (temp != (rtx) (size_t) - 1)
2354 return temp;
2382 rtx temp
1833 rtx temp; local
2348 rtx temp = try_to_integrate (fndecl, actparms, target, local
2380 rtx temp = (GET_CODE (structure_value_addr) != REG local
3129 rtx temp = gen_reg_rtx (GET_MODE (valreg)); local
3160 rtx temp = gen_reg_rtx (GET_MODE (valreg)); local
4187 rtx temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c729 uint64_t temp; local
762 temp = clock << table->SclkFcwRangeTable[sclk_setting->PllRange].postdiv;
763 temp <<= 0x10;
764 do_div(temp, ref_clock);
765 sclk_setting->Fcw_frac = temp & 0xffff;
781 temp = ss_target_freq << table->SclkFcwRangeTable[sclk_setting->PllRange].postdiv;
782 temp <<= 0x10;
783 do_div(temp, ref_clock);
784 sclk_setting->Fcw1_frac = temp & 0xffff;
794 uint32_t temp; local
1765 uint32_t temp; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dfunction.c522 cut_slot_from_list (struct temp_slot *temp, struct temp_slot **list)
524 if (temp->next)
525 temp->next->prev = temp->prev;
526 if (temp->prev)
527 temp->prev->next = temp->next;
529 *list = temp->next;
531 temp->prev = temp
517 cut_slot_from_list(struct temp_slot *temp, struct temp_slot **list) argument
532 insert_slot_to_list(struct temp_slot *temp, struct temp_slot **list) argument
574 move_slot_to_level(struct temp_slot *temp, int level) argument
584 make_slot_available(struct temp_slot *temp) argument
[all...]
/openbsd-current/gnu/gcc/gcc/config/m32c/
H A Dm32c.c1948 rtx temp = gen_reg_rtx (Pmode); local
1950 emit_insn (gen_rtx_SET (VOIDmode, temp, XEXP (*x, 0)));
1951 XEXP (*x, 0) = temp;
3366 rtx temp; local
3375 temp = gen_reg_rtx (mode);
3376 emit_insn (func (temp, operands[1], GEN_INT (maxc)));
3377 operands[1] = temp;
3382 temp = gen_reg_rtx (mode);
3383 emit_insn (func (temp, operands[1], GEN_INT (-maxc)));
3384 operands[1] = temp;
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dhppah-nat.c146 CORE_ADDR temp; local
148 temp = *(CORE_ADDR *)&deprecated_registers[DEPRECATED_REGISTER_BYTE (regno)];
151 temp |= 0x3;
154 (CORE_ADDR)&temp);
H A Dobjfiles.c485 struct objfile *objfile, *temp; local
487 ALL_OBJFILES_SAFE (objfile, temp)
709 struct objfile *temp;
711 ALL_OBJFILES_SAFE (objf, temp)
707 struct objfile *temp; local
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-sparc.c3651 int temp;
3724 temp = log2 (align);
3725 if (temp < 0)
3732 align = temp;
3794 offsetT temp, size;
3813 if ((temp = get_absolute_expression ()) < 0)
3816 (unsigned long) temp);
3820 size = temp;
3856 temp = get_absolute_expression ();
3859 if (temp > max_alignmen
3638 int temp; local
3781 offsetT temp, size; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sparc.c3739 int temp;
3812 temp = mylog2 (align);
3813 if (temp < 0)
3820 align = temp;
3882 offsetT temp, size;
3901 if ((temp = get_absolute_expression ()) < 0)
3904 (unsigned long) temp);
3908 size = temp;
3944 temp = get_absolute_expression ();
3947 if (temp > max_alignmen
3726 int temp; local
3869 offsetT temp, size; local
[all...]
/openbsd-current/bin/ksh/
H A Dhistory.c56 struct temp *tf = NULL;
190 char **temp; local
192 temp = hfirst; hfirst = hlast; hlast = temp;
218 bi_errorf("cannot create temp file %s - %s",
250 bi_errorf("cannot open temp file %s", tf->name);
263 bi_errorf("error reading temp file %s - %s",
/openbsd-current/usr.sbin/cron/
H A Dentry.c279 char *username = cmd; /* temp buffer */
610 char temp[MAX_TEMPSTR], *pc; local
613 pc = temp;
628 *numptr = atoi(temp);
643 if (!strcasecmp(names[i], temp)) {
/openbsd-current/lib/libcurses/base/
H A Dlib_set_term.c126 SCREEN *temp; local
129 for (each_screen(temp)) {
130 if (temp == sp) {
138 last = temp;
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_vm.c234 struct drm_vma_entry *pt, *temp; local
245 list_for_each_entry_safe(pt, temp, &dev->vmalist, head) {
418 struct drm_vma_entry *pt, *temp; local
423 list_for_each_entry_safe(pt, temp, &dev->vmalist, head) {
/openbsd-current/gnu/llvm/libcxx/include/__ranges/
H A Delements_view.h227 auto temp = *this;
229 return temp;
242 auto temp = *this;
244 return temp;

Completed in 385 milliseconds

<<11121314151617181920>>