HomeSort by relevance Sort by last modified time
    Searched refs:Func (Results 176 - 200 of 911) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
PcatIo.c 151 Pci.Bits.Func = PciAddress.Function;
229 UINT16 Func;
244 for (Func = MinFunc; Func <= MaxFunc; Func++) {
249 Address = EFI_PCI_ADDRESS (Bus, Device, Func, 0);
259 // there must be 1 function at Function 0. So if Func = 0, there
263 if (PciHeader.Hdr.VendorId == 0xffff && Func == 0) {
284 Func,
292 if ((PciHeader.Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION) == 0x00 && Func == 0) {
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciEnumeratorSupport.c 43 UINT8 Func
53 UINT8 Func
70 UINT8 Func,
102 UINT8 Func
111 UINT8 Func
120 UINT8 Func
140 // Create PCI address map in terms of Bus, Device and Func
142 Address = EFI_PCI_ADDRESS (Bus, Device, Func, 0);
195 UINT8 Func;
206 for (Func = 0; Func <= PCI_MAX_FUNC; Func++) {
    [all...]
PciRomTable.c 31 UINT8 Func;
46 IN UINT8 Func
75 mRomImageTable[mNumberOfPciRomImages].Func = Func;
140 FileName = L"PciRom Seg=00000000 Bus=00 Dev=00 Func=00 Image=0000";
145 HexToString (&FileName[39], PciOptionRomDescriptor->Func, 2);
269 PciOptionRomDescriptor->Func
375 PciOptionRomDescriptor->Func == PciIoDevice->FunctionNumber ) {
386 mRomImageTable[Index].Func == PciIoDevice->FunctionNumber ) {
  /external/eigen/doc/examples/
nullary_indexing.cpp 35 typedef indexing_functor<ArgType,RowIndexType,ColIndexType> Func;
36 typedef typename Func::MatrixType MatrixType;
37 return MatrixType::NullaryExpr(row_indices.size(), col_indices.size(), Func(arg.derived(), row_indices, col_indices));
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerKernelArgs.cpp 144 Function *Func = Arg->getParent();
145 Instruction *FirstInst = &(Func->getEntryBlock().front());
155 AllocA->setAlignment(Func->getParamAlignment(Arg->getArgNo() + 1));
  /external/swiftshader/third_party/subzero/crosstest/
test_cast_main.cpp 37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \
40 ResultLlc = Func<FromCName, ToCName>(Input); \
41 ResultSz = Subzero_::Func<FromCName, ToCName>(Input); \
47 std::cout << std::fixed << XSTR(Func) << "<" << FromString \
57 #define COMPARE_ARG(Func, FromCName, ToCName, Input, FromString) \
60 ResultLlc = Func<FromCName, ToCName>(1, Input, 2); \
61 ResultSz = Subzero_::Func<FromCName, ToCName>(1, Input, 2); \
67 std::cout << std::fixed << XSTR(Func) << "<" << FromString \
77 #define COMPARE_VEC(Func, FromCName, ToCName, Input, FromString, ToString) \
80 ResultLlc = Func<FromCName, ToCName>(Input);
    [all...]
test_calling_conv.cpp 22 #define CALL_AS_TYPE(Ty, Func) (reinterpret_cast<Ty *>(Func))
  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.h 34 explicit LinearScan(Cfg *Func);
43 void dump(Cfg *Func) const;
115 Cfg *const Func;
IceTargetLowering.cpp 54 createTargetLowering(::Ice::Cfg *Func); \
257 TargetLowering::createLowering(TargetArch Target, Cfg *Func) {
263 return ::X::createTargetLowering(Func);
327 TargetLowering::TargetLowering(Cfg *Func)
328 : Func(Func), Ctx(Func->getContext()),
350 TimerMarker T(TimerStack::TT_genHelpers, Func);
352 for (CfgNode *Node : Func->getNodes()) {
506 Func->setError("Can't lower unsupported instruction type")
    [all...]
IceTargetLoweringX86BaseImpl.h 147 void dump(const Cfg *Func) const;
334 void BoolFolding<Traits>::dump(const Cfg *Func) const {
335 if (!BuildDefs::dump() || !Func->isVerbose(IceV_Folding))
337 OstreamLocker L(Func->getContext());
338 Ostream &Str = Func->getContext()->getStrDump();
343 I.second.Instr->dump(Func);
388 FoldingInfo.dump(Func);
392 TargetX86Base<TraitsType>::TargetX86Base(Cfg *Func)
393 : TargetLowering(Func), NeedSandboxing(SandboxingType == ST_NaCl) {
445 TimerMarker T(TimerStack::TT_O2, Func);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 20 func makefuncdatasym(nameprefix string, funcdatakind int64) *Sym {
86 func gvardefx(n *Node, as obj.As) {
110 func Gvardef(n *Node) {
114 func Gvarkill(n *Node) {
118 func Gvarlive(n *Node) {
122 func removevardef(firstp *obj.Prog) {
135 func emitptrargsmap() {
136 if Curfn.Func.Nname.Sym.Name == "_" {
139 sym := lookup(fmt.Sprintf("%s.args_stackmap", Curfn.Func.Nname.Sym.Name))
180 func cmpstackvarlt(a, b *Node) bool
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 20 func makefuncdatasym(nameprefix string, funcdatakind int64) *Sym {
86 func gvardefx(n *Node, as obj.As) {
110 func Gvardef(n *Node) {
114 func Gvarkill(n *Node) {
118 func Gvarlive(n *Node) {
122 func removevardef(firstp *obj.Prog) {
135 func emitptrargsmap() {
136 if Curfn.Func.Nname.Sym.Name == "_" {
139 sym := lookup(fmt.Sprintf("%s.args_stackmap", Curfn.Func.Nname.Sym.Name))
180 func cmpstackvarlt(a, b *Node) bool
    [all...]
  /external/eigen/bench/
benchGeometry.cpp 23 struct func;
26 struct func<res, arg1, arg2, TV> struct
36 struct func<res, arg1, arg2, TMATV> struct
46 struct func<res, arg1, arg2, TMATVMAT> struct
55 template <class func, class arg1, class arg2>
71 a2 = func::run( a1, a2 );
84 typedef func<Vec,Trans,Vec,op> Func;\
85 test_transform< Func, Trans, Vec >::run();\
92 typedef func<Trans,Trans,Trans,op> Func;
    [all...]
  /external/libunwind/doc/
unw_destroy_addr_space.tex 15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\
19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
unw_is_signal_frame.tex 15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_is\_signal\_frame}() routine returns a positive value
34 On successful completion, \Func{unw\_is\_signal\_frame}() returns a
41 \Func{unw\_is\_signal\_frame}() is thread-safe as well as safe to use
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 346 for (const auto &Func : *Reader) {
349 Func.Name.find(ShowFunction) != Func.Name.npos);
355 InstrProfWriter::writeRecordInText(Func, Symtab, OS);
359 assert(Func.Counts.size() > 0 && "function missing entry counter");
360 Builder.addRecord(Func);
369 OS << " " << Func.Name << ":\n"
370 << " Hash: " << format("0x%016" PRIx64, Func.Hash) << "\n"
371 << " Counters: " << Func.Counts.size() << "\n";
373 OS << " Function count: " << Func.Counts[0] << "\n"
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_autocomplete.py 7 from idlelib.idle_test.mock_idle import Func
57 o_cs = Func()
66 o_c_l = Func()
102 o_cs = Func() # .result = None
test_helpabout.py 7 from idlelib.idle_test.mock_idle import Func
30 cls.view = Func()
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lower.go 8 func lower(f *Func) {
14 func checkLower(f *Func) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lower.go 8 func lower(f *Func) {
14 func checkLower(f *Func) {
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1.cpp 85 void Func();
91 void X2<T>::Bar<F>::Func() {}
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 69 bool(*Func)(unsigned, bool), unsigned NumAlignedDPRCS2Regs,
74 bool(*Func)(unsigned, bool),
  /frameworks/compile/libbcc/lib/
RSAddDebugInfoPass.cpp 75 if (llvm::Function *const func = Module.getFunction(expandName))
76 expandFuncs.insert(func);
175 /// to the function specified by Func:
180 void attachDebugInfo(llvm::DIBuilder &DebugInfo, llvm::Function &Func) {
183 for (llvm::Instruction &inst : llvm::instructions(Func)) {
195 Func.getName(), Func.getName(),
199 Func.setSubprogram(ExpandedFunc);
202 llvm::IRBuilder<> ir(&*Func.getEntryBlock().begin());
209 for (llvm::Argument &arg : Func.getArgumentList())
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17588.go 8 // because in case of Func.Nname.Type == nil, Decldepth
14 type F func(b T) // ERROR "T is not a type"
16 func T(fn F) {
17 func() {
  /prebuilts/go/darwin-x86/test/
reflectmethod1.go 19 func (m M) UniqueMethodName() {
25 func main() {
26 reflect.TypeOf(v).Method(0).Func.Interface().(func(M))(v)

Completed in 689 milliseconds

1 2 3 4 5 6 78 91011>>