Searched refs:tmp (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/barrelfish-master/usr/skb/programs/
H A Dlinux2skb_conversion10 echo ":-lib(cio)." > $1.pl.tmp
11 echo "get_devices(Devices) :-" >> $1.pl.tmp
12 echo "Devices = [buselement(device, addr(-1,-1,-1),[" >> $1.pl.tmp
23 -e 's/non-prefetchable/nonprefetchable/' $1 >> $1.pl.tmp
25 echo "nuet])]." >> $1.pl.tmp
29 echo "get_bridges(Bridges) :-" >> $1.pl.tmp
30 echo "Bridges = [buselement(bridge, addr(-1,-1,-1)," >> $1.pl.tmp
37 -e "s/.*Prefetchable memory behind bridge: ([0-9a-f]*)-([0-9a-f]*)/p(16'\1,16'\2),/" $1 >> $1.pl.tmp
39 echo "_)]." >> $1.pl.tmp
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dtabtest.c72 X509V3_EXT_METHOD **tmp; local
76 tmp = standard_exts;
77 for(i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++) {
78 if((*tmp)->ext_nid < prev) bad = 1;
79 prev = (*tmp)->ext_nid;
83 tmp = standard_exts;
85 for(i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++)
86 printf("%d : %s\n", (*tmp)->ext_nid, OBJ_nid2sn((*tmp)->ext_nid));
/barrelfish-master/lib/tommath/
H A Dbn_mp_reduce_2k_setup.c22 mp_int tmp; local
24 if ((res = mp_init(&tmp)) != MP_OKAY) {
29 if ((res = mp_2expt(&tmp, p)) != MP_OKAY) {
30 mp_clear(&tmp);
34 if ((res = s_mp_sub(&tmp, a, &tmp)) != MP_OKAY) {
35 mp_clear(&tmp);
39 *d = tmp.dp[0];
40 mp_clear(&tmp);
H A Dbn_mp_reduce_2k_setup_l.c22 mp_int tmp; local
24 if ((res = mp_init(&tmp)) != MP_OKAY) {
28 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
32 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
37 mp_clear(&tmp);
H A Dbn_mp_zero.c22 mp_digit *tmp; local
27 tmp = a->dp;
29 *tmp++ = 0;
H A Dbn_mp_shrink.c21 mp_digit *tmp; local
28 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * used)) == NULL) {
31 a->dp = tmp;
H A Dbn_mp_grow.c22 mp_digit *tmp; local
35 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
36 if (tmp == NULL) {
42 a->dp = tmp;
/barrelfish-master/lib/devif/
H A Dregion.c63 struct region* tmp = malloc(sizeof(struct region)); local
64 //struct region* tmp = calloc(1, sizeof(struct region));
65 if (tmp == NULL) {
69 tmp->id = region_id;
70 tmp->cap = cap;
71 tmp->base_addr = base_addr;
72 tmp->len = len;
74 *region = tmp;
77 tmp->len, tmp
[all...]
/barrelfish-master/usr/skb/octopus/
H A Dfnv.c121 unsigned long tmp[4]; /* tmp 64 bit value */ local
152 tmp[0] = val[0] * FNV_64_PRIME_LOW;
153 tmp[1] = val[1] * FNV_64_PRIME_LOW;
154 tmp[2] = val[2] * FNV_64_PRIME_LOW;
155 tmp[3] = val[3] * FNV_64_PRIME_LOW;
157 tmp[2] += val[0] << FNV_64_PRIME_SHIFT; /* tmp[2] += val[0] * 0x100 */
158 tmp[3] += val[1] << FNV_64_PRIME_SHIFT; /* tmp[
[all...]
/barrelfish-master/usr/arrakismon/
H A Dpaging.h205 union x86_64_pdir_entry tmp; local
206 tmp.raw = X86_64_PTABLE_CLEAR;
208 tmp.d.present = 1;
209 tmp.d.read_write = 1;
210 tmp.d.user_supervisor = 1;
211 tmp.d.base_addr = base >> 12;
213 *entry = tmp;
262 union x86_64_ptable_entry tmp; local
263 tmp.raw = X86_64_PTABLE_CLEAR;
265 tmp
292 union x86_64_ptable_entry tmp; local
322 union x86_64_ptable_entry tmp; local
351 union x86_64_ptable_entry tmp = *entry; local
379 union x86_64_ptable_entry tmp = *entry; local
406 union x86_64_ptable_entry tmp = *entry; local
[all...]
/barrelfish-master/usr/tests/nested_paging_test/
H A Dnestedpaging.h194 union x86_64_pdir_entry tmp; local
195 tmp.raw = X86_64_PTABLE_CLEAR;
197 tmp.d.present = 1;
198 tmp.d.read_write = 1;
199 tmp.d.user_supervisor = 1;
200 tmp.d.base_addr = base >> 12;
202 *entry = tmp;
251 union x86_64_ptable_entry tmp; local
252 tmp.raw = X86_64_PTABLE_CLEAR;
254 tmp
281 union x86_64_ptable_entry tmp; local
311 union x86_64_ptable_entry tmp; local
340 union x86_64_ptable_entry tmp = *entry; local
368 union x86_64_ptable_entry tmp = *entry; local
395 union x86_64_ptable_entry tmp = *entry; local
[all...]
/barrelfish-master/kernel/include/target/x86_64/
H A Dpaging_kernel_target.h272 union x86_64_pdir_entry tmp; local
273 tmp.raw = X86_64_PTABLE_CLEAR;
275 tmp.d.present = 1;
276 tmp.d.read_write = 1;
277 tmp.d.user_supervisor = 1;
278 tmp.d.base_addr = base >> 12;
280 *entry = tmp;
286 union x86_64_ept_pdir_entry tmp; local
287 tmp.raw = X86_64_PTABLE_CLEAR;
289 tmp
310 union x86_64_ptable_entry tmp; local
330 union x86_64_ept_ptable_entry tmp; local
358 union x86_64_ptable_entry tmp; local
384 union x86_64_ept_ptable_entry tmp; local
413 union x86_64_ptable_entry tmp; local
438 union x86_64_ept_ptable_entry tmp; local
464 union x86_64_ptable_entry tmp = *entry; local
496 union x86_64_ptable_entry tmp = *entry; local
528 union x86_64_ptable_entry tmp = *entry; local
549 union x86_64_pdir_entry tmp = *entry; local
[all...]
/barrelfish-master/lib/barrelfish/include/pmap_array/
H A Dpmap_ds.h31 struct vnode *tmp; local
34 tmp = root->v.u.vnode.children[i];
36 } while (!tmp && i < PTABLE_ENTRIES);
37 *n = tmp;
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_db_hash.c47 uint32_t hash, tmp; local
56 tmp = hash & 0xF0000000;
57 if (tmp != 0) {
58 hash ^= tmp;
59 hash ^= tmp >> 24;
/barrelfish-master/kernel/include/target/x86_32/
H A Dpaging_kernel_target.h238 union x86_32_pdir_entry tmp; local
239 tmp.raw = PTABLE_CLEAR;
241 tmp.d.present = 1;
242 tmp.d.read_write = 1;
243 tmp.d.user_supervisor = 1;
244 tmp.d.base_addr = base >> 12;
246 *entry = tmp;
253 union x86_32_pdpte_entry tmp; local
254 tmp.raw = X86_32_PTABLE_CLEAR;
256 tmp
277 union x86_32_ptable_entry tmp; local
314 union x86_32_ptable_entry tmp; local
344 union x86_32_ptable_entry tmp = *entry; local
372 union x86_32_ptable_entry tmp = *entry; local
[all...]
/barrelfish-master/lib/posixcompat/
H A Dnestedpaging.h194 union x86_64_pdir_entry tmp; local
195 tmp.raw = X86_64_PTABLE_CLEAR;
197 tmp.d.present = 1;
198 tmp.d.read_write = 1;
199 tmp.d.user_supervisor = 1;
200 tmp.d.base_addr = base >> 12;
202 *entry = tmp;
251 union x86_64_ptable_entry tmp; local
252 tmp.raw = X86_64_PTABLE_CLEAR;
254 tmp
281 union x86_64_ptable_entry tmp; local
311 union x86_64_ptable_entry tmp; local
340 union x86_64_ptable_entry tmp = *entry; local
368 union x86_64_ptable_entry tmp = *entry; local
395 union x86_64_ptable_entry tmp = *entry; local
[all...]
/barrelfish-master/usr/bench/rcce/lu/
H A Dblts.c13 double tmp, tmp1; local
65 tmp = tmp1 * tmat( 2, 1 );
67 - tmp * tmat( 1, 2 );
69 - tmp * tmat( 1, 3 );
71 - tmp * tmat( 1, 4 );
73 - tmp * tmat( 1, 5 );
75 - rsd( 1, i, j, k ) * tmp;
77 tmp = tmp1 * tmat( 3, 1 );
79 - tmp * tmat( 1, 2 );
81 - tmp * tma
[all...]
H A Dbuts.c13 double tmp, tmp1; local
63 tmp = tmp1 * tmat( 2, 1 );
65 - tmp * tmat( 1, 2 );
67 - tmp * tmat( 1, 3 );
69 - tmp * tmat( 1, 4 );
71 - tmp * tmat( 1, 5 );
73 - tv( 1, i, j ) * tmp;
75 tmp = tmp1 * tmat( 3, 1 );
77 - tmp * tmat( 1, 2 );
79 - tmp * tma
[all...]
/barrelfish-master/usr/acpi/
H A Dvtd_sl_paging.h116 union sl_pdir_entry tmp; local
117 tmp.raw = SL_PTABLE_CLEAR;
119 tmp.d.read = 1;
120 tmp.d.write = 1;
121 tmp.d.base_addr = base >> 12;
123 *entry = tmp;
128 union sl_ptable_entry tmp; local
129 tmp.raw = SL_PTABLE_CLEAR;
131 tmp.base.read = bitmap & SL_PTABLE_READ ? 1 : 0;
132 tmp
144 union sl_ptable_entry tmp; local
161 union sl_ptable_entry tmp; local
[all...]
/barrelfish-master/usr/bench/udp_echo/
H A Drun_multiloop.sh3 rm -f /tmp/udp_openloop.*.log
16 $client_type $port $server $request_delay $n_ops_per_client $my_starting_id > /tmp/udp_openloop.$n.log &
21 cat /tmp/udp_openloop.*.log
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dopt_i386_linux.sh47 trap 'rm -f /tmp/opt?.$$' 0
49 cat > /tmp/opt0.$$ <<\'PASS1a\'
82 awk -f /tmp/opt0.$$ $1 > $2
H A Dopt_sun3.sh53 trap 'rm -f /tmp/opt?.$$' 0 2
64 cat > /tmp/opt1.$$ <<\'PASS1\'
100 cat > /tmp/opt2.$$ <<\'PASS2\'
138 awk -f /tmp/opt1.$$ $1 > $1.par
140 awk -f /tmp/opt2.$$ $1.par $1 > $2
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_ctl.c62 char *tmp; local
68 tmp = getenv(gost_envnames[param]);
69 if (tmp)
72 gost_params[param] = BUF_strdup(tmp);
80 const char *tmp; local
82 tmp = getenv(gost_envnames[param]);
84 if (!tmp) tmp=value;
86 gost_params[param] = BUF_strdup(tmp);
/barrelfish-master/lib/queue_service/
H A Dclient.c65 struct queue_service_client* tmp = calloc(sizeof(struct queue_service_client), 1); local
66 if (tmp == NULL) {
74 tmp->connected = false;
76 err = queue_service_bind_to_endpoint(*ep, bind_cb, tmp, get_default_waitset(),
82 tmp->core = disp_get_core_id();
83 tmp->ep = ep;
85 while(!tmp->connected) {
89 *cl = tmp;
116 struct queue_service_client* tmp = calloc(sizeof(struct queue_service_client), 1); local
117 if (tmp
[all...]
/barrelfish-master/include/arch/aarch64/barrelfish_kpi/
H A Dspinlocks_arch.h26 unsigned long tmp; local
36 : "=&r" (tmp), "+Q" (*spinlock)

Completed in 320 milliseconds

1234567891011>>