Searched refs:temp (Results 76 - 100 of 744) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr/atomic/unix/
H A Dppc.c48 apr_uint32_t prev, temp; local
56 : "=&r" (prev), "=&r" (temp), "=m" (*mem)
65 apr_uint32_t temp; local
73 : "=&r" (temp), "=m" (*mem)
/freebsd-11-stable/usr.sbin/makefs/
H A Dcd9660.c177 cd9660node *temp = ecalloc(1, sizeof(*temp)); local
179 TAILQ_INIT(&temp->cn_children);
180 temp->parent = temp->dot_record = temp->dot_dot_record = NULL;
181 temp->ptnext = temp->ptprev = temp->ptlast = NULL;
182 temp
760 volume_descriptor *temp, *t; local
821 char temp[ISO_FILENAME_MAXLENGTH_WITH_PADDING]; local
1059 int numbts, digit, digits, temp, powers, count; local
1958 cd9660node *temp; local
2011 cd9660node *temp; local
2039 cd9660node *temp; local
2060 cd9660node *temp, *first; local
[all...]
/freebsd-11-stable/sys/dev/amdtemp/
H A Damdtemp.c103 * 0xFC register is only valid on the D18F3 PCI device; SMN temp
146 * provide the current temp. bit 19, when clear, means the temp is reported in
587 int32_t auxtemp[2], temp; local
594 temp = imax(auxtemp[0], auxtemp[1]);
599 temp = imax(auxtemp[0], auxtemp[1]);
602 temp = sc->sc_gettemp(dev, sensor);
605 error = sysctl_handle_int(oidp, &temp, 0, req);
616 uint32_t mask, offset, temp; local
619 temp
653 uint32_t temp; local
677 uint32_t temp; local
699 uint32_t temp, val; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dwidechars.c96 wchar_t temp; local
99 count = _nc_mbtowc(&temp, s, n);
103 &temp,
/freebsd-11-stable/sys/dev/usb/
H A Dusb_pf.c395 uint32_t temp; local
432 temp = device_get_unit(bus->bdev);
434 up->up_busunit = htole32(temp);
442 temp = usbpf_aggregate_xferflags(&xfer->flags);
443 up->up_flags = htole32(temp);
444 temp = usbpf_aggregate_status(&xfer->flags_int);
445 up->up_status = htole32(temp);
446 temp = xfer->error;
447 up->up_error = htole32(temp);
448 temp
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dobstack.h176 PTR_INT_TYPE temp; /* Temporary for some macros. */
367 Also, we can avoid using the `temp' slot, to make faster code. */
525 ( (h)->temp = (length), \
526 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
527 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
530 ( (h)->temp = (length), \
531 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
532 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
533 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
534 (h)->next_free += (h)->temp)
175 PTR_INT_TYPE temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dobstack.h169 PTR_INT_TYPE temp; /* Temporary for some macros. */
361 Also, we can avoid using the `temp' slot, to make faster code. */
510 ( (h)->temp = (length), \
511 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
512 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
515 ( (h)->temp = (length), \
516 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
517 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
518 _obstack_memcpy ((h)->next_free, (char *) (where), (h)->temp), \
519 (h)->next_free += (h)->temp)
168 PTR_INT_TYPE temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dhistory.c217 HIST_ENTRY *temp; local
219 temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
221 temp->line = string ? savestring (string) : string;
222 temp->data = (char *)NULL;
223 temp->timestamp = ts;
225 return temp;
268 HIST_ENTRY *temp; local
309 temp = alloc_history_entry ((char *)string, hist_inittime ());
312 the_history[history_length - 1] = temp;
373 HIST_ENTRY *temp, *old_valu local
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Doutput.cc121 KeywordExt_List *temp; local
122 for (temp = _head; temp->rest(); temp = temp->rest())
124 _max_hash_value = temp->first()->_hash_value;
137 for (KeywordExt_List *temp = _head; temp; temp = temp
945 KeywordExt_List *temp; local
1005 KeywordExt_List *temp; local
1101 output_keyword_entry(KeywordExt *temp, int stringpool_index, const char *indent) argument
1176 KeywordExt_List *temp; local
1505 KeywordExt_List *temp = list; local
[all...]
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_item_new.c66 wchar_t *temp = 0; local
71 && (temp = typeCalloc(wchar_t, (2 + (unsigned)count))) != 0)
75 mbstowcs(temp, s, (unsigned)count);
77 if (!iswprint((wint_t) temp[n]))
82 free(temp);
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c297 struct snmp_oid2str *temp, *prev; local
309 SLIST_FOREACH(temp, headp, link) {
310 if ((rc = asn_compare_oid(&(entry->var), &(temp->var))) <= 0)
312 prev = temp;
319 if (strncmp(temp->string, entry->string, entry->strlen)) {
321 "mappings: old - %s, new - %s", temp->string,
332 SLIST_INSERT_AFTER(temp, entry, link);
502 struct snmp_index_entry *temp, *prev; local
515 SLIST_FOREACH(temp, &snmptoolctx->snmp_tablelist, link) {
516 if ((rc = asn_compare_oid(&(entry->var), &(temp
590 struct enum_type *temp; local
692 struct enum_pair *temp; local
723 struct snmp_oid2str *temp; local
742 struct snmp_oid2str *temp; local
873 struct snmp_oid2str *temp; local
898 struct snmp_index_entry *temp; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c65 uintptr_t temp; local
103 temp = (text[i] & 0x03fffffc);
106 temp += symp->st_value + i * 4;
110 if (temp & 0x02000000) {
111 temp |= (UINTPTR_MAX - 0x03ffffff);
114 if (temp >= symp->st_value &&
115 temp <= (symp->st_value + symp->st_size))
/freebsd-11-stable/sys/powerpc/powermac/
H A Dpowermac_thermal.c104 int temp; local
111 temp = sensor->sensor->read(sensor->sensor);
112 if (temp > 0) /* Use the previous temp in case of error */
113 sensor->last_val = temp;
145 temp = imin(sensor->last_val,
147 frac_excess = (temp -
149 (sensor->sensor->max_temp - temp + 1);
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DkeyFile.c58 struct key temp; local
60 temp.key_id = key_id;
61 temp.key_len = key_len;
62 strlcpy(temp.typen, type, sizeof(temp.typen));
63 memcpy(temp.key_seq, key_seq, key_len);
65 return CompareKeys(temp, actual);
/freebsd-11-stable/sys/mips/include/
H A Datomic.h85 uint32_t temp; local
92 : "=&r" (temp), "=m" (*p)
101 uint32_t temp; local
109 : "=&r" (temp), "=m" (*p)
117 uint32_t temp; local
124 : "=&r" (temp), "=m" (*p)
132 uint32_t temp; local
139 : "=&r" (temp), "=m" (*p)
147 uint32_t result,temp; local
154 : "=&r"(result), "=&r"(temp), "
164 uint32_t result,temp; local
182 uint64_t temp; local
199 uint64_t temp; local
216 uint64_t temp; local
232 uint64_t temp; local
248 uint64_t result,temp; local
266 uint64_t result,temp; local
440 uint32_t value, temp; local
551 uint64_t value, temp; local
[all...]
/freebsd-11-stable/sys/dev/jedec_ts/
H A Djedec_ts.c178 int temp; local
191 temp = val & 0xfff;
193 temp = -temp;
194 temp = temp * 625 + 2731500;
195 err = sysctl_handle_int(oidp, &temp, 0, req);
246 SYSCTL_ADD_PROC(ctx, tree, OID_AUTO, "temp",
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.c1045 int temp; local
1051 temp = Low_byte;
1053 High_byte = temp;
1534 int p1, p2, temp; local
1592 temp = p1;
1594 p2 = temp;
1647 int temp; local
1652 temp = Temp_Stack[--place];
1653 printf("%d", temp);
1657 temp
1835 int temp; local
2091 struct _line *temp; local
2231 char temp; local
2261 char temp; local
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dstdatomic.c160 uint32_t temp; \
176 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp) \
191 uint32_t negmask, temp; \
213 : "=&r" (old), "=m" (*mem32), "=&r" (temp) \
265 uint32_t temp; \
278 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp) \
298 uint32_t old, temp; local
309 : "=&r" (old), "=m" (*mem), "=&r" (temp)
335 uint32_t old, temp; \
344 : "=&r" (old), "=m" (*mem), "=&r" (temp) \
370 uint64_t old, temp; local
[all...]
/freebsd-11-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c268 struct inplace_cb* temp = env->inplace_cb_lists[type]; local
271 while(temp) {
272 if(temp->id == id) {
274 env->inplace_cb_lists[type] = temp->next;
275 free(temp->cb_arg);
276 free(temp);
277 temp = env->inplace_cb_lists[type];
280 prev->next = temp->next;
281 free(temp->cb_arg);
282 free(temp);
[all...]
/freebsd-11-stable/sys/dev/iicbus/
H A Dlm75.c330 lm75_temp_read(struct lm75_softc *sc, uint8_t reg, int *temp) argument
352 *temp = ((int16_t)buf >> 8) * 10;
363 *temp += t;
365 *temp = -(*temp);
366 *temp += TZ_ZEROC;
372 lm75_temp_write(struct lm75_softc *sc, uint8_t reg, int temp) argument
377 temp = (temp - TZ_ZEROC) / 10;
378 if (temp > LM75_MAX_TEM
433 int error, temp; local
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhdb.cpp60 register ELT *temp; local
62 temp = (ELT *) malloc(sizeof(ELT));
63 temp->nextelt = *db;
64 temp->type = type;
65 temp->ptlist = pointlist;
66 temp->brushf = brush;
67 temp->size = size;
68 temp->textpt = text;
69 *db = temp;
70 return (temp);
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dparseipfexpr.c40 char *temp, *arg, *s, *t, *ops, *error; local
48 temp = strdup(line);
49 if (temp == NULL) {
57 for (s = temp; *s != '\0'; ) {
69 if (temp[strlen(temp) - 1] != ';') {
77 for (ops = strtok(temp, ";"); ops != NULL; ops = strtok(NULL, ";")) {
262 free(temp);
280 if (temp != NULL)
281 free(temp);
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dformat.c217 const bfd_target *temp; local
240 temp = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd));
242 if (temp)
245 right_targ = temp;
250 if (temp == bfd_default_vector[0])
257 matching_vector[match_count] = temp;
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c352 double result, temp; local
354 result = modf(x, &temp);
355 *iptr = (float) temp;
364 double result, temp; local
366 result = modf((double) x, &temp);
367 *iptr = temp;
/freebsd-11-stable/usr.bin/enigma/
H A Denigma.c40 int ic, i, k, temp; local
71 temp = t1[k];
73 t1[ic] = temp;
145 int i, ic, k, temp; local
154 temp = deckary[k];
156 deckary[ic] = temp;

Completed in 388 milliseconds

1234567891011>>