HomeSort by relevance Sort by last modified time
    Searched full:xtype (Results 1 - 25 of 301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 85 const char * volatile xtype = type; local
91 _DIAGASSERT(xtype != NULL);
93 flags = strchr(xtype, 'e') ? O_CLOEXEC : 0;
94 if (strchr(xtype, '+')) {
97 xtype = "r+";
102 xtype = strrchr(xtype, 'r') ? "r" : "w";
138 if (*xtype == 'r') {
161 if (*xtype == 'r') {
162 iop = fdopen(pdes[0], xtype);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tnef.h 131 typedef DWORD XTYPE;
132 #define xtypeUnknown ((XTYPE) 0)
133 #define xtypeInternet ((XTYPE) 6)
152 XTYPE xtype; member in struct:_NSID
  /external/clang/test/Sema/
invalid-decl.c 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expected-warning {{type specifier missing, defaults to 'int'}} expected-warning {{type specifier missing, defaults to 'int'}}
  /external/clang/test/SemaTemplate/
instantiate-c99.cpp 8 template<typename T, typename XType, typename YType>
10 void f(XType x, YType y) {
  /hardware/ti/omap3/dspbridge/inc/
cmm.h 246 * xType Conversion type. CMM_KERNVA2DSP or CMM_DSP2KERNVA.
252 * xType CMM_KERNVA2DSP | CMM_DSP2KERNVA.
257 struct CMM_ATTRS * pAttrs, CMM_KERNMAPTYPE xType);
434 * xType Type of address xlation. CMM_PA2VA or CMM_VA2PA.
440 * xType >= CMM_VA2PA) && (xType <= CMM_DSPPA2PA)
445 PVOID pAddr, CMM_XLATETYPE xType);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmm.h 246 * xType Conversion type. CMM_KERNVA2DSP or CMM_DSP2KERNVA.
252 * xType CMM_KERNVA2DSP | CMM_DSP2KERNVA.
257 struct CMM_ATTRS * pAttrs, CMM_KERNMAPTYPE xType);
434 * xType Type of address xlation. CMM_PA2VA or CMM_VA2PA.
440 * xType >= CMM_VA2PA) && (xType <= CMM_DSPPA2PA)
445 PVOID pAddr, CMM_XLATETYPE xType);
  /external/llvm/lib/Target/Hexagon/
HexagonInstrFormats.td 283 // XTYPE Instruction Class in V4.
285 // Name of the Instruction Class changed from ALU64 to XTYPE from V2/V3 to V4.
297 // XTYPE Instruction Class in V4.
299 // Name of the Instruction Class changed from M to XTYPE from V2/V3 to V4.
311 // XTYPE Instruction Class in V4.
313 // Name of the Instruction Class changed from M to XTYPE from V2/V3 to V4.
319 // XTYPE Instruction Class in V4.
321 // Name of the Instruction Class changed from S to XTYPE from V2/V3 to V4.
332 // XTYPE Instruction Class in V4.
334 // Name of the Instruction Class changed from S to XTYPE from V2/V3 to V4
    [all...]
HexagonScheduleV4.td 21 // | SLOT2 | XTYPE ALU32 J JR |
23 // | SLOT3 | XTYPE ALU32 J CR |
39 // ALU64/M/S Instruction classes of V2 are collectively knownn as XTYPE in V4.
HexagonScheduleV55.td 21 // | SLOT2 | XTYPE ALU32 J JR |
23 // | SLOT3 | XTYPE ALU32 J CR |
HexagonIntrinsicsV4.td 277 * XTYPE/ALU *
286 // XTYPE / ALU / Logical-logical Words.
  /external/ceres-solver/internal/ceres/
suitesparse.cc 67 triplet.xtype = CHOLMOD_REAL;
89 triplet.xtype = CHOLMOD_REAL;
108 m.xtype = CHOLMOD_REAL;
234 block_matrix.xtype = CHOLMOD_PATTERN;
  /prebuilts/go/darwin-x86/src/testing/quick/
