Home | History | Annotate | Download | only in common

Lines Matching refs:offsets

50                      int32_t **offsets,
57 if(offsets==NULL || (o=*offsets)==NULL) {
63 /* output with offsets */
69 *offsets=o;
90 int32_t **offsets,
97 if(offsets==NULL || (o=*offsets)==NULL) {
103 /* output with offsets */
109 *offsets=o;
130 int32_t **offsets,
151 /* write offsets */
152 if(offsets!=NULL && (o=*offsets)!=NULL) {
157 *offsets=o;