HomeSort by relevance Sort by last modified time
    Searched refs:advance (Results 76 - 100 of 490) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv6t2/
unopWider.S 15 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 28 ADVANCE_PC 1 # advance before throw
  /dalvik/vm/mterp/x86-atom/
OP_ARRAY_LENGTH.S 37 FFETCH_ADV 1, %edx # %edx<- next instruction hi; fetch, advance
OP_CONST.S 34 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
OP_CONST_4.S 35 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
OP_CONST_WIDE_16.S 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_CONST_WIDE_32.S 36 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
OP_DIV_DOUBLE.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_DIV_FLOAT.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_INT_TO_DOUBLE.S 36 FFETCH_ADV 1, %edx # %edx<- next instruction hi; fetch, advance
OP_MOVE_EXCEPTION.S 34 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
OP_MOVE_WIDE.S 34 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
binop.S 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
binop2addr.S 38 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
binopF.S 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
binopF2addr.S 36 FFETCH_ADV 1, %edx # %ecx<- next instruction hi; fetch, advance
binopLit16.S 39 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
binopLit8.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
binopLit8S.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
binopS.S 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
binopS2addr.S 37 FFETCH_ADV 1, %eax # %ecx<- next instruction hi; fetch, advance
binopWide.S 35 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
unop.S 38 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
unopWide.S 38 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
  /external/tcpdump/
print-ip.c 371 int advance; member in struct:ip_print_demux_state
385 ipds->advance = ah_print(ipds->cp);
386 if (ipds->advance <= 0)
388 ipds->cp += ipds->advance;
389 ipds->len -= ipds->advance;
395 ipds->advance = esp_print(ndo, ipds->cp, ipds->len,
398 if (ipds->advance <= 0)
400 ipds->cp += ipds->advance;
401 ipds->len -= ipds->advance + padlen;
409 ipds->advance = ipcomp_print(ipds->cp, &enh)
    [all...]

Completed in 546 milliseconds

1 2 34 5 6 7 8 91011>>