Home | History | Annotate | Download | only in jhead

Lines Matching refs:Get32s

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;