Searched defs:Key (Results 1 - 25 of 52) sorted by last modified time

123

/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgosthash.c89 byte U[32],W[32],V[32],S[32],Key[32]; local
/freebsd-10.0-release/crypto/openssh/
H A Dkey.h36 typedef struct Key Key; typedef in typeref:struct:Key
77 struct Key { struct
[all...]
/freebsd-10.0-release/sys/dev/mwl/
H A Dmwlreg.h1120 }__packed Key; member in struct:__anon9007
[all...]
/freebsd-10.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c7093 xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key) argument
/freebsd-10.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c2909 vxge_hal_vpath_rts_rth_key_set(vxge_hal_vpath_h vpath_handle, u8 KeySize, u64 *Key) argument
2961 vxge_hal_vpath_rts_rth_key_get(vxge_hal_vpath_h vpath_handle, u8 KeySize, u64 *Key) argument
[all...]
/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm.h56 char *Key; /* CTM key for operation */ member in struct:CTM_Syntax
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUIndirectAddressing.cpp132 std::map<unsigned, unsigned>::const_iterator Key, KeyEnd; local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp1418 const SCEV *Key = SE.getMulExpr(MulOps); local
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DStringMap.cpp167 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { argument
H A DStringPool.cpp25 PooledStringPtr StringPool::intern(StringRef Key) { argument
H A DYAMLTraits.cpp94 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, argument
324 bool Input::MapHNode::isValidKey(StringRef Key) { argument
384 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, argument
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp728 typedef std::pair<std::pair<unsigned, Init *>, RecTy *> Key; typedef
874 > Key; typedef
994 > Key; typedef
1300 typedef std::pair<RecTy *, Init *> Key; typedef
1386 typedef std::pair<TypedInit *, unsigned> Key; typedef
1412 typedef std::pair<TypedInit *, unsigned> Key; typedef
1480 typedef std::pair<Init *, TableGenStringKey> Key; typedef
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp426 StringRef Key = MFE.Key->getString(); local
794 StringRef Key = MFE.Key local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantsContext.h496 static InlineAsm *create(PointerType *Ty, const InlineAsmKeyType &Key) { argument
H A DDebugLoc.cpp153 unsigned DenseMapInfo<DebugLoc>::getHashValue(const DebugLoc &Key) { argument
H A DLLVMContextImpl.h55 friend hash_code hash_value(const KeyTy &Key) { argument
61 static unsigned getHashValue(const KeyTy &Key) { argument
79 friend hash_code hash_value(const KeyTy &Key) { argument
89 static unsigned getHashValue(const KeyTy &Key) { argument
123 static unsigned getHashValue(const KeyTy& Key) { argument
171 getHashValue(const KeyTy& Key) argument
[all...]
H A DModule.cpp338 MDString *Key = cast<MDString>(Flag->getOperand(1)); local
362 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, argument
370 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, argument
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1456 static unsigned getHashValue(const CIEKey &Key) { argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp119 void blot(const KeyT &Key) { argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1182 SmallVector<const SCEV *, 4> Key = F.BaseRegs; local
1192 SmallVector<const SCEV *, 4> Key = F.BaseRegs; local
3706 SmallVector<const SCEV *, 4> Key; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp247 VectorParts &splat(Value *Key, Value *Val) { argument
254 VectorParts &get(Value *Key) { argument
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DModule.h186 MDString *Key; member in struct:llvm::Module::ModuleFlagEntry
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h254 Node *Key; member in class:llvm::yaml::KeyValueNode
H A DYAMLTraits.h383 void mapRequired(const char* Key, T& Val) { argument
389 mapOptional(const char* Key, T& Val) { argument
398 mapOptional(const char* Key, T& Val) { argument
403 void mapOptional(const char* Key, T& Val, const T& Default) { argument
410 void processKeyWithDefault(const char *Key, T &Val, const T& DefaultValue, argument
427 processKey(const char *Key, T &Val, bool Required) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h207 value_type& FindAndConstruct(const KeyT &Key) { argument
215 ValueT &operator[](const KeyT &Key) { argument
220 value_type& FindAndConstruct(KeyT &&Key) { argument
228 ValueT &operator[](KeyT &&Key) { argument
395 InsertIntoBucket(const KeyT &Key, const ValueT &Value, BucketT *TheBucket) argument
405 InsertIntoBucket(const KeyT &Key, ValueT &&Value, BucketT *TheBucket) argument
414 InsertIntoBucket(KeyT &&Key, ValueT &&Value, BucketT *TheBucket) argument
423 InsertIntoBucketImpl(const KeyT &Key, BucketT *TheBucket) argument
[all...]

Completed in 401 milliseconds

123