Home
last modified time | relevance | path

Searched refs:tbit (Results 1 – 3 of 3) sorted by relevance

/external/libogg/src/
Dbitwise.c527 int tbit=bits?bits:ilog(b[i]); in cliptest() local
528 if(oggpack_look(&r,tbit)==-1) in cliptest()
530 if(oggpack_look(&r,tbit)!=(b[i]&mask[tbit])) in cliptest()
532 if(tbit==1) in cliptest()
533 if(oggpack_look1(&r)!=(b[i]&mask[tbit])) in cliptest()
535 if(tbit==1){ in cliptest()
536 if(oggpack_read1(&r)!=(b[i]&mask[tbit])) in cliptest()
539 if(oggpack_read(&r,tbit)!=(b[i]&mask[tbit])) in cliptest()
562 int tbit=bits?bits:ilog(b[i]); in cliptestB() local
563 if(oggpackB_look(&r,tbit)==-1) in cliptestB()
[all …]
/external/tremolo/Tremolo/
Dbitwise.c398 int tbit=bits?bits:ilog(b[i]); in cliptest() local
399 if((test=oggpack_look(&r,tbit))==0xffffffff) in cliptest()
401 if(test!=(b[i]&mask[tbit])){ in cliptest()
402 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test); in cliptest()
405 if((test=oggpack_read(&r,tbit))==0xffffffff){ in cliptest()
408 if(test!=(b[i]&mask[tbit])){ in cliptest()
409 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test); in cliptest()
412 bitcount+=tbit; in cliptest()
/external/oprofile/module/ia64/
DIA64minstate.h179 tbit.nz p15, p0=rCRIPSR, IA64_PSR_I_BIT \