Searched refs:isSigned (Results 1 – 5 of 5) sorted by relevance
54 public static char getProfileBlockTypes(String isSigned) { in getProfileBlockTypes() argument55 if (isSigned != null && "0".equals(isSigned)) { in getProfileBlockTypes()58 if (isSigned != null && "1".equals(isSigned)) { in getProfileBlockTypes()
46 format.isSigned = true; in AppendInt()62 format.isSigned = true; in AppendString()
109 char isSigned = SignatureBlockTypes.getProfileBlockTypes(profileSigned); in writeBlockDataToFile() local111 …HwBlockHead.getBlockHead(isSigned, SignatureBlockTags.DEFAULT, (short) profileDataLen, (int) offse… in writeBlockDataToFile()
119 uint8_t isSigned = 0; member
223 info.offset, info.size, info.isSigned, GetFieldTypeName(info.filedType).c_str(), in PrintFieldInfo()302 fieldInfo.isSigned = atoi(signedStr.c_str()); in ParseFieldFormat()428 if (ParseCommonIntType(field, field.isSigned)) { in ParseFieldType()