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

  /external/regex-re2/re2/
compile.cc 30 struct PatchList {
34 static PatchList Mk(uint32 p);
38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v);
41 static PatchList Deref(Prog::Inst *inst0, PatchList l);
44 static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2);
47 static PatchList nullPatchList;
50 PatchList PatchList::Mk(uint32 p)
    [all...]
prog.h 125 // (Must fit in out_opcode_, and PatchList steals another bit.)
167 friend struct PatchList;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 109 milliseconds