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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 102 ErrCode_Powr, /* number of bits of word is not a power of two */
bitvect.c 49 #define ERRCODE_POWR "bits(word) != 2^x"
305 case ErrCode_Powr: return( ERRCODE_POWR ); break;
362 if (sample) return(ErrCode_Powr); /* # of bits is not a power of 2! */
    [all...]

Completed in 48 milliseconds