Searched refs:target (Results 1 - 25 of 5348) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dt_insns.s0 target:
1 target: label
H A Dfence-tso.s0 target:
1 target: label
H A Dc-addi16sp-fail.s0 target:
1 target: label
H A Dc-addi4spn-fail.s0 target:
1 target: label
H A Dc-lui-fail.s0 target:
1 target: label
/netbsd-current/external/mpl/bind/dist/bin/tests/system/cds/
H A Dcheckmtime.pl14 my $target = shift;
18 unless ($mtime - $target >= 0 && $mtime - $target < 60);
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_328.c8 union target { union
15 union target arg = { 123 };
17 arg = (union target)3;
/netbsd-current/external/bsd/iscsi/dist/src/
H A DMakefile.am3 SUBDIRS = lib target initiator
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-z8k/
H A Dbranch-target.s3 .globl target
4 target: ldk r0,#4 label
H A Dcalr-opcode.s3 calr target
H A Djr-opcode.s3 jr target
H A Ddjnz-opcode.s3 djnz r0,target
H A Dldr-opcode.s3 ldr r0,target
H A Dldrb-opcode.s3 ldrb rh0,target+1
H A Dldrb-opcode2.s3 ldrb rh0,target+2
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/backends/
H A Dbackend_ocaml.c23 * LLVMInitialize ## target ## AsmPrinter();
24 * LLVMInitialize ## target ## AsmParser();
25 * LLVMInitialize ## target ## Disassembler();
28 #define INITIALIZER1(target) \
29 value llvm_initialize_ ## target(value Unit) { \
30 LLVMInitialize ## target ## TargetInfo(); \
31 LLVMInitialize ## target ## Target(); \
32 LLVMInitialize ## target ## TargetMC(); \
36 #define INITIALIZER(target) INITIALIZER1(target)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Demit-relocs1.s5 b target
6 b target+16
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-avr/
H A Dwraparound-range-boundary.s3 rjmp target
5 target: label
/netbsd-current/external/mit/libuv/dist/src/win/
H A Datomicops-inl.h34 * and interlocked operations on larger targets might require the target to be
38 static char INLINE uv__atomic_exchange_set(char volatile* target) { argument
39 return _InterlockedOr8(target, 1);
44 static inline char uv__atomic_exchange_set(char volatile* target) { argument
50 : "=r"(old_value), "=m"(*target)
51 : "0"(one), "m"(*target)
55 return __sync_fetch_and_or(target, 1);
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dprog_link.c37 if (target->crtbegin) list_add(l, "crtbegin.o");
38 if (target->crtbeginS) list_add(l, "crtbeginS.o");
39 if (target->crtbeginT) list_add(l, "crtbeginT.o");
40 if (target->crt0) list_add(l, "crt0.o");
41 if (target->crt1) list_add(l, "crt1.o");
42 if (target->crt2) list_add(l, "crt2.o");
43 if (target->crti) list_add(l, "crti.o");
44 if (target->dllcrt2) list_add(l, "dllcrt2.o");
45 if (target->gcrt0) list_add(l, "gcrt0.o");
46 if (target
[all...]
/netbsd-current/sys/arch/playstation2/conf/
H A Dbuild.playstation2.sh6 target=mipsel--netbsd
9 LD=${root}/bin/${target}-ld; export LD
10 CC=${root}/bin/${target}-gcc; export CC
11 CXX=${root}/bin/${target}-g++; export CXX
12 AS=${root}/bin/${target}-as; export AS
13 CPP=${root}/bin/${target}-cpp; export CPP
14 RANLIB=${root}/bin/${target}-ranlib; export RANLIB
15 AR=${root}/bin/${target}-ar; export AR
16 NM=${root}/bin/${target}-nm; export NM
17 SIZE=${root}/bin/${target}
[all...]
/netbsd-current/external/gpl3/gcc/usr.bin/
H A DMakefile.common-target1 # $NetBSD: Makefile.common-target,v 1.2 2019/02/01 10:35:09 mrg Exp $
8 COMMONTARGETOBJ!= cd ${.CURDIR}/../common-target && ${PRINTOBJDIR}
9 DPADD+= ${COMMONTARGETOBJ}/libcommon-target.a
10 LDADD+= ${COMMONTARGETOBJ}/libcommon-target.a
/netbsd-current/external/gpl3/gcc.old/usr.bin/
H A DMakefile.common-target1 # $NetBSD: Makefile.common-target,v 1.8 2023/02/20 02:12:29 mrg Exp $
8 COMMONTARGETOBJ!= cd ${.CURDIR}/../common-target && ${PRINTOBJDIR}
9 DPADD+= ${COMMONTARGETOBJ}/libcommon-target.a
10 LDADD+= ${COMMONTARGETOBJ}/libcommon-target.a
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Drefcount.h47 #define isc_refcount_init(target, value) atomic_init(target, value)
58 #define isc_refcount_current(target) (uint_fast32_t) atomic_load_acquire(target)
65 #define isc_refcount_destroy(target) \
66 ISC_REQUIRE(isc_refcount_current(target) == 0)
75 isc_refcount_increment0(isc_refcount_t *target) { argument
77 __v = (uint_fast32_t)atomic_fetch_add_relaxed(target, 1);
82 #define isc_refcount_increment0(target) \
86 __v = atomic_fetch_add_relaxed(target,
123 isc_refcount_decrement(isc_refcount_t *target) argument
[all...]
/netbsd-current/external/bsd/iscsi/dist/src/target/
H A DMakefile.am5 bin_PROGRAMS = iscsi-target
7 iscsi_target_SOURCES = iscsi-target.c
13 man8_MANS = iscsi-target.8
16 dist_man_MANS = iscsi-target.8 targets.5

Completed in 784 milliseconds

1234567891011>>