Searched defs:OK (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-current/tools/regression/capsicum/syscalls/
H A Dmisc.h33 #define OK() do { \ macro
/freebsd-current/lib/libmd/i386/
H A Drmd160.S18 #define OK 1 define
23 #define OK 1 define
32 #define OK 1 define
H A Dsha.S19 #define OK 1 define
24 #define OK 1 define
33 #define OK 1 define
/freebsd-current/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h36 #define OK 0 /* everything was OK */ macro
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h36 #define OK 0 /* everything was OK */ macro
/freebsd-current/usr.sbin/bluetooth/l2control/
H A Dl2control.h36 #define OK 0 /* everything was OK */ macro
/freebsd-current/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h36 #define OK 0 /* everything was OK */ macro
/freebsd-current/tools/regression/sockets/kqueue/
H A Dkqueue.c56 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ macro
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp76 UnaryOperatorKind OK = UO->getOpcode(); local
87 BinaryOperatorKind OK = BO->getOpcode(); local
H A DIterator.cpp71 bool isComparisonOperator(OverloadedOperatorKind OK) { argument
126 bool isAccessOperator(OverloadedOperatorKind OK) { argument
131 isAccessOperator(UnaryOperatorKind OK) argument
136 isAccessOperator(BinaryOperatorKind OK) argument
140 isDereferenceOperator(OverloadedOperatorKind OK) argument
145 isDereferenceOperator(UnaryOperatorKind OK) argument
149 isDereferenceOperator(BinaryOperatorKind OK) argument
153 isIncrementOperator(OverloadedOperatorKind OK) argument
157 isIncrementOperator(UnaryOperatorKind OK) argument
161 isDecrementOperator(OverloadedOperatorKind OK) argument
165 isDecrementOperator(UnaryOperatorKind OK) argument
169 isRandomIncrOrDecrOperator(OverloadedOperatorKind OK) argument
174 isRandomIncrOrDecrOperator(BinaryOperatorKind OK) argument
[all...]
H A DIteratorRangeChecker.cpp144 UnaryOperatorKind OK = UO->getOpcode(); local
159 BinaryOperatorKind OK = BO->getOpcode(); local
H A DIteratorModeling.cpp252 UnaryOperatorKind OK = UO->getOpcode(); local
265 const BinaryOperatorKind OK = BO->getOpcode(); local
623 handlePtrIncrOrDecr(CheckerContext &C, const Expr *Iterator, OverloadedOperatorKind OK, SVal Offset) const argument
764 isSimpleComparisonOperator(OverloadedOperatorKind OK) argument
768 isSimpleComparisonOperator(BinaryOperatorKind OK) argument
[all...]
/freebsd-current/usr.sbin/cron/cron/
H A Dmacros.h30 #define OK 0 macro
/freebsd-current/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp327 runPassPipeline( StringRef Arg0, Module &M, TargetMachine *TM, TargetLibraryInfoImpl *TLII, ToolOutputFile *Out, ToolOutputFile *ThinLTOLinkOut, ToolOutputFile *OptRemarkFile, StringRef PassPipeline, ArrayRef<PassPlugin> PassPlugins, OutputKind OK, VerifierKind VK, bool ShouldPreserveAssemblyUseListOrder, bool ShouldPreserveBitcodeUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve, bool UnifiedLTO) argument
H A Dopt.cpp724 OutputKind OK = OK_NoOutput; local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp27 OK, // Found. member in class:__anon2066::ParseRet
[all...]
/freebsd-current/lib/libifconfig/
H A Dlibifconfig.h40 OK = 0, enumerator in enum:__anon2
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_shm.c364 OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH enumerator in enum:segstat_t
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h64 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, Expr *Stride, QualType Type, ExprValueKind VK, ExprObjectKind OK, SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, SourceLocation RBracketLoc) argument
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator in enum:outcome
[all...]
/freebsd-current/contrib/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator in enum:outcome
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp351 OK, // Successfully processed member in class:StackTrie::AccountRecordStatus
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.cpp449 StringRef PatFrag::getParamKindStr(ParamKind OK) { argument
/freebsd-current/lib/libc/isc/
H A Deventlib_p.h51 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL macro
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c79 #define OK 0 macro
[all...]

Completed in 426 milliseconds

12