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 316 // 'rlist: register list for load and store multiple instructions
317 ASSERT(STRING_STARTS_WITH(format, "rlist"));
318 int rlist = instr->RlistField(); local
322 while (rlist != 0) {
323 if ((rlist & 1) != 0) {
325 if ((rlist >> 1) != 0) {
330 rlist >>= 1;
834 Format(instr, "ldm'cond'pu 'rn'w, 'rlist");
836 Format(instr, "stm'cond'pu 'rn'w, 'rlist");
    [all...]
simulator-arm.cc 1104 int rlist = instr->RlistField(); 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 435 struct scache *rlist; variable in typeref:struct:scache
459 c->next = rlist;
460 rlist = c;
497 for (c = rlist; c; c = c->next) {
1065 for (s = rlist; s; s = s->next) {
    [all...]

Completed in 391 milliseconds