Home | History | Annotate | Download | only in intl

Lines Matching full:__builtin_expect

944       __builtin_expect (fstat64 (fd, &st) != 0, 0)
946 __builtin_expect (fstat (fd, &st) != 0, 0)
948 || __builtin_expect ((size = (size_t) st.st_size) != st.st_size, 0)
949 || __builtin_expect (size < sizeof (struct mo_file_header), 0))
962 if (__builtin_expect (data != (struct mo_file_header *) -1, 1))
1005 if (__builtin_expect (data->magic != _MAGIC && data->magic != _MAGIC_SWAPPED,