HomeSort by relevance Sort by last modified time
    Searched defs:addl (Results 1 - 2 of 2) sorted by null

  /external/llvm/test/MC/X86/
x86_errors.s 12 addl $0, 0(%rax) label
  /external/smack/src/org/xbill/DNS/
Cache.java 603 RRset [] answers, auth, addl; local
709 addl = in.getSectionRRsets(Section.ADDITIONAL);
710 for (int i = 0; i < addl.length; i++) {
711 int type = addl[i].getType();
714 Name name = addl[i].getName();
718 addRRset(addl[i], cred);

Completed in 4091 milliseconds