Home
last modified time | relevance | path

Searched refs:datum (Results 1 – 7 of 7) sorted by relevance

/system/sepolicy/tools/sepolicy-analyze/
Dtypecmp.c36 c->datum.data |= d->data; in insert_type_rule()
48 n->datum = *d; in insert_type_rule()
142 perms1 = l1->datum.data & ~c->datum.data; in find_match()
143 perms2 = c->datum.data & ~l1->datum.data; in find_match()
227 || l1->datum.data != l2->datum.data) in analyze_types()
244 display_allow(policydb, &l1->key, i, l1->datum.data); in analyze_types()
246 display_allow(policydb, &l2->key, j, l2->datum.data); in analyze_types()
Ddups.c59 uint32_t perms = node->datum.data & d->data; in find_dups_helper()
60 if ((attrib1 && perms == node->datum.data) || in find_dups_helper()
68 display_allow(policydb, &node->key, i, node->datum.data); in find_dups_helper()
/system/bt/embdrv/sbc/decoder/include/
Doi_bitstream.h61 OI_UINT8 datum);
98 #define OI_BITSTREAM_WRITEUINT(ptr, value, bitPtr, datum, bits) \ argument
101 value |= datum << bitPtr;\
/system/core/debuggerd/
Ddebuggerd.cpp303 uint32_t datum = htonl(pid); in activity_manager_write() local
304 if (!android::base::WriteFully(amfd, &datum, 4)) { in activity_manager_write()
308 datum = htonl(signal); in activity_manager_write()
309 if (!android::base::WriteFully(amfd, &datum, 4)) { in activity_manager_write()
/system/sepolicy/tools/
Dsepolicy-check.c59 return (current->datum.data & perm_bitmask) != 0; in check_perm()
/system/tpm/trunks/generator/
Draw_structures.txt1958 “Bits.” A type identifier in parentheses in the title indicates the size of the datum that contains…
16428 the TPM input/output buffer is “big endian” with the most significant octet of any datum at the low…
Draw_structures_fixed.txt1958 “Bits.” A type identifier in parentheses in the title indicates the size of the datum that contains…
16411 the TPM input/output buffer is “big endian” with the most significant octet of any datum at the low…