/third_party/openssl/crypto/perlasm/ |
D | x86gas.pl | 14 $::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)
|
D | x86asm.pl | 266 $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/ |
D | x86gas.pl | 14 $::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)
|
D | x86asm.pl | 310 $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/ |
D | dhtest.c | 45 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/ |
D | swresample.c | 233 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/ |
D | uniphier-pinctrl.dtsi | 9 pinctrl_aout: aout { 10 groups = "aout"; 11 function = "aout";
|
/third_party/boost/libs/spirit/classic/test/ |
D | chset_tests.cpp | 299 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/ |
D | velocity_verlet.hpp | 110 … 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/ |
D | generic.c | 212 unsigned int aout = (gpio_mode & GPIO_AOUT_MASK) >> GPIO_AOUT_SHIFT; in imx_gpio_mode() local 261 writel(readl(®s->port[port].iconfa1) | aout << (pin * 2), in imx_gpio_mode() 277 writel(readl(®s->port[port].iconfa2) | aout << (pin * 2), in imx_gpio_mode()
|
/third_party/freetype/builds/unix/ |
D | config.sub | 1516 os=aout 1559 os=aout 1707 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
|
/third_party/e2fsprogs/config/ |
D | config.sub | 1352 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \ 1545 os=aout 1588 os=aout
|
/third_party/wayland_standard/ |
D | config.sub | 1517 os=aout 1560 os=aout 1708 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
|
/third_party/XKeyboardConfig/ |
D | config.sub | 1347 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \ 1542 os=aout 1585 os=aout
|
/third_party/libevdev/build-aux/ |
D | config.sub | 1347 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \ 1542 os=aout 1585 os=aout
|
/third_party/skia/third_party/externals/microhttpd/ |
D | config.sub | 1555 os=-aout 1595 os=-aout
|
/third_party/mingw-w64/mingw-w64-libraries/pseh/build-aux/ |
D | config.sub | 1563 os=-aout 1603 os=-aout
|
/third_party/skia/third_party/externals/icu/source/ |
D | config.sub | 1588 os=-aout 1628 os=-aout
|
/third_party/skia/third_party/externals/libpng/ |
D | config.sub | 1560 os=-aout 1600 os=-aout
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/build-aux/ |
D | config.sub | 1563 os=-aout 1603 os=-aout
|
/third_party/gstreamer/gstplugins_base/ |
D | config.sub | 1560 os=-aout 1600 os=-aout
|
/third_party/libpng/ |
D | config.sub | 1560 os=-aout 1600 os=-aout
|
/third_party/mingw-w64/mingw-w64-headers/build-aux/ |
D | config.sub | 1589 os=-aout 1629 os=-aout
|
/third_party/gstreamer/gstplugins_bad/ |
D | config.sub | 1560 os=-aout 1600 os=-aout
|
/third_party/libjpeg/ |
D | config.sub | 1560 os=-aout 1600 os=-aout
|