Searched refs:temp (Results 201 - 225 of 820) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_pch_display.c364 u32 temp; local
378 temp = intel_de_read(dev_priv, PCH_DPLL_SEL);
379 temp |= TRANS_DPLL_ENABLE(pipe);
383 temp |= sel;
385 temp &= ~sel;
386 intel_de_write(dev_priv, PCH_DPLL_SEL, temp);
419 temp = intel_de_read(dev_priv, reg);
420 temp &= ~(TRANS_DP_PORT_SEL_MASK |
424 temp |= TRANS_DP_OUTPUT_ENABLE;
425 temp |
[all...]
H A Dintel_lvds.c243 u32 temp; local
254 temp = lvds_encoder->init_lvds_val;
255 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
258 temp &= ~LVDS_PIPE_SEL_MASK_CPT;
259 temp |= LVDS_PIPE_SEL_CPT(pipe);
261 temp &= ~LVDS_PIPE_SEL_MASK;
262 temp |= LVDS_PIPE_SEL(pipe);
266 temp &= ~LVDS_BORDER_ENABLE;
267 temp |= crtc_state->gmch_pfit.lvds_border_bits;
274 temp |
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgcc.c213 /* Nonzero means write "temp" files in source directory
1737 temp file. If the HOST_BIT_BUCKET is used for %j, no entry is made for
2110 /* This is the common prefix we use to make temp file names.
2113 Thus, all temp file names contain this prefix.
2114 In practice, all temp file names start with this prefix.
2156 struct temp_file *temp;
2157 for (temp = always_delete_queue; temp; temp = temp local
2142 struct temp_file *temp; local
2199 struct temp_file *temp; local
2211 struct temp_file *temp; local
2329 char *temp; local
3070 const char *temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_arcturus.c248 uint32_t temp; local
255 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL);
256 temp = temp & ~SDMA0_RLC0_RB_CNTL__RB_ENABLE_MASK;
257 WREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL, temp);
260 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_CONTEXT_STATUS);
261 if (temp & SDMA0_RLC0_CONTEXT_STATUS__IDLE_MASK)
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcris-dis.c746 char temp[sizeof (".d [$r13=$r12-2147483648],$r10") * 2];
747 char *tp = temp;
857 if (temp[0]) local
858 (*info->fprintf_func) (info->stream, "%s", temp);
859 tp = temp;
872 if (temp[0]) local
873 (*info->fprintf_func) (info->stream, "%s", temp);
874 tp = temp;
973 tp = temp;
974 if (temp[ local
745 char temp[sizeof (".d [$r13=$r12-2147483648],$r10") * 2]; local
1054 (*info->fprintf_func) (info->stream, "%s", temp); local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dman.c181 char *temp; local
195 temp = (char *)xmalloc (34 + strlen (temp_dirname) + strlen (filename));
196 strcpy (temp, temp_dirname);
197 if (!IS_SLASH (temp[(strlen (temp)) - 1]))
198 strcat (temp, "/");
199 strcat (temp, filename);
200 temp_end = temp + strlen (temp);
210 statable = (stat (temp,
[all...]
H A Dnodemenu.c167 char **temp; local
187 temp = (char **)xmalloc ((1 + newlen) * sizeof (char *));
190 temp[j++] = lines[i];
192 temp[j] = (char *)NULL;
194 lines = temp;
/openbsd-current/usr.bin/tset/
H A Dtset.c152 char temp[BUFSIZ]; local
155 if ((int) len < (int) sizeof(temp) - 12) {
156 _nc_STRCPY(temp, _nc_progname, sizeof(temp));
157 _nc_STRCAT(temp, ": ", sizeof(temp));
159 _nc_STRCPY(temp, "tset: ", sizeof(temp));
161 _nc_STRNCAT(temp, msg, sizeof(temp), sizeo
[all...]
/openbsd-current/lib/libcurses/tinfo/
H A Dread_termcap.c821 char temp[PBUFSIZ]; local
822 temp[0] = 0;
825 && strlen(home) < sizeof(temp) - 10) { /* setup path */
826 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
830 _nc_STRCAT(temp, ".termcap", sizeof(temp));
831 _nc_safe_strcat(&desc, temp);
914 char temp[PATH_MAX]; local
916 _nc_str_init(&desc, temp, sizeo
[all...]
H A Daccess.c72 static char *temp; local
75 if ((temp = strdup(result)) != 0)
76 result = temp;
/openbsd-current/usr.sbin/nsd/
H A Ddname.c451 uint8_t temp[MAXLABELLEN + 2]; local
455 temp[0] = length;
456 memcpy(temp + 1, label, length * sizeof(uint8_t));
457 temp[length + 1] = '\000';
459 return dname_make(region, temp, 1);
468 uint8_t temp[MAXDOMAINLEN]; local
472 memcpy(temp, dname_name(left), left->name_size - 1);
473 memcpy(temp + left->name_size - 1, dname_name(right), right->name_size);
475 return dname_make(region, temp, 0);
/openbsd-current/gnu/lib/libiberty/src/
H A Dmake-relative-prefix.c237 char *temp; local
239 temp = getenv ("PATH");
240 if (temp)
243 size_t prefixlen = strlen (temp) + 1;
249 startp = endp = temp;
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-dse.c252 tree use_stmt, temp; local
279 single_imm_use (defvar, &use_p, &temp);
287 use_stmt = temp;
288 else if (temp != use_stmt)
348 single_imm_use (DEF_FROM_PTR (var1), &use_p, &temp); local
H A Drtl-factoring.c750 pattern_seq temp = *pseq; local
751 (*pseq) = temp->next_pattern_seq;
752 temp->next_pattern_seq = pattern_seqs;
753 pattern_seqs = temp;
763 pattern_seq temp = *pseq; local
764 *pseq = temp->next_pattern_seq;
765 free_pattern_seq (temp);
798 pattern_seq temp = *pseq; local
799 *pseq = temp->next_pattern_seq;
800 free_pattern_seq (temp);
819 matching_seq temp = *mseq; local
913 seq_block temp = local
[all...]
/openbsd-current/sys/dev/pci/drm/
H A Dlinux_radix.c172 struct radix_tree_node *temp[RADIX_TREE_MAX_HEIGHT - 1]; local
227 temp[idx] = malloc(sizeof(*node), M_RADIX,
229 if (temp[idx] == NULL) {
231 free(temp[idx], M_RADIX, sizeof(*node));
245 node->slots[idx] = temp[height - 1];
/openbsd-current/sys/dev/i2c/
H A Dasc7621.c205 int64_t temp, volt; local
235 temp = ((hdata << 8 | ldata)) >> (16 - 10);
236 temp = temp * 250000 + 273150000;
237 sc->sc_sensor[i].value = temp;
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A Dmkheader270 my @temp = sort {$a <=> $b} keys %{$tbl->{hash}};
275 while (@temp) {
276 my $cur = shift @temp;
277 if (@temp && $cur + 1 == $temp[0]) {
279 while (@temp && $cur + 1 == $temp[0]) {
280 $cur = shift @temp;
283 print "\n\t|| " if @temp;
286 print "\n\t|| " if @temp;
[all...]
/openbsd-current/sys/kern/
H A Dsubr_percpu.c166 uint64_t *gen, *counters, *temp = scratch; local
174 temp = mallocarray(n, sizeof(uint64_t), M_TEMP, M_WAITOK);
190 temp[i] = counters[i];
202 output[i] += temp[i];
208 free(temp, M_TEMP, n * sizeof(uint64_t));
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp240 llvm::StringRef left, temp;
241 std::tie(left, temp) = name.split('[');
250 assert(!temp.empty());
254 if (temp[0] == '\"' || temp[0] == '\'') {
255 quote_char = temp.take_front();
256 temp = temp.drop_front();
260 std::tie(key, sub_name) = temp.split(']');
/openbsd-current/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c2069 rtx temp = reg? reg : gen_reg_rtx (Pmode);
2074 emit_move_insn (temp, addr);
2078 new = gen_rtx_PLUS (Pmode, base, temp);
2113 rtx temp = gen_reg_rtx (Pmode);
2117 emit_move_insn (temp, new);
2119 new = gen_rtx_MEM (Pmode, temp);
2129 rtx temp = gen_reg_rtx (Pmode);
2137 emit_move_insn (temp, addr);
2139 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, temp);
2174 rtx temp
2068 rtx temp = reg? reg : gen_reg_rtx (Pmode); local
2112 rtx temp = gen_reg_rtx (Pmode); local
2128 rtx temp = gen_reg_rtx (Pmode); local
2173 rtx temp = reg? reg : gen_reg_rtx (Pmode); local
2218 rtx temp = reg? reg : gen_reg_rtx (Pmode); local
2247 rtx temp = reg? reg : gen_reg_rtx (Pmode); local
2341 rtx new, tls_call, temp, base, r2, insn; local
2531 rtx temp = no_new_pseudos ? operands[0] : gen_reg_rtx (Pmode); local
2597 rtx temp = gen_reg_rtx (Pmode); local
2610 register rtx temp = gen_reg_rtx (Pmode); local
2620 register rtx temp = gen_reg_rtx (Pmode); local
2678 rtx dst_addr, src_addr, count, blocks, temp; local
2776 rtx dst_addr, src_addr, count, blocks, temp; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbsd-kvm.c68 char *temp; local
73 temp = concat (current_directory, "/", filename, NULL);
75 filename = temp;
/openbsd-current/sys/dev/fdt/
H A Dsxits.c142 uint32_t data, temp; local
150 temp = (data - sc->sc_offset) * sc->sc_scale;
151 sc->sc_sensor.value = temp * 1000 + 273150000;
H A Dhitemp.c162 uint64_t temp; local
168 temp = sc->sc_calc_temp(value);
169 sc->sc_sensors[i].value = temp;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dwrite.t766 my $temp = "\x{FF}" x 8;
767 utf8::upgrade($temp);
768 $u23d = $temp;
802 my $temp = "N" x 8;
803 utf8::upgrade($temp);
804 $u23g = $temp;
825 $temp = "\x{FF}" x 8;
826 utf8::upgrade($temp);
828 $u23i = $temp;
937 my $temp
[all...]
H A Dnumconvert.t108 my $temp = $max_uv_p1;
110 {use integer; $max_uv_p1_as_iv = 0 + sprintf "%s", $temp}
111 my $max_uv_p1_as_uv = 0 | sprintf "%s", $temp;

Completed in 1034 milliseconds

1234567891011>>