HomeSort by: relevance | last modified time | path
    Searched refs:dnow (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/unbound/dist/util/data/
msgparse.c 60 smart_compare(sldns_buffer* pkt, uint8_t* dnow,
63 if(LABEL_IS_PTR(*dnow)) {
66 if((size_t)PTR_OFFSET(dnow[0], dnow[1])
69 p = sldns_buffer_at(pkt, PTR_OFFSET(dnow[0], dnow[1]));
74 dprlast[0] == dnow[0] && dprlast[1] == dnow[1])
77 return dname_pkt_compare(pkt, dnow, dprlast);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zil.c 1083 uint64_t dnow, lwb_sp; local
1117 dnow = MIN(dlen, lwb_sp - reclen);
1135 lrcb->lrc_reclen += dnow;
1136 if (lrwb->lr_length > dnow)
1137 lrwb->lr_length = dnow;
1138 lrw->lr_offset += dnow;
1139 lrw->lr_length -= dnow;
1165 lwb->lwb_nused += reclen + dnow;
1170 dlen -= dnow;
  /src/external/mit/xorg/lib/
libmesa.mk 322 3dnow.c \
libmesa.old.mk 297 3dnow.c \
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 76 "K6|3dnow" },
153 { "3dnow",
156 "3dnow" },
372 BITFIELD (3dnow),
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 76 "K6|3dnow" },
151 { "3dnow",
154 "3dnow" },
356 BITFIELD (3dnow),
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 76 "K6|3dnow" },
151 { "3dnow",
154 "3dnow" },
338 BITFIELD (3dnow),
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 76 "K6|3dnow" },
151 { "3dnow",
154 "3dnow" },
356 BITFIELD (3dnow),
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 1162 SUBARCH (3dnow, 3DNOW, ANY_3DNOW, false),
4931 /* These AMD 3DNow! and SSE2 instructions have an opcode suffix
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 1146 SUBARCH (3dnow, 3DNOW, ANY_3DNOW, false),
4857 /* These AMD 3DNow! and SSE2 instructions have an opcode suffix

Completed in 65 milliseconds