Home
last modified time | relevance | path

Searched full:extracts (Results 1 – 25 of 244) sorted by relevance

12345678910

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DMSP430_002dMacros.html82 <dd><p>Extracts least significant word from 32-bit expression &rsquo;exp&rsquo;.
86 <dd><p>Extracts most significant word from 32-bit expression &rsquo;exp&rsquo;.
90 <dd><p>Extracts 3rd word from 64-bit expression &rsquo;exp&rsquo;.
94 <dd><p>Extracts 4rd word from 64-bit expression &rsquo;exp&rsquo;.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DMSP430_002dMacros.html82 <dd><p>Extracts least significant word from 32-bit expression &rsquo;exp&rsquo;.
86 <dd><p>Extracts most significant word from 32-bit expression &rsquo;exp&rsquo;.
90 <dd><p>Extracts 3rd word from 64-bit expression &rsquo;exp&rsquo;.
94 <dd><p>Extracts 4rd word from 64-bit expression &rsquo;exp&rsquo;.
/OK3568_Linux_fs/kernel/include/net/
H A Dllc_pdu.h261 * This function extracts source address(MAC) of input frame.
270 * llc_pdu_decode_da - extracts dest address of input frame
274 * This function extracts destination address(MAC) of input frame.
283 * llc_pdu_decode_ssap - extracts source SAP of input frame
287 * This function extracts source SAP of input frame. Right bit of SSAP is
296 * llc_pdu_decode_dsap - extracts dest SAP of input frame
300 * This function extracts destination SAP of input frame. right bit of
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Distream397 * Extracts and stores characters into @a __s until one of the
436 * Extracts characters and throws them away until one of the
476 * If the stream state is @c good(), extracts characters and stores
494 * Extracts characters and stores them into @a __s depending on the
497 * - if @c A @c == @c -1, sets eofbit and extracts no characters
498 * - if @c A @c == @c 0, extracts no characters
499 * - if @c A @c > @c 0, extracts @c min(A,n)
714 * @c is.flags(), the sentry extracts and discards whitespace
747 * status, this function extracts a character (if one is available) and
774 * status, this function extracts up to @c n characters and stores them
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Distream397 * Extracts and stores characters into @a __s until one of the
436 * Extracts characters and throws them away until one of the
476 * If the stream state is @c good(), extracts characters and stores
494 * Extracts characters and stores them into @a __s depending on the
497 * - if @c A @c == @c -1, sets eofbit and extracts no characters
498 * - if @c A @c == @c 0, extracts no characters
499 * - if @c A @c > @c 0, extracts @c min(A,n)
714 * @c is.flags(), the sentry extracts and discards whitespace
747 * status, this function extracts a character (if one is available) and
774 * status, this function extracts up to @c n characters and stores them
[all …]
/OK3568_Linux_fs/buildroot/board/freescale/common/mxs/
H A Dpost-image.sh4 # dtb_list extracts the list of DTB files from BR2_LINUX_KERNEL_INTREE_DTS_NAME
18 # linux_image extracts the Linux image format from BR2_LINUX_KERNEL_UIMAGE in
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c34 extr = &dpni_ext->extracts[i]; in dpni_prepare_key_cfg()
36 switch (cfg->extracts[i].type) { in dpni_prepare_key_cfg()
38 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpni_prepare_key_cfg()
40 cfg->extracts[i].extract.from_hdr.type); in dpni_prepare_key_cfg()
41 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpni_prepare_key_cfg()
42 extr->offset = cfg->extracts[i].extract.from_hdr.offset; in dpni_prepare_key_cfg()
44 cfg->extracts[i].extract.from_hdr.field); in dpni_prepare_key_cfg()
46 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg()
49 extr->size = cfg->extracts[i].extract.from_data.size; in dpni_prepare_key_cfg()
51 cfg->extracts[i].extract.from_data.offset; in dpni_prepare_key_cfg()
[all …]
/OK3568_Linux_fs/buildroot/board/freescale/common/imx/
H A Dpost-image.sh4 # dtb_list extracts the list of DTB files from BR2_LINUX_KERNEL_INTREE_DTS_NAME
18 # linux_image extracts the Linux image format from BR2_LINUX_KERNEL_UIMAGE in
/OK3568_Linux_fs/kernel/net/llc/
H A Dllc_pdu.c59 * This function extracts poll/final bit from LLC header (based on type of
344 * llc_pdu_get_pf_bit - extracts p/f bit of input PDU
347 * This function extracts p/f bit of input PDU. at first examines type of
348 * PDU and then extracts p/f bit. Returns the p/f bit.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Drandom.h652 * Extracts the current state of a % mersenne_twister random number in _GLIBCXX_VISIBILITY()
852 * Extracts the current state of a % subtract_with_carry random number in _GLIBCXX_VISIBILITY()
1033 * Extracts the current state of a % subtract_with_carry_01 random number in _GLIBCXX_VISIBILITY()
1231 * Extracts the current state of a % subtract_with_carry random number in _GLIBCXX_VISIBILITY()
1427 * Extracts the current state of a %xor_combine random number in _GLIBCXX_VISIBILITY()
1654 * Extracts a %uniform_int random number distribution in _GLIBCXX_VISIBILITY()
1757 * Extracts a %bernoulli_distribution random number distribution in _GLIBCXX_VISIBILITY()
1831 * Extracts a %geometric_distribution random number distribution in _GLIBCXX_VISIBILITY()
1918 * Extracts a %poisson_distribution random number distribution in _GLIBCXX_VISIBILITY()
2013 * Extracts a %binomial_distribution random number distribution in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Drandom.h652 * Extracts the current state of a % mersenne_twister random number in _GLIBCXX_VISIBILITY()
852 * Extracts the current state of a % subtract_with_carry random number in _GLIBCXX_VISIBILITY()
1033 * Extracts the current state of a % subtract_with_carry_01 random number in _GLIBCXX_VISIBILITY()
1231 * Extracts the current state of a % subtract_with_carry random number in _GLIBCXX_VISIBILITY()
1427 * Extracts the current state of a %xor_combine random number in _GLIBCXX_VISIBILITY()
1654 * Extracts a %uniform_int random number distribution in _GLIBCXX_VISIBILITY()
1757 * Extracts a %bernoulli_distribution random number distribution in _GLIBCXX_VISIBILITY()
1831 * Extracts a %geometric_distribution random number distribution in _GLIBCXX_VISIBILITY()
1918 * Extracts a %poisson_distribution random number distribution in _GLIBCXX_VISIBILITY()
2013 * Extracts a %binomial_distribution random number distribution in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dbinstr.S29 | extracts and shifts. The three msbs from d2 will go into
55 | d6: temp for bit-field extracts
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch1276 - Extracts the current zip entry into output buffer.
1293 + * Extracts the current zip entry into output buffer.
1310 - Extracts the current zip entry into a memory buffer using no memory
1331 - Extracts the current zip entry into output file.
1341 + * Extracts the current zip entry into a memory buffer using no memory
1360 + * Extracts the current zip entry into output file.
1370 - Extracts the current zip entry using a callback function (on_extract).
1381 + * Extracts the current zip entry using a callback function (on_extract).
1439 - Extracts a zip archive file into directory.
1457 + * Extracts a zip archive file into directory.
/OK3568_Linux_fs/buildroot/package/odroidc2-firmware/
H A DConfig.in4 This package extracts from
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dmd.h233 * \brief This function extracts the message-digest size from the
244 * \brief This function extracts the message-digest type from the
255 * \brief This function extracts the message-digest name from the
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dmd.h233 * \brief This function extracts the message-digest size from the
244 * \brief This function extracts the message-digest type from the
255 * \brief This function extracts the message-digest name from the
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dmd.h233 * \brief This function extracts the message-digest size from the
244 * \brief This function extracts the message-digest type from the
255 * \brief This function extracts the message-digest name from the
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dmd.h233 * \brief This function extracts the message-digest size from the
244 * \brief This function extracts the message-digest type from the
255 * \brief This function extracts the message-digest name from the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Drandom.h619 * @brief Extracts the current state of a % mersenne_twister_engine in _GLIBCXX_VISIBILITY()
831 * @brief Extracts the current state of a % subtract_with_carry_engine in _GLIBCXX_VISIBILITY()
1058 * @brief Extracts the current state of a % subtract_with_carry_engine in _GLIBCXX_VISIBILITY()
1251 * @brief Extracts the current state of a % subtract_with_carry_engine in _GLIBCXX_VISIBILITY()
1501 * @brief Extracts the current state of a % subtract_with_carry_engine in _GLIBCXX_VISIBILITY()
1718 * @brief Extracts a %uniform_int_distribution random number distribution in _GLIBCXX_VISIBILITY()
1939 * @brief Extracts a %uniform_real_distribution random number distribution in _GLIBCXX_VISIBILITY()
2144 * @brief Extracts a %normal_distribution random number distribution in _GLIBCXX_VISIBILITY()
2355 * @brief Extracts a %lognormal_distribution random number distribution in _GLIBCXX_VISIBILITY()
2587 * @brief Extracts a %gamma_distribution random number distribution in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Drandom.h619 * @brief Extracts the current state of a % mersenne_twister_engine in _GLIBCXX_VISIBILITY()
831 * @brief Extracts the current state of a % subtract_with_carry_engine in _GLIBCXX_VISIBILITY()
1058 * @brief Extracts the current state of a % subtract_with_carry_engine in _GLIBCXX_VISIBILITY()
1251 * @brief Extracts the current state of a % subtract_with_carry_engine in _GLIBCXX_VISIBILITY()
1501 * @brief Extracts the current state of a % subtract_with_carry_engine in _GLIBCXX_VISIBILITY()
1718 * @brief Extracts a %uniform_int_distribution random number distribution in _GLIBCXX_VISIBILITY()
1939 * @brief Extracts a %uniform_real_distribution random number distribution in _GLIBCXX_VISIBILITY()
2144 * @brief Extracts a %normal_distribution random number distribution in _GLIBCXX_VISIBILITY()
2355 * @brief Extracts a %lognormal_distribution random number distribution in _GLIBCXX_VISIBILITY()
2587 * @brief Extracts a %gamma_distribution random number distribution in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/xilinx/
H A DKconfig7 mode, IP receives audio in AES format, extracts PCM and sends
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_parser.hpp15 // Extracts an individual image from a spritesheet from the given location.
/OK3568_Linux_fs/u-boot/scripts/
H A Dget_default_envs.sh8 # This file extracts default envs from built u-boot
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/itstool/
H A Ditstool_2.0.7.bb2 DESCRIPTION = "It extracts messages from XML files and outputs PO template \
/OK3568_Linux_fs/buildroot/board/stmicroelectronics/common/stm32mp157/
H A Dpost-image.sh4 # atf_image extracts the ATF binary image from DTB_FILE_NAME that appears in

12345678910