/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tnef.h | 76 typedef WORD ATYP; 83 ATYP atyp; member in struct:_renddata
|
/external/autotest/client/site_tests/platform_TLSDateActual/ |
platform_TLSDateActual.py | 121 (_, cmd, _, atyp) = recvbytes(sock, 4) 124 if atyp == ATYP_DOMAIN:
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
copylock.go | 216 atyp, ok := typ.Underlying().(*types.Array) 220 typ = atyp.Elem()
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
copylock.go | 216 atyp, ok := typ.Underlying().(*types.Array) 220 typ = atyp.Elem()
|
/external/curl/lib/ |
socks.c | 365 |VER | REP | RSV | ATYP | BND.ADDR | BND.PORT | 583 socksreq[len++] = 3; /* ATYP: domain name = 3 */ 616 socksreq[len++] = 1; /* ATYP: IPv4 = 1 */ 628 socksreq[len++] = 4; /* ATYP: IPv6 = 4 */ 697 |VER | REP | RSV | ATYP | BND.ADDR | BND.PORT | 702 ATYP:
|
/external/webrtc/webrtc/base/ |
socketadapters.cc | 598 uint8_t ver, rep, rsv, atyp; 602 !response.ReadUInt8(&atyp)) 611 if (atyp == 1) { 617 } else if (atyp == 3) { 625 } else if (atyp == 4) {
|
/prebuilts/go/darwin-x86/src/go/types/ |
expr.go | 1025 if atyp, _ := e.Type.(*ast.ArrayType); atyp != nil && atyp.Len != nil { 1026 if ellip, _ := atyp.Len.(*ast.Ellipsis); ellip != nil && ellip.Elt == nil { 1030 typ = &Array{len: -1, elem: check.typ(atyp.Elt)} [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
expr.go | 1025 if atyp, _ := e.Type.(*ast.ArrayType); atyp != nil && atyp.Len != nil { 1026 if ellip, _ := atyp.Len.(*ast.Ellipsis); ellip != nil && ellip.Elt == nil { 1030 typ = &Array{len: -1, elem: check.typ(atyp.Elt)} [all...] |
/external/llvm/lib/IR/ |
Function.cpp | 510 } else if (ArrayType* ATyp = dyn_cast<ArrayType>(Ty)) { 511 Result += "a" + llvm::utostr(ATyp->getNumElements()) + 512 getMangledTypeStr(ATyp->getElementType()); [all...] |
/external/openssh/ |
channels.c | 1237 u_int8_t atyp; member in struct:__anon28963 [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
decode.go | 541 func (dec *Decoder) decodeArray(atyp reflect.Type, state *decoderState, value reflect.Value, elemOp decOp, length int, ovfl error, helper decHelper) { [all...] |
/prebuilts/go/linux-x86/src/encoding/gob/ |
decode.go | 541 func (dec *Decoder) decodeArray(atyp reflect.Type, state *decoderState, value reflect.Value, elemOp decOp, length int, ovfl error, helper decHelper) { [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/ |
gob.a | 136 ?compatibleType <? @X fr·3 D fw·4 XDinProgress·5 @ ?compileDec <dec·3 DremoteId·4
2,~userTypeInfo Ouser X base X indir externalEnc externalDec encIndir decIndir ut·5 Hzengine·1 &err·2 20?%compileIgnoreSingle <? D? z? &? )compileSingle <? D? ?? Hz? &? ?decIgnoreOpFor <? DwireId·3 D~inProgress·4 @~ ?decOpFor <? D? X rt·4
name·5 @X~inProgress·6 @~ ?decodeArray <dec·1 @X
atyp·2 @?? dvalue·4 ~elemOp·5 length·6 &
ovfl·7
)decHelper ? d? length &? helper·8 @ !decodeArrayHelper <? @?? dvalue·3 ~elemOp·4 length·5 &
ovfl·6 ?helper·7 @ ?decodeGobDecoder <? @? ut·2 @?? Hd? ?#decodeIgnoredValue <? DwireId·2 ?decodeInterface <? X
ityp·2 ?? Hd? ?decodeMap <? @X
mtyp·2 ?? d? ~keyOp·5 ~elemOp·6 &? ?decodeSingle <? zengine·2 H? ut·3 @d? ?decodeSlice <? @ 304 instr ?.autotmp_438 ?Tgclocals·bd4e6c8daee257d4af8931cd5f130172 ?Tgclocals·5972e234c25030e477e53fcc2821df47 ?4"".(*Decoder).ignoreStruct ?"".noValue ?rgo.string."ignore decode: corrupted data: negative delta" ?.autotmp_445 ?Tgclocals·740a42818bc4272002faece79b398c89 ?4"".(*Decoder).ignoreSingle ?>"".(*Decoder).decodeArrayHelper ? type."".decInstr ?&reflect.Value.Index ??go.string."decoding array or slice: length exceeds input size (%d elements)" ?.autotmp_461 ?"type.reflect.Kind ?.autotmp_454 ?.autotmp_453 ?helper ?"type."".decHelper ?elemOp ?type."".decOp ?Tgclocals·c69ebd8d8fe7b0da78afdf8ccbb2fe94 ?Tgclocals·9bde41296d45f0f19e8a56e259e504e1 ?2"".(*Decoder).decodeArray ?Tgo.string."length mismatch in decodeArray" ?atyp |