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

  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 146 static void ParseUInt32(const CParser &parser, unsigned index, UInt32 &res)
429 ParseUInt32(parser, NKey::kAlgo, algo);
430 ParseUInt32(parser, NKey::kFb, fb);
431 ParseUInt32(parser, NKey::kLc, lc);
432 ParseUInt32(parser, NKey::kLp, lp);
433 ParseUInt32(parser, NKey::kPb, pb);
  /external/llvm/lib/AsmParser/
LLParser.h 211 bool ParseUInt32(unsigned &Val);
212 bool ParseUInt32(unsigned &Val, LocTy &Loc) {
214 return ParseUInt32(Val);
LLParser.cpp 566 if (ParseUInt32(MID))
618 if (ParseUInt32(MetadataID) ||
970 ParseUInt32(Alignment))
    [all...]
  /system/connectivity/dhcp_client/
dhcp_options_parser_unittest.cc 98 TEST_F(ParserTest, ParseUInt32) {

Completed in 89 milliseconds