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

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

Completed in 251 milliseconds