Searched refs:NB (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dbitmap.c4 NB( 1) \
5 NB( 2) \
6 NB( 3) \
7 NB( 4) \
8 NB( 5) \
9 NB( 6) \
10 NB( 7) \
11 NB( 8) \
12 NB( 9) \
13 NB(1
127 #define NB macro
135 #undef NB macro
158 #define NB macro
165 #undef NB macro
197 #define NB macro
202 #undef NB macro
228 #define NB macro
233 #undef NB macro
266 #define NB macro
271 #undef NB macro
413 #define NB macro
418 #undef NB macro
[all...]
/netbsd-current/external/gpl2/groff/dist/font/devX100/
H A DMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/netbsd-current/external/gpl2/groff/dist/font/devX100-12/
H A DMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/netbsd-current/external/gpl2/groff/dist/font/devX75/
H A DMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/netbsd-current/external/gpl2/groff/dist/font/devX75-12/
H A DMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-member.cc22 typedef enum {NA = 20, NB, NC, ND} ANON_NE; enumerator in enum:N::__anon1463
36 A () : public_ (1), protected_ (N::NB), private_ (3) {}
60 if (a.protected_ == N::NB) // + 21
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-member.cc22 typedef enum {NA = 20, NB, NC, ND} ANON_NE; enumerator in enum:N::__anon968
36 A () : public_ (1), protected_ (N::NB), private_ (3) {}
60 if (a.protected_ == N::NB) // + 21
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/m68hc11/
H A Dtestutils.inc14 # NB: See comment above _pass below.
/netbsd-current/sys/lib/libkern/arch/m68k/
H A Dumodsi3.S61 | NB: this requires that __udivsi3 preserve the %a0
H A Ddivsi3.S56 | NB: this requires that __udivsi3 preserve %a0:
H A Dmodsi3.S61 | NB: this requires that __udivsi3 preserve %a0 and return
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/m68hc11/
H A Dtestutils.inc14 # NB: See comment above _pass below.
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h33 NodeBuilder &NB; member in class:clang::ento::CheckerContext
49 NB(builder),
80 return NB.getContext().blockCount();
130 return NB.getContext().getBlock()->getBlockID();
400 node = NB.generateSink(LocalLoc, State, P);
402 node = NB.generateNode(LocalLoc, State, P);
/netbsd-current/external/gpl2/groff/font/devps/
H A DMakefile11 NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI \
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h143 SrcBuffer NB; local
144 NB.Buffer = std::move(F);
145 NB.IncludeLoc = IncludeLoc;
146 Buffers.push_back(std::move(NB));
/netbsd-current/external/gpl2/groff/dist/font/devps/
H A DMakefile.sub5 NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI \
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.cpp137 unsigned NB = Record->getNumBases();
140 R = APValue(APValue::UninitStruct(), NB, NF);
155 for (unsigned I = 0; I < NB; ++I) {
166 Ok &= Composite(VirtBaseTy, VP, R.getStructBase(NB + I));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dcpls.cc219 struct NB {}; struct in namespace:n
269 n::NB<n::na, n::nb> Nbnanb;
/netbsd-current/external/gpl2/groff/dist/font/devps/generate/
H A DMakefile38 HNI HNR NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI
122 NB:
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dlocal.mk31 ## NB: libcommon.a isn't used directly by ports. We need a target for common
/netbsd-current/external/mit/lua/dist/src/
H A Dlstrlib.c1415 #define NB CHAR_BIT macro
1417 /* mask for one character (NB 1's) */
1418 #define MC ((1 << NB) - 1)
1598 n >>= NB; local
1647 lua_Integer lim = (lua_Integer)1 << ((size * NB) - 1);
1656 luaL_argcheck(L, (lua_Unsigned)n < ((lua_Unsigned)1 << (size * NB)),
1701 len < ((size_t)1 << (size * NB)),
1762 res <<= NB; local
1767 lua_Unsigned mask = (lua_Unsigned)1 << (size*NB - 1);
/netbsd-current/sys/arch/powerpc/powerpc/
H A Ddb_disasm.c980 u_int NB; local
981 NB = extract_field(instr, 31 - 20, 5);
982 if (NB == 0)
983 NB = 32;
984 db_printf(", %d", NB);
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/
H A Dcopyi.asm83 cmp $3, n C NB: bc code below assumes this limit
/netbsd-current/sys/arch/mvme68k/stand/sboot/
H A Doc_cksum.s156 dbra %d1,L2 | (NB- dbra doesn't affect X)
159 swap %d1 | (NB- swap doesn't affect X)
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1893 CFGBlock *NB = const_cast<CFGBlock *>(N->getCFGBlock());
1896 if (!VisitedBlocks.insert(NB).second)
1902 if (!OriginB || !NB)
1905 if (isAssertlikeBlock(NB, BRC.getASTContext()))
1908 if (ControlDeps.isControlDependent(OriginB, NB)) {
1911 if (llvm::isa_and_nonnull<CXXForRangeStmt>(NB->getTerminatorStmt()))
1914 if (const Expr *Condition = NB->getLastCondition()) {

Completed in 487 milliseconds

12