HomeSort by: relevance | last modified time | path
    Searched refs:NP (Results 1 - 4 of 4) sorted by relevancy

  /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
main.c 406 char *np; local
431 np = name;
469 np >= &name[LOGIN_NAME_MAX - 1]) {
470 *np = '\0';
479 if (np > name) {
480 np--;
493 else if (np > name)
497 np = name;
503 *np++ = c;
512 *np = '\0'
    [all...]
subr.c 70 struct gettynums *np; local
82 for (np = gettynums; np->field; np++) {
83 if (cgetnum(buf, np->field, &n) == -1)
84 np->set = 0;
86 np->set = 1;
87 np->value = n;
102 for (np = gettynums; np->field; np++
115 struct gettynums *np; local
135 struct gettynums *np; local
    [all...]

Completed in 19 milliseconds