HomeSort by: relevance | last modified time | path
    Searched defs:rd2 (Results 1 - 8 of 8) 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) {
373 if (plen != 0U && rd2 == NULL) {
384 if (rd2 != NULL) {
391 if (rd1->data[j] != rd2->data[j]) {
399 c = (rd2 == NULL) ? prefixes[i].aa : prefixes[i].ab;
409 if (rd2 != NULL) {
451 dns_rdata_t rd2 = DNS_RDATA_INIT; local
453 dns_rdataset_current(&inner, &rd2);
454 iplen = search(&rd2, &rd1, oplen);
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-opc.c 347 * - rd2 = RS2 (insn[24:20])
350 * The values of rd1, rd2, and rs1 must not be the same. */
352 int rd2 = (insn & MASK_RS2) >> OP_SH_RS2; local
355 return rd1 != rd2 && rd1 != rs && rd2 != rs && match_opcode (op, insn);
  /src/lib/libm/noieee_src/
n_erf.c 252 rd2 = 6.24999999772906433825880867516e-001, variable
379 R = s*(rd1+s*(rd2+s*(rd3+s*(rd4+s*(rd5+
  /src/external/gpl3/binutils/dist/opcodes/
riscv-opc.c 380 * - rd2 = RS2 (insn[24:20])
383 * The values of rd1, rd2, and rs1 must not be the same. */
385 int rd2 = (insn & MASK_RS2) >> OP_SH_RS2; local
388 return rd1 != rd2 && rd1 != rs && rd2 != rs && match_opcode (op, insn);
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-opc.c 388 * - rd2 = RS2 (insn[24:20])
391 * The values of rd1, rd2, and rs1 must not be the same. */
393 int rd2 = (insn & MASK_RS2) >> OP_SH_RS2; local
396 return rd1 != rd2 && rd1 != rs && rd2 != rs && match_opcode (op, insn);
  /src/external/gpl3/gdb/dist/opcodes/
riscv-opc.c 380 * - rd2 = RS2 (insn[24:20])
383 * The values of rd1, rd2, and rs1 must not be the same. */
385 int rd2 = (insn & MASK_RS2) >> OP_SH_RS2; local
388 return rd1 != rd2 && rd1 != rs && rd2 != rs && match_opcode (op, insn);
  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 6168 ipa_cst_ref_desc *rd2 = jfunc_rdesc_usable (jf2); local
6169 if (rd1 && rd2)
6172 && rd2->refcount == 1);
6173 gcc_assert (!rd1->next_duplicate && !rd2->next_duplicate);
6177 else if (rd2)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc 6193 ipa_cst_ref_desc *rd2 = jfunc_rdesc_usable (jf2); local
6194 if (rd1 && rd2)
6197 && rd2->refcount == 1);
6198 gcc_assert (!rd1->next_duplicate && !rd2->next_duplicate);
6202 else if (rd2)

Completed in 37 milliseconds