Searched refs:tbit (Results 1 – 3 of 3) sorted by relevance
/external/libogg/src/ |
D | bitwise.c | 527 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/ |
D | bitwise.c | 400 int tbit=bits?bits:ilog(b[i]); in cliptest() local 401 if((test=oggpack_look(&r,tbit))==0xffffffff) in cliptest() 403 if(test!=(b[i]&mask[tbit])){ in cliptest() 404 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test); in cliptest() 407 if((test=oggpack_read(&r,tbit))==0xffffffff){ in cliptest() 410 if(test!=(b[i]&mask[tbit])){ in cliptest() 411 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test); in cliptest() 414 bitcount+=tbit; in cliptest()
|
/external/iproute2/bash-completion/ |
D | tc | 254 'tbit' 'tibit' 'tbps' 'tibps' )
|