Home
last modified time | relevance | path

Searched refs:aout (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/openssl/crypto/perlasm/
Dx86gas.pl14 $::lbdecor=$::aout?"L":".L"; # local label decoration
15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
20 $align=log($align)/log(2) if ($::aout);
21 $com_start="#" if ($::aout or $::coff);
120 elsif (($::aout and !$::pic) or $::macosx)
183 if ($::aout)
193 if (($::pic && ($::elf || $::aout)) || $::macosx)
247 elsif ($::aout)
Dx86asm.pl266 $elf=$cpp=$coff=$aout=$macosx=$win32=$mwerks=$android=0;
272 { $aout=1; require "x86gas.pl"; }
280 { $aout=1; $macosx=1; require "x86gas.pl"; }
/third_party/boringssl/src/crypto/perlasm/
Dx86gas.pl14 $::lbdecor=$::aout?"L":".L"; # local label decoration
15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
20 $align=log($align)/log(2) if ($::aout);
21 $com_start="#" if ($::aout or $::coff);
125 elsif (($::aout and !$::pic) or $::macosx)
188 if ($::aout)
198 if (($::pic && ($::elf || $::aout)) || $::macosx)
252 elsif ($::aout)
Dx86asm.pl310 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
316 { $aout=1; require "x86gas.pl"; }
328 { $aout=1; $macosx=1; require "x86gas.pl"; }
/third_party/openssl/test/
Ddhtest.c45 int i, alen, blen, clen, aout, bout, cout; in dh_test() local
182 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in dh_test()
195 if (!TEST_true(aout >= 4) in dh_test()
196 || !TEST_mem_eq(abuf, aout, bbuf, bout) in dh_test()
197 || !TEST_mem_eq(abuf, aout, cbuf, cout)) in dh_test()
632 int i, alen, blen, aout, bout; in rfc7919_test() local
661 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in rfc7919_test()
669 if (!TEST_true(aout >= 20) in rfc7919_test()
670 || !TEST_mem_eq(abuf, aout, bbuf, bout)) in rfc7919_test()
/third_party/ffmpeg/libswresample/tests/
Dswresample.c233 uint8_t *aout[SWR_CH_MAX]; in main() local
330 setup_array(aout, array_out, in_sample_fmt , SAMPLES); in main()
361 out_count= swr_convert(backw_ctx,aout, SAMPLES, (const uint8_t **)amid, mid_count); in main()
372 double b= get(aout, ch, i, in_ch_count, in_sample_fmt); in main()
388 flush_count = swr_convert(backw_ctx,aout, flush_i, 0, 0); in main()
389 shift(aout, flush_i, in_ch_count, in_sample_fmt); in main()
390 flush_count+= swr_convert(backw_ctx,aout, SAMPLES-flush_i, 0, 0); in main()
391 shift(aout, -flush_i, in_ch_count, in_sample_fmt); in main()
402 double b= get(aout, ch, i, in_ch_count, in_sample_fmt); in main()
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Duniphier-pinctrl.dtsi9 pinctrl_aout: aout {
10 groups = "aout";
11 function = "aout";
/third_party/boost/libs/spirit/classic/test/
Dchset_tests.cpp299 sstream_t tout, aout, bout; in chset_tests() local
303 chset_tests(aout, "0-9A-Z", '5', 'J', '2'); in chset_tests()
306 #define narrow_chset_works (getstring(aout) == getstring(tout)) in chset_tests()
314 getstring(aout); in chset_tests()
/third_party/boost/boost/numeric/odeint/stepper/
Dvelocity_verlet.hpp110 … CoorOut & qout , VelocityOut & pout , AccelerationOut & aout , time_type t , time_type dt ) in do_step() argument
121 sys( qout , pin , aout , t + dt ); in do_step()
124 pout , pin , ain , aout , in do_step()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/mx27/
Dgeneric.c212 unsigned int aout = (gpio_mode & GPIO_AOUT_MASK) >> GPIO_AOUT_SHIFT; in imx_gpio_mode() local
261 writel(readl(&regs->port[port].iconfa1) | aout << (pin * 2), in imx_gpio_mode()
277 writel(readl(&regs->port[port].iconfa2) | aout << (pin * 2), in imx_gpio_mode()
/third_party/freetype/builds/unix/
Dconfig.sub1516 os=aout
1559 os=aout
1707 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
/third_party/e2fsprogs/config/
Dconfig.sub1352 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
1545 os=aout
1588 os=aout
/third_party/wayland_standard/
Dconfig.sub1517 os=aout
1560 os=aout
1708 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
/third_party/XKeyboardConfig/
Dconfig.sub1347 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
1542 os=aout
1585 os=aout
/third_party/libevdev/build-aux/
Dconfig.sub1347 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
1542 os=aout
1585 os=aout
/third_party/skia/third_party/externals/microhttpd/
Dconfig.sub1555 os=-aout
1595 os=-aout
/third_party/mingw-w64/mingw-w64-libraries/pseh/build-aux/
Dconfig.sub1563 os=-aout
1603 os=-aout
/third_party/skia/third_party/externals/icu/source/
Dconfig.sub1588 os=-aout
1628 os=-aout
/third_party/skia/third_party/externals/libpng/
Dconfig.sub1560 os=-aout
1600 os=-aout
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/build-aux/
Dconfig.sub1563 os=-aout
1603 os=-aout
/third_party/gstreamer/gstplugins_base/
Dconfig.sub1560 os=-aout
1600 os=-aout
/third_party/libpng/
Dconfig.sub1560 os=-aout
1600 os=-aout
/third_party/mingw-w64/mingw-w64-headers/build-aux/
Dconfig.sub1589 os=-aout
1629 os=-aout
/third_party/gstreamer/gstplugins_bad/
Dconfig.sub1560 os=-aout
1600 os=-aout
/third_party/libjpeg/
Dconfig.sub1560 os=-aout
1600 os=-aout

1234