Lines Matching refs:ofssrc

816     unsigned ofssrc, pos;
823 ofssrc = bytestream2_get_be32(&ptrs);
826 if (!ofssrc)
829 if (ofssrc >= buf_end - buf)
832 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
867 unsigned ofsdst, ofssrc, opcode, x;
876 ofssrc = bytestream2_get_be32(&ptrs);
878 if (!ofssrc)
881 if (ofssrc >= buf_end - buf)
884 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1045 unsigned ofsdst, ofssrc, ofsdata, opcode, x;
1058 ofssrc = bytestream2_get_be32(&ptrs);
1061 if (!ofssrc)
1064 if (ofssrc >= buf_end - buf)
1070 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1113 unsigned ofsdst, ofssrc, ofsdata, opcode, x;
1127 ofssrc = bytestream2_get_be32(&ptrs);
1130 if (!ofssrc)
1133 if (ofssrc >= buf_end - buf)
1139 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1199 unsigned ofsdst, ofssrc, opcode, x;
1208 ofssrc = bytestream2_get_be32(&ptrs);
1210 if (!ofssrc)
1213 if (ofssrc >= buf_end - buf)
1216 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1259 unsigned ofsdst, ofssrc, opcode, x;
1270 ofssrc = bytestream2_get_be32(&ptrs);
1272 if (!ofssrc)
1275 if (ofssrc >= buf_end - buf)
1278 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1342 unsigned entries, ofssrc;
1354 ofssrc = bytestream2_get_be32(&ptrs);
1356 if (!ofssrc)
1359 if (ofssrc >= buf_end - buf)
1362 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1401 unsigned entries, ofssrc;
1413 ofssrc = bytestream2_get_be32(&ptrs);
1415 if (!ofssrc)
1418 if (ofssrc >= buf_end - buf)
1421 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));