Home
last modified time | relevance | path

Searched refs:packed_s (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Dstruct-packed-align.c15 struct __attribute__((packed)) packed_s { struct
22 extern int b1[sizeof(struct packed_s) == 10 ? 1 : -1]; argument
23 extern int b2[__alignof(struct packed_s) == 1 ? 1 : -1];
/external/llvm-project/clang/test/Sema/
Dstruct-packed-align.c16 struct __attribute__((packed)) packed_s { struct
23 extern int b1[sizeof(struct packed_s) == 10 ? 1 : -1]; argument
24 extern int b2[__alignof(struct packed_s) == 1 ? 1 : -1];
/external/scapy/scapy/
Dutils6.py511 packed_s = inet_pton(socket.AF_INET6, s)
512 x_and_s = in6_and(packed_x, packed_s)
513 return x_and_s == packed_s