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

1 2 3

  /src/sys/netinet6/
in6_print.c 60 #define ADDC(c) do { \
68 ADDC(n); \
80 ADDC(':');
89 ADDC(':');
90 ADDC(':');
93 ADDC('0');
94 ADDC(':');
107 ADDC(':');
  /src/lib/libc/include/
port_after.h 13 #define ADDC(C) \
  /src/lib/libc/inet/
inet_net_ntop.c 103 ADDC('0');
110 ADDC('.');
117 ADDC('.');
168 ADDC(':');
169 ADDC(':');
219 ADDC(':');
221 ADDC(':');
237 ADDC(':');
inet_cidr_ntop.c 90 ADDC('.');
207 ADDC(':');
212 ADDC(':');
234 ADDC(':');
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiAluCode.h 24 ADDC = 0x01,
80 case ADDC:
81 return "addc";
106 .Case("addc", ADDC)
123 return AluCode::ADDC;
  /src/lib/libc/net/
linkaddr.c 149 #define ADDC(ch) \
162 * (An alternative method would be to make ADDC() more
166 * so it never returns, and the final ADDC(0) always works
179 ADDC(':');
185 ADDC('.');
190 ADDC(hexlist[i]);
191 ADDC(hexlist[j]);
193 ADDC(hexlist[i]);
195 ADDC('\0');
  /src/lib/libutil/
sockaddr_snprintf.c 159 #define ADDC(c) do { if (buf < ebuf) *buf++ = c; else buf++; } \
161 #define ADDS(p) do { for (s = p; *s; s++) ADDC(*s); } \
232 ADDC(*ptr);
390 ADDC('%');
392 ADDC('?');
397 ADDC(*ptr);
  /src/sbin/dmesg/
dmesg.c 276 #define ADDC(c) \
313 ADDC(ch);
327 ADDC(ch);
328 ADDC('\0');
407 ADDC(ch);
431 ADDC('\0');
  /src/external/bsd/blocklist/port/
sockaddr_snprintf.c 187 #define ADDC(c) do { if (buf < ebuf) *buf++ = c; else buf++; } \
189 #define ADDS(p) do { for (s = p; *s; s++) ADDC(*s); } \
245 ADDC(*ptr);
367 ADDC('%');
369 ADDC('?');
374 ADDC(*ptr);
  /src/external/gpl3/gcc/dist/libgcc/config/microblaze/
moddi3.S 75 ADDC r5,r5,r5 # left shift logical r5
80 ADDC r5,r5,r5 # left shift logical r5/r6 get the '1' into the Carry
81 ADDC r4,r4,r4 # Move that bit into the Mod register
82 ADDC r3,r3,r3 # Move carry into high mod register
93 ADDC r29,r29,r0
98 ADDC r29,r29,r29 # Move the carry generated into high
  /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
moddi3.S 75 ADDC r5,r5,r5 # left shift logical r5
80 ADDC r5,r5,r5 # left shift logical r5/r6 get the '1' into the Carry
81 ADDC r4,r4,r4 # Move that bit into the Mod register
82 ADDC r3,r3,r3 # Move carry into high mod register
93 ADDC r29,r29,r0
98 ADDC r29,r29,r29 # Move the carry generated into high
  /src/tests/lib/libc/net/
h_dns_server.c 146 #define ADDC(c) do { \
155 ADDC('\0');
159 ADDC('.');
161 ADDC(a[i]);
  /src/lib/libedit/
keymacro.c 621 #define ADDC(c) \
638 ADDC(sep[0]);
641 ADDC('^');
642 ADDC('@');
659 ADDC(sep[1]);
661 ADDC('\0');
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.h 94 ADDC = 295, /* ADDC */
219 #define ADDC 295
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.h 94 ADDC = 295, /* ADDC */
219 #define ADDC 295
  /src/bin/dd/
misc.c 204 #define ADDC(c) do { if (enable != 0) buffer_write(&c, 1, 0); } \
211 ADDC(*ptr);
293 ADDC(*ptr);
  /src/lib/libtelnet/
sra.c 381 #define ADDC(buf, len, c) if ((len) > 0) { *(buf)++ = (c); --(len); }
409 ADDC(buf, buflen, '"');
411 ADDC(buf, buflen, data[i]);
412 ADDC(buf, buflen, '"');
413 ADDC(buf, buflen, '\0');
kerberos5.c 608 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);}
629 ADDC(buf, buflen, '"');
631 ADDC(buf, buflen, data[i]);
632 ADDC(buf, buflen, '"');
633 ADDC(buf, buflen, '\0');
  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
slli.S 90 ADDC.W R13,R13
117 ADDC.W R13,R13
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
slli.S 90 ADDC.W R13,R13
117 ADDC.W R13,R13
  /src/sys/lib/libkern/arch/hppa/
milli.S 345 addc ret1,ret1,ret1
347 addc ret1,ret1,ret1
349 addc ret1,ret1,ret1
351 addc ret1,ret1,ret1
353 addc ret1,ret1,ret1
355 addc ret1,ret1,ret1
357 addc ret1,ret1,ret1
359 addc ret1,ret1,ret1
361 addc ret1,ret1,ret1
363 addc ret1,ret1,ret
    [all...]
  /src/usr.bin/ftp/
cmds.c 1975 #define ADDC(x) \
1997 ADDC(ntout[i]);
2003 ADDC(*cp1);
2100 ADDC(*++cp1);
2111 ADDC(*cp3++);
2119 ADDC(*cp3++);
2136 ADDC(*cp3++);
2145 ADDC(*cp3++);
2150 ADDC(*cp1++);
2186 ADDC(*cp3++)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
adddi3.S 37 addc a, [hl+14] ; ADDC insns which both account for and update the carry bit
40 addc a, [hl+15]
44 addc a, [hl+16]
47 addc a, [hl+17]
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
adddi3.S 37 addc a, [hl+14] ; ADDC insns which both account for and update the carry bit
40 addc a, [hl+15]
44 addc a, [hl+16]
47 addc a, [hl+17]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 252 /// like ADDC/SUBC, which indicate the carry result is always false.
262 ADDC,

Completed in 30 milliseconds

1 2 3