OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NP
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ascii.h
55
#define
NP
12
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h
514
NodeAndParent
NP
= DFSStack.back();
515
DCHECK_NE(
NP
.Node, nullptr);
516
DCHECK_NE(
NP
.NewNode, nullptr);
518
for (const auto Callee :
NP
.Node->Callees) {
520
NP
.NewNode, NodeIdPairArray(*O.NodeIdPairAllocator),
525
if (UNLIKELY(
NP
.NewNode->Callees.AppendEmplace(NewNode, Callee.FId) ==
/src/libexec/getty/
gettytab.h
166
#define
NP
gettyflags[21].value
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
282
unsigned &
NP
= BBNumPreds[BB];
283
if (
NP
== 0)
284
NP
= pred_size(BB) + 1;
285
return
NP
- 1;
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp
876
unsigned Ox = 0,
NP
= MI.getNumOperands();
878
while (Ox <
NP
) {
889
while (Ox <
NP
) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp
757
const DefPath *
NP
= &N;
758
assert(!Paths.empty() &&
NP
>= &Paths.front() &&
NP
<= &Paths.back() &&
760
return
NP
- &Paths.front();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFGraph.cpp
268
unsigned
NP
= BB->pred_size();
280
<< " --- preds(" <<
NP
<< "): ";
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
4929
uint32_t
NP
;
4931
if (!checkUInt32Argument(*this, AL, NumParamsExpr,
NP
)) {
4943
numParams =
NP
;
Completed in 87 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026