Searched refs:temp (Results 651 - 675 of 744) sorted by relevance

<<21222324252627282930

/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c632 struct mlx5_fpga_dma_buf *buf, *temp; local
645 list_for_each_entry_safe(buf, temp, &conn->qp.sq.backlog, list) {
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibworker.c499 struct regional* temp, enum sec_status msg_security)
504 rep = parse_reply_in_temp_region(buf, temp, &rq);
498 libworker_enter_result(struct ub_result* res, sldns_buffer* buf, struct regional* temp, enum sec_status msg_security) argument
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c810 int error, temp = *off; local
812 if ((error = ng_string_unparse(type, data, &temp, cbuf, cbuflen)) != 0)
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c3996 const decNumber *temp = lhs; local
3998 rhs = temp;
4673 uInt temp; /* .. */ local
4773 temp = (quot * 6554) >> 16; /* fast /10 */
4775 discard1 = quot - X10 (temp);
4776 quot = temp;
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp395 char_block *temp = head; local
397 delete temp;
1008 element_list *temp=head; local
1011 temp = head;
1012 if (temp != NULL) {
1014 delete temp;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c4423 offsetT temp;
4442 if ((temp = get_absolute_expression ()) < 0)
4444 as_warn (_(".COMMon length (%ld.) <0! Ignored."), (long) temp);
4480 if (S_GET_VALUE (symbolP) != (valueT) temp)
4484 (long) temp);
4488 S_SET_VALUE (symbolP, (valueT) temp);
4407 offsetT temp; local
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c3297 char **temp; local
3310 temp = comsubs(left[lnum], right[rnum]);
3311 if (temp == NULL)
3316 both = addlists(both, temp);
3317 freelist(temp);
3318 free(temp);
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.c336 u_int32_t result, temp, dxfer; local
361 temp = bus_space_read_4(hba->bar0t, hba->bar0h, index +
365 switch(temp) {
468 u_int32_t req, temp; local
478 temp = bus_space_read_4(hba->bar0t,
482 if (temp & IOP_REQUEST_FLAG_SYNC_REQUEST) {
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c3951 char temp[128]; local
3975 strlcpy(temp, sbuf_data(&sb), sizeof(temp));
3978 error = sysctl_handle_string(oidp, temp, sizeof(temp), req);
3983 kern_setenv((char *)oidp->oid_arg1, temp);
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c1398 to track stores to the stack via fp or a temp reg.
5701 var_loc_list *temp;
5707 temp = ggc_alloc_cleared (sizeof (var_loc_list));
5708 temp->decl_id = decl_id;
5709 *slot = temp;
5712 temp = *slot;
5714 if (temp->last)
5718 if (!rtx_equal_p (NOTE_VAR_LOCATION_LOC (temp->last->var_loc_note),
5722 temp->last->next = loc;
5723 temp
5694 var_loc_list *temp; local
9114 dw_loc_descr_ref temp; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c9329 char *temp = NULL;
9357 temp = malloc (inote.namesz + 1);
9359 if (temp == NULL)
9366 strncpy (temp, inote.namedata, inote.namesz);
9367 temp[inote.namesz] = 0;
9369 /* warn (_("'%s' NOTE name not properly null terminated\n"), temp); */
9370 inote.namedata = temp;
9375 if (temp != NULL)
9377 free (temp);
9378 temp
9326 char *temp = NULL; local
[all...]
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c8245 xo_handle_t temp; local
8247 bzero(&temp, sizeof(temp));
8248 temp.xo_style = XO_STYLE_TEXT;
8249 xo_buf_init(&temp.xo_data);
8250 xo_depth_check(&temp, XO_DEPTH);
8253 (void) xo_emit_hv(&temp, fmt, ap);
8256 xo_buffer_t *src = &temp.xo_data;
8260 xo_free(temp.xo_stack);
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c3021 bfd_byte temp[4];
3086 H_PUT_32 (abfd, hashsize, temp);
3087 if (bfd_bwrite ((void *) temp, (bfd_size_type) 4, abfd) != 4)
3142 H_PUT_32 (abfd, stringsize, temp);
3143 if (bfd_bwrite ((void *) temp, (bfd_size_type) 4, abfd) != 4)
3013 bfd_byte temp[4]; local
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c2025 u32 temp; local
2027 temp = I915_READ(PIPE_WM_LINETIME(pipe));
2028 temp &= ~PIPE_WM_LINETIME_MASK;
2033 temp |= PIPE_WM_LINETIME_TIME(
2044 I915_WRITE(PIPE_WM_LINETIME(pipe), temp); local
2339 /* Enable temp reporting */
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c186 LPTSTR temp; variable
4948 temp = CONFIG_FILE;
4949 if (!ExpandEnvironmentStringsA(temp, config_file_storage,
4956 temp = ALT_CONFIG_FILE;
4957 if (!ExpandEnvironmentStringsA(temp, alt_config_file_storage,
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_state.c2880 int temp; local
2881 temp = r300_do_cp_cmdbuf(dev, file_priv, cmdbuf);
2886 return temp;
/freebsd-11-stable/sys/dev/amr/
H A Damr.c564 void *dp, *temp; local
650 temp = (void *)(uintptr_t)ap->ap_data_transfer_address;
664 error = copyout(dp, temp, ap->ap_data_transfer_length);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_encoders.c1476 uint32_t temp, reg; local
1486 temp = RREG32(reg);
1501 WREG32(reg, temp);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1123 std::vector<const GlobalVariable *> temp; local
1124 temp.push_back(GVar);
1125 localDecls[demotedFunc] = temp;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c1383 u64 temp = buffer_list[i].addr + ((u64) j << shift); local
1385 temp |= MLX5_IB_MTT_PRESENT;
1386 pas[n++] = cpu_to_be64(temp);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c2316 uint8_t *nvm_buffer, *temp; local
2338 temp = malloc(len, M_DEVBUF, M_NOWAIT);
2339 if (!temp) {
2343 memcpy(temp, nvm_buffer, len);
2345 nvm_sections[section].data = temp;
5480 notif->temp);
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp1701 double temp = start_quad; local
1703 end_quad = temp;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp639 Section temp; local
640 file.sections.push_back(std::move(temp));
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c1283 int temp = arc4random() & 0xff; local
1284 if (temp == 0xba)
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c1332 unsigned long temp = eth_proto_oper; local
1339 i = find_first_bit(&temp, max_size);

Completed in 679 milliseconds

<<21222324252627282930