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

  /bionic/libc/kernel/uapi/linux/
socket.h 22 #define _K_SS_ALIGNSIZE (__alignof__(struct sockaddr *))
27 } __attribute__((aligned(_K_SS_ALIGNSIZE)));
  /external/iproute2/include/uapi/linux/
socket.h 9 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
20 } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
  /external/kernel-headers/original/uapi/linux/
socket.h 9 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
20 } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
socket.h 8 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
19 } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */

Completed in 865 milliseconds