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

  /external/v8/src/
globals.h 146 const uintptr_t kUintptrAllBitsSet = V8_UINT64_C(0xFFFFFFFFFFFFFFFF);
175 const uintptr_t kUintptrAllBitsSet = 0xFFFFFFFFu;
    [all...]
objects.h     [all...]
  /external/v8/src/runtime/
runtime-strings.cc 905 static const uintptr_t kOneInEveryByte = kUintptrAllBitsSet / 0xFF;
    [all...]

Completed in 315 milliseconds