Home
last modified time | relevance | path

Searched defs:inb (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/dtc/
H A Dflattree.c570 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init()
577 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk()
587 static uint32_t flat_read_word(struct inbuf *inb) in flat_read_word()
598 static void flat_realign(struct inbuf *inb, int align) in flat_realign()
607 static char *flat_read_string(struct inbuf *inb) in flat_read_string()
628 static struct data flat_read_data(struct inbuf *inb, int len) in flat_read_data()
645 static char *flat_read_stringtable(struct inbuf *inb, int offset) in flat_read_stringtable()
685 static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb) in flat_read_mem_reserve()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuGemmLowpMatrixMultiplyKernel.cpp47 void inline vector_matrix_multiply_u8(Iterator &ina, Iterator &inb, Iterator &out, int width_a, int… in vector_matrix_multiply_u8()
278 void inline vector_matrix_multiply_s8(Iterator &ina, Iterator &inb, Iterator &out, int width_a, int… in vector_matrix_multiply_s8()
508 void inline matrix_multiply_u8(Iterator &ina, Iterator &inb, Iterator &out, int width_b, const Tens… in matrix_multiply_u8()
686 void inline matrix_multiply_s8(Iterator &ina, Iterator &inb, Iterator &out, int width_b, const Tens… in matrix_multiply_s8()
974 Iterator inb(src1, win_b); in run_op() local
1021 Iterator inb(src1, win_b); in run_op() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/gemm_matrix_mul/generic/neon/
H A Dimpl.cpp66 Iterator inb(rhs, win_b); in vector_matrix_multiply_f16() local
261 Iterator inb(rhs, win_b); in vector_matrix_multiply_f32() local
491 Iterator inb(rhs, win_b); in matrix_matrix_multiply_f32() local
862 Iterator inb(rhs, win_b); in matrix_matrix_multiply_f16() local
/aosp_15_r20/external/zstd/contrib/seekable_format/tests/
H A Dseekable_tests.c85 ZSTD_inBuffer inb = { .src=inBuffer, .pos=0, .size=inSize }; in main() local
294 ZSTD_inBuffer inb = { .src=inBuffer, .pos=0, .size=inSize }; in main() local
/aosp_15_r20/external/llvm/test/MC/X86/
H A Dx86-64.s219 inb $161, %al label
248 inb $0x7f label
278 inb (%dx), %al label
/aosp_15_r20/external/coreboot/src/soc/amd/common/psp_verstage/include/arch/
H A Dio.h16 static inline uint8_t inb(uint16_t port) in inb() function
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/drivers/
H A Dspeaker-test.c16 unsigned char inb(int port) in inb() function
/aosp_15_r20/external/coreboot/src/arch/ppc64/include/arch/
H A Dio.h40 static inline uint8_t inb(uint16_t port) in inb() function
/aosp_15_r20/external/trusty/musl/arch/x86_64/bits/
Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/aosp_15_r20/external/trusty/musl/arch/x32/bits/
Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/bits/
H A Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/
H A Dio.h28 static inline uint8_t inb(uint16_t port) in inb() function
/aosp_15_r20/external/musl/arch/x32/bits/
H A Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/aosp_15_r20/external/musl/arch/x86_64/bits/
H A Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/aosp_15_r20/external/musl/arch/i386/bits/
H A Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/aosp_15_r20/external/coreboot/util/ectool/
H A Dec.c18 static uint8_t inb(unsigned port) in inb() function
/aosp_15_r20/external/trusty/musl/arch/i386/bits/
Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/bits/
H A Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/aosp_15_r20/external/coreboot/src/include/arch-generic/
H A Dio.h39 static inline uint8_t inb(uint16_t port) in inb() function
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dfwd_dct32x32_impl_avx2.h114 const int16_t *inb = in + 31 * str1; in FDCT32x32_2D_AVX2() local
150 const int16_t *inb = in + 27 * str1; in FDCT32x32_2D_AVX2() local
186 const int16_t *inb = in + 23 * str1; in FDCT32x32_2D_AVX2() local
222 const int16_t *inb = in + 19 * str1; in FDCT32x32_2D_AVX2() local
H A Dfwd_dct32x32_impl_sse2.h129 const int16_t *inb = in + 31 * str1; in FDCT32x32_2D() local
159 const int16_t *inb = in + 27 * str1; in FDCT32x32_2D() local
189 const int16_t *inb = in + 23 * str1; in FDCT32x32_2D() local
219 const int16_t *inb = in + 19 * str1; in FDCT32x32_2D() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dio.h43 inb (unsigned short int __port) in inb() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dio.h43 inb (unsigned short int __port) in inb() function
/aosp_15_r20/external/coreboot/util/nvramtool/accessors/
H A Dcmos-hw-unix.c29 static inline uint8_t inb(uint16_t port) in inb() function
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dencoding.c282 const unsigned char* inb, int *inlenb) in UTF8ToUTF8()
427 const unsigned char* inb, int *inlenb) in UTF16LEToUTF8()
665 const unsigned char* inb, int *inlenb) in UTF16BEToUTF8()

12