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

/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dbitarray.c128 #define NB 9 // number of bits we process at once macro
130 #define MASKNB ((1 << NB) - 1) // to just keep these bits
131 #define NUM_64b (1 << (NB - 6)) // number of 64-bit words we process at once
135 #define LEVEL1 (LEVEL0 + (1 << NB)*NUM_64b)
136 #define LEVEL2 (LEVEL1 + (1 << (NB+NB))*NUM_64b)
137 #define LEVEL3 (LEVEL2 + (1 << (NB+NB+NB))*NUM_64b)
206 #if NB
239 bit = index & MASKNB; index >>= NB; local
251 bit = index & MASKNB; index >>= NB; local
257 bit = index & MASKNB; index >>= NB; local
261 bit = index & MASKNB; index >>= NB; local
265 bit = index & MASKNB; index >>= NB; local
282 bit = index & MASKNB; index >>= NB; local
287 bit = index & MASKNB; index >>= NB; local
291 bit = index & MASKNB; index >>= NB; local
295 bit = index & MASKNB; index >>= NB; local
389 bit = ix & MASKNB; ix >>= NB; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DSourceMgr.h106 SrcBuffer NB;
107 NB.Buffer = F;
108 NB.IncludeLoc = IncludeLoc;
109 Buffers.push_back(NB);
/macosx-10.10.1/groff-38/groff/font/devps/generate/
H A DMakefile38 HNI HNR NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI
122 NB:
/macosx-10.10.1/screen-22/screen/
H A Dhelp.c750 | | |___ Display is in nonblocking mode. Shows 'NB' if obuf is full.
763 static char *blockstates[5] = {"nb", "NB", "Z<", "Z>", "BL"};
/macosx-10.10.1/CPANInternal-159.1/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm52 NB => LOCK_EX | LOCK_NB,
591 NB
/macosx-10.10.1/emacs-93/emacs/nt/
H A Dconfigure.bat466 rem NB. Be very careful to not have a space before redirection symbols
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dppc-opc.c360 /* The NB field in an X form instruction. The value 32 is stored as macro
362 #define NB MO + 1
367 #define NSI NB + 1
1250 /* The NB field in an X form instruction. The value 32 is stored as
4339 { "lswi", X(31,597), X_MASK, PPCCOM, { RT, RA0, NB } },
4340 { "lsi", X(31,597), X_MASK, PWRCOM, { RT, RA0, NB } },
4391 { "stswi", X(31,725), X_MASK, PPCCOM, { RS, RA0, NB } },
4392 { "stsi", X(31,725), X_MASK, PWRCOM, { RS, RA0, NB } },
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpostscr.vim39 " DSC comment start line (NB: defines DSC level, not PS level!)
H A Dperl6.vim85 \ "ACHTUNG ATTN ATTENTION FIXME NB TODO TBD WTF XXX NOTE",
/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dprincipal.GUPTA4.APPLE.COM1944 {.g��4���2 q$~��5Xs���� �79w�x�C����k�z> t3W�s�\'�� ����=OIaP��NB�J�M%�2����>
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c27529 ** NB: If you define USE_PREAD or USE_PREAD64, then it might also
53863 #define NB macro
[all...]

Completed in 703 milliseconds