Searched refs:s2i (Results 1 – 14 of 14) sorted by relevance
/external/scapy/scapy/ |
D | fields.py | 931 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 …]
|
D | asn1fields.py | 177 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/ |
D | ext.c | 79 m->s2i = (X509V3_EXT_S2I)s2i_ASN1_INTEGER; 84 m->s2i = (X509V3_EXT_S2I)s2i_ASN1_OCTET_STRING;
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.init.frag | 32 S2 s2i = { 9, a5, { (a3,a4), 12} }, s2 = S2(9, a5, S1((a3,a4), 12));
|
/external/angle/third_party/glslang/src/Test/ |
D | hlsl.init.frag | 32 S2 s2i = { 9, a5, { (a3,a4), 12} }, s2 = S2(9, a5, S1((a3,a4), 12));
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.init.frag.out | 98 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/ |
D | hlsl.init.frag.out | 98 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/ |
D | v3_conf.c | 155 } 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/ |
D | handshake.py | 141 s2i = self.s2i = {} 144 s2i[dico[k]] = k 151 x = self.s2i[x] 201 x = self.s2i[x]
|
/external/scapy/scapy/layers/ |
D | ppp.py | 585 code = cls.fields_desc[0].s2i[code] 658 code = cls.fields_desc[0].s2i[code]
|
D | lltd.py | 303 cmd = cls.fields_desc[0].s2i[cmd]
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 115 X509V3_EXT_S2I s2i; member
|
/external/scapy/test/ |
D | fields.uts | 733 # Reverse i2s/s2i
|
/external/python/pyopenssl/doc/ |
D | ChangeLog_old.txt | 438 that it is possible to instantiate extensions which use s2i or r2i
|