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

  /external/chromium/googleurl/base/
basictypes.h 11 const uint32 kuint32max = ((uint32) 0xFFFFFFFF); variable
  /external/chromium/base/
basictypes.h 71 const uint32 kuint32max = ((uint32) 0xFFFFFFFF); variable
  /external/icu4c/common/
dictbe.cpp 652 static const uint32_t kuint32max = 0xFFFFFFFF; variable
825 bestSnlp[i] = kuint32max;
846 if (bestSnlp[i] == kuint32max)
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 171 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]

Completed in 531 milliseconds