OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rd1
(Results
1 - 7
of
7
) sorted by null
/external/qemu/target-arm/
translate.c
1381
int rdhi, rdlo, rd0,
rd1
, i;
local
2384
int acc, rd0,
rd1
, rdhi, rdlo;
local
[
all
...]
/external/qemu/tcg/arm/
tcg-target.c
392
int cond, int opc0, int opc1, int rd0, int
rd1
,
399
(rn1 << 16) | (
rd1
<< 12) | shift | rm1);
406
(rn1 << 16) | (
rd1
<< 12) | shift | rm1);
470
int cond, int rd0, int
rd1
, int rs, int rm)
472
if (rd0 != rm &&
rd1
!= rm)
474
(
rd1
<< 16) | (rd0 << 12) | (rs << 8) | rm);
475
else if (rd0 != rs &&
rd1
!= rs)
477
(
rd1
<< 16) | (rd0 << 12) | (rm << 8) | rs);
482
(
rd1
<< 16) | (rd0 << 12) | (rs << 8));
487
int cond, int rd0, int
rd1
, int rs, int rm
[
all
...]
/frameworks/base/core/java/android/hardware/
SensorManager.java
1273
float
rd1
=0,rd4=0, rd6=0,rd7=0, rd8=0;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
609
int64_t
rd1
, rd2, rd;
local
613
rd1
= RDCOST(x->rdmult, x->rddiv, args->rate, args->dist);
615
rd = MIN(
rd1
, rd2);
1551
int64_t ssz, rd,
rd1
, rd2;
local
[
all
...]
/prebuilts/devtools/tools/lib/
traceview.jar
/external/mdnsresponder/mDNSCore/
DNSCommon.c
174
mDNSexport char *GetRRDisplayString_rdb(const ResourceRecord *const rr, const RDataBody *const
rd1
, char *const buffer)
176
const RDataBody2 *const rd = (RDataBody2 *)
rd1
;
[
all
...]
mDNSEmbeddedAPI.h
[
all
...]
Completed in 405 milliseconds