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

  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 100 kTypeInt32,
  /external/chromium_org/v8/src/compiler/
machine-type.h 34 kTypeInt32 = 1 << 9,
45 kMachInt8 = kRepWord8 | kTypeInt32,
47 kMachInt16 = kRepWord16 | kTypeInt32,
49 kMachInt32 = kRepWord32 | kTypeInt32,
65 const MachineTypeUnion kTypeMask = kTypeBool | kTypeInt32 | kTypeUint32 |

Completed in 46 milliseconds