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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
t08_or.s 8 or.b #0x12:8,r1h ;c112
9 or.b #0x12:8,@er1 ;7d10c012
10 or.b #0x12:8,@(0x3:2,er1) ;01776818c012
11 or.b #0x12:8,@er1+ ;01746c18c012
12 or.b #0x12:8,@-er1 ;01776c18c012
13 or.b #0x12:8,@+er1 ;01756c18c012
14 or.b #0x12:8,@er1- ;01766c18c012
15 or.b #0x12:8,@(0x1234:16,er1) ;01746e181234c012
16 or.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678c012
17 or.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234c01
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
t08_or.s 8 or.b #0x12:8,r1h ;c112
9 or.b #0x12:8,@er1 ;7d10c012
10 or.b #0x12:8,@(0x3:2,er1) ;01776818c012
11 or.b #0x12:8,@er1+ ;01746c18c012
12 or.b #0x12:8,@-er1 ;01776c18c012
13 or.b #0x12:8,@+er1 ;01756c18c012
14 or.b #0x12:8,@er1- ;01766c18c012
15 or.b #0x12:8,@(0x1234:16,er1) ;01746e181234c012
16 or.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678c012
17 or.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234c01
    [all...]
  /src/common/lib/libc/arch/aarch64/atomic/
atomic_or_16.S 10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE
    [all...]
atomic_or_32.S 10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE
    [all...]
atomic_or_64.S 10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE
    [all...]
atomic_or_8.S 10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/man/
gettextize.x 2 gettextize \- install or upgrade gettext infrastructure
  /src/usr.bin/make/unit-tests/
cond-op-or.exp 1 make: cond-op-or.mk:36: Variable "UNDEF" is undefined
2 make: cond-op-or.mk:41: Variable "UNDEF" is undefined
3 make: cond-op-or.mk:44: Variable "UNDEF" is undefined
4 make: cond-op-or.mk:60: Unknown operator "|"
5 make: cond-op-or.mk:66: Unknown operator "|"
6 make: cond-op-or.mk:72: Unknown operator "|"
7 make: cond-op-or.mk:78: Unknown operator "|"
8 make: cond-op-or.mk:87: Unknown operator "|"
opt-chdir.exp 2 make: chdir /nonexistent: No such file or directory
  /src/external/lgpl3/mpfr/dist/tools/
ck-news 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
22 or die "Execute $0 from the MPFR source directory\n";
23 chdir '..' or die "$!\n$0: can't change cwd\n";
27 or die "$!\n$0: can't open VERSION file\n";
29 close VERSION or die "$!\n$0: can't close VERSION file\n";
32 or die "$0: bad VERSION format\n";
39 or die "$!\n$0: can't open NEWS file\n";
44 # If this is a release or a release candidate, check tha
    [all...]
ck-version-info 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
22 or die "Execute $0 from the MPFR source directory\n";
23 chdir '..' or die "$!\n$0: can't change cwd\n";
27 or die "$!\n$0: can't open VERSION file\n";
29 close VERSION or die "$!\n$0: can't close VERSION file\n";
32 or die "$0: bad VERSION format\n";
35 or die "$!\n$0: can't open Makefile.am file\n";
42 /^#\s+(\d+\.\d+)\.x\s+(\d+):x:(\d+)/ or next
    [all...]
  /src/external/mpl/bind/dist/util/
bindkeys.pl 20 my $fn = shift or die "Usage: $0 FILENAME\n";
21 open(my $fh, '<', $fn) or die "cannot open file $ARGV[1]\n";
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_pior507d.c 10 * and/or sell copies of the Software, and to permit persons to whom the
14 * all copies or substantial portions of the Software.
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
30 pior507d_ctrl(struct nv50_core *core, int or, u32 ctrl
    [all...]
nouveau_dispnv50_sor507d.c 10 * and/or sell copies of the Software, and to permit persons to whom the
14 * all copies or substantial portions of the Software.
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
30 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl
    [all...]
nouveau_dispnv50_dac507d.c 10 * and/or sell copies of the Software, and to permit persons to whom the
14 * all copies or substantial portions of the Software.
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
30 dac507d_ctrl(struct nv50_core *core, int or, u32 ctrl
    [all...]
  /src/lib/libc/arch/or1k/sys/
__syscall.S 6 l.or r13,r3,r0 /* syscall number */
7 l.or r3,r4,r0
8 l.or r4,r5,r0
9 l.or r5,r6,r0
10 l.or r6,r7,r0
11 l.or r7,r8,r0
  /src/crypto/external/apache2/openssl/dist/demos/http3/
gen_nghttp3.pl 13 open(my $fh, '>>', './build.info') or die "Could not open build.info - $!";
14 flock($fh, LOCK_EX) or die "Could not lock build.info - $!";
17 rmtree("./nghttp3") or die "Cannot remove nghttp3: $!";
  /src/include/
iso646.h 19 #define or || macro
  /src/tests/usr.bin/xlint/lint1/
gcc_stmt_asm.c 17 asm(any "string" or 12345 || whatever);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
iso646.h 21 #define or || macro
  /src/external/gpl3/gcc/dist/gcc/ginclude/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 #define or || macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
iso646.h 5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 #define or || macro
  /src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp2.pl 7 # The GNU MP Library is free software; you can redistribute it and/or modify
11 # Software Foundation; either version 3 of the License, or (at your
14 # or
17 # Foundation; either version 2 of the License, or (at your option) any
20 # or both in parallel, as here.
24 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
58 open IN, '<Makefile' or die;
65 close IN or die;
66 defined $srcdir or die "Cannot find \$srcdir in Makefile\n";
71 open KARA, ">$tempfile" or die
    [all...]
  /src/common/lib/libc/arch/powerpc/atomic/
atomic_or.S 10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE
    [all...]
  /src/sys/sys/
common_wchar_limits.h 10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE
    [all...]

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>