Searched refs:identifier (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/private/ |
D | bionic_fortify.h | 74 static inline void __check_count(const char* fn, const char* identifier, size_t value) { in __check_count() argument 76 __fortify_fatal("%s: %s %zu > SSIZE_MAX", fn, identifier, value); in __check_count()
|
/bionic/libc/kernel/uapi/linux/ |
D | icmpv6.h | 32 __be16 identifier; member 56 #define icmp6_identifier icmp6_dataun.u_echo.identifier
|
D | fscrypt.h | 82 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member
|
/bionic/tools/versioner/src/ |
D | DeclarationDatabase.cpp | 79 if (auto identifier = decl->getIdentifier()) { in getDeclName() local 87 return identifier->getName().str(); in getDeclName()
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 959 def __init__(self, tokens, directive=None, lineno=0, identifier=None): argument 982 self.define_id = identifier 1587 lineno=t.location.line, identifier=id))
|
/bionic/docs/ |
D | fdsan.md | 45 …HashCode` for Java objects), but in cases where it's hard to derive an identifier for the "owner" …
|