/device/google/contexthub/firmware/os/inc/ |
D | atomic.h | 42 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()
|
D | syscallDo.h | 299 static inline int eOsI2cSlaveTxPreamble(uint32_t busId, uint8_t byte, uint32_t cbkTid, void *cookie) in eOsI2cSlaveTxPreamble()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | atomic.c | 19 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/ |
D | atomic.c | 41 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/ |
D | nanopacket_impl.h | 24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord()
|
/device/google/contexthub/firmware/app/chre/common/ |
D | chre10_app.c | 110 struct chreSensorByteData byte; in processSingleAxisData() local 156 struct chreSensorByteData byte; in processEmbeddedData() local
|
D | chre_app.c | 110 struct chreSensorByteData byte; in processSingleAxisData() local 156 struct chreSensorByteData byte; in processEmbeddedData() local
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
D | suspend.c | 143 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/ |
D | Stream.cpp | 147 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/ |
D | ddr_parameter.h | 24 #define RG_SIZE_MB(byte) ((byte) >> 20) argument
|
/device/google/contexthub/firmware/os/core/ |
D | bl.c | 522 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
|
D | osApi.c | 456 uint8_t byte = va_arg(args, int); in osExpApiI2cSlvTxPre() local
|
/device/google/contexthub/firmware/os/platform/native/ |
D | i2c.c | 62 int i2cSlaveTxPreamble(I2cBus busId, uint8_t byte, I2cCallbackF callback, void *cookie) in i2cSlaveTxPreamble()
|
/device/google/contexthub/util/stm32_flash/ |
D | flash.c | 53 ssize_t write_byte(int fd, uint8_t byte) in write_byte()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/ |
D | CommPs2.h | 22 #define IS_PS2_SYNC_BYTE(byte) ((byte & PS2_SYNC_MASK) == PS2_SYNC_BYTE) argument
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/ |
D | CommPs2.h | 22 #define IS_PS2_SYNC_BYTE(byte) ((byte & PS2_SYNC_MASK) == PS2_SYNC_BYTE) argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/ |
D | CommPs2.h | 24 #define IS_PS2_SYNC_BYTE(byte) ((byte & PS2_SYNC_MASK) == PS2_SYNC_BYTE) argument
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_mpo_composer.c | 163 int32_t byte; in mm_jpeg_mpo_get_app_marker() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | obmalloc.c | 1632 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/ |
D | nanoapp_sign.c | 87 uint8_t byte; in rand32_no_zero_bytes() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | obmalloc.c | 1681 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/ |
D | i2c.c | 137 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/ |
D | regint.h | 383 #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/ |
D | xmltok.c | 53 #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/ |
D | xmltok.c | 55 #define UTF8_GET_NAMING2(pages, byte) \ argument 66 #define UTF8_GET_NAMING3(pages, byte) \ argument
|