Searched refs:NONE (Results 26 - 50 of 128) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp108 cl::init(GraphRenderer::StatType::NONE),
109 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
131 cl::init(GraphRenderer::StatType::NONE),
132 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
155 cl::init(GraphRenderer::StatType::NONE),
156 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
179 cl::init(GraphRenderer::StatType::NONE),
180 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
259 if (T == GraphDiffRenderer::StatType::NONE)
280 if (T == GraphDiffRenderer::StatType::NONE)
[all...]
H A Dxray-graph.h39 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; member in class:llvm::xray::GraphRenderer::StatType
156 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
157 StatType EdgeColor = StatType::NONE,
158 StatType VertexLabel = StatType::NONE,
159 StatType VertexColor = StatType::NONE);
/freebsd-11-stable/usr.sbin/iovctl/
H A Diovctl.c167 NONE, enumerator in enum:main_action
184 action = NONE;
189 if (action != NONE) {
200 if (action != NONE) {
214 if (action != NONE) {
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c638 I40E_PTT(1, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY2),
639 I40E_PTT(2, L2, NONE, NOF, NONE, NONE, NOF, TS, PAY2),
640 I40E_PTT(3, L2, NONE, NOF, NONE, NONE, NO
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dtoken.l76 none { DP; return NONE; }
H A Dparse.y91 %token FULLSYNC MEMSYNC ASYNC NONE CRC32 SHA256 HOLE LZF
276 NONE { $$ = HAST_CHECKSUM_NONE; }
300 NONE { $$ = HAST_COMPRESSION_NONE; }
706 NONE { $$ = strdup("none"); }
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_errmsg.c33 DEFINE_ERROR(NONE, "No Error"),
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_errmsg.c41 DEFINE_ERROR(NONE, "No Error"),
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_sentence.c57 enum { BLANK, NONE, PERIOD } state; enumerator in enum:__anon5041
86 for (state = NONE;;) {
100 state = NONE;
110 state = NONE;
124 state = NONE;
142 state = NONE;
/freebsd-11-stable/contrib/dma/
H A Dmail.c146 NONE = 0, enumerator in enum:parse_state::__anon335
171 case NONE:
388 parse_state.state = NONE;
432 if (parse_state.state != NONE) {
/freebsd-11-stable/lib/libutil/
H A Dlogin_class.c254 enum { NONE, NUM, DASH } state; enumerator in enum:__anon1
259 state = NONE;
270 case NONE:
277 state = NONE;
288 case NONE:
292 state = NONE;
310 case NONE:
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_none.c49 _CITRUS_STDENC_DECLS(NONE); variable
50 _CITRUS_STDENC_DEF_OPS(NONE); variable
/freebsd-11-stable/bin/pax/
H A Doptions.h50 #define NONE "none" macro
/freebsd-11-stable/sys/arm/at91/
H A Dboard_hl201.c121 ARM_BOARD(NONE, "HOTe 201");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h113 NONE = 0, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h83 TK(EOF, NONE) \
135 TK(MACRO_ARG, NONE) /* Macro argument. */ \
136 TK(PRAGMA, NONE) /* Only for deferred pragmas. */ \
137 TK(PRAGMA_EOL, NONE) /* End-of-line for deferred pragmas. */ \
138 TK(PADDING, NONE) /* Whitespace for -E. */
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.h101 NONE = 0, enumerator in enum:__anon8
H A Discontrol.c69 {"None", NONE},
/freebsd-11-stable/contrib/ncurses/
H A Dconvert_configure.pl101 s/^(host|build)=NONE$/$1=x86-emx-os2/; # Make default host/build
/freebsd-11-stable/crypto/openssh/regress/
H A Dkrl.sh111 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial-wild -s NONE $OBJ/revoked-serials \
113 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid-wild -s NONE $OBJ/revoked-keyid \
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c97 #define NONE 0 /* no function */ macro
174 function = NONE;
184 if (function != NONE)
191 if (function != NONE)
198 if (function != NONE)
212 if (function != NONE)
218 if (function != NONE)
225 if (function != NONE)
232 if (function != NONE)
239 if (function != NONE)
[all...]
/freebsd-11-stable/usr.bin/catman/
H A Dcatman.c94 enum Ziptype {NONE, BZIP, GZIP}; enumerator in enum:Ziptype
499 is_gzipped(page_name) ? GZIP : NONE;
500 if (zipped != NONE) {
529 process_page(mandir, page_path, cat_path, NONE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1354 return SIOutMods::NONE;
1366 return SIOutMods::NONE;
1386 return std::make_pair(nullptr, SIOutMods::NONE);
1399 return std::make_pair(nullptr, SIOutMods::NONE);
1402 if (OMod == SIOutMods::NONE ||
1407 return std::make_pair(nullptr, SIOutMods::NONE);
1416 return std::make_pair(nullptr, SIOutMods::NONE);
1430 return std::make_pair(nullptr, SIOutMods::NONE);
1433 return std::make_pair(nullptr, SIOutMods::NONE);
1442 if (OMod == SIOutMods::NONE || !RegO
[all...]
/freebsd-11-stable/contrib/file/python/
H A Dmagic.py26 MAGIC_NONE = NONE = 0
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_lookup.c354 ss.slotstatus = NONE;
433 if (ss.slotstatus == NONE &&
489 if (ss.slotstatus == NONE) {
755 } else if (ssp->slotstatus == NONE) {

Completed in 412 milliseconds

123456