OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__pval
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
serializable.cpp
28
if (
__pval
(buf) + data_len <
__pval
(buf)) // Pointer wrap check
39
if (
__pval
(*buf_ptr) + size <
__pval
(*buf_ptr)) // Pointer wrap check
54
if (
__pval
(*buf_ptr) + *size <
__pval
(*buf_ptr)) // Pointer wrap check
99
if (
__pval
(data) + data_len <
__pval
(data)) // Pointer wrap check
/system/keymaster/include/keymaster/
serializable.h
68
template <typename T> inline uintptr_t
__pval
(const T *p) {
function in namespace:keymaster
123
__pval
(buf) + count * sizeof(uint32_t) <
__pval
(buf))
184
uintptr_t array_end =
__pval
(*buf_ptr) + *count * sizeof(uint32_t);
186
array_end <
__pval
(*buf_ptr) || array_end >
__pval
(end))
Completed in 1785 milliseconds