HomeSort by relevance Sort by last modified time
    Searched refs:tbit (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
bitwise.c 398 int tbit=bits?bits:ilog(b[i]); local
399 if((test=oggpack_look(&r,tbit))==0xffffffff)
401 if(test!=(b[i]&mask[tbit])){
402 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test);
405 if((test=oggpack_read(&r,tbit))==0xffffffff){
408 if(test!=(b[i]&mask[tbit])){
409 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test);
412 bitcount+=tbit;
  /external/oprofile/module/ia64/
IA64minstate.h 179 tbit.nz p15, p0=rCRIPSR, IA64_PSR_I_BIT \

Completed in 213 milliseconds