HomeSort by: relevance | last modified time | path
    Searched refs:NB (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/bsd/jemalloc/dist/test/include/test/
nbits.h 7 NB( 1) \
8 NB( 2) \
9 NB( 3) \
10 NB( 4) \
11 NB( 5) \
12 NB( 6) \
13 NB( 7) \
14 NB( 8) \
15 NB( 9) \
16 NB(10)
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
bitmap.c 4 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(10)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus-member.cc 22 typedef enum {NA = 20, NB, NC, ND} ANON_NE;
36 A () : public_ (1), protected_ (N::NB), private_ (3) {}
60 if (a.protected_ == N::NB) // + 21
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus-member.cc 22 typedef enum {NA = 20, NB, NC, ND} ANON_NE;
36 A () : public_ (1), protected_ (N::NB), private_ (3) {}
60 if (a.protected_ == N::NB) // + 21
  /src/external/bsd/jemalloc/dist/test/unit/
bitmap.c 37 #define NB(nbits) { \
45 #undef NB
68 #define NB(nbits) { \
75 #undef NB
107 #define NB(nbits) { \
112 #undef NB
138 #define NB(nbits) { \
143 #undef NB
176 #define NB(nbits) { \
181 #undef NB
    [all...]
fb.c 21 #define NB(nbits) \
24 #undef NB
59 #define NB(nbits) \
62 #undef NB
115 #define NB(nbits) \
118 #undef NB
212 #define NB(nbits) \
215 #undef NB
297 #define NB(nbits) \
300 #undef NB
    [all...]
  /src/sys/lib/libkern/arch/m68k/
umodsi3.S 61 | NB: this requires that __udivsi3 preserve the %a0
divsi3.S 56 | NB: this requires that __udivsi3 preserve %a0:
modsi3.S 61 | NB: this requires that __udivsi3 preserve %a0 and return
  /src/external/gpl3/gdb/dist/sim/testsuite/m68hc11/
testutils.inc 14 # NB: See comment above _pass below.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/m68hc11/
testutils.inc 14 # NB: See comment above _pass below.
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 33 NodeBuilder &NB;
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);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h 143 SrcBuffer NB;
144 NB.Buffer = std::move(F);
145 NB.IncludeLoc = IncludeLoc;
146 Buffers.push_back(std::move(NB));
  /src/external/gpl2/groff/font/devps/
Makefile 11 NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI \
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
EvalEmitter.cpp 137 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));
  /src/usr.sbin/sysinst/
msg.mbr.en 37 /* NB: Lines ending in spaces force line breaks */
71 {real geom: %d cyl, %d heads, %d sec (NB: for comparison only)\n}
msg.mbr.es 37 /* NB: Lines ending in spaces force line breaks */
71 {geom real: %d cil, %d cabezas, %d sec (NB: solo para comparaci�n)\n}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
cpls.cc 216 struct nb {}; struct in namespace:n
222 struct NB {};
265 n::nb nb; local
266 foo (na, nb);
268 b<n::nb> bnb;
271 n::NA<n::na, n::nb> NAnanb;
272 n::NB<n::na, n::nb> Nbnanb;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
cpls.cc 216 struct nb {}; struct in namespace:n
222 struct NB {};
265 n::nb nb; local
266 foo (na, nb);
268 b<n::nb> bnb;
271 n::NA<n::na, n::nb> NAnanb;
272 n::NB<n::na, n::nb> Nbnanb;
  /src/external/gpl2/groff/dist/font/devps/generate/
Makefile 38 HNI HNR NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI
122 NB:
  /src/external/mit/lua/dist/src/
lstrlib.c 1169 int nb = lua_number2strx(L, buff, MAX_ITEM, local
1172 if (memchr(buff, '.', nb) == NULL) { /* no dot? */
1174 char *ppoint = (char *)memchr(buff, point, nb);
1177 return nb;
1195 int nb; local
1198 nb = quotefloat(L, buff, lua_tonumber(L, arg));
1205 nb = l_sprintf(buff, MAX_ITEM, format, (LUAI_UACINT)n);
1209 luaL_addsize(b, nb);
1305 int nb = 0; /* number of bytes in result */ local
1312 nb = l_sprintf(buff, maxitem, form, (int)luaL_checkinteger(L, arg))
    [all...]
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 980 u_int NB;
981 NB = extract_field(instr, 31 - 20, 5);
982 if (NB == 0)
983 NB = 32;
984 db_printf(", %d", NB);
  /src/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/
copyi.asm 83 cmp $3, n C NB: bc code below assumes this limit
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 156 dbra %d1,L2 | (NB- dbra doesn't affect X)
159 swap %d1 | (NB- swap doesn't affect X)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 1893 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 69 milliseconds

1 2