/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 149 static void ParseUInt32(const CParser &parser, int index, UInt32 &res) in ParseUInt32() function 390 ParseUInt32(parser, NKey::kAlgo, algo); in main2() 391 ParseUInt32(parser, NKey::kFb, fb); in main2() 392 ParseUInt32(parser, NKey::kLc, lc); in main2() 393 ParseUInt32(parser, NKey::kLp, lp); in main2() 394 ParseUInt32(parser, NKey::kPb, pb); in main2()
|
/external/open-vcdiff/src/ |
D | headerparser.cc | 113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description, in ParseUInt32() function in open_vcdiff::VCDiffHeaderParser 147 if (!ParseUInt32(variable_description, &parsed_value)) { in ParseChecksum()
|
D | headerparser_test.cc | 75 EXPECT_TRUE(parser->ParseUInt32("decoded uint32", &decoded_integer)); in VerifyUInt32() 144 EXPECT_FALSE(parser->ParseUInt32("decoded integer", &decoded_integer)); in TEST_F()
|
D | headerparser.h | 231 bool ParseUInt32(const char* variable_description, uint32_t* value);
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | headerparser.cc | 113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description, in ParseUInt32() function in open_vcdiff::VCDiffHeaderParser 147 if (!ParseUInt32(variable_description, &parsed_value)) { in ParseChecksum()
|
D | headerparser_test.cc | 75 EXPECT_TRUE(parser->ParseUInt32("decoded uint32", &decoded_integer)); in VerifyUInt32() 144 EXPECT_FALSE(parser->ParseUInt32("decoded integer", &decoded_integer)); in TEST_F()
|
D | headerparser.h | 231 bool ParseUInt32(const char* variable_description, uint32_t* value);
|
/external/chromium/sdch/open-vcdiff/src/ |
D | headerparser.cc | 113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description, in ParseUInt32() function in open_vcdiff::VCDiffHeaderParser 147 if (!ParseUInt32(variable_description, &parsed_value)) { in ParseChecksum()
|
D | headerparser_test.cc | 75 EXPECT_TRUE(parser->ParseUInt32("decoded uint32", &decoded_integer)); in VerifyUInt32() 144 EXPECT_FALSE(parser->ParseUInt32("decoded integer", &decoded_integer)); in TEST_F()
|
D | headerparser.h | 231 bool ParseUInt32(const char* variable_description, uint32_t* value);
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 189 bool ParseUInt32(unsigned &Val); 190 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() function 192 return ParseUInt32(Val); in ParseUInt32()
|
D | LLParser.cpp | 512 if (ParseUInt32(SlotNo)) return true; in ParseMDNodeID() 580 if (ParseUInt32(MetadataID) || in ParseStandaloneMetadata() 888 ParseUInt32(Alignment)) in ParseFnAttributeValuePairs() 902 ParseUInt32(Alignment)) in ParseFnAttributeValuePairs() 1075 bool LLParser::ParseUInt32(unsigned &Val) { in ParseUInt32() function in LLParser 1135 ParseUInt32(AddrSpace) || in ParseOptionalAddrSpace() 1374 if (ParseUInt32(ArbitraryCC)) in ParseOptionalCallingConv() 1440 if (ParseUInt32(Alignment)) return true; in ParseOptionalAlignment() 1510 if (ParseUInt32(Alignment)) return true; in ParseOptionalStackAlignment() 1541 if (ParseUInt32(Idx)) return true; in ParseIndexList()
|