Home
last modified time | relevance | path

Searched refs:coff (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/engines/asm/
H A De_padlock-x86.pl141 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
151 &add ("eax",&DWP(0,"esp")) if(!($::win32 or $::coff));# &padlock_saved_context
199 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
460 if ($::win32 or $::coff) {
478 if ($::win32 or $::coff) {
524 if ($::win32 or $::coff) {
542 if ($::win32 or $::coff) {
/third_party/openssl/engines/asm/
H A De_padlock-x86.pl141 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
151 &add ("eax",&DWP(0,"esp")) if(!($::win32 or $::coff));# &padlock_saved_context
199 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
460 if ($::win32 or $::coff) {
478 if ($::win32 or $::coff) {
524 if ($::win32 or $::coff) {
542 if ($::win32 or $::coff) {
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86gas.pl15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
21 $com_start="#" if ($::aout or $::coff);
118 if ($::coff)
255 elsif ($::coff)
H A Dx86asm.pl268 $elf=$cpp=$coff=$aout=$macosx=$win32=$mwerks=$android=0;
275 elsif (($type eq "coff" or $type eq "gaswin"))
276 { $coff=1; require "x86gas.pl"; }
290 coff - GAS/COFF such as Win32 targets
/third_party/openssl/crypto/perlasm/
H A Dx86gas.pl15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
21 $com_start="#" if ($::aout or $::coff);
118 if ($::coff)
255 elsif ($::coff)
H A Dx86asm.pl268 $elf=$cpp=$coff=$aout=$macosx=$win32=$mwerks=$android=0;
275 elsif (($type eq "coff" or $type eq "gaswin"))
276 { $coff=1; require "x86gas.pl"; }
290 coff - GAS/COFF such as Win32 targets
/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_template.c1697 const uint8_t *coff; ///< channel offsets in output buffer member
1762 s->coff = chan_offset[cfg.chan_config]; in decode_init_mp3on4()
1861 s->coff[fr] + m->nb_channels > avctx->ch_layout.nb_channels) { in decode_frame_mp3on4()
1868 outptr[0] = out_samples[s->coff[fr]]; in decode_frame_mp3on4()
1870 outptr[1] = out_samples[s->coff[fr] + 1]; in decode_frame_mp3on4()
/third_party/ltp/scripts/
H A Dcheckpatch.pl1612 my $coff = $off - 1;
1678 $coff = $off + length($1) - 1;
1680 #warn "CSB: mark coff<$coff> soff<$soff> 1<$1>\n";
1681 #warn "[" . substr($blk, $soff, $coff - $soff + 1) . "]\n";
1692 if ($level == 0 && $coff < $soff) {
1693 $coff = $off;
1695 #warn "CSB: mark coff<$coff>\n";
1730 my $condition = substr($blk, $soff, $coff
[all...]
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak160 AFLAGS_ABI = -coff -DABI_CDECL
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm91 %elifidn __OUTPUT_FORMAT__,coff

Completed in 11 milliseconds