HomeSort by: relevance | last modified time | path
    Searched defs:rd1 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
dns64.c 366 search(const dns_rdata_t *rd1, const dns_rdata_t *rd2, unsigned int plen) {
391 if (rd1->data[j] != rd2->data[j]) {
402 if ((rd1->data[j] & m[j]) != (c[j] & m[j])) {
436 dns_rdata_t rd1 = DNS_RDATA_INIT; local
437 dns_rdataset_current(&outer, &rd1);
441 oplen = search(&rd1, NULL, oplen);
454 iplen = search(&rd2, &rd1, oplen);
466 memmove(ina6.s6_addr, rd1.data, oplen / 8);
  /src/external/gpl3/gdb/dist/opcodes/
riscv-opc.c 346 * - rd1 = RD (insn[11:7])
350 * The values of rd1, rd2, and rs1 must not be the same. */
351 int rd1 = (insn & MASK_RD) >> OP_SH_RD; local
355 return rd1 != rd2 && rd1 != rs && rd2 != rs && match_opcode (op, insn);
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-opc.c 338 * - rd1 = RD (insn[11:7])
342 * The values of rd1, rd2, and rs1 must not be the same. */
343 int rd1 = (insn & MASK_RD) >> OP_SH_RD; local
347 return rd1 != rd2 && rd1 != rs && rd2 != rs && match_opcode (op, insn);
  /src/lib/libm/noieee_src/
n_erf.c 251 rd1 = -4.99999999999640086151350330820e-001, variable
379 R = s*(rd1+s*(rd2+s*(rd3+s*(rd4+s*(rd5+
  /src/external/gpl3/binutils/dist/opcodes/
riscv-opc.c 379 * - rd1 = RD (insn[11:7])
383 * The values of rd1, rd2, and rs1 must not be the same. */
384 int rd1 = (insn & MASK_RD) >> OP_SH_RD; local
388 return rd1 != rd2 && rd1 != rs && rd2 != rs && match_opcode (op, insn);
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-opc.c 387 * - rd1 = RD (insn[11:7])
391 * The values of rd1, rd2, and rs1 must not be the same. */
392 int rd1 = (insn & MASK_RD) >> OP_SH_RD; local
396 return rd1 != rd2 && rd1 != rs && rd2 != rs && match_opcode (op, insn);

Completed in 58 milliseconds