Lines Matching defs:out
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
270 unsigned char *out=(unsigned char *)s->dec_table;
276 out[top]=(work[i]>>8 & 0x7f)|0x80;
277 out[top+1]=(work[i+1]>>8 & 0x7f)|0x80;
278 out[top+2]=work[i] & 0xff;
279 out[top+3]=work[i+1] & 0xff;
282 out[top]=(work[i]>>8 & 0x7f)|0x80;
283 out[top+1]=work[work[i+1]*2];
284 out[top+2]=work[i] & 0xff;
289 out[top]=work[work[i]*2];
290 out[top+1]=(work[i+1]>>8 & 0x7f)|0x80;
291 out[top+2]=work[i+1] & 0xff;
294 out[top]=work[work[i]*2];
295 out[top+1]=work[work[i+1]*2];
301 ogg_uint16_t *out=(ogg_uint16_t *)s->dec_table;
306 out[top]=(work[i]>>16 & 0x7fff)|0x8000;
307 out[top+1]=(work[i+1]>>16 & 0x7fff)|0x8000;
308 out[top+2]=work[i] & 0xffff;
309 out[top+3]=work[i+1] & 0xffff;
312 out[top]=(work[i]>>16 & 0x7fff)|0x8000;
313 out[top+1]=work[work[i+1]*2];
314 out[top+2]=work[i] & 0xffff;
319 out[top]=work[work[i]*2];
320 out[top+1]=(work[i+1]>>16 & 0x7fff)|0x8000;
321 out[top+2]=work[i+1] & 0xffff;
324 out[top]=work[work[i]*2];
325 out[top+1]=work[work[i+1]*2];
530 s->q_val=0; /* about to go out of scope; _make_decode_table