HomeSort by relevance Sort by last modified time
    Searched refs:utype (Results 1 - 19 of 19) sorted by null

  /external/boringssl/src/crypto/asn1/
tasn_new.c 319 int utype; local
331 utype = -1;
333 utype = it->utype;
334 switch (utype) {
357 str = ASN1_STRING_type_new(utype);
370 int utype; local
380 utype = -1;
382 utype = it->utype;
    [all...]
tasn_fre.c 192 int utype; local
204 utype = typ->type;
209 utype = -1;
213 utype = it->utype;
214 if ((utype != V_ASN1_BOOLEAN) && !*pval)
218 switch (utype) {
tasn_dec.c 231 if (!(ASN1_tag2bit(otag) & it->utype)) {
254 exptag = it->utype;
291 | it->utype);
714 int ret = 0, utype; local
727 utype = tag;
730 utype = it->utype;
732 if (utype == V_ASN1_ANY) {
744 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
751 utype = V_ASN1_OTHER
    [all...]
tasn_enc.c 488 int utype; local
492 utype = it->utype;
498 len = asn1_ex_i2c(pval, NULL, &utype, it);
503 * call to asn1_ex_i2c() could change utype.
505 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) ||
506 (utype == V_ASN1_OTHER))
524 tag = utype;
530 asn1_ex_i2c(pval, *out, &utype, it)
550 int utype; local
    [all...]
tasn_utl.c 78 int *sel = offset2ptr(*pval, it->utype);
86 sel = offset2ptr(*pval, it->utype);
  /external/boringssl/src/crypto/x509/
asn1_gen.c 118 int utype; member in struct:__anon14339
133 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
135 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
185 if ((asn1_tags.utype == V_ASN1_SEQUENCE)
186 || (asn1_tags.utype == V_ASN1_SET)) {
195 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr);
197 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
306 int utype; local
325 utype = asn1_str2tag(elem, len);
327 if (utype == -1)
    [all...]
  /external/strace/
msghdr.c 239 const unsigned int utype = cmsg_type; local
243 if (utype < ARRAY_SIZE(cmsg_socket_printers)
244 && cmsg_socket_printers[utype].printer
245 && data_len >= cmsg_socket_printers[utype].min_len) {
247 cmsg_socket_printers[utype].printer(tcp, cmsg_data, data_len);
252 if (utype < ARRAY_SIZE(cmsg_ip_printers)
253 && cmsg_ip_printers[utype].printer
254 && data_len >= cmsg_ip_printers[utype].min_len) {
256 cmsg_ip_printers[utype].printer(tcp, cmsg_data, data_len);
  /external/boringssl/src/include/openssl/
asn1t.h 518 long utype; /* underlying type */ member in struct:ASN1_ITEM_st
562 * structure. In this case the 'utype' field
619 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
872 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp 496 // Therefore, utype is added for declaring unsigned array, and then cast it to Encoding::Ch.
498 #define TEST_STRINGARRAY(Encoding, utype, array, x) \
500 static const utype ue[] = array; \
505 #define TEST_STRINGARRAY2(Encoding, utype, earray, xarray) \
507 static const utype ue[] = earray; \
508 static const utype xe[] = xarray; \
604 #define TEST_STRINGENCODING_ERROR(Encoding, TargetEncoding, utype, array) \
606 static const utype ue[] = array; \
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
encode_decode.c 406 #define SET_HANDLER(utype, ltype) \
407 case utype: \
526 #define SET_HANDLER(utype, ltype) \
527 case utype: \
    [all...]
upb.h     [all...]
  /external/flatbuffers/src/
reflection.cpp 27 case reflection::UType:
117 case reflection::UType:
535 case reflection::UType:
622 case reflection::UType:
684 auto utype = table->GetField<uint8_t>(utype_offset, 0); local
685 if (utype != 0) {
688 auto child_obj = fb_enum->values()->Get(utype)->object();
  /art/compiler/optimizing/
loop_optimization.cc 237 DataType::Type utype = HVecOperation::ToUnsignedType(type); local
238 if (IsZeroExtensionAndGet(a, utype, r) && IsZeroExtensionAndGet(b, utype, s)) {
257 DataType::Type utype = HVecOperation::ToUnsignedType(type); local
258 if (IsZeroExtensionAndGet(a, utype, r)) {
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 2054 milliseconds