OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pdata_offset
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
modexp512-x86_64.pl
301
my $
pData_offset
= 8*1 + $pG_offset;
302
my $i_offset = 8*1 + $
pData_offset
;
426
mov (+$
pData_offset
+$STACK_DEPTH)(%rsp), %rsi # pM1 (Bsrc) 512 bits, 8 qwords
540
mov (+$
pData_offset
+$STACK_DEPTH)(%rsp), %rcx # rsi -> Data (and points to T)
1127
mov %rcx, (+$
pData_offset
)(%rsp)
1325
mov (+$
pData_offset
)(%rsp), %rbx
[
all
...]
/external/openssl/crypto/bn/asm/
modexp512-x86_64.pl
301
my $
pData_offset
= 8*1 + $pG_offset;
302
my $i_offset = 8*1 + $
pData_offset
;
426
mov (+$
pData_offset
+$STACK_DEPTH)(%rsp), %rsi # pM1 (Bsrc) 512 bits, 8 qwords
540
mov (+$
pData_offset
+$STACK_DEPTH)(%rsp), %rcx # rsi -> Data (and points to T)
1127
mov %rcx, (+$
pData_offset
)(%rsp)
1325
mov (+$
pData_offset
)(%rsp), %rbx
[
all
...]
/system/vold/
cryptfs.c
556
off64_t
pdata_offset
= offset + CRYPT_FOOTER_TO_PERSIST_OFFSET;
local
568
if (lseek64(fd,
pdata_offset
, SEEK_SET) == -1) {
581
crypt_ftr->persist_data_offset[0] =
pdata_offset
;
582
crypt_ftr->persist_data_offset[1] =
pdata_offset
+ CRYPT_PERSIST_DATA_SIZE;
[
all
...]
Completed in 458 milliseconds