HomeSort by relevance Sort by last modified time
    Searched refs:current_klongsize (Results 1 - 7 of 7) sorted by null

  /external/strace/
lseek.c 52 # ifndef current_klongsize
53 if (current_klongsize < sizeof(kernel_long_t)) {
56 # endif /* !current_klongsize */
resource.c 105 if (current_klongsize == 4)
desc.c 233 #ifndef current_klongsize
234 if (current_klongsize < sizeof(*ptr)) {
245 #endif /* !current_klongsize */
io.c 181 # ifndef current_klongsize
182 if (current_klongsize < SIZEOF_KERNEL_LONG_T) {
186 # endif /* !current_klongsize */
syscall.c 260 # ifndef current_klongsize
261 unsigned current_klongsize; variable
315 # ifndef current_klongsize
316 current_klongsize = personality_klongsize[personality];
1036 #ifndef current_klongsize
1037 if (current_klongsize < sizeof(val)) {
1041 #endif /* !current_klongsize */
defs.h 752 # define current_klongsize PERSONALITY0_KLONGSIZE macro
760 # define current_klongsize PERSONALITY0_KLONGSIZE macro
762 extern unsigned current_klongsize;
815 #ifndef current_klongsize
819 #elif current_klongsize > 4
822 #else /* current_klongsize == 4 */
util.c 302 # ifndef current_klongsize
303 if (current_klongsize < SIZEOF_KERNEL_LONG_T) {
311 # endif /* !current_klongsize */
536 #ifndef current_klongsize
540 if (current_klongsize > sizeof(int)) {
546 #endif /* !current_klongsize */
    [all...]

Completed in 52 milliseconds