Searched refs:tmp_offset (Results 1 – 3 of 3) sorted by relevance
/external/qemu-pc-bios/bochs/bios/ |
D | biossums.c | 94 long offset, tmp_offset; in main() local 123 while( (tmp_offset = chksum__32__get_offset( bios_data, offset )) != -1L ) { in main() 124 offset = tmp_offset; in main() 146 while( (tmp_offset = chksum__mp__get_offset( bios_data, offset )) != -1L ) { in main() 147 offset = tmp_offset; in main() 169 while( (tmp_offset = chksum_pcmp_get_offset( bios_data, offset )) != -1L ) { in main() 170 offset = tmp_offset; in main() 192 while( (tmp_offset = chksum__pir_get_offset( bios_data, offset )) != -1L ) { in main() 193 offset = tmp_offset; in main()
|
/external/qemu-pc-bios/vgabios/ |
D | biossums.c | 53 long offset, tmp_offset, pcir_offset; in main() local 93 while( (tmp_offset = chksum_pmid_get_offset( bios_data, offset )) != -1L ) { in main() 94 offset = tmp_offset; in main()
|
/external/openssl/crypto/bn/asm/ |
D | modexp512-x86_64.pl | 311 my $tmp_offset = 8*8 + $GT_offset; 312 my $tmp16_offset = 8*8 + $tmp_offset; 1157 lea (+$tmp_offset)(%rsp), %rcx 1197 lea (+$tmp_offset)(%rsp), %rsi 1270 lea (+$tmp_offset)(%rsp), %rdx
|