| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390-modes.def | 37 CCZ: EQ NE NE NE 38 CCZ1: EQ NE (CS) 42 CCU: EQ LTU GTU NE (CLG/R, CL/R/Y, CLM/Y, CLI/Y) 43 CCUR: EQ GTU LTU NE (CLGF/R) 63 CCL: EQ NE EQ NE (ALGF/R, ALG/R, AL/R/Y, 73 CCT: EQ NE NE NE (ICM/Y, TML, CG/R, CGHI, 76 CCT1: NE EQ NE NE (TMH, TML) 77 CCT2: NE NE EQ NE (TMH, TML) 78 CCT3: NE NE NE EQ (TMH, TML)
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| HD | Graph.h | 232 EdgeEntry &NE = getEdge(EId); in addConstructedEdge() local 235 NE.connect(*this, EId); in addConstructedEdge() 332 AdjEdgeIdSet(const NodeEntry &NE) : NE(NE) { } in AdjEdgeIdSet() argument 334 return NE.getAdjEdgeIds().begin(); in begin() 337 return NE.getAdjEdgeIds().end(); in end() 339 bool empty() const { return NE.getAdjEdgeIds().empty(); } in empty() 341 return NE.getAdjEdgeIds().size(); in size() 344 const NodeEntry ≠
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTX.h | 36 NE, enumerator 46 case NVPTXCC::NE: in NVPTXCondCodeToString() 162 NE, enumerator
|
| /NextBSD/contrib/gcc/ |
| HD | jump.c | 400 case NE: in reversed_comparison_code_parts() 518 return NE; in reverse_condition() 519 case NE: in reverse_condition() 565 return NE; in reverse_condition_maybe_unordered() 566 case NE: in reverse_condition_maybe_unordered() 607 case NE: in swap_condition() 654 case NE: in unsigned_condition() 683 case NE: in signed_condition() 733 if (code2 == UNLE || code2 == NE) in comparison_dominates_p() 738 if (code2 == LE || code2 == NE || code2 == ORDERED || code2 == LTGT) in comparison_dominates_p() [all …]
|
| HD | dojump.c | 383 && !can_compare_p (NE, TYPE_MODE (inner_type), ccp_jump)) in do_jump() 386 do_compare_and_jump (exp, NE, NE, if_false_label, if_true_label); in do_jump() 601 NE, TYPE_UNSIGNED (TREE_TYPE (exp)), in do_jump() 654 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode, in do_jump_by_parts_greater_rtx() 955 case NE: in do_compare_rtx_and_jump()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMBaseInfo.h | 31 NE, // Not equal Not equal, or unordered enumerator 50 case EQ: return NE; in getOppositeCondition() 51 case NE: return EQ; in getOppositeCondition() 71 case ARMCC::NE: return "ne"; in ARMCondCodeToString()
|
| /NextBSD/usr.bin/m4/ |
| HD | parser.y | 35 %left EQ NE 72 | expr NE expr { $$ = $1 != $3; }
|
| /NextBSD/sys/dev/sound/pcm/ |
| HD | feeder_volume.c | 83 FEEDVOLUME_DECLARE(S, 8, NE) 86 FEEDVOLUME_DECLARE(U, 8, NE) 122 FEEDVOLUME_ENTRY(S, 8, NE), 125 FEEDVOLUME_ENTRY(U, 8, NE),
|
| HD | feeder_mixer.c | 79 FEEDMIXER_DECLARE(S, 8, NE) 82 FEEDMIXER_DECLARE(U, 8, NE) 104 FEEDMIXER_ENTRY(S, 8, NE), 116 FEEDMIXER_ENTRY(U, 8, NE),
|
| HD | intpcm.h | 121 INTPCM_DECLARE_OP_8(S, NE) \ 128 INTPCM_DECLARE_OP_8(U, NE) \
|
| HD | feeder_format.c | 90 FEEDFORMAT_ENTRY(S, 8, NE), 97 FEEDFORMAT_ENTRY(U, 8, NE),
|
| HD | feeder_eq.c | 223 FEEDEQ_DECLARE(S, 8, NE) 226 FEEDEQ_DECLARE(U, 8, NE) 255 FEEDEQ_ENTRY(S, 8, NE), 258 FEEDEQ_ENTRY(U, 8, NE),
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | MallocChecker.cpp | 201 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const; 862 else if (const CXXNewExpr *NE = dyn_cast<CXXNewExpr>(E)) { in ProcessZeroAllocation() local 863 if (NE->isArray()) in ProcessZeroAllocation() 864 Arg = NE->getArraySize(); in ProcessZeroAllocation() 920 static bool treatUnusedNewEscaped(const CXXNewExpr *NE) { in treatUnusedNewEscaped() argument 922 const CXXConstructExpr *ConstructE = NE->getConstructExpr(); in treatUnusedNewEscaped() 926 if (!NE->getAllocatedType()->getAsCXXRecordDecl()) in treatUnusedNewEscaped() 947 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() argument 950 if (NE->getNumPlacementArgs()) in checkPostStmt() 951 for (CXXNewExpr::const_arg_iterator I = NE->placement_arg_begin(), in checkPostStmt() [all …]
|
| /NextBSD/contrib/one-true-awk/ |
| HD | awkgram.y | 54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN 81 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|' 232 | pattern NE pattern { $$ = op2($2, $1, $3); } 469 case LE: case LT: case EQ: case NE: case GT: case GE: 473 return op2(NE, n, nullnode);
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | ExprEngineObjC.cpp | 94 NE = dstLocation.end(); NI!=NE; ++NI) { in VisitObjCForCollectionStmt() local
|
| /NextBSD/contrib/binutils/ld/ |
| HD | pe-dll.c | 653 #undef NE in process_def_file() 654 #define NE pe_def_file->num_exports in process_def_file() macro 659 for (i = 0; i < NE; i++) in process_def_file() 682 for (i = 0; i < NE; i++) in process_def_file() 706 exported_symbol_offsets = xmalloc (NE * sizeof (bfd_vma)); in process_def_file() 707 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *)); in process_def_file() 709 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *)); in process_def_file() 716 qsort (pe_def_file->exports, NE, sizeof (pe_def_file->exports[0]), in process_def_file() 718 for (i = 0, j = 0; i < NE; i++) in process_def_file() 756 for (i = 0; i < NE; i++) in process_def_file() [all …]
|
| /NextBSD/share/msgdef/ |
| HD | sl_SI.UTF-8.src | 16 ne:n:NE:N:no:n:NO:N
|
| HD | cs_CZ.UTF-8.src | 16 ne:n:NE:N:no:n:NO:N
|
| HD | lt_LT.UTF-8.src | 16 ne:n:NE:N:no:n:NO:N
|
| HD | sr_Cyrl_RS.ISO8859-5.src | 16 ��:�:��:�:no:n:NO:N""ne:n:NE:N:no:n:NO:N
|
| HD | sr_Latn_RS.UTF-8.src | 16 не:н:НЕ:Н:no:n:NO:N""ne:n:NE:N:no:n:NO:N
|
| HD | sr_Latn_RS.ISO8859-2.src | 16 he:h:HE:H:no:n:NO:N""ne:n:NE:N:no:n:NO:N
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | DominanceFrontierImpl.h | 191 NE = currentNode->end(); in calculate() local 192 NI != NE; ++NI) { in calculate()
|
| /NextBSD/usr.bin/xlint/lint1/ |
| HD | op.h | 86 NE, enumerator
|
| /NextBSD/bin/expr/ |
| HD | expr.y | 87 %left <val> '=' '>' '<' GE LE NE 108 | expr NE expr { $$ = op_ne($1, $3); } 250 case '!': return (NE); in yylex()
|