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

<<11121314151617181920>>

  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 88 typedef void (CmdKeyGen::* Func)(int32_t);
94 Func fn;
102 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
140 typedef void (CmdIter::* Func)(UErrorCode* , int32_t );
143 Func fn;
147 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t)
189 typedef void (CmdIterAll::* Func)(UErrorCode* status);
192 Func fn;
330 #define QFUNC(name, func, data) \
333 return func(da->data, db->data);
    [all...]
  /external/protobuf/src/google/protobuf/
map_test.cc 922 static int Func(int i, int j) {
928 SStringPrintf(&str, "%d", Func(i, j));
955 (*map_int32_int32)[i] = Func(i, 1);
956 (*map_int32_double)[i] = Func(i, 2);
958 (*map_int32_foreign_message)[i].set_c(Func(i, 6));
1020 EXPECT_EQ(value_int32_int32, Func(key_int32_int32, 1));
1028 EXPECT_EQ(value_int32_double, Func(key_int32_double, 2));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 22 func postorder(f *Func) []*Block {
25 func postorderWithNumbering(f *Func, ponums []int32) []*Block {
64 type linkedBlocks func(*Block) []Edge
73 func (cfg *Config) scratchBlocksForDom(maxBlockID int) (a, b, c, d, e, f, g []ID) {
104 func dominators(f *Func) []*Block {
105 preds := func(b *Block) []Edge { return b.Preds }
106 succs := func(b *Block) []Edge { return b.Succs
    [all...]
trim.go 9 func trim(f *Func) {
85 func emptyBlock(b *Block) bool {
101 func trimmableBlock(b *Block) bool {
102 if b.Kind != BlockPlain || b == b.Func.Entry {
112 func mergePhi(v *Value, i int, b *Block) *Value {
116 b.Func.Fatalf("value %s is not a phi operation", u.LongString())
schedule_test.go 9 func TestSchedule(t *testing.T) {
30 t.Error("single-live-mem restriction not enforced by schedule for func:")
36 func isSingleLiveMem(f *Func) bool {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
dom.go 22 func postorder(f *Func) []*Block {
25 func postorderWithNumbering(f *Func, ponums []int32) []*Block {
64 type linkedBlocks func(*Block) []Edge
73 func (cfg *Config) scratchBlocksForDom(maxBlockID int) (a, b, c, d, e, f, g []ID) {
104 func dominators(f *Func) []*Block {
105 preds := func(b *Block) []Edge { return b.Preds }
106 succs := func(b *Block) []Edge { return b.Succs
    [all...]
trim.go 9 func trim(f *Func) {
85 func emptyBlock(b *Block) bool {
101 func trimmableBlock(b *Block) bool {
102 if b.Kind != BlockPlain || b == b.Func.Entry {
112 func mergePhi(v *Value, i int, b *Block) *Value {
116 b.Func.Fatalf("value %s is not a phi operation", u.LongString())
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 514 for (Ice::FunctionDeclaration *Func : FunctionDeclarations) {
515 installDeclarationName(Func, FunctionPrefix, "function", NameIndex);
546 for (const Ice::FunctionDeclaration *Func : FunctionDeclarations) {
547 if (!Func->verifyLinkageCorrect(Ctx))
548 reportLinkageError("Function", *Func);
549 Ice::Constant *C = getConstantSym(Func->getName(), Func->isProto());
    [all...]
IceTargetLoweringX8664.cpp 21 std::unique_ptr<::Ice::TargetLowering> createTargetLowering(::Ice::Cfg *Func) {
22 return ::Ice::X8664::TargetX8664::create(Func);
216 legalize(X86OperandMem::create(Func, IceType_i32, rsp, _0),
484 Func, Mem->getType(), Base, Offset, Index, Shift,
495 Func, Mem->getType(), ZeroReg, Offset, T, Shift,
544 Context.init(Func->getEntryNode());
609 1 << Func->getAssembler<>()->getBundleAlignLog2Bytes();
637 // being compiled (i.e., ConstantRelocatable(after_call - Func, Func).
648 InstX86Label *ReturnAddress = InstX86Label::create(Func, this)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 38 func (t *Type) IsComparable() bool {
44 func (t *Type) IsRegularMemory() bool {
50 func (t *Type) IncomparableField() *Field {
61 func algtype(t *Type) AlgKind {
86 func algtype1(t *Type) (AlgKind, *Type) {
184 func genhash(sym *Sym, t *Type) {
193 // func sym(p *T, h uintptr) uintptr
196 fn.Func.Nname = newname(sym)
197 fn.Func.Nname.Class = PFUNC
199 fn.Func.Nname.Name.Param.Ntype = tf
    [all...]
dcl.go 36 func dcopy(a, b *Sym) {
44 func push() *Sym {
54 func pushdcl(s *Sym) *Sym {
62 func popdcl() {
80 func markdcl() {
90 func dumpdclstack() {
103 func testdclstack() {
115 func redeclare(s *Sym, where string) {
152 func declare(n *Node, ctxt Class) {
174 yyerror("cannot declare init - must be func")
    [all...]
sizeof_test.go 17 func TestSizeof(t *testing.T) {
25 {Func{}, 92, 160},
  /prebuilts/go/darwin-x86/src/go/types/
type.go 85 func (b *Basic) Kind() BasicKind { return b.kind }
88 func (b *Basic) Info() BasicInfo { return b.info }
91 func (b *Basic) Name() string { return b.name }
100 func NewArray(elem Type, len int64) *Array { return &Array{len, elem} }
103 func (a *Array) Len() int64 { return a.len }
106 func (a *Array) Elem() Type { return a.elem }
114 func NewSlice(elem Type) *Slice { return &Slice{elem} }
117 func (s *Slice) Elem() Type { return s.elem }
129 func NewStruct(fields []*Var, tags []string) *Struct {
143 func (s *Struct) NumFields() int { return len(s.fields)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
alg.go 38 func (t *Type) IsComparable() bool {
44 func (t *Type) IsRegularMemory() bool {
50 func (t *Type) IncomparableField() *Field {
61 func algtype(t *Type) AlgKind {
86 func algtype1(t *Type) (AlgKind, *Type) {
184 func genhash(sym *Sym, t *Type) {
193 // func sym(p *T, h uintptr) uintptr
196 fn.Func.Nname = newname(sym)
197 fn.Func.Nname.Class = PFUNC
199 fn.Func.Nname.Name.Param.Ntype = tf
    [all...]
dcl.go 36 func dcopy(a, b *Sym) {
44 func push() *Sym {
54 func pushdcl(s *Sym) *Sym {
62 func popdcl() {
80 func markdcl() {
90 func dumpdclstack() {
103 func testdclstack() {
115 func redeclare(s *Sym, where string) {
152 func declare(n *Node, ctxt Class) {
174 yyerror("cannot declare init - must be func")
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
type.go 85 func (b *Basic) Kind() BasicKind { return b.kind }
88 func (b *Basic) Info() BasicInfo { return b.info }
91 func (b *Basic) Name() string { return b.name }
100 func NewArray(elem Type, len int64) *Array { return &Array{len, elem} }
103 func (a *Array) Len() int64 { return a.len }
106 func (a *Array) Elem() Type { return a.elem }
114 func NewSlice(elem Type) *Slice { return &Slice{elem} }
117 func (s *Slice) Elem() Type { return s.elem }
129 func NewStruct(fields []*Var, tags []string) *Struct {
143 func (s *Struct) NumFields() int { return len(s.fields)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.c 380 UINT8 Func;
398 for (Func = 0; Func <= PCI_MAX_FUNC; Func++) {
408 Func
411 if (EFI_ERROR (Status) && Func == 0) {
432 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x18);
445 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x1A);
481 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x1A);
493 if (Func == 0 && !IS_PCI_MULTI_FUNC (&Pci)) {
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.h 74 #define PCI_DEVICE_PATH_NODE(Func, Dev) \
84 (Func), \
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
AcpiSmmPlatform.h 65 #define PCI_DEVICE(Bus, Dev, Func) \
66 Bus, Dev, Func
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformData.c 71 #define PCI_DEVICE_PATH_NODE(Func, Dev) \
81 (Func), \
  /external/clang/test/SemaCXX/
abstract.cpp 57 typedef void (*Func)(C); // expected-error {{parameter type 'C' is an abstract class}}
58 void t6(Func);
  /external/llvm/lib/LTO/
UpdateCompilerUsed.cpp 67 LibFunc::Func F = static_cast<LibFunc::Func>(I);
  /external/llvm/tools/lli/
OrcLazyJIT.h 74 CtorNames.push_back(mangle(Ctor.Func->getName()));
76 DtorNames.push_back(mangle(Dtor.Func->getName()));
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 59 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method)
65 return Expression.Lambda<Func<IMessage, object>>(upcast, parameter).Compile();
72 internal static Func<IMessage, T> CreateFuncIMessageT<T>(MethodInfo method)
78 return Expression.Lambda<Func<IMessage, T>>(upcast, parameter).Compile();
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.h 109 void foreachArgument(std::function<void(SPIRVFunctionParameter *)>Func) {
111 Func(getArgument(I));
137 assert(FuncType && "Invalid func type");

Completed in 582 milliseconds

<<11121314151617181920>>