Lines Matching refs:SIGNED_SIZEOF
119 { if (templen > SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (short))
120 count = SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (short) ;
166 { if (templen > SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (int))
167 count = SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (int) ;
216 { if (templen > SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (float))
217 count = SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (float) ;
264 { if (templen > SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (double))
265 count = SIGNED_SIZEOF (pdata->buffer) / SIGNED_SIZEOF (double) ;