Lines Matching refs:SIZEOF
75 if (str_len > (FSMaxRequestBytes(svr) - SIZEOF(fsQueryXBitmaps8Req)))
88 (SIZEOF(fsQueryXBitmaps8Reply) - SIZEOF(fsGenericReply)) >> 2, fsFalse))
107 left = (reply.length << 2) - SIZEOF(fsQueryXBitmaps8Reply)
108 - (SIZEOF(fsOffset32) * reply.num_chars);
117 _FSReadPad(svr, (char *) &local_offs, (SIZEOF(fsOffset32)));
147 if (str_len > ((FSMaxRequestBytes(svr) - SIZEOF(fsQueryXBitmaps16Req))
148 / SIZEOF(fsChar2b)))
156 req->length += (CARD16) (((str_len * SIZEOF(fsChar2b)) + 3) >> 2);
161 if (str_len > SIZE_MAX/SIZEOF(fsChar2b_version1))
163 swapped_str = FSmallocarray(str_len, SIZEOF(fsChar2b_version1));
170 _FSSend(svr, (char *)swapped_str, (str_len*SIZEOF(fsChar2b_version1)));
173 _FSSend(svr, (char *) str, (str_len * SIZEOF(fsChar2b)));
177 (SIZEOF(fsQueryXBitmaps16Reply) - SIZEOF(fsGenericReply)) >> 2,
196 left = (reply.length << 2) - SIZEOF(fsQueryXBitmaps16Reply)
197 - (SIZEOF(fsOffset32) * reply.num_chars);
206 _FSReadPad(svr, (char *) &local_offs, (SIZEOF(fsOffset32)));