HomeSort by relevance Sort by last modified time
    Searched refs:word_length (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/ndk/r10/platforms/android-8/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-13/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-14/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-15/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-16/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /toolchain/binutils/binutils-2.25/opcodes/
mep-ibld.c 85 int word_length,
91 x = cgen_get_insn_value (cd, bufp, word_length);
98 shift = (word_length - (start + length));
101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x);
110 WORD_LENGTH is the length of the word in bits in which the value resides.
129 unsigned int word_length,
141 if (word_length > 8 * sizeof (CGEN_INSN_INT))
145 word_length may be too big. */
149 && word_length > total_length)
150 word_length = total_length
    [all...]
m32c-ibld.c 85 int word_length,
91 x = cgen_get_insn_value (cd, bufp, word_length);
98 shift = (word_length - (start + length));
101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x);
110 WORD_LENGTH is the length of the word in bits in which the value resides.
129 unsigned int word_length,
141 if (word_length > 8 * sizeof (CGEN_INSN_INT))
145 word_length may be too big. */
149 && word_length > total_length)
150 word_length = total_length
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 333 size_t word_length = UTF16codeunits(utf16_data, max_word_length); local
334 if (word_length > 0) {
335 size_t byte_length = word_length * sizeof(utf16_data[0]);
336 vector<uint16_t> utf16_vector(word_length);
    [all...]

Completed in 3456 milliseconds

12