quick.go 288 x, xType, ok := functionAndType(f)
299 if xType != yType {
304 arguments := make([]reflect.Value, xType.NumIn())
309 err = arbitraryValues(arguments, xType, config, rand)
  /prebuilts/go/linux-x86/src/testing/quick/
quick.go 288 x, xType, ok := functionAndType(f)
299 if xType != yType {
304 arguments := make([]reflect.Value, xType.NumIn())
309 err = arbitraryValues(arguments, xType, config, rand)
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
closure.go 189 xtype := Nod(OTFUNC, nil, nil)
191 xtype.List = func_.List
192 xtype.Rlist = func_.Rlist
199 xfunc.Func.Nname.Name.Param.Ntype = xtype
548 xtype := Nod(OTFUNC, nil, nil)
572 xtype.List = l
585 xtype.Rlist = l
590 xfunc.Func.Nname.Name.Param.Ntype = xtype
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
closure.go 186 xtype := Nod(OTFUNC, nil, nil)
188 xtype.List = func_.List
189 xtype.Rlist = func_.Rlist
196 xfunc.Func.Nname.Name.Param.Ntype = xtype
545 xtype := Nod(OTFUNC, nil, nil)
569 xtype.List = l
582 xtype.Rlist = l
587 xfunc.Func.Nname.Name.Param.Ntype = xtype
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
closure.go 189 xtype := Nod(OTFUNC, nil, nil)
191 xtype.List = func_.List
192 xtype.Rlist = func_.Rlist
199 xfunc.Func.Nname.Name.Param.Ntype = xtype
548 xtype := Nod(OTFUNC, nil, nil)
572 xtype.List = l
585 xtype.Rlist = l
590 xfunc.Func.Nname.Name.Param.Ntype = xtype
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
closure.go 186 xtype := Nod(OTFUNC, nil, nil)
188 xtype.List = func_.List
189 xtype.Rlist = func_.Rlist
196 xfunc.Func.Nname.Name.Param.Ntype = xtype
545 xtype := Nod(OTFUNC, nil, nil)
569 xtype.List = l
582 xtype.Rlist = l
587 xfunc.Func.Nname.Name.Param.Ntype = xtype
  /external/llvm/test/MC/Hexagon/instructions/
xtype_perm.s 2 # Hexagon Programmer's Reference Manual 11.10.6 XTYPE/PERM
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/
ascii85.a 305 ?Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2?fgo.string.hdr."illegal ascii85 data at input byte " #^go.string."illegal ascii85 data at input byte "?^go.string."illegal ascii85 data at input byte "PHillegal ascii85 data at input byte ?Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad?Tgclocals·790e5cc5051fc0affc980ade09e929ec?0Dgo.itab."".CorruptInputError.error?Tgclocals·790e5cc5051fc0affc980ade09e929ec?Tgclocals·5a368a027a3b9e930fa09506077d00fc ?0:go.itab.*"".decoder.io.Reader?Tgclocals·0c8aa8e80191a30eac23f1a218103f16 ?Tgclocals·aefd16b155593f6f07980a05b297ad1f ?Tgclocals·1025ba71531b4ab330e688bad8706600 ?Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ec c?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?0"".initdone·type.uint8?"".Encode·f"".Encode?&"".MaxEncodedLen·f "".MaxEncodedLen? "".NewEncoder·f"".NewEncoder?,"".(*encoder).Write·f&"".(*encoder).Write?,"".(*encoder).Close·f&"".(*encoder).Close?:"".CorruptInputError.Error·f4"".CorruptInputError.Error?"".Decode·f"".Decode? "".NewDecoder·f"".NewDecoder?*"".(*decoder).Read·f$"".(*decoder).Read?"".init·f"".init?"runtime.gcbits.01?.go.string.hdr."[]uint8" &go.string."[]uint8"?&go.string."[]uint8"[]uint8?type.[]uint8???~.8 0? runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8?"runtime.zerovalue?type.uint8?6go.typelink.[]uint8 []uint8type.[]uint8?runtime.gcbits.?0go.string.hdr."[4]uint8" (go.string."[4]uint8"?(go.string."[4]uint8" [4]uint8?type.[4]uint8???B?0? runtime.algarray@runtime.gcbits.P0go.string.hdr."[4]uint8"p,go.weak.type.*[4]uint8?"runtime.zerovalue?type.uint8?type.[]uint8?:go.typelink.[4]uint8 [4]uint8type.[4]uint8?$type..hashfunc1024 ,runtime.memhash_varlen? type..eqfunc1024 .runtime.memequal_varlen?type..alg1024 $type..hashfunc1024 type..eqfunc1024?6go.string.hdr."[1024]uint8" .go.string."[1024]uint8"?.go.string."[1024]uint8" [1024]uint8? type.[1024]uint8??Q?j?0type..alg1024@runtime.gcbits.P6go.string.hdr."[1024]uint8"p2go.weak.type.*[1024]uint8?"runtime.zerovalue?type.uint8?type.[]uint8?Fgo.typelink.[1024]uint8 [1024]uint8 type.[1024]uint8?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2?Tgclocals·895d0569a38a56443b84805daa09d838?Tgclocals·3bb21ca8fe1d99a3e492463bd711418a?2type..hashfunc."".encoder*type..hash."".encoder?.type..eqfunc."".encoder&type..eq."".encoder?(type..alg."".encoder 2type..hashfunc."".encoder.type..eqfunc."".encoder?@go.string.hdr."*ascii85.encoder" 8go.string."*ascii85.encoder"?8go.string."*ascii85.encoder"0"*ascii85.encoder?Xgo.string.hdr."func(*ascii85.encoder) error" Pgo.string."func(*ascii85.encoder) error"?Pgo.string."func(*ascii85.encoder) error"@:func(*ascii85.encoder) error?8type.func(*"".encoder) error??kI 830? runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*ascii85.encoder) error"pJgo.weak.type.*func(*"".encoder) error?"runtime.zerovalue??8type.func(*"".encoder) error??8type.func(*"".encoder) error? type.*"".encoder?type.error??go.typelink.func(*ascii85.encoder) error func(*"".encoder) error8type.func(*"".encoder) error?xgo.string.hdr."func(*ascii85.encoder, []uint8) (int, error)" ,pgo.string."func(*ascii85.encoder, []uint8) (int, error)"?pgo.string."func(*ascii85.encoder, []uint8) (int, error)"`Zfunc(*ascii85.encoder, []uint8) (int, error)?Xtype.func(*"".encoder, []uint8) (int, error)???9?30? runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*ascii85.encoder, []uint8) (int, error)"pjgo.weak.type.*func(*"".encoder, []uint8) (int, error)?"runtime.zerovalue??Xtype.func(*"".encoder, []uint8) (int, error)??Xtype.func(*"".encoder, []uint8) (int, error)? type.*"".encoder?type.[]uint8?type.int?type.error??go.typelink.func(*ascii85.encoder, []uint8) (int, error) func(*"".encoder, []uint8) (int, error)Xtype.func(*"".encoder, []uint8) (int, error)?*go.string.hdr."Close" "go.string."Close"?"go.string."Close" Close?8go.string.hdr."func() error" 0go.string."func() error"?0go.string."func() error" func() error?"type.func() error?????30? runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error?"runtime.zerovalue??"type.func() error??"type.func() error?type.error?Jgo.typelink.func() error func() error"type.func() error?*go.string.hdr."Write" "go.string."Write"?"go.string."Write" Write?Tgo.string.hdr."func([]uint8) (int, error)" Lgo.string."func([]uint8) (int, error)"?Lgo.string."func([]uint8) (int, error)"@6func([]uint8) (int, error)?>type.func([]uint8) (int, error)???N4P30? runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func([]uint8) (int, error)"pPgo.weak.type.*func([]uint8) (int, error)?"runtime.zerovalue??>type.func([]uint8) (int, error)??>type.func([]uint8) (int, error)?type.[]uint8?type.int?type.error??go.typelink.func([]uint8) (int, error) func([]uint8) (int, error)>type.func([]uint8) (int, error)? type.*"".encoder?????6$0? runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*ascii85.encoder"p2go.weak.type.**"".encoder?"runtime.zerovalue?type."".encoder`? type.*"".encoder?? type.*"".encoder?*go.string.hdr."Close"?"type.func() error?8type.func(*"".encoder) error?&"".(*encoder).Close?&"".(*encoder).Close?*go.string.hdr."Write"?>type.func([]uint8) (int, error)?Xtype.func(*"".encoder, []uint8) (int, error)?&"".(*encoder).Write?&"".(*encoder).Write?"runtime.gcbits.0f?>go.string.hdr."ascii85.encoder" 6go.string."ascii85.encoder"?6go.string."ascii85.encoder" ascii85.encoder?&go.string.hdr."err" go.string."err"?go.string."err"err?@go.string.hdr."encoding/ascii85" 8go.string."encoding/ascii85"?8go.string."encoding/ascii85"0"encoding/ascii85?"go.importpath."". 8go.string."encoding/ascii85"?"go.string.hdr."w" go.string."w"?go.string."w"w?&go.string.hdr."buf" go.string."buf"?go.string."buf"buf?(go.string.hdr."nbuf"  go.string."nbuf"? go.string."nbuf"
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/encoding/
ascii85.a 305 ?Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2?fgo.string.hdr."illegal ascii85 data at input byte " #^go.string."illegal ascii85 data at input byte "?^go.string."illegal ascii85 data at input byte "PHillegal ascii85 data at input byte ?Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad?Tgclocals·790e5cc5051fc0affc980ade09e929ec?0Dgo.itab."".CorruptInputError.error?Tgclocals·790e5cc5051fc0affc980ade09e929ec?Tgclocals·5a368a027a3b9e930fa09506077d00fc ?0:go.itab.*"".decoder.io.Reader?Tgclocals·0c8aa8e80191a30eac23f1a218103f16 ?Tgclocals·aefd16b155593f6f07980a05b297ad1f ?Tgclocals·1025ba71531b4ab330e688bad8706600 ?Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ec c?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?0"".initdone·type.uint8?"".Encode·f"".Encode?&"".MaxEncodedLen·f "".MaxEncodedLen? "".NewEncoder·f"".NewEncoder?,"".(*encoder).Write·f&"".(*encoder).Write?,"".(*encoder).Close·f&"".(*encoder).Close?:"".CorruptInputError.Error·f4"".CorruptInputError.Error?"".Decode·f"".Decode? "".NewDecoder·f"".NewDecoder?*"".(*decoder).Read·f$"".(*decoder).Read?"".init·f"".init?"runtime.gcbits.01?.go.string.hdr."[]uint8" &go.string."[]uint8"?&go.string."[]uint8"[]uint8?type.[]uint8???~.8 0? runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8?"runtime.zerovalue?type.uint8?6go.typelink.[]uint8 []uint8type.[]uint8?runtime.gcbits.?0go.string.hdr."[4]uint8" (go.string."[4]uint8"?(go.string."[4]uint8" [4]uint8?type.[4]uint8???B?0? runtime.algarray@runtime.gcbits.P0go.string.hdr."[4]uint8"p,go.weak.type.*[4]uint8?"runtime.zerovalue?type.uint8?type.[]uint8?:go.typelink.[4]uint8 [4]uint8type.[4]uint8?$type..hashfunc1024 ,runtime.memhash_varlen? type..eqfunc1024 .runtime.memequal_varlen?type..alg1024 $type..hashfunc1024 type..eqfunc1024?6go.string.hdr."[1024]uint8" .go.string."[1024]uint8"?.go.string."[1024]uint8" [1024]uint8? type.[1024]uint8??Q?j?0type..alg1024@runtime.gcbits.P6go.string.hdr."[1024]uint8"p2go.weak.type.*[1024]uint8?"runtime.zerovalue?type.uint8?type.[]uint8?Fgo.typelink.[1024]uint8 [1024]uint8 type.[1024]uint8?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2?Tgclocals·895d0569a38a56443b84805daa09d838?Tgclocals·3bb21ca8fe1d99a3e492463bd711418a?2type..hashfunc."".encoder*type..hash."".encoder?.type..eqfunc."".encoder&type..eq."".encoder?(type..alg."".encoder 2type..hashfunc."".encoder.type..eqfunc."".encoder?@go.string.hdr."*ascii85.encoder" 8go.string."*ascii85.encoder"?8go.string."*ascii85.encoder"0"*ascii85.encoder?Xgo.string.hdr."func(*ascii85.encoder) error" Pgo.string."func(*ascii85.encoder) error"?Pgo.string."func(*ascii85.encoder) error"@:func(*ascii85.encoder) error?8type.func(*"".encoder) error??kI 830? runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*ascii85.encoder) error"pJgo.weak.type.*func(*"".encoder) error?"runtime.zerovalue??8type.func(*"".encoder) error??8type.func(*"".encoder) error? type.*"".encoder?type.error??go.typelink.func(*ascii85.encoder) error func(*"".encoder) error8type.func(*"".encoder) error?xgo.string.hdr."func(*ascii85.encoder, []uint8) (int, error)" ,pgo.string."func(*ascii85.encoder, []uint8) (int, error)"?pgo.string."func(*ascii85.encoder, []uint8) (int, error)"`Zfunc(*ascii85.encoder, []uint8) (int, error)?Xtype.func(*"".encoder, []uint8) (int, error)???9?30? runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*ascii85.encoder, []uint8) (int, error)"pjgo.weak.type.*func(*"".encoder, []uint8) (int, error)?"runtime.zerovalue??Xtype.func(*"".encoder, []uint8) (int, error)??Xtype.func(*"".encoder, []uint8) (int, error)? type.*"".encoder?type.[]uint8?type.int?type.error??go.typelink.func(*ascii85.encoder, []uint8) (int, error) func(*"".encoder, []uint8) (int, error)Xtype.func(*"".encoder, []uint8) (int, error)?*go.string.hdr."Close" "go.string."Close"?"go.string."Close" Close?8go.string.hdr."func() error" 0go.string."func() error"?0go.string."func() error" func() error?"type.func() error?????30? runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error?"runtime.zerovalue??"type.func() error??"type.func() error?type.error?Jgo.typelink.func() error func() error"type.func() error?*go.string.hdr."Write" "go.string."Write"?"go.string."Write" Write?Tgo.string.hdr."func([]uint8) (int, error)" Lgo.string."func([]uint8) (int, error)"?Lgo.string."func([]uint8) (int, error)"@6func([]uint8) (int, error)?>type.func([]uint8) (int, error)???N4P30? runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func([]uint8) (int, error)"pPgo.weak.type.*func([]uint8) (int, error)?"runtime.zerovalue??>type.func([]uint8) (int, error)??>type.func([]uint8) (int, error)?type.[]uint8?type.int?type.error??go.typelink.func([]uint8) (int, error) func([]uint8) (int, error)>type.func([]uint8) (int, error)? type.*"".encoder?????6$0? runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*ascii85.encoder"p2go.weak.type.**"".encoder?"runtime.zerovalue?type."".encoder`? type.*"".encoder?? type.*"".encoder?*go.string.hdr."Close"?"type.func() error?8type.func(*"".encoder) error?&"".(*encoder).Close?&"".(*encoder).Close?*go.string.hdr."Write"?>type.func([]uint8) (int, error)?Xtype.func(*"".encoder, []uint8) (int, error)?&"".(*encoder).Write?&"".(*encoder).Write?"runtime.gcbits.0f?>go.string.hdr."ascii85.encoder" 6go.string."ascii85.encoder"?6go.string."ascii85.encoder" ascii85.encoder?&go.string.hdr."err" go.string."err"?go.string."err"err?@go.string.hdr."encoding/ascii85" 8go.string."encoding/ascii85"?8go.string."encoding/ascii85"0"encoding/ascii85?"go.importpath."". 8go.string."encoding/ascii85"?"go.string.hdr."w" go.string."w"?go.string."w"w?&go.string.hdr."buf" go.string."buf"?go.string."buf"buf?(go.string.hdr."nbuf"  go.string."nbuf"? go.string."nbuf"
    [all...]
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 22 mat.xtype = CHOLMOD_REAL;
27 mat.xtype = CHOLMOD_REAL;
32 mat.xtype = CHOLMOD_COMPLEX;
37 mat.xtype = CHOLMOD_COMPLEX;
90 // setup res.xtype
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/image/
color.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/image/
color.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/image/
color.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/image/
color.a     [all...]

Completed in 781 milliseconds

1 2 3 4 5 6 7 8 91011>>