Home
last modified time | relevance | path

Searched defs:IS32BIT (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/src/time/
H A Dclock_settime.c5 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Dclock_nanosleep.c5 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Dtimer_settime.c5 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsetitimer.c5 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/src/signal/
H A Dsigtimedwait.c5 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Dsetitimer.c5 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/src/ipc/
H A Dsemtimedop.c7 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/src/mq/
H A Dmq_timedreceive.c5 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Dmq_timedsend.c5 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/src/network/
H A Dsetsockopt.c6 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Drecvmmsg.c8 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/porting/liteos_a/user/src/select/
H A Dselect.c7 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/src/select/
H A Dselect.c7 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Dpselect.c7 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Dppoll.c7 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/porting/liteos_a/user/src/thread/
H A D__timedwait.c8 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Dpthread_mutex_timedlock.c3 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/src/linux/
H A Dtimerfd.c5 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Dclock_adjtime.c6 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/src/stat/
H A Dutimensat.c7 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/src/thread/
H A D__timedwait.c8 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
H A Dpthread_mutex_timedlock.c3 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_mutex_timedlock.c18 #define IS32BIT(x) !((x)+0x80000000ULL>>32) macro

Completed in 6 milliseconds