Searched defs:rd1 (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c174 mDNSexport char *GetRRDisplayString_rdb(const ResourceRecord *const rr, const RDataBody *const rd1, char *const buffer) argument
176 const RDataBody2 *const rd = (RDataBody2 *)rd1;
/external/qemu/target-arm/
H A Dtranslate.c1376 int rdhi, rdlo, rd0, rd1, i; local
1468 rd1 = (insn >> 16) & 0xf;
1470 gen_op_iwmmxt_orq_M0_wRn(rd1);
1510 rd1 = (insn >> 16) & 0xf;
1512 gen_op_iwmmxt_xorq_M0_wRn(rd1);
1529 rd1 = (insn >> 16) & 0xf;
1532 gen_op_iwmmxt_andq_M0_wRn(rd1);
1541 rd1 = (insn >> 16) & 0xf;
1543 gen_op_iwmmxt_andq_M0_wRn(rd1);
1552 rd1
2379 int acc, rd0, rd1, rdhi, rdlo; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c395 int64_t rd1, rd2, rd; local
431 rd1 = RDCOST(x->rdmult, x->rddiv, args->rate, args->dist);
435 rd = MIN(rd1, rd2);
438 (rd1 > rd2 && !xd->lossless);
1141 int64_t ssz, rd, rd1, rd2; local
1155 rd1 = RDCOST(x->rdmult, x->rddiv, thisrate, thisdistortion >> 2);
1157 rd = MIN(rd1, rd2);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c667 int64_t rd1, rd2, rd; local
679 rd1 = RDCOST(x->rdmult, x->rddiv, args->rate, args->dist);
683 rd = MIN(rd1, rd2);
686 (rd1 > rd2 && !xd->lossless);
1584 int64_t ssz, rd, rd1, rd2; local
1598 rd1 = RDCOST(x->rdmult, x->rddiv, thisrate, thisdistortion >> 2);
1600 rd = MIN(rd1, rd2);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 7690 milliseconds