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

  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 157 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
165 SIntMax SInt;
ubsan_diag.cc 193 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX)
194 Buffer->append("%lld", (long long)A.SInt);
196 RenderHex(Buffer, A.SInt);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 61 typedef short int SInt;

Completed in 125 milliseconds