HomeSort by: relevance | last modified time | path
    Searched defs:NB (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/jemalloc.old/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/external/bsd/jemalloc/dist/test/unit/
bitmap.c 41 #define NB(nbits) \
49 #undef NB
72 #define NB(nbits) \
79 #undef NB
111 #define NB(nbits) \
117 #undef NB
143 #define NB(nbits) \
149 #undef NB
182 #define NB(nbits) \
188 #undef NB
    [all...]
fb.c 20 #define NB(nbits) do_test_init(nbits);
22 #undef NB
57 #define NB(nbits) do_test_get_set_unset(nbits);
59 #undef NB
112 #define NB(nbits) do_test_search_simple(nbits);
114 #undef NB
210 #define NB(nbits) do_test_search_exhaustive(nbits);
212 #undef NB
294 #define NB(nbits) do_test_empty_full_exhaustive(nbits);
296 #undef NB
    [all...]
  /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/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/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/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/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/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/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/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 724 uint32_t NB;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 9033 // and (srl x, c), mask => shl (bfe x, nb + c, mask >> nb), nb
9034 // nb = number of trailing zeroes in mask
9043 unsigned NB = CRHS->getAPIntValue().countTrailingZeros();
9044 unsigned Offset = NB + Shift;
9055 DAG.getConstant(NB, SDLoc(CRHS), MVT::i32));
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 1432 /* The NB field in an X form instruction. The value 32 is stored as
1448 /* The NB field in an lswi instruction, which has special value
3375 /* The NB field in an X form instruction. The value 32 is stored as
3377 #define NB CRDn + 1
3382 #define NBI NB + 1
8673 {"lsi", X(31,597), X_MASK, PWRCOM, 0, {RT, RA0, NB}},
8807 {"stswi", X(31,725), X_MASK, PPCCOM, E500|E500MC, {RS, RA0, NB}},
8808 {"stsi", X(31,725), X_MASK, PWRCOM, 0, {RS, RA0, NB}},
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 1432 /* The NB field in an X form instruction. The value 32 is stored as
1448 /* The NB field in an lswi instruction, which has special value
3375 /* The NB field in an X form instruction. The value 32 is stored as
3377 #define NB CRDn + 1
3382 #define NBI NB + 1
8615 {"lsi", X(31,597), X_MASK, PWRCOM, 0, {RT, RA0, NB}},
8749 {"stswi", X(31,725), X_MASK, PPCCOM, E500|E500MC, {RS, RA0, NB}},
8750 {"stsi", X(31,725), X_MASK, PWRCOM, 0, {RS, RA0, NB}},
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 1386 /* The NB field in an X form instruction. The value 32 is stored as
1402 /* The NB field in an lswi instruction, which has special value
3297 /* The NB field in an X form instruction. The value 32 is stored as
3299 #define NB CRDn + 1
3304 #define NBI NB + 1
8496 {"lsi", X(31,597), X_MASK, PWRCOM, 0, {RT, RA0, NB}},
8630 {"stswi", X(31,725), X_MASK, PPCCOM, E500|E500MC, {RS, RA0, NB}},
8631 {"stsi", X(31,725), X_MASK, PWRCOM, 0, {RS, RA0, NB}},
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 1432 /* The NB field in an X form instruction. The value 32 is stored as
1448 /* The NB field in an lswi instruction, which has special value
3375 /* The NB field in an X form instruction. The value 32 is stored as
3377 #define NB CRDn + 1
3382 #define NBI NB + 1
8637 {"lsi", X(31,597), X_MASK, PWRCOM, 0, {RT, RA0, NB}},
8771 {"stswi", X(31,725), X_MASK, PPCCOM, E500|E500MC, {RS, RA0, NB}},
8772 {"stsi", X(31,725), X_MASK, PWRCOM, 0, {RS, RA0, NB}},
  /src/external/public-domain/sqlite/dist/
sqlite3.c 12676 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB);
12690 int nB, /* Number of bytes in buffer pB */
18234 /* NB: pDirtyNext and pDirtyPrev are undefined if the
171022 int nb; local
    [all...]

Completed in 131 milliseconds