HomeSort by relevance Sort by last modified time
    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;
1014 Format(instr, "ldm'cond'pu 'rn'w, 'rlist");
1016 Format(instr, "stm'cond'pu 'rn'w, 'rlist");
    [all...]
simulator-arm.cc 1567 int rlist = instr->RlistValue(); local
    [all...]
  /external/bluetooth/glib/gobject/
gparam.c 1157 GSList *rlist = NULL; local
    [all...]
  /external/openssl/apps/
cms.c 1253 STACK_OF(GENERAL_NAMES) *rto, *rlist;
    [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...]

Completed in 72 milliseconds