/aosp_15_r20/external/zstd/contrib/seekable_format/tests/ |
H A D | seekable_tests.c | 84 { ZSTD_outBuffer outb = { .dst=seekBuffer, .pos=0, .size=seekCapacity }; in main() local 293 { ZSTD_outBuffer outb = { .dst=seekBuffer, .pos=0, .size=seekCapacity }; in main() local
|
/aosp_15_r20/external/llvm/test/MC/X86/ |
H A D | x86-64.s | 215 outb %al, $161 label 250 outb $0x7f label 264 outb %al, (%dx) label
|
H A D | x86_errors.s | 52 outb al, 4 label
|
H A D | x86-32.s | 600 outb %al, (%dx) label
|
/aosp_15_r20/external/coreboot/src/soc/amd/common/psp_verstage/include/arch/ |
H A D | io.h | 11 static inline void outb(uint8_t value, uint16_t port) in outb() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/drivers/ |
H A D | speaker-test.c | 10 void outb(unsigned char val, int port) in outb() function
|
/aosp_15_r20/external/coreboot/src/arch/ppc64/include/arch/ |
H A D | io.h | 22 static inline void outb(uint8_t value, uint16_t port) in outb() function
|
/aosp_15_r20/external/trusty/musl/arch/x86_64/bits/ |
D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/aosp_15_r20/external/trusty/musl/arch/x32/bits/ |
D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/bits/ |
H A D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/ |
H A D | io.h | 13 static inline void outb(uint8_t value, uint16_t port) in outb() function
|
/aosp_15_r20/external/musl/arch/x32/bits/ |
H A D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/aosp_15_r20/external/musl/arch/x86_64/bits/ |
H A D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/aosp_15_r20/external/musl/arch/i386/bits/ |
H A D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/aosp_15_r20/external/coreboot/util/ectool/ |
H A D | ec.c | 24 static __inline void outb(uint8_t data, unsigned port) in outb() function
|
/aosp_15_r20/external/trusty/musl/arch/i386/bits/ |
D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/bits/ |
H A D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/aosp_15_r20/external/coreboot/src/include/arch-generic/ |
H A D | io.h | 24 static inline void outb(uint8_t value, uint16_t port) in outb() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
D | io.h | 96 outb (unsigned char __value, unsigned short int __port) in outb() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
D | io.h | 96 outb (unsigned char __value, unsigned short int __port) in outb() function
|
/aosp_15_r20/external/coreboot/util/nvramtool/accessors/ |
H A D | cmos-hw-unix.c | 24 static inline void outb(uint8_t value, uint16_t port) in outb() function
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | encoding.c | 515 UTF8ToUTF16LE(unsigned char* outb, int *outlen, in UTF8ToUTF16LE() 624 UTF8ToUTF16(unsigned char* outb, int *outlen, in UTF8ToUTF16() 753 UTF8ToUTF16BE(unsigned char* outb, int *outlen, in UTF8ToUTF16BE()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
H A D | Utils.java | 230 int outb = clamp((int) ((float) Math.pow(f_b, 1.0 / 2.2) * 255.0f)); in interpolateColor() local
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/ |
H A D | spi.c | 142 const uint8_t *outb = (const uint8_t *)out; in do_transfer() local
|
/aosp_15_r20/external/flashrom/tests/ |
H A D | io_mock.h | 75 void (*outb)(void *state, unsigned char value, unsigned short port); member
|