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

1 2 3 4 5 6 7 8 91011>>

  /src/common/lib/libc/arch/aarch64/atomic/
atomic_and_16.S 10 * Redistribution and use in source and binary forms, with or without
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 ATOMIC_OP16(and, and
    [all...]
atomic_and_32.S 10 * Redistribution and use in source and binary forms, with or without
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 ATOMIC_OP32(and, and
    [all...]
atomic_and_64.S 10 * Redistribution and use in source and binary forms, with or without
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 ATOMIC_OP64(and, and
    [all...]
atomic_and_8.S 10 * Redistribution and use in source and binary forms, with or without
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 ATOMIC_OP8(and, and
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
sync_fetch_and_and_8.S 5 * This file is dual licensed under the MIT and the University of Illinois Open
19 and rD_LO, rN_LO, rM_LO ; \
20 and rD_HI, rN_HI, rM_HI
sync_fetch_and_and_4.S 5 * This file is dual licensed under the MIT and the University of Illinois Open
17 #define and_4(rD, rN, rM) and rD, rN, rM
  /src/usr.bin/make/unit-tests/
cond-op-and.exp 1 make: cond-op-and.mk:36: Variable "UNDEF" is undefined
2 make: cond-op-and.mk:41: Variable "UNDEF" is undefined
3 make: cond-op-and.mk:44: Variable "UNDEF" is undefined
4 make: cond-op-and.mk:60: Unknown operator "&"
5 make: cond-op-and.mk:66: Unknown operator "&"
6 make: cond-op-and.mk:72: Unknown operator "&"
7 make: cond-op-and.mk:78: Unknown operator "&"
8 make: cond-op-and.mk:87: Unknown operator "&"
cond-short.exp 1 expected and
2 expected and exists
3 expected and empty
10 make: cond-short.mk:231: Comparison with "<" requires both operands "" and "42" to be numeric
varmod-defined.exp 3 Var_Parse: ${8_DOLLARS} (eval-keep-dollar-and-undefined)
5 Var_Parse: ${VAR:D${8_DOLLARS}} (eval-keep-dollar-and-undefined)
6 Evaluating modifier ${VAR:D...} on value "$$$$$$$$" (eval-keep-dollar-and-undefined, regular)
7 Var_Parse: ${8_DOLLARS}} (eval-keep-dollar-and-undefined)
8 Result of ${VAR:D${8_DOLLARS}} is "$$$$$$$$" (eval-keep-dollar-and-undefined, regular)
10 Var_Parse: ${VAR:@var@${8_DOLLARS}@} (eval-keep-dollar-and-undefined)
11 Evaluating modifier ${VAR:@...} on value "$$$$$$$$" (eval-keep-dollar-and-undefined, regular)
19 Result of ${VAR:@var@${8_DOLLARS}@} is "$$$$" (eval-keep-dollar-and-undefined, regular)
  /src/include/
iso646.h 12 #define and && macro
  /src/common/lib/libc/arch/powerpc/atomic/
atomic_and.S 10 * Redistribution and use in source and binary forms, with or without
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
37 ATOMIC_OP_32(and)
    [all...]
  /src/lib/libc/arch/aarch64/sys/
fork.S 10 * Redistribution and use in source and binary forms, with or without
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
44 and w0, w0, w1 /* r0 == 0 if child, else unchanged *
    [all...]
__vfork14.S 10 * Redistribution and use in source and binary forms, with or without
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
46 and w0, w0, w1 /* r0 == 0 if child, else unchanged *
    [all...]
  /src/lib/libc/arch/sparc64/sys/
__vfork14.S 8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
11 * Redistribution and use in source and binary forms, with or without
15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
18 * documentation and/or other materials provided with the distribution.
23 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
fork.S 8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
11 * Redistribution and use in source and binary forms, with or without
15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
18 * documentation and/or other materials provided with the distribution.
23 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /src/tests/lib/csu/arch/alpha/
h_initfini_align.S 13 and sp, 7, t0
  /src/tests/lib/csu/arch/sparc/
h_initfini_align.S 8 and %sp, 7, %o1
  /src/tests/lib/csu/arch/sparc64/
h_initfini_align.S 9 and %o1, 15, %o2
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe51_pack.S 5 amd64-51/fe25519_pack.c and amd64-51/fe25519_freeze.s.
25 and $31,%r11 label
43 and %rax,%rdx label
47 and %rax,%rcx label
51 and %rax,%r8 label
55 and %rax,%r9 label
59 and %rax,%rsi label
77 and %r12,%rax label
78 and %r12,%r10 label
85 and $0xFF,%ea label
89 and $0xFF,%eax label
93 and $0xFF,%eax label
97 and $0xFF,%eax label
101 and $0xFF,%eax label
105 and $0xFF,%eax label
111 and $0xF8,%eax label
116 and $0xFF,%edx label
120 and $0xFF,%edx label
124 and $0xFF,%edx label
128 and $0xFF,%edx label
132 and $0xFF,%edx label
138 and $0xC0,%ecx label
143 and $0xFF,%edx label
147 and $0xFF,%edx label
151 and $0xFF,%edx label
155 and $0xFF,%edx label
159 and $0xFF,%edx label
168 and $0xFE,%ecx label
173 and $0xFF,%edx label
177 and $0xFF,%edx label
181 and $0xFF,%edx label
185 and $0xFF,%edx label
189 and $0xFF,%edx label
195 and $0xF0,%ecx label
200 and $0xFF,%edx label
204 and $0xFF,%edx label
208 and $0xFF,%edx label
212 and $0xFF,%edx label
216 and $0xFF,%edx label
    [all...]
  /src/lib/libc/arch/hppa/sys/
fork.S 9 * Redistribution and use in source and binary forms, with or without
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
16 * documentation and/or other materials provided with the distribution.
18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
35 #endif /* LIBC_SCCS and not lint */
41 and %ret0, %ret1, %ret
    [all...]
  /src/lib/libc/arch/riscv/sys/
__vfork14.S 10 * Redistribution and use in source and binary forms, with or without
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
22 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
43 #endif /* LIBC_SCCS and not lint *
    [all...]
fork.S 11 * Redistribution and use in source and binary forms, with or without
15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
18 * documentation and/or other materials provided with the distribution.
20 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
21 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
36 #endif /* LIBC_SCCS and not lint *
    [all...]
  /src/lib/libc/compat/arch/hppa/sys/
compat_Ovfork.S 9 * Redistribution and use in source and binary forms, with or without
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
16 * documentation and/or other materials provided with the distribution.
18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
35 #endif /* LIBC_SCCS and not lint */
41 and %ret1, %ret0, %ret
    [all...]
  /src/sys/rump/net/lib/libnetinet/
Makefile 5 COMMENT=IPv4 incl. TCP and UDP (PF_INET)
  /src/sys/rump/net/lib/libnetinet6/
Makefile 5 COMMENT=IPv6 incl. TCP and UDP (PF_INET6)

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>