Searched refs:temp (Results 301 - 325 of 820) sorted by relevance

<<11121314151617181920>>

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_vblank.c235 int i, temp; local
239 temp = intel_de_read_fw(dev_priv, PIPEDSL(pipe)) & PIPEDSL_LINE_MASK;
240 if (temp != position) {
241 position = temp;
H A Dintel_ddi.c389 u32 temp; local
396 temp = DP_MSA_MISC_SYNC_CLOCK;
400 temp |= DP_MSA_MISC_6_BPC;
403 temp |= DP_MSA_MISC_8_BPC;
406 temp |= DP_MSA_MISC_10_BPC;
409 temp |= DP_MSA_MISC_12_BPC;
421 temp |= DP_MSA_MISC_COLOR_CEA_RGB;
429 temp |= DP_MSA_MISC_COLOR_YCBCR_444_BT709;
438 temp |= DP_MSA_MISC_COLOR_VSC_SDP;
440 intel_de_write(dev_priv, TRANS_MSA_MISC(cpu_transcoder), temp);
480 u32 temp; local
3515 u32 temp; local
3660 u32 temp, flags = 0; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dread.c584 register int temp;
969 temp = c - '0';
974 temp = (temp * 10) + *input_line_pointer - '0';
984 if (dollar_label_defined (temp))
986 as_fatal (_("label \"%d$\" redefined"), temp);
989 define_dollar_label (temp);
990 colon (dollar_label_name (temp, 0));
997 fb_label_instance_inc (temp);
998 colon (fb_label_name (temp,
581 register int temp; local
1423 offsetT temp, size; local
1636 register int temp; local
1808 offsetT temp; local
3058 char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]; local
3151 register int temp; local
4271 char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]; local
[all...]
/openbsd-current/gnu/gcc/libdecnumber/
H A DdecUtility.c146 Unit temp = (Unit) ((uInt) (in * 6554) >> 16);
147 dig = (Unit) (in - X10 (temp));
148 in = temp;
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore-mdaux.c789 rtx temp = gen_reg_rtx (SImode); local
796 emit_insn (gen_move_lcw (src_reg, src_reg, temp));
800 src_reg, gen_int_mode (4, SImode), temp));
803 emit_insn (gen_move_scb (dst_reg, dst_reg, temp));
806 dst_reg, gen_int_mode (4, SImode), temp));
874 rtx temp; local
882 temp = gen_reg_rtx (HImode);
884 gen_int_mode (src_adj, SImode), temp));
886 gen_int_mode (dst_adj, SImode), temp));
894 temp
[all...]
/openbsd-current/games/mille/
H A Dinit.c90 CARD temp; local
94 temp = Deck[r];
96 Deck[i] = temp;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dlinux64.h333 char temp[256]; \
334 ASM_GENERATE_INTERNAL_LABEL (temp, "LM", sym_lineno); \
336 assemble_name (FILE, temp); \
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/t/
H A Dfile.t42 $temp= File::Spec->tmpdir();
47 chdir( $temp )
48 or die "# Can't cd to temp directory, $temp: $!\n";
49 $tempdir = File::Spec->catdir($temp,$dir);
51 print "# deleting ",File::Spec->catdir($temp,$dir,'*'),"\n" if glob "$dir/*";
60 or die "# Can't create temp dir, $tempdir: $!\n";
378 #Add a drive letter that points to our temp directory
419 chdir( $temp );
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Decho-area.c687 int temp = from;
689 to = temp;
1005 NODE *temp;
1007 temp = message_buffer_to_node ();
1008 add_gcable_pointer (temp->contents);
1009 name_internal_node (temp, compwin_name);
1010 possible_completions_output_node = temp;
1306 REFERENCE **temp;
1327 temp = (REFERENCE **)xmalloc ((1 + newlen) * sizeof (REFERENCE *));
1330 temp[
685 int temp = from; local
1002 NODE *temp; local
1303 REFERENCE **temp; local
[all...]
/openbsd-current/sys/dev/fdt/
H A Damltemp.c198 int32_t code, temp; local
201 temp = amltemp_calc_temp(sc, code & TS_STAT0_CODE_MASK);
203 sc->sc_sensor.value = 273150000 + 1000 * temp;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_mem_input_v.c65 uint32_t temp = 0; local
67 temp = address.high_part &
70 set_reg_field_value(value, temp,
79 temp = 0;
81 temp = address.low_part >>
84 set_reg_field_value(value, temp,
100 uint32_t temp = 0; local
103 temp = address.high_part &
106 set_reg_field_value(value, temp,
115 temp
[all...]
/openbsd-current/sys/dev/i2c/
H A Dbmc150.c161 int8_t temp; local
190 temp = data[ACCD_TEMP - ACCD_X_LSB];
192 273150000 + (sc->sc_temp0 + temp) * 1000000;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dlc.t266 my $temp = "HellO";
267 for ("$temp") {
271 for ("$temp") {
275 for ("$temp") {
279 for ("$temp") {
283 for ("$temp") {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dutils.c2650 unsigned long temp[3];
2654 temp[i] = addr % (1000 * 1000 * 1000);
2659 while (addr != 0 && i < (sizeof (temp) / sizeof (temp[0])));
2666 sprintf (paddr_str, "%s%0*lu", sign, width, temp[0]);
2669 sprintf (paddr_str, "%s%0*lu%09lu", sign, width, temp[1], temp[0]);
2673 temp[2], temp[1], temp[
2637 unsigned long temp[3]; local
2671 unsigned long temp[3]; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dalias.c841 rtx temp, src_0 = XEXP (src, 0), src_1 = XEXP (src, 1);
854 temp = find_base_value (src_0);
855 if (temp != 0)
856 src_0 = temp;
861 temp = find_base_value (src_1);
862 if (temp!= 0)
863 src_1 = temp;
922 rtx temp = find_base_value (XEXP (src, 0));
925 if (temp != 0 && CONSTANT_P (temp)
837 rtx temp, src_0 = XEXP (src, 0), src_1 = XEXP (src, 1); local
918 rtx temp = find_base_value (XEXP (src, 0)); local
1384 rtx temp = find_base_term (XEXP (x, 0)); local
[all...]
H A Dreorg.c369 rtx temp = PREV_INSN (PREV_INSN (insn));
374 while (GET_CODE (temp) == USE)
375 temp = PREV_INSN (temp);
377 emit_label_after (end_of_function_label, temp);
1221 rtx temp;
1225 for (temp = delay_list; temp; temp = XEXP (temp,
366 rtx temp = PREV_INSN (PREV_INSN (insn)); local
1212 rtx temp; local
1263 rtx temp; local
2722 rtx temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dsdma_v5_0.c687 u32 temp; local
780 temp = RREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_CNTL));
781 temp = REG_SET_FIELD(temp, SDMA0_CNTL, UTC_L1_ENABLE, 1);
784 temp = REG_SET_FIELD(temp, SDMA0_CNTL, MIDCMD_PREEMPT_ENABLE, 1);
785 WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_CNTL), temp); local
788 temp = RREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_UTCL1_CNTL));
789 temp = REG_SET_FIELD(temp, SDMA0_UTCL1_CNT
791 WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_UTCL1_CNTL), temp); local
798 WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_UTCL1_PAGE), temp); local
805 WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_F32_CNTL), temp); local
[all...]
H A Dsdma_v5_2.c494 u32 temp; local
584 temp = RREG32(sdma_v5_2_get_reg_offset(adev, i, mmSDMA0_CNTL));
585 temp = REG_SET_FIELD(temp, SDMA0_CNTL, UTC_L1_ENABLE, 1);
588 temp = REG_SET_FIELD(temp, SDMA0_CNTL, MIDCMD_PREEMPT_ENABLE, 1);
589 WREG32(sdma_v5_2_get_reg_offset(adev, i, mmSDMA0_CNTL), temp); local
592 temp = RREG32_SOC15_IP(GC, sdma_v5_2_get_reg_offset(adev, i, mmSDMA0_UTCL1_CNTL));
593 temp = REG_SET_FIELD(temp, SDMA0_UTCL1_CNT
609 WREG32(sdma_v5_2_get_reg_offset(adev, i, mmSDMA0_F32_CNTL), temp); local
[all...]
/openbsd-current/usr.bin/ssh/
H A Drijndael.c630 u32 temp; local
638 temp = rk[3];
640 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
641 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
642 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
643 (Te1[(temp >> 24) ] & 0x000000ff) ^
658 temp = rk[ 5];
660 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
661 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
662 (Te0[(temp )
[all...]
/openbsd-current/sys/lib/libsa/
H A Drijndael.c727 u32 temp; local
735 temp = rk[3];
737 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
738 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
739 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
740 (Te4[(temp >> 24) ] & 0x000000ff) ^
755 temp = rk[ 5];
757 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
758 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
759 (Te4[(temp )
814 u32 temp; local
[all...]
/openbsd-current/sys/crypto/
H A Drijndael.c629 u32 temp; local
637 temp = rk[3];
639 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
640 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
641 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
642 (Te1[(temp >> 24) ] & 0x000000ff) ^
657 temp = rk[ 5];
659 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
660 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
661 (Te0[(temp )
716 u32 temp; local
[all...]
/openbsd-current/lib/libcrypto/aes/
H A Daes_core.c650 u32 temp; local
672 temp = rk[3];
674 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
675 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
676 (Te0[(temp) & 0xff] & 0x0000ff00) ^
677 (Te1[(temp >> 24)] & 0x000000ff) ^
692 temp = rk[5];
694 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
695 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
696 (Te0[(temp)
765 u32 temp; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dreorg.c373 rtx temp = PREV_INSN (PREV_INSN (insn));
378 while (GET_CODE (temp) == USE)
379 temp = PREV_INSN (temp);
381 emit_label_after (end_of_function_label, temp);
1175 rtx temp;
1179 for (temp = delay_list; temp; temp = XEXP (temp,
370 rtx temp = PREV_INSN (PREV_INSN (insn)); local
1166 rtx temp; local
1211 rtx temp; local
2643 rtx temp; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c544 rtx temp = gen_reg_rtx (SImode);
551 emit_insn (gen_ashlsi3 (temp, src, shift));
552 emit_insn (gen_ashrsi3 (dst, temp, shift));
722 rtx temp = cmp0;
724 cmp1 = temp;
758 rtx temp = cmp0;
760 cmp1 = temp;
1043 rtx temp =
1047 x = alter_subreg (&temp);
1183 rtx temp[
542 rtx temp = gen_reg_rtx (SImode); local
720 rtx temp = cmp0; local
756 rtx temp = cmp0; local
1041 rtx temp = local
1181 rtx temp[2]; local
1544 int temp; local
[all...]
/openbsd-current/games/phantasia/
H A Dgamesupport.c72 int temp; /* temporary variable */ local
177 temp = today - playerp->p_lastused;
178 if (temp < 0)
180 temp += 365;
181 mvprintw(16, 40, "3:Lastused %d (%d)\n", playerp->p_lastused, temp);

Completed in 296 milliseconds

<<11121314151617181920>>