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

  /external/chromium_org/v8/src/
misc-intrinsics.h 38 // index 0. (1 << IntegerLog2(x)) is a mask for the most significant bit of x.
40 int IntegerLog2(uint32_t value);
44 inline int IntegerLog2(uint32_t value) {
52 inline int IntegerLog2(uint32_t value) {
62 inline int IntegerLog2(uint32_t value) {
  /external/v8/src/
misc-intrinsics.h 38 // index 0. (1 << IntegerLog2(x)) is a mask for the most significant bit of x.
40 int IntegerLog2(uint32_t value);
44 inline int IntegerLog2(uint32_t value) {
52 inline int IntegerLog2(uint32_t value) {
62 inline int IntegerLog2(uint32_t value) {

Completed in 25 milliseconds