Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c49 typedef uint64_t u64; typedef
113 void log_thread(u64 arg) { in log_thread()
232 void buf_u64(buf_t *b, u64 v) { in buf_u64()
233 char *p = buf_alloc(b, sizeof(u64)); in buf_u64()
234 *(u64*)p = v; in buf_u64()
237 void buf_uintptr(buf_t *b, u64 v) { in buf_uintptr()
238 char *p = buf_alloc(b, sizeof(u64)); in buf_uintptr()
239 *(u64*)p = v; in buf_uintptr()
260 fp->binder = (u64)ptr; in buf_binder()
291 bwr.read_buffer = (u64)rbuf; in binder_rw()
[all …]