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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 99 ErrCode_Bits, /* bits of word and sizeof(word) are inconsistent */
bitvect.c 46 #define ERRCODE_BITS "bits(word) != sizeof(word)*8"
302 case ErrCode_Bits: return( ERRCODE_BITS ); break;
344 if (BITS != (sizeof(N_word) << 3)) return(ErrCode_Bits);
    [all...]

Completed in 47 milliseconds