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 202 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX)
203 Printf("%lld", (long long)A.SInt);
205 PrintHex(A.SInt);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 61 typedef short int SInt;

Completed in 186 milliseconds