Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Ddirent.h39 int64_t d_off;
/bionic/libc/kernel/common/linux/usb/
Df_mtp.h25 int64_t length;
/bionic/libc/include/
Dtime64.h40 typedef int64_t time64_t;
Dstdint.h48 typedef __int64_t int64_t; typedef
154 typedef int64_t int_least64_t;
155 typedef int64_t int_fast64_t;
216 typedef int64_t intmax_t;
Ddirent.h55 int64_t d_off;
/bionic/libstdc++/src/
Done_time_construction.cpp60 int64_t aligner;
/bionic/libc/kernel/common/linux/
Dbinder.h66 #define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, int64_t)
Dmsm_vidc_dec.h467 int64_t timestamp;
496 int64_t time_stamp;
/bionic/linker/
Dlinker_format.c406 if (isSigned && (int64_t)value < 0) { in format_integer()
410 value = (uint64_t)(-(int64_t)value); in format_integer()
570 value = (uint64_t)(((int64_t)(value << shift)) >> shift); in out_vformat()
/bionic/libc/bionic/
Dtime64.c70 typedef int64_t Int64;
72 typedef int64_t Year;
/bionic/libc/private/
Dresolv_private.h199 int64_t __align64; /* 64bit alignment */