Searched refs:datum (Results 1 – 7 of 7) sorted by relevance
/system/sepolicy/tools/sepolicy-analyze/ |
D | typecmp.c | 36 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()
|
D | dups.c | 59 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/ |
D | oi_bitstream.h | 61 OI_UINT8 datum); 98 #define OI_BITSTREAM_WRITEUINT(ptr, value, bitPtr, datum, bits) \ argument 101 value |= datum << bitPtr;\
|
/system/core/debuggerd/ |
D | debuggerd.cpp | 303 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/ |
D | sepolicy-check.c | 59 return (current->datum.data & perm_bitmask) != 0; in check_perm()
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 1958 “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…
|
D | raw_structures_fixed.txt | 1958 “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…
|