HomeSort by relevance Sort by last modified time
    Searched full:get32s (Results 1 - 4 of 4) sorted by null

  /external/jhead/
gpsinfo.c 214 den = Get32s(ValuePtr+4+a*ComponentSize);
236 Get32s(ValuePtr), Get32s(4+(char*)ValuePtr),
237 Get32s(8+(char*)ValuePtr), Get32s(12+(char*)ValuePtr),
238 Get32s(16+(char*)ValuePtr), Get32s(20+(char*)ValuePtr));
jhead.h 177 int Get32s(void * Long);
exif.c 348 int Get32s(void * Long)
382 return (unsigned)Get32s(Long) & 0xffffffff;
398 case FMT_SLONG: printf("%d",Get32s(ValuePtr)); s=4; break;
402 printf("%d/%d",Get32s(ValuePtr), Get32s(4+(char *)ValuePtr));
441 Num = Get32s(ValuePtr);
442 Den = Get32s(4+(char *)ValuePtr);
452 case FMT_SLONG: Value = Get32s(ValuePtr); break;
    [all...]
  /external/qemu/
i386-dis.c 176 static bfd_signed_vma get32s (void);
5268 get32s (void) function
    [all...]

Completed in 501 milliseconds