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

1234567

/seL4-camkes-master/projects/musllibc/src/stdlib/
H A Decvt.c8 char tmp[32]; local
12 sprintf(tmp, "%.*e", n-1, x);
13 i = *sign = (tmp[0]=='-');
14 for (j=0; tmp[i]!='e'; j+=(tmp[i++]!='.'))
15 buf[j] = tmp[i];
17 *dp = atoi(tmp+i+1)+1;
H A Dfcvt.c8 char tmp[1500]; local
12 sprintf(tmp, "%.*f", n, x);
13 i = (tmp[0] == '-');
14 if (tmp[i] == '0') lz = strspn(tmp+i+2, "0");
15 else lz = -(int)strcspn(tmp+i, ".");
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_slaacv4.c91 static void pico_slaacv4_cancel_timers(struct slaacv4_cookie *tmp) argument
93 pico_timer_cancel(tmp->timer);
94 tmp->timer = 0;
99 struct slaacv4_cookie *tmp = (struct slaacv4_cookie *)arg; local
107 if (tmp->announce_nb < ANNOUNCE_NB)
109 pico_arp_request(tmp->device, &tmp->ip, PICO_ARP_ANNOUNCE);
110 tmp->announce_nb++;
111 tmp->timer = pico_timer_add(ANNOUNCE_INTERVAL * 1000, pico_slaacv4_send_announce_timer, arg);
112 if (!tmp
130 struct slaacv4_cookie *tmp = (struct slaacv4_cookie *)arg; local
160 struct slaacv4_cookie *tmp = &slaacv4_local; local
220 struct slaacv4_cookie *tmp = &slaacv4_local; local
291 struct slaacv4_cookie *tmp = &slaacv4_local; local
[all...]
/seL4-camkes-master/projects/musllibc/src/linux/x32/
H A Dsysinfo.c26 struct kernel_sysinfo tmp; local
27 int ret = syscall(SYS_sysinfo, &tmp);
29 info->uptime = tmp.uptime;
30 info->loads[0] = tmp.loads[0];
31 info->loads[1] = tmp.loads[1];
32 info->loads[2] = tmp.loads[2];
34 kulong max = tmp.totalram | tmp.totalswap;
37 info->totalram = tmp.totalram >> shifts;
38 info->freeram = tmp
[all...]
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dvmlock.c7 int tmp; local
8 while ((tmp=vmlock[0]))
9 __wait(vmlock, vmlock+1, tmp, 1);
H A Dpthread_setattr_default_np.c10 pthread_attr_t tmp = *attrp, zero = { 0 }; local
11 tmp._a_stacksize = 0;
12 tmp._a_guardsize = 0;
13 if (memcmp(&tmp, &zero, sizeof tmp))
/seL4-camkes-master/projects/picotcp/test/
H A Dvde_sock_start_user.sh10 vde_switch -s /tmp/pic0.ctl -m 777 -M /tmp/pico.mgmt -d -hub
11 vde_switch -s /tmp/pic1.ctl -m 777 -M /tmp/pici.mgmt -d -hub
H A Dolsr_test.sh3 sudo vde_switch -t pic0 -s /tmp/pic0.ctl -d
4 sudo vde_switch -s /tmp/pic1.ctl -d
5 sudo vde_switch -s /tmp/pic2.ctl -d
6 sudo vde_switch -s /tmp/pic3.ctl -d
11 --vde pic0:/tmp/pic0.ctl:10.40.0.8:255.255.0.0: \
15 --vde pic0:/tmp/pic0.ctl:10.40.0.9:255.255.0.0: \
16 --vde pic1:/tmp/pic1.ctl:10.41.0.9:255.255.0.0: \
20 --vde pic0:/tmp/pic1.ctl:10.41.0.1:255.255.0.0: \
24 --vde pic0:/tmp/pic1.ctl:10.41.0.2:255.255.0.0: \
28 --vde pic0:/tmp/pic
[all...]
H A Dperf.sh6 (iperf -s >/tmp/iperf.log)&
7 ./build/test/picoapp.elf --vde pic0:/tmp/pic0.ctl:10.50.0.2:255.255.255.0:10.50.0.1: --app iperfc:10.50.0.1: &>/dev/null
9 RES=`cat /tmp/iperf.log |grep Mbits |sed -e "s/.*Bytes//g" |sed -e "s/^[ ]*//g"`
25 rm -f /tmp/iperf.log
H A Dautotest.sh4 TFTP_WORK_DIR="${TFTP_EXEC_DIR}/tmp"
36 rm -f /tmp/pico-mem-report-*
71 (./build/test/picoapp6.elf --vde pic1,/tmp/pic0.ctl,aaaa::2,ffff::, -a mcastreceive_ipv6,aaaa::2,ff00::e007:707,6667,6667,) &
72 (./build/test/picoapp6.elf --vde pic2,/tmp/pic0.ctl,aaaa::3,ffff::, -a mcastreceive_ipv6,aaaa::3,ff00::e007:707,6667,6667,) &
73 (./build/test/picoapp6.elf --vde pic3,/tmp/pic0.ctl,aaaa::4,ffff::, -a mcastreceive_ipv6,aaaa::4,ff00::e007:707,6667,6667,) &
75 ./build/test/picoapp6.elf --vde pic0,/tmp/pic0.ctl,aaaa::1,ffff::, -a mcastsend_ipv6,aaaa::1,ff00::e007:707,6667,6667,|| exit 1
87 (./build/test/picoapp6.elf --vde pic0,/tmp/pic0.ctl,aaaa::1,ffff::,,,,) &
88 ./build/test/picoapp6.elf --vde pic0,/tmp/pic0.ctl,aaaa::2,ffff::,,, -a ping,aaaa::1,,,, || exit 1
94 (./build/test/picoapp6.elf --vde pic0,/tmp/pic0.ctl,aaaa::1,ffff::,,,,) &
95 (./build/test/picoapp6.elf --vde pic0,/tmp/pic
[all...]
/seL4-camkes-master/projects/musllibc/src/network/
H A Dres_querydomain.c6 char tmp[255]; local
10 memcpy(tmp, name, nl);
11 tmp[nl] = '.';
12 memcpy(tmp+nl+1, domain, dl+1);
13 return res_query(tmp, class, type, dest, len);
/seL4-camkes-master/projects/musllibc/arch/microblaze/
H A Datomic_arch.h4 register int old, tmp; local
14 : "=&r"(old), "=&r"(tmp)
23 register int old, tmp; local
31 : "=&r"(old), "=&r"(tmp)
40 register int new, tmp; local
49 : "=&r"(new), "=&r"(tmp)
/seL4-camkes-master/projects/musllibc/src/unistd/
H A Dgetcwd.c9 char tmp[PATH_MAX]; local
11 buf = tmp;
18 return buf == tmp ? strdup(buf) : buf;
/seL4-camkes-master/projects/musllibc/src/linux/
H A Dprlimit.c10 struct rlimit tmp; local
13 tmp = *new_limit;
14 FIX(tmp.rlim_cur);
15 FIX(tmp.rlim_max);
16 new_limit = &tmp;
/seL4-camkes-master/projects/lwip/test/fuzz/
H A Doutput_to_pcap.sh15 hexdump -C $i > $1/$$.tmp
16 text2pcap $1/$$.tmp ${i}.pcap
23 hexdump -C $i > $1/$$.tmp
24 text2pcap $1/$$.tmp ${i}.pcap
27 rm -f $1/$$.tmp
/seL4-camkes-master/tools/seL4/elfloader-tool/include/arch-arm/64/mode/
H A Dassembler.h69 .macro enable_mmu sctlr tmp
70 mrs \tmp, \sctlr
71 orr \tmp, \tmp, #(1 << 0) variable
72 orr \tmp, \tmp, #(1 << 2) variable
73 orr \tmp, \tmp, #(1 << 12) variable
74 msr \sctlr, \tmp
78 .macro disable_mmu sctlr tmp
80 bic \\tmp, \\tmp, #(1 << 0) variable
81 bic \\tmp, \\tmp, #(1 << 2) variable
82 bic \\tmp, \\tmp, #(1 << 12) variable
89 bic \\tmp, \\tmp, #(1 << 2) variable
90 bic \\tmp, \\tmp, #(1 << 12) variable
[all...]
/seL4-camkes-master/projects/musllibc/tools/
H A Dinstall.sh30 tmp="$dst.tmp.$$"
46 trap 'rm -f "$tmp"' EXIT INT QUIT TERM HUP
51 ln -s "$1" "$tmp"
53 cat < "$1" > "$tmp"
54 chmod "$mode" "$tmp"
57 mv -f "$tmp" "$2"
59 rm -f "$2/$tmp"
/seL4-camkes-master/projects/camkes-tool/camkes/parser/tests/
H A Dtestreader.py50 tmp = self.mkstemp()
51 with open(tmp, 'wt') as f:
54 content, read = self.reader.parse_file(tmp)
57 self.assertEqual(read, set([tmp]))
60 tmp = self.mkstemp()
61 with open(tmp, 'wb') as f:
64 content, read = self.reader.parse_file(tmp)
67 self.assertEqual(read, set([tmp]))
71 _, tmp = tempfile.mkstemp()
72 os.remove(tmp)
[all...]
/seL4-camkes-master/projects/musllibc/src/misc/
H A Drealpath.c18 char tmp[PATH_MAX]; local
29 r = readlink(buf, tmp, sizeof tmp - 1);
31 tmp[r] = 0;
34 r = stat(tmp, &st2);
41 return resolved ? strcpy(resolved, tmp) : strdup(tmp);
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dunpack_template.h146 msgpack_unpack_struct(_stack)* tmp = (msgpack_unpack_struct(_stack)*)malloc(nsize); \
147 if(tmp == NULL) { goto _failed; } \
148 memcpy(tmp, ctx->stack, csize); \
149 ctx->stack = stack = tmp; \
153 msgpack_unpack_struct(_stack)* tmp = (msgpack_unpack_struct(_stack)*)realloc(ctx->stack, nsize); \
154 if(tmp == NULL) { goto _failed; } \
155 ctx->stack = stack = tmp; \
275 uint16_t tmp; local
276 _msgpack_load16(uint16_t,n,&tmp);
277 push_fixed_value(_uint16, tmp);
280 uint32_t tmp; local
285 uint64_t tmp; local
292 int16_t tmp; local
297 int32_t tmp; local
302 int64_t tmp; local
323 uint16_t tmp; local
328 uint16_t tmp; local
333 uint16_t tmp; local
338 uint32_t tmp; local
343 uint32_t tmp; local
348 uint32_t tmp; local
363 uint16_t tmp; local
369 uint32_t tmp; local
375 uint16_t tmp; local
381 uint32_t tmp; local
[all...]
/seL4-camkes-master/projects/musllibc/src/locale/
H A Dnewlocale.c14 struct __locale_struct tmp; local
36 tmp.cat[i] = lm;
41 if (j==1 && tmp.cat[LC_CTYPE]==&__c_dot_utf8)
44 if ((loc = malloc(sizeof *loc))) *loc = tmp;
/seL4-camkes-master/projects/lwip/src/core/
H A Ddef.c202 char *tmp = result + bufsize - 1; local
219 *tmp = 0;
220 while ((n != 0) && (tmp > res)) {
222 tmp--;
223 *tmp = val;
231 if (*tmp == 0) {
238 memmove(res, tmp, (size_t)((result + bufsize) - tmp));
/seL4-camkes-master/projects/camkes/apps/rumprun_ethernet/components/reverse_string/
H A Dserver.c23 char tmp = buffer_str[i]; local
25 buffer_str[swap_idx] = tmp;
/seL4-camkes-master/projects/camkes/apps/hierarchical-components/components/Reverse/src/
H A Dmain.c15 char tmp = str[i]; local
17 str[last_idx-i] = tmp;
/seL4-camkes-master/projects/camkes/apps/multiassembly/components/Reverse/src/
H A Dmain.c15 char tmp = str[i]; local
17 str[last_idx-i] = tmp;

Completed in 202 milliseconds

1234567