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

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 365 /// getGNUHashMaskbitslog2 - calculate the number of mask bits in log2
367 unsigned getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 840 gnuhash += (1U << getGNUHashMaskbitslog2(hashed_sym_cnt)) / 8;
    [all...]

Completed in 2389 milliseconds