HomeSort by: relevance | last modified time | path
    Searched refs:add (Results 1 - 25 of 636) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/common/lib/libc/arch/aarch64/atomic/
atomic_add_16.S 34 ATOMIC_OP16(add, add)
36 SYNC_FETCH_OP16(add, add)
42 ATOMIC_OP16_NV(add, add)
44 SYNC_OP16_FETCH(add, add)
atomic_add_32.S 34 ATOMIC_OP32(add, add)
36 SYNC_FETCH_OP32(add, add)
42 ATOMIC_OP32_NV(add, add)
44 SYNC_OP32_FETCH(add, add)
atomic_add_8.S 34 ATOMIC_OP8(add, add)
36 SYNC_FETCH_OP8(add, add)
42 ATOMIC_OP8_NV(add, add)
44 SYNC_OP8_FETCH(add, add)
atomic_add_64.S 34 ATOMIC_OP64(add, add)
36 SYNC_FETCH_OP64(add, add)
44 ATOMIC_OP64_NV(add, add)
46 SYNC_OP64_FETCH(add, add)
  /src/usr.bin/hexdump/
hexsyntax.c 67 add("\"%07.7_Ax\n\"");
68 add("\"%07.7_ax \" 16/1 \"%03o \" \"\\n\"");
71 add("\"%07.7_Ax\n\"");
72 add("\"%07.7_ax \" 16/1 \"%3_c \" \"\\n\"");
75 add("\"%08.8_Ax\n\"");
76 add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" ");
77 add("\" |\" 16/1 \"%_p\" \"|\\n\"");
80 add("\"%07.7_Ax\n\"");
81 add("\"%07.7_ax \" 8/2 \" %05u \" \"\\n\"");
84 add(optarg)
    [all...]
  /src/tests/usr.bin/xlint/lint1/
msg_091.c 8 add(a, b) function
msg_032.c 8 /* expect+1: warning: function definition for 'add' with identifier list is obsolete in C23 [384] */
9 add(a, b, c) function
10 /* expect+4: error: old-style declaration; add 'int' [1] */
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
sync_fetch_and_add_4.S 17 /* "adds" is 2 bytes shorter than "add". */
18 #define add_4(rD, rN, rM) add rD, rN, rM
switch16.S 36 add r0, lr, r0, lsl #1 // compute address of element in table
37 add ip, lr, ip, lsl #1 // compute address of last element in table
41 add ip, lr, r0, lsl #1 // compute label = lr + element*2
switch32.S 36 add r0, lr, r0, lsl #2 // compute address of element in table
37 add ip, lr, ip, lsl #2 // compute address of last element in table
41 add ip, lr, r0 // compute label = lr + element
aeabi_ldivmod.S 24 add r12, sp, #8
29 add sp, sp, #16
aeabi_uldivmod.S 24 add r12, sp, #8
29 add sp, sp, #16
  /src/sys/arch/landisk/stand/boot/
monitor.c 138 int mode, add, size, i; local in function:db_cmd_dump
168 add = db_atob(p);
173 printf("\n0x%x:", add);
178 puthex(*(unsigned char *)add, 1);
179 add += 1;
186 puthex(*(unsigned short *)add, 2);
187 add += 2;
194 puthex(*(unsigned int *)add, 4);
195 add += 4;
214 int mode, add; local in function:db_cmd_get
272 int mode, add, data; local in function:db_cmd_put
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe51_mul.S 24 add $96,%r11 label
45 add %rax,%r8 label
49 add %rax,%r8 label
69 add %rax,%r10 label
73 add %rax,%r12 label
77 add %rax,%r14 label
81 add %rax,%rbx label
86 add %rax,%r8 label
90 add %rax,%r12 label
94 add %rax,%r1 label
98 add %rax,%rbx label
103 add %rax,%r8 label
108 add %rax,%r10 label
112 add %rax,%r14 label
116 add %rax,%rbx label
120 add %rax,%r10 label
124 add %rax,%r12 label
128 add %rax,%rbx label
132 add %rax,%r10 label
136 add %rax,%r12 label
140 add %rax,%r14 label
147 add %r9,%r10 label
150 add %r11,%r12 label
153 add %r13,%r14 label
156 add %r15,%rbx label
158 add %rdx,%r8 label
161 add %r10,%rdx label
165 add %r12,%rdx label
169 add %r14,%rdx label
173 add %rbx,%rdx label
178 add %rdx,%r8 label
192 add %r11,%rsp label
    [all...]
  /src/tests/lib/csu/arch/sparc64/
