Home
last modified time | relevance | path

Searched refs:DEF (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Darc-regs.h22 DEF (0x0, ARC_OPCODE_ARCV1, NONE, status)
23 DEF (0x1, ARC_OPCODE_ARCV1, NONE, semaphore)
24 DEF (0x2, ARC_OPCODE_ARCALL, NONE, lp_start)
25 DEF (0x3, ARC_OPCODE_ARCALL, NONE, lp_end)
26 DEF (0x4, ARC_OPCODE_ARCALL, NONE, identity)
27 DEF (0x5, ARC_OPCODE_ARCALL, NONE, debug)
28 DEF (0x6, ARC_OPCODE_ARCALL, NONE, pc)
29 DEF (0x7, ARC_OPCODE_ARCv2HS, NONE, memseg)
30 DEF (0x7, ARC_OPCODE_ARCV1, NONE, adcr)
31 DEF (0x8, ARC_OPCODE_ARCV1, NONE, apcr)
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Darc-regs.h22 DEF (0x0, ARC_OPCODE_ARCV1, NONE, status)
23 DEF (0x1, ARC_OPCODE_ARCV1, NONE, semaphore)
24 DEF (0x2, ARC_OPCODE_ARCALL, NONE, lp_start)
25 DEF (0x3, ARC_OPCODE_ARCALL, NONE, lp_end)
26 DEF (0x4, ARC_OPCODE_ARCALL, NONE, identity)
27 DEF (0x5, ARC_OPCODE_ARCALL, NONE, debug)
28 DEF (0x6, ARC_OPCODE_ARCALL, NONE, pc)
29 DEF (0x7, ARC_OPCODE_ARCv2HS, NONE, memseg)
30 DEF (0x7, ARC_OPCODE_ARCV1, NONE, adcr)
31 DEF (0x8, ARC_OPCODE_ARCV1, NONE, apcr)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.h37 DEF(UNSPEC), \
38 DEF(OACC_FORK), DEF(OACC_JOIN), \
39 DEF(OACC_HEAD_MARK), DEF(OACC_TAIL_MARK)
42 #define DEF(X) IFN_UNIQUE_##X macro
44 #undef DEF
65 DEF(CHUNKS), DEF(STEP), DEF(OFFSET), DEF(BOUND)
67 #define DEF(X) IFN_GOACC_LOOP_##X macro
69 #undef DEF
88 DEF(SETUP), DEF(INIT), DEF(FINI), DEF(TEARDOWN)
90 #define DEF(X) IFN_GOACC_REDUCTION_##X macro
[all …]
H A Dasan.h88 #define IFN_ASAN_MARK_FLAGS DEF(POISON), DEF(UNPOISON)
92 #define DEF(X) ASAN_MARK_##X macro
94 #undef DEF
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.h40 DEF(UNSPEC), \
41 DEF(OACC_FORK), DEF(OACC_JOIN), \
42 DEF(OACC_HEAD_MARK), DEF(OACC_TAIL_MARK), \
43 DEF(OACC_PRIVATE)
46 #define DEF(X) IFN_UNIQUE_##X macro
48 #undef DEF
69 DEF(CHUNKS), DEF(STEP), DEF(OFFSET), DEF(BOUND)
71 #define DEF(X) IFN_GOACC_LOOP_##X macro
73 #undef DEF
92 DEF(SETUP), DEF(INIT), DEF(FINI), DEF(TEARDOWN)
[all …]
H A Dasan.h127 #define IFN_ASAN_MARK_FLAGS DEF(POISON), DEF(UNPOISON)
131 #define DEF(X) ASAN_MARK_##X macro
133 #undef DEF
/netbsd-src/external/bsd/ntp/dist/libparse/
H A Dinfo_trimble.c61 …MD_RSPOSXYZ, "CMD_RSPOSXYZ", "single precision XYZ position (0x42)", "gps_position(XYZ)", RO|DEF },
62 { CMD_RVELOXYZ, "CMD_RVELOXYZ", "velocity fix (XYZ ECEF) (0x43)", "gps_velocity(XYZ)", RO|DEF },
63 { CMD_RBEST4, "CMD_RBEST4", "best 4 satellite selection (0x44)", "trimble_best4", RO|DEF },
64 { CMD_RVERSION, "CMD_RVERSION", "software version (0x45)", "trimble_version", RO|DEF },
65 …{ CMD_RRECVHEALTH, "CMD_RRECVHEALTH", "receiver health (0x46)", "trimble_receiver_health", RO|DEF
67 { CMD_RMESSAGE, "CMD_RMESSAGE", "GPS system message (0x48)", "gps-message", RO|DEF },
69 { CMD_RSLLAPOS, "CMD_RSLLAPOS", "single LLA position (0x4A)", "gps_position(LLA)", RO|DEF },
70 { CMD_RMACHSTAT, "CMD_RMACHSTAT", "machine code / status (0x4B)", "trimble_status", RO|DEF },
74 { CMD_RUTCPARAM, "CMD_RUTCPARAM", "UTC parameters (0x4F)", "gps_utc_correction", RO|DEF },
83 { CMD_RSTATTRACK, "CMD_RSTATTRACK", "tracking status (0x5C)", "trimble_tracking_status", RO|DEF },
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarmod-defined.mk11 DEF= defined
17 .if ${DEF:Dvalue} != "value"
34 .if ${DEF:D<${DEF}>} != "<defined>"
45 .if ${DEF:D \} \: \$ \\ \) \n } != " } : \$ \\ \\) \\n "
54 .if ${DEF:D$$$$$${DEF}} != "defined"
64 .if ${DEF:D!&((((} != "!&(((("
76 .if ${DEF:Dyes:Uno} != yes
79 .if ${DEF:Uno:Dyes} != yes
H A Dcond-token-var.mk17 DEF= defined
21 .if ${DEF} == ${DEF}
30 .if ${UNDEF} == ${DEF}
36 .if ${DEF} == ${UNDEF}
41 .if ${DEF}
110 # expect+1: Malformed conditional 'x${DEF}y == "${UNDEF2}" || 0x${UNDEF3}'
111 .if x${DEF}y == "${UNDEF2}" || 0x${UNDEF3}
115 # expect+1: Malformed conditional 'x${DEF}y == "${DEF}" ||
[all...]
H A Dcond-func-defined.mk5 DEF= defined
8 .if !defined(DEF)
13 .if !defined( DEF)
18 .if !defined(DEF )
33 # expect+1: Missing ')' after argument 'DEF' for 'defined'
34 .if defined(DEF
H A Dcond-op-or.mk34 DEF= defined
36 .if 1 && (!${DEF} || ${UNDEF})
38 .if 1 && (${DEF} || ${UNDEF})
46 .if 0 && (!${DEF} || ${UNDEF})
48 .if 0 && (${DEF} || ${UNDEF})
H A Dcond-op-and.mk34 DEF= defined
36 .if 0 || (${DEF} && ${UNDEF})
38 .if 0 || (!${DEF} && ${UNDEF})
46 .if 1 || (${DEF} && ${UNDEF})
48 .if 1 || (!${DEF} && ${UNDEF})
H A Dcond-func.mk11 DEF= defined
21 .if !defined(DEF)
26 .if !defined( DEF)
31 .if !defined(DEF )
82 .if ! defined ( DEF )
H A Dcond-undef-lint.mk14 # DEF is defined, UNDEF is not.
15 DEF= defined
18 .if !${DEF}
41 # The inner variable DEF is defined, but the resulting name VAR.defined
45 .if ${VAR.${DEF}}
H A Dcond-short.mk280 DEF= defined
283 .if 0 && defined(DEF)
287 .if 1 && defined(DEF)
300 .if 0 || defined(DEF)
305 .if 1 || defined(DEF)
H A Dcond-token-var.exp10 Var_Parse: ${DEF}y == "${UNDEF2}" || 0x${UNDEF3} (eval)
11 make: "cond-token-var.mk" line 111: Malformed conditional 'x${DEF}y == "${UNDEF2}" || 0x${UNDEF3}'
12 Var_Parse: ${DEF}y == "${DEF}" || 0x${UNDEF3} (eval)
13 make: "cond-token-var.mk" line 116: Malformed conditional 'x${DEF}y == "${DEF}" || 0x${UNDEF3}'
/netbsd-src/tests/dev/audio/
H A Daudiotest.c1413 #define DEF(name) \ macro
1440 DEF(open_mode_RDONLY) { test_open_mode(O_RDONLY); } in DEF() function
1441 DEF(open_mode_WRONLY) { test_open_mode(O_WRONLY); } in DEF() function
1442 DEF(open_mode_RDWR) { test_open_mode(O_RDWR); } in DEF() function
1671 DEF(open_audio_RDONLY) { test_open("audio", O_RDONLY); } in DEF() function
1672 DEF(open_audio_WRONLY) { test_open("audio", O_WRONLY); } in DEF() function
1673 DEF(open_audio_RDWR) { test_open("audio", O_RDWR); } in DEF() function
1674 DEF(open_sound_RDONLY) { test_open("sound", O_RDONLY); } in DEF() function
1675 DEF(open_sound_WRONLY) { test_open("sound", O_WRONLY); } in DEF() function
1676 DEF(open_sound_RDWR) { test_open("sound", O_RDWR); } in DEF() function
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/VMS/
H A Dopenssl_startup.com.in91 $ DEF := DEFINE /NOLOG 'P1'
98 $ DEF OSSL$LIB OSSL$INSTROOT:[LIB.'arch']
99 $ DEF OSSL$SHARE OSSL$INSTROOT:[LIB.'arch']
100 $ DEF OSSL$ENGINES'sv''pz' OSSL$INSTROOT:[ENGINES'sv''pz'.'arch']
101 $ DEF OSSL$MODULES'pz' OSSL$INSTROOT:[MODULES'pz'.'arch']
102 $ DEF OSSL$EXE OSSL$INSTROOT:[EXE.'arch'],-
104 $ DEF OSSL$LIBCRYPTO'pz' OSSL$LIB:OSSL$LIBCRYPTO'pz'.OLB
105 $ DEF OSSL$LIBSSL'pz' OSSL$LIB:OSSL$LIBSSL'pz'.OLB
107 $ DEF OSSL$LIBCRYPTO'sv'_SHR'pz' OSSL$SHARE:OSSL$LIBCRYPTO'sv'_SHR'pz'.EXE
108 $ DEF OSSL$LIBSSL'sv'_SHR'pz' OSSL$SHARE:OSSL$LIBSSL'sv'_SHR'pz'.EXE
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/VMS/
H A Dopenssl_startup.com.in90 $ DEF := DEFINE /NOLOG 'P1'
97 $ DEF OSSL$LIB OSSL$INSTROOT:[LIB.'arch']
98 $ DEF OSSL$SHARE OSSL$INSTROOT:[LIB.'arch']
99 $ DEF OSSL$ENGINES'sv''pz' OSSL$INSTROOT:[ENGINES'sv''pz'.'arch']
100 $ DEF OSSL$EXE OSSL$INSTROOT:[EXE.'arch'],-
102 $ DEF OSSL$LIBCRYPTO'pz' OSSL$LIB:OSSL$LIBCRYPTO'pz'.OLB
103 $ DEF OSSL$LIBSSL'pz' OSSL$LIB:OSSL$LIBSSL'pz'.OLB
105 $ DEF OSSL$LIBCRYPTO'sv'_SHR'pz' OSSL$SHARE:OSSL$LIBCRYPTO'sv'_SHR'pz'.EXE
106 $ DEF OSSL$LIBSSL'sv'_SHR'pz' OSSL$SHARE:OSSL$LIBSSL'sv'_SHR'pz'.EXE
108 $ DEF OPENSSL OSSL$INCLUDE:[OPENSSL]
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dresolve.cc507 DEF = global_flag | regular_flag | def_flag, in should_override() enumerator
523 case DEF * 16 + DEF: in should_override()
539 case WEAK_DEF * 16 + DEF: in should_override()
550 case DYN_DEF * 16 + DEF: in should_override()
551 case DYN_WEAK_DEF * 16 + DEF: in should_override()
558 case UNDEF * 16 + DEF: in should_override()
559 case WEAK_UNDEF * 16 + DEF: in should_override()
560 case DYN_UNDEF * 16 + DEF: in should_override()
561 case DYN_WEAK_UNDEF * 16 + DEF: in should_override()
566 case COMMON * 16 + DEF: in should_override()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dresolve.cc507 DEF = global_flag | regular_flag | def_flag, in should_override() enumerator
523 case DEF * 16 + DEF: in should_override()
539 case WEAK_DEF * 16 + DEF: in should_override()
550 case DYN_DEF * 16 + DEF: in should_override()
551 case DYN_WEAK_DEF * 16 + DEF: in should_override()
558 case UNDEF * 16 + DEF: in should_override()
559 case WEAK_UNDEF * 16 + DEF: in should_override()
560 case DYN_UNDEF * 16 + DEF: in should_override()
561 case DYN_WEAK_UNDEF * 16 + DEF: in should_override()
566 case COMMON * 16 + DEF: in should_override()
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dconditionals58 DEF = no
62 DEF = yes
72 ifdef $(call FUNC,DEF)3
76 all:; @echo DEF=$(DEF) DEF2=$(DEF2) DEF3=$(DEF3)',
78 'DEF=yes DEF2=yes DEF3=yes');
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/heimdal/
H A DNTMakefile62 DEF=$(OBJ)\heimdal.def
72 $(DEF): $(DEFSRC)
73 copy $(DEFSRC: = + ) $(DEF)
79 $(DLL): $(DLLDEPS) $(DEF) $(RES)
81 -def:$(DEF) -out:$(DLL) \
/netbsd-src/sys/arch/vax/floppy/
H A Dupsboo.cmd5 SET DEF HEX
6 SET DEF LONG
H A Dhksboo.cmd5 SET DEF HEX
6 SET DEF LONG

12345678910>>...14