HomeSort by relevance Sort by last modified time
    Searched refs:PC (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_mult_h.c 30 asm("movdqa (%0),%%xmm0"::"r"(&gcm->PC[0][I[0]][0]));
32 asm("pxor (%0),%%xmm0"::"r"(&gcm->PC[x][I[x]][0]));
36 XMEMCPY(T, &gcm->PC[0][I[0]][0], 16);
40 *((LTC_FAST_TYPE *)(T + y)) ^= *((LTC_FAST_TYPE *)(&gcm->PC[x][I[x]][y]));
44 T[y] ^= gcm->PC[x][I[x]][y];
gcm_init.c 82 gcm_gf_mult(gcm->H, B, &gcm->PC[0][y][0]);
89 t = gcm->PC[x-1][y][15];
91 gcm->PC[x][y][z] = gcm->PC[x-1][y][z-1];
93 gcm->PC[x][y][0] = gcm_shift_table[t<<1];
94 gcm->PC[x][y][1] ^= gcm_shift_table[(t<<1)+1];
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INTERPRET.S 6 * translation chain, it will point to the chaining Dalvik PC + 1.
9 * r1 - the Dalvik PC to begin interpretation.
11 * [lr, #-1] contains Dalvik PC to begin interpretation
18 mov r0, r1 @ set Dalvik PC
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_start.c 78 gcm_gf_mult(tweak, B, &lrw->PC[0][y][0]);
85 t = lrw->PC[x-1][y][15];
87 lrw->PC[x][y][z] = lrw->PC[x-1][y][z-1];
89 lrw->PC[x][y][0] = gcm_shift_table[t<<1];
90 lrw->PC[x][y][1] ^= gcm_shift_table[(t<<1)+1];
lrw_setiv.c 55 XMEMCPY(T, &lrw->PC[0][IV[0]][0], 16);
59 *((LTC_FAST_TYPE *)(T + y)) ^= *((LTC_FAST_TYPE *)(&lrw->PC[x][IV[x]][y]));
63 T[y] ^= lrw->PC[x][IV[x]][y];
lrw_process.c 63 *((LTC_FAST_TYPE *)(lrw->pad + y)) ^= *((LTC_FAST_TYPE *)(&lrw->PC[x][lrw->IV[x]][y])) ^ *((LTC_FAST_TYPE *)(&lrw->PC[x][(lrw->IV[x]-1)&255][y]));
67 lrw->pad[y] ^= lrw->PC[x][lrw->IV[x]][y] ^ lrw->PC[x][(lrw->IV[x]-1)&255][y];
  /dalvik/vm/mterp/armv5te/
OP_THROW_VERIFICATION_ERROR.S 10 EXPORT_PC() @ export the PC
OP_FILL_ARRAY_DATA.S 8 add r1, rPC, r1, lsl #1 @ r1<- PC + BBBBbbbb*2 (array data off.)
OP_MONITOR_EXIT.S 13 EXPORT_PC() @ before fetch: export the PC
  /external/quake/quake/src/QW/
qwcl.x11.spec.sh 26 conceived" - PC GAMER
28 "The most important PC game ever" - PC ZONE
glqwcl.spec.sh 26 conceived" - PC GAMER
28 "The most important PC game ever" - PC ZONE
  /external/strace/strace/linux/sparc/
gen.pl 3 open PC, "../syscallent.h" || die "no puedo abrir PC\n";
20 while (<PC>){
  /dalvik/vm/mterp/x86-atom/
OP_PACKED_SWITCH.S 41 lea (rPC, %ecx, 2), %ecx # %ecx<- PC + +BBBBBBBB*2
42 movl %ecx, -8(%esp) # push parameter PC + +BBBBBBBB*2
OP_CONST_4.S 35 addl $$2, rPC # update PC
OP_MUL_INT.S 33 addl $$4, rPC # update PC
OP_MUL_INT_2ADDR.S 27 addl $$2, rPC # update PC
binopS.S 35 addl $$4, rPC # update PC
binopS2addr.S 37 addl $$2, rPC # update PC
OP_FILL_ARRAY_DATA.S 36 lea (rPC, %edx, 2), %edx # %edx<- PC + +BBBBBBBB; array data location
OP_MONITOR_ENTER.S 37 EXPORT_PC # export PC so we can grab stack trace
  /dalvik/vm/mterp/x86/
OP_FILL_ARRAY_DATA.S 5 leal (rPC,%ecx,2),%ecx # ecx<- PC + BBBBbbbb*2
OP_PACKED_SWITCH.S 16 leal (rPC,%ecx,2),%ecx # ecx<- PC + BBBBbbbb*2
  /external/blktrace/
act_mask.c 25 DECLARE_MASK_MAP(PC),
  /external/strace/
util.c 991 long pc;
993 if (upeek(tcp->pid, 4*EIP, &pc) < 0)
996 if (upeek(tcp->pid, 8*RIP, &pc) < 0)
999 if (upeek(tcp->pid, PT_B0, &pc) < 0)
1002 if (upeek(tcp->pid, 4*15, &pc) < 0)
1005 if (upeek(tcp->pid, sizeof(unsigned long)*PT_NIP, &pc) < 0)
1008 if (upeek(tcp->pid, 4*PT_PC, &pc) < 0)
1011 if (upeek(tcp->pid, REG_PC, &pc) < 0)
1014 if (upeek(tcp->pid, REG_EPC, &pc) < 0)
1020 pc = regs.r_pc
    [all...]
  /external/elfutils/tests/
run-show-die-info.sh 32 low PC : 0x804842c
33 high PC : 0x8048436
42 low PC : 0x804842c
43 high PC : 0x8048436
56 low PC : 0x8048438
57 high PC : 0x8048442
66 low PC : 0x8048438
67 high PC : 0x8048442
80 low PC : 0x8048444
81 high PC : 0x804847
    [all...]

Completed in 208 milliseconds

1 2 3