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

1 2 3 4

  /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];
  /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/compiler/template/armv5te/
TEMPLATE_INTERPRET.S 6 * translation chain, it will point to the chaining Dalvik PC -3.
9 * r1 - the Dalvik PC to begin interpretation.
11 * [lr, #3] contains Dalvik PC to begin interpretation
25 mov r0, r1 @ set Dalvik PC
  /dalvik/vm/mterp/armv5te/
OP_THROW_VERIFICATION_ERROR.S 10 EXPORT_PC() @ export the PC
OP_THROW_VERIFICATION_ERROR_JUMBO.S 12 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
OP_PACKED_SWITCH.S 21 add r0, rPC, r0, lsl #1 @ r0<- PC + BBBBbbbb*2
  /external/llvm/include/llvm-c/
Disassembler.h 32 * is at the PC parameter. For some instruction sets, there can be more than
43 typedef int (*LLVMOpInfoCallback)(void *DisInfo, uint64_t PC,
57 * including any PC adjustment, is passed in to the call back in the Value
93 * disassembler for things like adding a comment for a PC plus a constant
98 * instruction is passed indirectly as is the PC of the instruction in
116 /* The input reference is from a PC relative load instruction. */
150 * instruction is at the address specified by the PC parameter. If a valid
157 uint64_t BytesSize, uint64_t 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_FILL_ARRAY_DATA.S 36 lea (rPC, %edx, 2), %edx # %edx<- PC + +BBBBBBBB; array data location
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termcap.h 57 extern NCURSES_EXPORT_VAR(char) PC;
  /dalvik/vm/mterp/x86/
OP_FILL_ARRAY_DATA.S 4 leal (rPC,%ecx,2),%ecx # ecx<- PC + BBBBbbbb*2
OP_PACKED_SWITCH.S 15 leal (rPC,%ecx,2),%ecx # ecx<- PC + BBBBbbbb*2
OP_MUL_LONG.S 15 SPILL_TMP2(%esi) # save Dalvik PC
31 UNSPILL_TMP2(%esi) # Restore Dalvik PC
  /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...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 125 // the PC parameter. If a valid instruction can be disassembled its string is
133 uint64_t BytesSize, uint64_t PC, char *OutString,
136 // Wrap the pointer to the Bytes, BytesSize and PC in a MemoryObject.
137 DisasmMemoryObject MemoryObject(Bytes, BytesSize, PC);
144 S = DisAsm->getInstruction(Inst, Size, MemoryObject, PC,

Completed in 405 milliseconds

1 2 3 4