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

/freebsd-10.0-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-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp222 void emitBinSearch(raw_ostream &OS, unsigned TableSize);
227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize);
369 unsigned TableSize = 0; local
394 TableSize++;
398 if (!TableSize) {
403 return TableSize;
411 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { argument
414 OS << " unsigned end = " << TableSize << ";\n"; local
434 unsigned TableSize) {
442 emitBinSearch(OS, TableSize);
433 emitMapFuncBody(raw_ostream &OS, unsigned TableSize) argument
489 unsigned TableSize = emitBinSearchTable(OS); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3470 uint64_t TableSize,
3480 /// WouldFitInRegister - Return true if a table with TableSize elements of
3483 uint64_t TableSize,
3517 uint64_t TableSize,
3524 assert(TableSize >= Values.size() && "Can't fit values in table!");
3530 SmallVector<Constant*, 64> TableContents(TableSize);
3545 if (Values.size() < TableSize) {
3546 for (uint64_t I = 0; I < TableSize; ++I) {
3563 if (WouldFitInRegister(TD, TableSize, DefaultValue->getType())) {
3565 APInt TableInt(TableSize * I
3516 SwitchLookupTable(Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVector<std::pair<ConstantInt*, Constant*>, 4>& Values, Constant *DefaultValue, const DataLayout *TD) argument
3628 WouldFitInRegister(const DataLayout *TD, uint64_t TableSize, const Type *ElementType) argument
3648 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout *TD, const SmallDenseMap<PHINode*, Type*>& ResultTypes) argument
3766 uint64_t TableSize = RangeSpread.getLimitedValue() + 1; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp607 size_t TableSize = Succs.size() * Preds.size(); local
609 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize);
611 OwningArrayPtr<Constant *> EdgeTable(new Constant*[TableSize]);
613 for (size_t i = 0; i != TableSize; ++i)
633 ArrayRef<Constant*> V(&EdgeTable[0], TableSize);
/freebsd-10.0-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-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h237 unsigned TableSize);
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dactbl1.h317 UINT32 TableSize; member in struct:acpi_einj_trigger
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2142 unsigned TableSize) {
2256 assert(MatcherIndex < TableSize && "Invalid index");
2141 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) argument

Completed in 223 milliseconds