HomeSort by relevance Sort by last modified time
    Searched defs:ext_type (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.cc 94 GLint ext_format = 0, ext_type = 0; local
95 GetAdditionalFormat(format, type, &ext_format, &ext_type);
96 if ((ext_format == format) && (ext_type == type)) {
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 281 UINT8 extension_present = TRUE, *p, ext_type; local
288 ext_type = *p++;
289 extension_present = ext_type >> 7;
290 ext_type &= 0x7F;
293 if (ext_type)
bnep_main.c 470 UINT8 type, ctrl_type, ext_type = 0; local
581 ext_type = *p++;
582 extension_present = ext_type >> 7;
583 ext_type &= 0x7F;
586 if (ext_type)
618 ext_type = *p;
619 extension_present = ext_type >> 7;
620 ext_type &= 0x7F;
623 if (ext_type)
625 BNEP_TRACE_EVENT ("Data extension type 0x%x found", ext_type);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_conf.c 85 int ext_type; local
88 if ((ext_type = v3_check_generic(&value)))
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
105 int ext_type; local
107 if ((ext_type = v3_check_generic(&value)))
109 value, crit, ext_type, ctx);
  /external/openssl/crypto/x509v3/
v3_conf.c 85 int ext_type; local
88 if ((ext_type = v3_check_generic(&value)))
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
105 int ext_type; local
107 if ((ext_type = v3_check_generic(&value)))
109 value, crit, ext_type, ctx);
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_read.c 57 u16 ext_type, ext_len; local
241 ext_type = WPA_GET_BE16(pos);
258 ext_type);
262 if (ext_type == TLS_EXT_SESSION_TICKET) {
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 223 int ext_type; /* type of external storage */ member in struct:m_ext
  /external/e2fsprogs/misc/
mke2fs.c 1056 const char *ext_type = 0; local
1073 ext_type = fs_type;
1075 ext_type = "ext2";
1077 ext_type = "ext3";
1079 ext_type = "ext4";
1081 ext_type = strrchr(progname, '/');
1082 if (ext_type)
1083 ext_type++;
1085 ext_type = progname;
1087 if (!strncmp(ext_type, "mkfs.", 5))
    [all...]

Completed in 139 milliseconds