h_initfini_align.S 8 add %sp, BIAS, %o1
  /src/tests/usr.bin/xlint/lint2/
msg_012.exp 0 add has 2 parameters in msg_012_a.c(2), versus 3 in msg_012_b.c(2) [lint2:012]
msg_004.exp 0 add has its return value used inconsistently by msg_004_define.c(2) and msg_004_call.c(4) [lint2:004]
2 add returns 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(2) [lint2:005]
3 add has argument 1 with type 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(4) [lint2:006]
4 add has argument 2 with type 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(4) [lint2:006]
5 add has parameter 1 declared as 'double' in msg_004_define.c(2), versus 'int' in msg_004_call.c(2) [lint2:011]
6 add has parameter 2 declared as 'double' in msg_004_define.c(2), versus 'int' in msg_004_call.c(2) [lint2:011]
msg_006.exp 0 add has its return value used inconsistently by msg_006_define.c(2) and msg_006_call.c(4) [lint2:004]
2 add returns 'double' at msg_006_define.c(2), versus 'int' at msg_006_call.c(2) [lint2:005]
3 add has argument 1 with type 'double' at msg_006_define.c(2), versus 'int' at msg_006_call.c(4) [lint2:006]
4 add has argument 2 with type 'double' at msg_006_define.c(2), versus 'int' at msg_006_call.c(4) [lint2:006]
5 add has parameter 1 declared as 'double' in msg_006_define.c(2), versus 'int' in msg_006_call.c(2) [lint2:011]
6 add has parameter 2 declared as 'double' in msg_006_define.c(2), versus 'int' in msg_006_call.c(2) [lint2:011]
  /src/usr.bin/ktrace/
subr.c 54 int add = 1; local in function:getpoints
101 if (!add) {
102 add = 1;
108 add = 0;
113 if (add)
  /src/common/lib/libc/arch/sh3/string/
memcpy.S 82 add #-1,REG_LEN
84 add #1,REG_DST
95 add #-2,REG_LEN /* len -= 2; */
97 add #2,REG_DST /* } */
107 add #-4,REG_LEN /* len -= 4; */
111 add #4,REG_DST /* } */
129 add #-1,REG_LEN
131 add #1,REG_DST
141 add #-2,REG_LEN /* len -= 2; */
145 add #2,REG_DST /* } *
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_addrhashmap.h 61 atomic_uintptr_t add; member in struct:__sanitizer::AddrHashMap::Bucket
195 // Check the add cells with read lock.
196 if (atomic_load(&b->add, memory_order_relaxed)) {
198 AddBucket *add = (AddBucket*)atomic_load(&b->add, memory_order_relaxed); local in function:__sanitizer::AddrHashMap::acquire
199 for (uptr i = 0; i < add->size; i++) {
200 Cell *c = &add->cells[i];
228 // Add cells.
229 AddBucket *add = (AddBucket*)atomic_load(&b->add, memory_order_relaxed) local in function:__sanitizer::AddrHashMap::acquire
314 AddBucket *add = (AddBucket*)atomic_load(&b->add, memory_order_relaxed); local in function:__sanitizer::AddrHashMap::release
    [all...]
  /src/common/lib/libc/arch/powerpc/atomic/
atomic_add.S 37 ATOMIC_OP_32(add)
38 ATOMIC_OP_32_NV(add)
47 ATOMIC_OP_64(add)
48 ATOMIC_OP_64_NV(add)
  /src/lib/libc/arch/sparc/sys/
__sigtramp2.S 48 add %sp, 96 + 128, %o0 /* get pointer to ucontext */
  /src/lib/libc/arch/sparc64/sys/
getcontext.S 50 add %o7, 8, %o1
52 add %o7, 12, %o1
  /src/sys/arch/acorn32/podulebus/
icside_io_asm.S 47 add r0, r1, r2, lsl r0
57 add r0, r1, r2, lsl r0

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>