Home
last modified time | relevance | path

Searched refs:s2i (Results 1 – 14 of 14) sorted by relevance

/external/scapy/scapy/
Dfields.py931 self.s2i = None
934 s2i = self.s2i = {}
944 i2s, s2i = s2i, i2s
947 s2i[enum[k]] = k
953 x = self.s2i[x]
991 self.i2s,self.s2i = self.s2i,self.i2s
994 if self.s2i is None:
997 x = self.s2i[x]
1060 self.s2i_multi[m] = s2i = {}
1062 s2i[v] = k
[all …]
Dasn1fields.py177 s2i = self.s2i = {}
183 i2s, s2i = s2i, i2s
186 s2i[enum[k]] = k
189 s = self.s2i.get(s)
/external/arm-trusted-firmware/tools/cert_create/src/
Dext.c79 m->s2i = (X509V3_EXT_S2I)s2i_ASN1_INTEGER;
84 m->s2i = (X509V3_EXT_S2I)s2i_ASN1_OCTET_STRING;
/external/deqp-deps/glslang/Test/
Dhlsl.init.frag32 S2 s2i = { 9, a5, { (a3,a4), 12} }, s2 = S2(9, a5, S1((a3,a4), 12));
/external/angle/third_party/glslang/src/Test/
Dhlsl.init.frag32 S2 s2i = { 9, a5, { (a3,a4), 12} }, s2 = S2(9, a5, S1((a3,a4), 12));
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.init.frag.out98 0:32 's2i' ( temp structure{ temp int j, temp float g, temp structure{ temp float f, te…
264 0:32 's2i' ( temp structure{ temp int j, temp float g, temp structure{ temp float f, te…
375 Name 71 "s2i"
508 71(s2i): 70(ptr) Variable Function
517 Store 71(s2i) 79
/external/angle/third_party/glslang/src/Test/baseResults/
Dhlsl.init.frag.out98 0:32 's2i' ( temp structure{ temp int j, temp float g, temp structure{ temp float f, te…
264 0:32 's2i' ( temp structure{ temp int j, temp float g, temp structure{ temp float f, te…
375 Name 71 "s2i"
508 71(s2i): 70(ptr) Variable Function
517 Store 71(s2i) 79
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c155 } else if (method->s2i) { in do_ext_nconf()
156 if (!(ext_struc = method->s2i(method, ctx, value))) in do_ext_nconf()
/external/scapy/scapy/layers/tls/
Dhandshake.py141 s2i = self.s2i = {}
144 s2i[dico[k]] = k
151 x = self.s2i[x]
201 x = self.s2i[x]
/external/scapy/scapy/layers/
Dppp.py585 code = cls.fields_desc[0].s2i[code]
658 code = cls.fields_desc[0].s2i[code]
Dlltd.py303 cmd = cls.fields_desc[0].s2i[cmd]
/external/boringssl/src/include/openssl/
Dx509v3.h115 X509V3_EXT_S2I s2i; member
/external/scapy/test/
Dfields.uts733 # Reverse i2s/s2i
/external/python/pyopenssl/doc/
DChangeLog_old.txt438 that it is possible to instantiate extensions which use s2i or r2i