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

123

/barrelfish-2018-10-04/lib/libc/rpc/
H A Drpcdname.c51 char temp[256]; local
55 if (getdomainname(temp, sizeof(temp)) < 0)
57 if ((int) strlen(temp) > 0) {
58 default_domain = malloc((strlen(temp) + (unsigned)1));
61 (void) strcpy(default_domain, temp);
/barrelfish-2018-10-04/lib/phoenix/
H A Dmemory.c44 void *temp = malloc (size); local
45 assert(temp);
47 return temp;
52 void *temp = malloc (size); local
53 assert(temp);
55 return temp;
60 void *temp = calloc (num, size); local
61 assert(temp);
63 return temp;
68 void *temp local
[all...]
H A Dstddefines.h58 void * temp = malloc(size); local
59 assert(temp);
60 return temp;
65 void * temp = calloc(num, size); local
66 assert(temp);
67 return temp;
72 void * temp = realloc(ptr, size); local
73 assert(temp);
74 return temp;
/barrelfish-2018-10-04/lib/libc/gen/
H A D_rand48.c35 unsigned short temp[2]; local
39 temp[0] = (unsigned short) accu; /* lower 16 bits */
43 temp[1] = (unsigned short) accu; /* middle 16 bits */
46 xseed[0] = temp[0];
47 xseed[1] = temp[1];
H A Dgetosreldate.c48 char *temp; local
50 if ((temp = getenv("OSVERSION"))) {
51 value = atoi(temp);
H A Dpw_scan.c76 unsigned long temp; local
105 temp = strtoul(p, &ep, 10);
106 if ((temp == ULONG_MAX && errno == ERANGE) || temp > UID_MAX) {
111 id = temp;
140 temp = strtoul(p, &ep, 10);
141 if ((temp == ULONG_MAX && errno == ERANGE) || temp > GID_MAX) {
146 id = temp;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md2/
H A Dmd2_one.c78 char temp[1024];
83 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
84 ebcdic2ascii(temp, d, chunk);
85 MD2_Update(&c,temp,chunk);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md4/
H A Dmd4_one.c80 char temp[1024];
85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
86 ebcdic2ascii(temp, d, chunk);
87 MD4_Update(&c,temp,chunk);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md5/
H A Dmd5_one.c80 char temp[1024];
85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
86 ebcdic2ascii(temp, d, chunk);
87 MD5_Update(&c,temp,chunk);
/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dalog.c91 struct trace_buf *temp; local
102 temp = head->xx_list;
104 if ((temp->ALOG_table[xx_i].event < 0) && (temp->ALOG_table[xx_i].event >= (-11)))
106 temp->ALOG_table[xx_i].event,
107 temp->ALOG_table[xx_i].id,
108 temp->ALOG_table[xx_i].task_id,
109 temp->ALOG_table[xx_i].data_int,
110 temp->ALOG_table[xx_i].tind,
111 temp
166 struct trace_buf *temp; local
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_xfer.c196 uint32_t temp; local
236 temp = (USB_OHCI_PAGE(phy_start ^ phy_end) ?
238 temp += USB_OHCI_PAGE_OFFSET(phy_end);
239 temp -= USB_OHCI_PAGE_OFFSET(phy_start);
245 if (temp > td->len) {
251 xfer->frame_lengths[xfer->actual_frames] += td->len - temp;
474 * \param temp setup information for the transfer descriptors
476 static void usb_ohci_xfer_setup_td(struct usb_ohci_setup_td *temp) argument
483 uint8_t old_shortpkt = temp->shortpkt;
484 uint32_t old_len = temp
654 struct usb_ohci_setup_td temp; local
[all...]
/barrelfish-2018-10-04/lib/libc/string/
H A Dswab.c44 unsigned long temp; local
53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp
/barrelfish-2018-10-04/lib/msun/src/
H A De_jn.c59 double a, b, temp, di; local
97 case 0: temp = cos(x)+sin(x); break;
98 case 1: temp = -cos(x)+sin(x); break;
99 case 2: temp = -cos(x)-sin(x); break;
100 case 3: temp = cos(x)-sin(x); break;
102 b = invsqrtpi*temp/sqrt(x);
107 temp = b;
109 a = temp;
120 temp = x*0.5; b = temp;
221 double a, b, temp; local
[all...]
H A De_jnf.c38 float a, b, temp, di; local
64 temp = b;
66 a = temp;
76 temp = x*(float)0.5; b = temp;
79 b *= temp; /* b = (x/2)^n */
140 temp = b;
143 a = temp;
148 temp = b;
151 a = temp;
177 float a, b, temp; local
[all...]
/barrelfish-2018-10-04/lib/libc/tests/stdio/
H A Dprint_positional_test.c61 static const char *temp; variable
120 temp = correct;
121 mbsrtowcs(wbuf2, &temp, nitems(wbuf2), NULL);
142 temp = correct2;
143 mbsrtowcs(wbuf2, &temp, nitems(wbuf2), NULL);
/barrelfish-2018-10-04/tools/demo/Aquarium/Properties/
H A DResources.Designer.cs47 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aquarium.Properties.Resources", typeof(Resources).Assembly);
48 resourceMan = temp;
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dinitialize.c17 Pzeta, temp[5]; local
19 #define temp(m) temp[m-1] macro
108 exact_solution(xi, eta, zeta, temp);
110 u(m,ii,jj,kk,c) = temp(m);
129 exact_solution(xi, eta, zeta, temp);
131 u(m,ii,jj,kk,c) = temp(m);
150 exact_solution(xi, eta, zeta, temp);
152 u(m,ii,jj,kk,c) = temp(m);
172 exact_solution(xi, eta, zeta, temp);
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dmem.c659 struct temp_header *temp; local
662 temp = (struct temp_header *) alloc_pagewise(&private_heap,
666 temp->top = (char *) (temp + 1);
667 temp->limit = (char *) temp + bytes_allocated;
668 temp->first = first ? first : temp;
669 temp->next = next;
670 return temp;
683 register struct temp_header *temp = *ptemp; local
716 register struct temp_header *temp = (*ptemp)->first; local
725 register struct temp_header *temp = (*ptemp)->first; local
[all...]
H A Dbip_load.c316 char *temp, *entryproc; local
322 temp = (char *) hg_alloc(MAX_PATH_LEN + 30);
325 (void) sprintf(temp, "%s/eclipse.%d.%d", tmpdir, getpid(), ec_vers);
368 loader,dummy,vstr,entryproc, tmpsympath,temp);
376 (void) unlink(temp); /* if there was a problem, remove temporary */
383 /* Now dynamically link code in temp using load() */
384 if (!(funcp=(void (*)())load(temp, 0, NULL)))
386 (void) unlink(temp);
406 cur->filename = temp;
439 char temp[MAX_PATH_LE local
487 _load_once(char buf[], char *loader, char *end, char *vstr, char *temp, int *size, long *tsize, int *fd) argument
[all...]
H A Dsha.c234 temp = S(5, A) + f(B, C, D) + E + *p0++ + K; \
239 A = temp
243 temp = S(5, A) + f(B, C, D) + E + \
249 A = temp
252 temp = *p1++ ^ *p2++ ^ *p3++ ^ *p4++; \
253 temp = S(5, A) + f(B, C, D) + E + (*p0++ = S(1,temp)) + K; \
258 A = temp
275 unsigned long A, B, C, D, E, temp; local
/barrelfish-2018-10-04/lib/tommath/
H A Ddep.pl114 my $temp = $list;
120 $list = $temp;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dlinux_radix.c123 struct radix_tree_node *temp[RADIX_TREE_MAX_HEIGHT - 1]; local
177 temp[idx] = calloc(1, sizeof(*node));
178 if (temp[idx] == NULL) {
180 free(temp[idx]);
194 node->slots[idx] = temp[height - 1];
/barrelfish-2018-10-04/lib/libc/xdr/
H A Dxdr_stdio.c110 u_int32_t temp; local
112 if (fread(&temp, sizeof(int32_t), 1, (FILE *)xdrs->x_private) != 1)
114 *lp = (long)ntohl(temp);
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Ddebug.c39 volatile uint64_t *temp = (uint64_t*)vaddr; local
42 printf("at addr %lx content is %lx\n", (uint64_t)(temp + i), *(temp + i));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/
H A Daes_core.c633 u32 temp; local
655 temp = rk[3];
657 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
658 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
659 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
660 (Te1[(temp >> 24) ] & 0x000000ff) ^
675 temp = rk[ 5];
677 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
678 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
679 (Te0[(temp )
734 u32 temp; local
1208 u32 temp; local
1309 u32 temp; local
[all...]

Completed in 207 milliseconds

123