HomeSort by relevance Sort by last modified time
    Searched defs:current_wordsize (Results 1 - 2 of 2) sorted by null

  /external/strace/
defs.h 781 # define current_wordsize PERSONALITY0_WORDSIZE macro
784 # define current_wordsize PERSONALITY0_WORDSIZE macro
786 extern unsigned current_wordsize;
795 # define widen_to_long(v) (current_wordsize == 4 ? (long)(int32_t)(v) : (long)(v))
syscall.c 271 # ifndef current_wordsize
272 unsigned current_wordsize; variable
320 # ifndef current_wordsize
321 current_wordsize = personality_wordsize[personality];
590 size = current_wordsize;
    [all...]

Completed in 68 milliseconds