Searched refs:add (Results 1 - 25 of 131) sorted by relevance

123456

/seL4-camkes-master/projects/musllibc/crt/i386/
H A Dcrtn.s2 add $12,%esp
6 add $12,%esp
/seL4-camkes-master/projects/musllibc/crt/i386_sel4/
H A Dcrtn.s2 add $12,%esp
6 add $12,%esp
/seL4-camkes-master/projects/musllibc/src/internal/microblaze/
H A Dsyscall.s6 add r5, r6, r0 # Shift the arguments, arg1
7 add r6, r7, r0 # arg2
8 add r7, r8, r0 # arg3
9 add r8, r9, r0 # arg4
10 add r9, r10, r0 # arg5
/seL4-camkes-master/projects/musllibc/src/ldso/microblaze/
H A Ddlsym.s6 add r7, r15, r0
/seL4-camkes-master/projects/camkes/apps/alignment/common/
H A Dcommon.S26 add $16, %esp
29 add STACK_OFFSET_BYTES, %esp
/seL4-camkes-master/tools/rumprun/app-tools/
H A Drumprun-bake.conf12 add -lrumpvfs \
27 add -lrumpdev_virtio_if_vioif \
36 add -lrumpdev_audio \
46 add -lrumpnet_netinet \
53 add -lrumpnet_netinet6 \
60 add -lrumpnet_local \
66 add -lrumpfs_ffs \
75 add -lrumpdev_pci_if_wm \
82 add -lrumpdev_pci_usbhc \
92 add
[all...]
/seL4-camkes-master/projects/musllibc/crt/sh/
H A Dcrtn.s6 add #4, r15
13 add #4, r15
H A Dcrti.s5 add #-4, r15
16 add #-4, r15
/seL4-camkes-master/projects/musllibc/src/ldso/i386/
H A Ddlsym.s10 add $12,%esp
/seL4-camkes-master/projects/musllibc/src/thread/microblaze/
H A Dsyscall_cp.s16 add r5, r7, r0
17 add r6, r8, r0
18 add r7, r9, r0
19 add r8, r10, r0
/seL4-camkes-master/projects/lwip/src/api/
H A Dnetifapi.c69 API_EXPR_REF(msg->msg.add.ipaddr),
70 API_EXPR_REF(msg->msg.add.netmask),
71 API_EXPR_REF(msg->msg.add.gw),
73 msg->msg.add.state,
74 msg->msg.add.init,
75 msg->msg.add.input)) {
94 API_EXPR_REF(msg->msg.add.ipaddr),
95 API_EXPR_REF(msg->msg.add.netmask),
96 API_EXPR_REF(msg->msg.add.gw));
175 /* @todo add ne
[all...]
/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Duthash.h255 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \
258 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \
262 HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh, head, &((add)->fieldname), keylen_in, hashval, add, cmpfcn); \
265 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \
268 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \
272 HASH_ADD_KEYPTR_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, add); \
275 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \
278 HASH_VALUE(&((add)
[all...]
/seL4-camkes-master/projects/sel4runtime/crt/sel4_arch/aarch64/
H A Dsel4_crt0.S18 add sp, x19, #0
/seL4-camkes-master/tools/riscv-pk/dummy_payload/
H A Ddummy_entry.S14 add s0, s0, 1
/seL4-camkes-master/projects/musllibc/src/internal/riscv/
H A Dsyscall.s25 add t0, t0, t1
/seL4-camkes-master/projects/musllibc/src/internal/riscv_sel4/
H A Dsyscall.s25 add t0, t0, t1
/seL4-camkes-master/projects/musllibc/src/math/i386/
H A Dhypot.s6 add %eax,%eax
7 add %ecx,%ecx
17 add %eax,%eax
39 add %eax,%eax
H A Dhypotf.s6 add %eax,%eax
7 add %ecx,%ecx
17 add %eax,%eax
37 add %eax,%eax
H A Dscalbn.s15 add $0x3ffe,%eax
21 add $0x3ffe,%eax
H A Dscalbnf.s15 add $0x3fe,%eax
21 add $0x3fe,%eax
/seL4-camkes-master/projects/musllibc/src/math/i386_sel4/
H A Dhypot.s6 add %eax,%eax
7 add %ecx,%ecx
17 add %eax,%eax
39 add %eax,%eax
H A Dhypotf.s6 add %eax,%eax
7 add %ecx,%ecx
17 add %eax,%eax
37 add %eax,%eax
H A Dscalbn.s15 add $0x3ffe,%eax
21 add $0x3ffe,%eax
H A Dscalbnf.s15 add $0x3fe,%eax
21 add $0x3fe,%eax
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/preprocessor/
H A Darithmetic.hpp17 # include <msgpack/preprocessor/arithmetic/add.hpp>

Completed in 185 milliseconds

123456