Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dlibdrm_macros.h77 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + \ in drm_munmap() macro
79 STATIC_ASSERT(LARGE_OFF_T % 2147483629 == 721 && in drm_munmap()
80 LARGE_OFF_T % 2147483647 == 1); in drm_munmap()
81 #undef LARGE_OFF_T in drm_munmap()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddrm_device.cpp37 #define LARGE_OFF_T ((((off64_t)1 << 31) << 31) - 1 + (((off64_t)1 << 31) << 31)) in drm_munmap() macro
38 static_assert(LARGE_OFF_T % 2147483629 == 721 && in drm_munmap()
39 LARGE_OFF_T % 2147483647 == 1, "LARGE_OFF_T is wrong"); in drm_munmap()
40 #undef LARGE_OFF_T in drm_munmap()
/OK3568_Linux_fs/buildroot/package/zip/
H A D0006-unix-configure-borrow-the-LFS-test-from-autotools.patch46 + We can't simply define LARGE_OFF_T to be 9223372036854775807,
49 +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
50 + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
51 + && LARGE_OFF_T % 2147483647 == 1)
/OK3568_Linux_fs/external/xserver/
H A Dconfigure21579 We can't simply define LARGE_OFF_T to be 9223372036854775807,
21583 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
21584 && LARGE_OFF_T % 2147483647 == 1)
21648 We can't simply define LARGE_OFF_T to be 9223372036854775807,
21652 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
21653 && LARGE_OFF_T % 2147483647 == 1)
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/
H A D0001-gnulib-Update.patch9441 && LARGE_OFF_T % 2147483647 == 1)