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

  /system/core/libunwindstack/
DwarfCfa.h 59 const static Info kTable[64];
DwarfCfa.cpp 113 const auto cfa = &DwarfCfaInfo::kTable[cfa_low];
203 const auto* cfa = &DwarfCfaInfo::kTable[op];
514 const DwarfCfaInfo::Info DwarfCfaInfo::kTable[64] = {
  /external/dng_sdk/source/
dng_render.cpp 139 static const real32 kTable [] =
400 const uint32 kTableSize = sizeof (kTable ) /
401 sizeof (kTable [0]);
409 return kTable [index ] * (1.0f - fract) +
410 kTable [index + 1] * ( fract);
419 static const real32 kTable [] =
680 const uint32 kTableSize = sizeof (kTable ) /
681 sizeof (kTable [0]);
689 return kTable [index ] * (1.0f - fract) +
690 kTable [index + 1] * ( fract)
    [all...]
  /external/v8/src/inspector/
v8-console-message.h 31 kTable,
  /external/skia/tools/bookmaker/
bookmaker.h 135 kTable,
    [all...]
  /external/skqp/tools/bookmaker/
bookmaker.h 134 kTable,
    [all...]

Completed in 128 milliseconds