Searched refs:TableSize (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/top/
H A Dtop.local.H30 #define Table_size %TableSize%
H A DConfigure9 TableSize bindir mandir manext mansty \
72 set TableSize = 0
109 Table Size $TableSize
337 if ($TableSize == 0) then
338 set TableSize = $pr
341 ./getans "Enter the hash table size" integer "$TableSize" .$$
342 set TableSize = `cat .$$`
522 -e "s|%tablesize%|$TableSize|" \
538 -e "s|%TableSize%|$TableSize|" \
[all...]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp222 void emitBinSearch(raw_ostream &OS, unsigned TableSize);
227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize);
368 unsigned TableSize = 0; local
393 TableSize++;
397 if (!TableSize) {
402 return TableSize;
410 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { argument
413 OS << " unsigned end = " << TableSize << ";\n"; local
433 unsigned TableSize) {
441 emitBinSearch(OS, TableSize);
432 emitMapFuncBody(raw_ostream &OS, unsigned TableSize) argument
488 unsigned TableSize = emitBinSearchTable(OS); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3443 uint64_t TableSize,
3453 /// WouldFitInRegister - Return true if a table with TableSize elements of
3456 uint64_t TableSize,
3490 uint64_t TableSize,
3497 assert(TableSize >= Values.size() && "Can't fit values in table!");
3503 SmallVector<Constant*, 64> TableContents(TableSize);
3518 if (Values.size() < TableSize) {
3519 for (uint64_t I = 0; I < TableSize; ++I) {
3536 if (WouldFitInRegister(TD, TableSize, DefaultValue->getType())) {
3538 APInt TableInt(TableSize * I
3489 SwitchLookupTable(Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVectorImpl<std::pair<ConstantInt*, Constant*> >& Values, Constant *DefaultValue, const DataLayout *TD) argument
3601 WouldFitInRegister(const DataLayout *TD, uint64_t TableSize, const Type *ElementType) argument
3621 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout *TD, const SmallDenseMap<PHINode*, Type*>& ResultTypes) argument
3739 uint64_t TableSize = RangeSpread.getLimitedValue() + 1; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp629 size_t TableSize = Succs.size() * Preds.size(); local
631 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize);
633 OwningArrayPtr<Constant *> EdgeTable(new Constant*[TableSize]);
635 for (size_t i = 0; i != TableSize; ++i)
655 ArrayRef<Constant*> V(&EdgeTable[0], TableSize);
/freebsd-9.3-release/sys/dev/asr/
H A Di2odep.h742 _F_get16bit(x,TableSize,0,TableSize)
744 _F_set16bit(x,TableSize,0,TableSize,y)
746 _F_get12bit(x,TableSize,2,BootDeviceTID)
748 _F_set12bit(x,TableSize,2,BootDeviceTID,y)
750 _F_get4bit4(x,TableSize,3,LctVer)
752 _F_set4bit4(x,TableSize,3,LctVer,y)
H A Di2omsg.h640 U32 TableSize; member in struct:_I2O_LCT
642 BF TableSize:I2O_COMMON_LENGTH_FIELD_SZ;
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h239 unsigned TableSize);
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dactbl1.h286 UINT32 TableSize; member in struct:acpi_einj_trigger
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2352 unsigned TableSize) {
2466 assert(MatcherIndex < TableSize && "Invalid index");
2351 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) argument

Completed in 125 milliseconds