Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 29) sorted by relevance

12

/device/google/contexthub/firmware/os/inc/
Datomic.h42 static inline uint32_t atomicReadByte(volatile uint8_t *byte) in atomicReadByte()
54 static inline void atomicWriteByte(volatile uint8_t *byte, uint32_t val) in atomicWriteByte()
DsyscallDo.h299 static inline int eOsI2cSlaveTxPreamble(uint32_t busId, uint8_t byte, uint32_t cbkTid, void *cookie) in eOsI2cSlaveTxPreamble()
/device/google/contexthub/firmware/os/cpu/cortexm4/
Datomic.c19 uint32_t atomicAddByte(volatile uint8_t *byte, uint32_t addend) in atomicAddByte()
55 uint32_t atomicXchgByte(volatile uint8_t *byte, uint32_t newVal) in atomicXchgByte()
89 bool atomicCmpXchgByte(volatile uint8_t *byte, uint32_t prevVal, uint32_t newVal) in atomicCmpXchgByte()
/device/google/contexthub/firmware/os/cpu/x86/
Datomic.c41 uint32_t atomicXchgByte(volatile uint8_t *byte, uint32_t newVal) in atomicXchgByte()
75 bool atomicCmpXchgByte(volatile uint8_t *byte, uint32_t prevVal, uint32_t newVal) in atomicCmpXchgByte()
/device/google/contexthub/util/nanotool/
Dnanopacket_impl.h24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord()
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c110 struct chreSensorByteData byte; in processSingleAxisData() local
156 struct chreSensorByteData byte; in processEmbeddedData() local
Dchre_app.c110 struct chreSensorByteData byte; in processSingleAxisData() local
156 struct chreSensorByteData byte; in processEmbeddedData() local
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Dsuspend.c143 uint32_t byte; in set_cs_training_index() local
161 uint32_t byte; in override_write_leveling_value() local
580 uint32_t byte; in pctl_start() local
666 uint32_t ch, byte, i; in dmc_suspend() local
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStream.cpp147 auto byte = uint8_t(num & 0x7f); in putPackedNum() local
158 uint8_t byte; in getPackedNum() local
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/drivers/parameter/
Dddr_parameter.h24 #define RG_SIZE_MB(byte) ((byte) >> 20) argument
/device/google/contexthub/firmware/os/core/
Dbl.c522 uint32_t byte = blLoaderRxByte(); in blLoader() local
564 uint32_t byte = blLoaderRxByte(); in blLoader() local
588 uint32_t byte = blLoaderRxByte(); in blLoader() local
633 uint32_t byte = blLoaderRxByte(); in blLoader() local
DosApi.c456 uint8_t byte = va_arg(args, int); in osExpApiI2cSlvTxPre() local
/device/google/contexthub/firmware/os/platform/native/
Di2c.c62 int i2cSlaveTxPreamble(I2cBus busId, uint8_t byte, I2cCallbackF callback, void *cookie) in i2cSlaveTxPreamble()
/device/google/contexthub/util/stm32_flash/
Dflash.c53 ssize_t write_byte(int fd, uint8_t byte) in write_byte()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
DCommPs2.h22 #define IS_PS2_SYNC_BYTE(byte) ((byte & PS2_SYNC_MASK) == PS2_SYNC_BYTE) argument
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
DCommPs2.h22 #define IS_PS2_SYNC_BYTE(byte) ((byte & PS2_SYNC_MASK) == PS2_SYNC_BYTE) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
DCommPs2.h24 #define IS_PS2_SYNC_BYTE(byte) ((byte & PS2_SYNC_MASK) == PS2_SYNC_BYTE) argument
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_mpo_composer.c163 int32_t byte; in mm_jpeg_mpo_get_app_marker() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1632 const uchar byte = *(q-i); in _PyObject_DebugDumpAddress() local
1660 const uchar byte = tail[i]; in _PyObject_DebugDumpAddress() local
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c87 uint8_t byte; in rand32_no_zero_bytes() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c1681 const uchar byte = *(q-i); in _PyObject_DebugDumpAddress() local
1709 const uchar byte = tail[i]; in _PyObject_DebugDumpAddress() local
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c137 uint8_t byte; member
1053 static int i2cSlaveTx(uint32_t busId, const void *txBuf, uint8_t byte, in i2cSlaveTx()
1089 int i2cSlaveTxPreamble(uint32_t busId, uint8_t byte, I2cCallbackF callback, in i2cSlaveTxPreamble()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h383 #define BBUF_WRITE1(buf,pos,byte) do{\ argument
391 #define BBUF_ADD1(buf,byte) BBUF_WRITE1((buf),(buf)->used,(byte)) argument
582 #define GET_BYTE_INC(byte,p) do{\ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmltok.c53 #define UTF8_GET_NAMING2(pages, byte) \ argument
64 #define UTF8_GET_NAMING3(pages, byte) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmltok.c55 #define UTF8_GET_NAMING2(pages, byte) \ argument
66 #define UTF8_GET_NAMING3(pages, byte) \ argument

12