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

  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedef.h 37 typedef long Word32;
43 typedef long Word32;
49 typedef int Word32;
typedefs.h 78 typedef int Word32;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
typedef.h 58 typedef int Word32;
gsm_amr_typedefs.h 90 typedef int32_t Word32;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedef.h 38 typedef long Word32;
44 typedef long Word32;
50 typedef int Word32;
typedefs.h 35 * Word32 32-bit signed minWord32, maxWord32
121 typedef int Word32;
128 typedef long Word32;
  /external/v8/src/compiler/
representation-change.h 20 static Truncation Word32() { return Truncation(TruncationKind::kWord32); }
117 // insufficient to do the conversion (e.g. word32->float64 conv), so we also
130 return UseInfo(MachineRepresentation::kWord32, Truncation::Word32());
183 return UseInfo(MachineRepresentation::kWord32, Truncation::Word32(),
191 return UseInfo(MachineRepresentation::kWord32, Truncation::Word32(),
234 // out signedness for the word32->float64 conversion, then we check that the
235 // uses truncate to word32 (so they do not care about signedness).

Completed in 108 milliseconds