HomeSort by: relevance | last modified time | path
    Searched refs:ADDS (Results 1 - 12 of 12) sorted by relevancy

  /src/bin/dd/
misc.c 206 #define ADDS(p) do { if (enable != 0) buffer_write(p, strlen(p), 0); } \
219 ADDS(nbuf);
226 ADDS(hbuf);
231 ADDS(nbuf);
238 ADDS(hbuf); ADDS("/sec");
243 ADDS(nbuf);
248 ADDS(nbuf);
253 ADDS(nbuf);
258 ADDS(nbuf)
    [all...]
  /src/lib/libutil/
sockaddr_snprintf.c 161 #define ADDS(p) do { for (s = p; *s; s++) ADDC(*s); } \
163 #define ADDNA() do { if (na) ADDS("N/A"); } \
241 ADDS(addr);
246 ADDS(nbuf);
252 ADDS(nbuf);
256 ADDS(nbuf);
260 ADDS(name);
266 ADDS(name);
271 ADDS(port);
278 ADDS(port)
    [all...]
  /src/lib/libc/include/
port_after.h 25 #define ADDS(S) \
  /src/external/bsd/blocklist/port/
sockaddr_snprintf.c 189 #define ADDS(p) do { for (s = p; *s; s++) ADDC(*s); } \
191 #define ADDNA() do { if (na) ADDS("N/A"); } \
254 ADDS(addr);
259 ADDS(nbuf);
265 ADDS(nbuf);
269 ADDS(nbuf);
273 ADDS(name);
280 ADDS(name);
285 ADDS(port);
292 ADDS(port)
    [all...]
  /src/lib/libc/inet/
inet_net_ntop.c 108 ADDS(snprintf(dst + t, size - t, "%u", *src++));
119 ADDS(snprintf(dst + t, size - t, "%u", *src & m));
123 ADDS(snprintf(dst + t, size - t, "/%u", bits));
228 ADDS(snprintf(dst + t, size - t, "%c%u",
232 ADDS(snprintf(dst + t, size - t, ".%u",
238 ADDS(snprintf(dst + t, size - t, "%x",
245 ADDS(snprintf(dst + t, size - t, "/%u", bits));
inet_cidr_ntop.c 88 ADDS(snprintf(dst + t, size - t, "%u", *src++));
132 ADDS(decoct(src, bytes, dst + t, size - t));
136 ADDS(snprintf(dst + t, size - t, "/%u", bits));
225 ADDS(decoct(src+12, n, dst + t, size - t));
228 ADDS(snprintf(dst + t, size - t, "%x", words[i]));
238 ADDS(snprintf(dst + t, size - t, "/%u", bits));
  /src/sys/arch/sh3/sh3/
cpu_in_cksum.S 76 #define ADDS \
167 ADDS
195 ADDS
  /src/lib/libc/nameser/
ns_name.c 1004 ADDS(snprintf(dn + t, size - t, "\\[x"));
1006 ADDS(snprintf(dn + t, size - t, "%02x", *cp & 0xff));
1010 ADDS(snprintf(dn + t, size - t, "%02x",
1014 ADDS(snprintf(dn + t, size - t, "%1x",
1017 ADDS(snprintf(dn + t, size - t, "/%d]", blen));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 134 ADDS,
AArch64ISelLowering.cpp 1875 MAKE_CASE(AArch64ISD::ADDS)
2433 Opcode = AArch64ISD::ADDS;
2438 Opcode = AArch64ISD::ADDS;
2868 // The imm operand of ADDS is an unsigned immediate, in the range 0 to 4095.
2929 Opc = AArch64ISD::ADDS;
2933 Opc = AArch64ISD::ADDS;
3129 Opc = AArch64ISD::ADDS;
6851 // Widen v8i8/v16i8 CTPOP result to VT by repeatedly widening pairwise adds.
11679 // 12-bit optionally shifted immediates are legal for adds.
11695 // Integer comparisons are implemented with ADDS/SUBS, so the range of vali
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c 92 #define ADDS 0x1800
742 return push_inst16(compiler, ADDS | RD3(dst) | RN3(arg1) | RM3(arg2));
  /src/share/terminfo/
terminfo 531 # ansi-mtabs adds relative addressing and minimal tab support
766 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
1107 # The 3.0 kernel adds support for clearing scrollback buffer (capability E3).
3020 # VT400/420 -- This terminal is a superset of the VT320. It adds the multiple
3164 # 925 910+, ADDS A2). This terminfo data is for the ANSI emulations only.
3602 # xterm-256color. However, it adds "nsterm", so it is possible to use the
7857 # rs1 adds an empty string for resetting title- and other OSC-strings.
10274 # Adds xy-cursor addressing, vertical cursor addressing, home,
10906 # popular lines such as ADDS, and dual-host capabilities. The qvt82 is
11898 # is for 950 with two pages adds the following
    [all...]

Completed in 41 milliseconds