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

  /external/clang/test/Sema/
statements.c 5 #define __byte_swap_int_var(x) \ macro
11 return (__byte_swap_int_var(_x));
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 119 def __byte_swap_int_var(x): return \
123 def __byte_swap_int(x): return __byte_swap_int_var(x) function
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 119 def __byte_swap_int_var(x): return \
123 def __byte_swap_int(x): return __byte_swap_int_var(x) function
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 119 def __byte_swap_int_var(x): return \
123 def __byte_swap_int(x): return __byte_swap_int_var(x) function

Completed in 113 milliseconds