Searched refs:default_type (Results 1 - 14 of 14) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_WI.h79 uint8_t default_type; member in struct:phHciNfc_WI_Info
H A DphHciNfc_WI.c768 p_wiinfo->default_type = *reg_value;
/external/e2fsprogs/e2fsck/
H A De2fsck.h558 unsigned int default_type,
563 int default_type,
568 int default_type,
573 int default_type,
H A Dutil.c790 void e2fsck_set_bitmap_type(ext2_filsys fs, unsigned int default_type, argument
799 profile_name, 0, default_type, &type);
802 fs->default_bitmap_type = type ? type : default_type;
804 fs->default_bitmap_type = default_type;
/external/selinux/checkpolicy/
H A Dpolicy_scan.l234 default_type |
H A Dpolicy_define.c444 if (cladatum->default_type && cladatum->default_type != which) {
448 cladatum->default_type = which;
/external/selinux/libsepol/src/
H A Dlink.c226 if (olddatum->default_type) {
227 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) {
231 newdatum->default_type = olddatum->default_type;
H A Dexpand.c393 if (olddatum->default_type) {
394 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) {
398 newdatum->default_type = olddatum->default_type;
H A Dmodule_to_cil.c1927 if (class->default_type != 0) {
1928 switch (class->default_type) {
1932 log_err("Unknown default type value: %i", class->default_type);
H A Dwrite.c1027 buf[0] = cpu_to_le32(cladatum->default_type);
H A Dpolicydb.c2169 cladatum->default_type = le32_to_cpu(buf[0]);
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp511 unsigned int default_type; local
530 default_type = row[1];
531 if(default_type == 0x44454600) {
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h121 char default_type; member in struct:class_datum
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c3053 if (!sepol_class->default_type) {
3054 sepol_class->default_type = def->object;
3055 } else if (sepol_class->default_type != (char)def->object) {

Completed in 1915 milliseconds