OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rlist
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/arm/
disasm-arm.cc
345
// '
rlist
: register list for load and store multiple instructions
346
ASSERT(STRING_STARTS_WITH(format, "
rlist
"));
347
int
rlist
= instr->RlistValue();
local
351
while (
rlist
!= 0) {
352
if ((
rlist
& 1) != 0) {
354
if ((
rlist
>> 1) != 0) {
359
rlist
>>= 1;
1026
Format(instr, "ldm'cond'pu 'rn'w, '
rlist
");
1028
Format(instr, "stm'cond'pu 'rn'w, '
rlist
");
[
all
...]
simulator-arm.cc
1622
int
rlist
= instr->RlistValue();
local
[
all
...]
/external/openssl/apps/
cms.c
[
all
...]
/external/iproute2/misc/
ss.c
492
struct scache *
rlist
;
variable in typeref:struct:scache
516
c->next =
rlist
;
517
rlist
= c;
554
for (c =
rlist
; c; c = c->next) {
1122
for (s =
rlist
; s; s = s->next) {
[
all
...]
/external/kernel-headers/original/linux/
audit.h
436
struct list_head
rlist
; /* entry in audit_{watch,tree}.rules list */
member in struct:audit_krule
Completed in 552 milliseconds