Lines Matching full:sizeof
1 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
4 //# where there is a division of sizeof the array by the sizeof its first
32 * (sizeof(E)/sizeof(*E))
34 * (sizeof(E)/sizeof(E[...]))
36 * (sizeof(E)/sizeof(T))
48 - (sizeof(E)/sizeof(*E))
51 - (sizeof(E)/sizeof(E[...]))
54 - (sizeof(E)/sizeof(T))
68 (sizeof(E)@p /sizeof(*E))
70 (sizeof(E)@p /sizeof(E[...]))
72 (sizeof(E)@p /sizeof(T))