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

  /external/skia/src/core/
SkResourceCache.h 52 const uint32_t* a = this->as32();
53 const uint32_t* b = other.as32();
71 const uint32_t* as32() const { return (const uint32_t*)this; } function in struct:SkResourceCache::Key
SkResourceCache.cpp 50 fHash = SkOpts::hash(this->as32() + kUnhashedLocal32s,
  /external/skqp/src/core/
SkResourceCache.h 52 const uint32_t* a = this->as32();
53 const uint32_t* b = other.as32();
71 const uint32_t* as32() const { return (const uint32_t*)this; } function in struct:SkResourceCache::Key
SkResourceCache.cpp 50 fHash = SkOpts::hash(this->as32() + kUnhashedLocal32s,
  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 198 uint32 dim = as32()->dims_[d];
261 as32()->dims_[nd] =
285 as32()->dims_[d] = kIsPartial && vals[d] < 0
337 as32()->dims_[d] =
405 fprintf(stderr, "dim %d: %d\n", i, as32()->dims_[i]);
tensor_shape.h 112 Rep32* as32() { return reinterpret_cast<Rep32*>(buf()); } function in class:tensorflow::TensorShapeRep
116 const Rep32* as32() const { return reinterpret_cast<const Rep32*>(buf()); } function in class:tensorflow::TensorShapeRep

Completed in 210 milliseconds