Searched defs:u64 (Results 1 – 3 of 3) sorted by relevance
102 uint64 u64 = 2; field
27 typedef unsigned long u64; typedef
49 typedef uint64_t u64; typedef829 int launch_thread(const char *name, void (*func)(u64), sync_t **sync, u64 arg, in launch_thread()