Searched refs:temp (Results 1 - 25 of 410) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/common/lzma/
H A DLzHash.h18 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
19 hash2Value = temp & (kHash2Size - 1); \
20 hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
23 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
24 hash2Value = temp & (kHash2Size - 1); \
25 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
26 hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
29 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
30 hash2Value = temp & (kHash2Size - 1); \
31 hash3Value = (temp
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dswab.c40 register unsigned long temp; local
45 #define STEP temp = *from++,*to++ = *from++,*to++ = temp
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcdname.c55 char temp[256]; local
65 if (getdomainname(temp, (size_t)sizeof (temp)) < 0) {
69 if ((int)strlen(temp) > 0) {
70 default_domain = strdup(temp);
/illumos-gate/usr/src/cmd/eqn/
H A Dsize.c51 char temp[20]; local
53 getstr(temp, 20);
54 if (temp[0] == '+')
55 gsize += atoi(temp+1);
56 else if (temp[0] == '-')
57 gsize -= atoi(temp+1);
59 gsize = atoi(temp);
/illumos-gate/usr/src/ucblib/libcurses/
H A Ddeleteln.c35 char *temp; local
42 temp = win->_y[win->_cury];
51 win->_y[y] = temp;
53 temp = win->_y[y];
54 for (end = &temp[win->_maxx]; temp < end; )
55 *temp++ = ' ';
H A Dinsertln.c35 char *temp; local
43 temp = win->_y[win->_maxy - 1];
52 win->_y[y] = temp;
54 temp = win->_y[y];
55 for (end = &temp[win->_maxx]; temp < end; )
56 *temp++ = ' ';
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c154 ext_part_t *temp; local
159 if ((temp = calloc(1, sizeof (ext_part_t))) == NULL) {
164 (void) strncpy(temp->device_name, devstr,
165 sizeof (temp->device_name));
168 if (stat(temp->device_name, &sbuf) != 0) {
171 (void) snprintf(temp->device_name, sizeof (temp->device_name),
174 if (stat(temp->device_name, &sbuf) != 0) {
181 if (strrchr(temp->device_name, 'p') == NULL) {
182 (void) strcat(temp
360 logical_drive_t *temp = fdisk_get_ld_head(epp); local
386 logical_drive_t *temp = fdisk_get_ld_head(epp); local
412 logical_drive_t *temp; local
427 logical_drive_t *temp; local
444 logical_drive_t *temp; local
504 logical_drive_t *temp; local
569 logical_drive_t *temp; local
625 logical_drive_t *temp, *ep_ptr; local
822 logical_drive_t *temp; local
857 logical_drive_t *temp; local
889 logical_drive_t *temp, *pre, *cur; local
1184 logical_drive_t *temp; local
[all...]
/illumos-gate/usr/src/uts/common/io/rtw/
H A Dsmc93cx6.c103 uint32_t temp; local
111 temp = sd->sd_MS ^ sd->sd_CS;
112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
121 temp ^= sd->sd_DO;
122 SEEPROM_OUTB(sd, temp);
124 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
127 temp ^= sd->sd_DO;
132 temp ^= sd->sd_DO;
133 SEEPROM_OUTB(sd, temp);
135 SEEPROM_OUTB(sd, temp
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwcstombs.c45 char temp[MB_LEN_MAX]; local
53 if ((val = _curs_wctomb(temp, *pwcs++)) == -1)
60 *s++ = temp[i];
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dswab.c43 #define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp))
48 char temp; local
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dui-sun.c48 char temp[MAXLINE+1];
52 memset(temp, 0, sizeof (temp));
55 cp = temp;
62 if (cp == &temp[MAXLINE])
67 if (cp == temp)
71 strncpy(buf, temp, buflen);
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dswab.c44 unsigned long temp; local
53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp
/illumos-gate/usr/src/uts/common/syscall/
H A Dprocessor_info.c50 processor_info_t temp; local
57 bcopy(&cp->cpu_type_info, &temp, sizeof (temp));
66 if (copyout((caddr_t)&temp, (caddr_t)infop,
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c202 Prop *temp; /* newly allocated property */ local
279 if ((temp = (Prop *) malloc(sizeof (Prop))) == NULL) {
287 * di_data will be via temp->name.val_ptr and
288 * temp->value.val_ptr respectively. However, this may
290 * temp->name.opp and temp->value.opp.
294 * temp->name.opp.oprom_array to temp->name.val_ptr.
298 * We thus set temp->value.opp.oprom_node[] (although
304 * temp
[all...]
/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c60 double junk, temp; local
99 modf(nn/ii, &temp);
100 if(nn == temp*ii){
119 double temp; local
121 modf(nn/arg, &temp);
122 if(nn == temp*arg){
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkginfo.c194 char temp[256]; local
203 *temp = '\0';
205 while (value = fpkgparam(fp, temp)) {
206 if (strcmp(temp, "ARCH") == 0 ||
207 strcmp(temp, "CATEGORY") == 0) {
219 if (strcmp(temp, "NAME") == 0)
221 else if (strcmp(temp, "VERSION") == 0)
223 else if (strcmp(temp, "ARCH") == 0)
225 else if (strcmp(temp, "VENDOR") == 0)
227 else if (strcmp(temp, "BASEDI
379 char temp[256]; local
425 char temp[128]; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dstring2key.c57 register unsigned temp; local
121 temp = (unsigned int) *str++;
124 fprintf(stdout,"%02x ",temp & 0xff);
129 *p_char++ ^= (int) temp & 01;
131 *--p_char ^= (int) temp & 01;
132 temp = temp >> 1;
145 temp = 0;
147 temp |= *p_char++ << (1+j);
148 *k_p++ = (unsigned char) temp;
[all...]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsetbuf.c49 Uchar *temp; local
80 temp = buf + PUSHBACK;
81 iop->_base = temp;
82 _setbufend(iop, temp + size);
83 iop->_ptr = temp;
/illumos-gate/usr/src/lib/libm/common/C/
H A Djn.c74 GENERIC a, b, temp = 0; local
124 case 0: temp = cos(x)+sin(x); break;
125 case 1: temp = -cos(x)+sin(x); break;
126 case 2: temp = -cos(x)-sin(x); break;
127 case 3: temp = cos(x)-sin(x); break;
129 b = invsqrtpi*temp/sqrt(x);
134 temp = b;
136 a = temp;
205 temp = b;
207 a = temp;
234 GENERIC a, b, temp = 0, ox, on; local
[all...]
/illumos-gate/usr/src/lib/libm/common/LD/
H A Djnl.c73 GENERIC a, b, temp = 0, z, w; local
113 case 0: temp = cosl(x)+sinl(x); break;
114 case 1: temp = -cosl(x)+sinl(x); break;
115 case 2: temp = -cosl(x)-sinl(x); break;
116 case 3: temp = cosl(x)-sinl(x); break;
118 b = invsqrtpi*temp/sqrtl(x);
123 temp = b;
125 a = temp;
194 temp = b;
196 a = temp;
223 GENERIC a, b, temp = 0; local
[all...]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Djnl.c73 GENERIC a, b, temp, z, w; local
116 case 0: temp = cosl(x)+sinl(x); break;
117 case 1: temp = -cosl(x)+sinl(x); break;
118 case 2: temp = -cosl(x)-sinl(x); break;
119 case 3: temp = cosl(x)-sinl(x); break;
121 b = invsqrtpi*temp/sqrtl(x);
126 temp = b;
128 a = temp;
197 temp = b;
199 a = temp;
226 GENERIC a, b, temp; local
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c55 Uchar *temp; local
80 temp = buf + PUSHBACK;
81 iop->_base = temp;
82 _setbufend(iop, temp + size);
83 iop->_ptr = temp;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dptrmove.c84 void *temp; local
89 temp = *a_ptr;
91 *b_ptr-- = temp;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dmktemp.c44 temp(char* buf, int* fdp) function
76 return temp(buf, NiL);
84 return *temp(buf, &fd) ? fd : -1;
/illumos-gate/usr/src/cmd/bnu/
H A Duuto83 temp=""
112 temp="$temp $1"
129 uuto $temp

Completed in 79 milliseconds

1234567891011>>