/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit_0.c | 50 Uint8 byte = 0, bit; in BlitBto1() local 67 Uint8 byte = 0, bit; in BlitBto1() local 105 Uint8 byte = 0, bit; in BlitBto2() local 141 Uint8 byte = 0, bit; in BlitBto3() local 181 Uint8 byte = 0, bit; in BlitBto4() local 216 Uint8 byte = 0, bit; in BlitBto1Key() local 269 Uint8 byte = 0, bit; in BlitBto2Key() local 303 Uint8 byte = 0, bit; in BlitBto3Key() local 338 Uint8 byte = 0, bit; in BlitBto4Key() local 378 Uint8 byte = 0, bit; in BlitBtoNAlpha() local [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | CheckSumUtils.c | 8 uint8_t UpdateCRC8(uint8_t crcIn, uint8_t byte) in UpdateCRC8() 51 uint16_t UpdateCRC16(uint16_t crcIn, uint8_t byte) in UpdateCRC16()
|
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/ |
A D | compilecode.c | 10 #define EMIT(at, byte) (code ? (code[at] = byte) : (at)) argument 11 #define EMIT_CHECKED(at, byte) (_emit_checked(at, code, byte, &err)) argument
|
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/ |
A D | ota_gen_md5_bin.py | 7 def update_crc16(crcin, byte): argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/ |
A D | ota_gen_md5_bin.py | 7 def update_crc16(crcin, byte): argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp.go | 38 func WebPGetInfo(webp []byte) (ok bool, width int, height int) {
|
/AliOS-Things-master/components/genie_service/core/src/sig_models/ |
A D | sig_model_transition.c | 235 bt_u32_t sig_model_transition_get_transition_time(uint8_t byte) in sig_model_transition_get_transition_time()
|
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_uart.c | 64 int32_t genie_sal_uart_send_one_byte(uint8_t byte) in genie_sal_uart_send_one_byte()
|
/AliOS-Things-master/hardware/chip/smarth_rv64/hal/ |
A D | uart.c | 93 uint8_t byte; in hal_uart_send() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modonewire.c | 129 uint8_t byte = ((uint8_t *)bufinfo.buf)[i]; in onewire_crc8() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmpv3_mbedtls.c | 82 u8_t byte; in snmpv3_auth() local
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream2/ |
A D | zstream.h | 46 struct Val { unsigned char byte; size_t word; } val; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/spi/ |
A D | spi_flash.c | 440 u8 SPI_FLASH_SendByte(u8 byte) in SPI_FLASH_SendByte()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_predict.c | 441 uint32 byte; in fpAcc() local 670 uint32 byte; in fpDiff() local
|
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_os.c | 146 static unsigned short update_crc16(unsigned short crcIn, unsigned char byte) in update_crc16()
|
/AliOS-Things-master/components/mqtt/MQTTPacket/ |
A D | MQTTPacket.h | 55 unsigned char byte; /**< the whole byte */ member
|
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/ |
A D | CoAPMessage_common.c | 130 int byte = 0; in CoAPUintOption_get() local
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | MQTTPacket.h | 92 unsigned char byte; /**< the whole byte */ member
|
/AliOS-Things-master/components/drivers/external_device/ili9341/src/ |
A D | ili9341.c | 57 uint8_t byte) in ili9341_dc_write_byte()
|
/AliOS-Things-master/components/drivers/external_device/st7789/src/ |
A D | st7789.c | 59 uint8_t byte) in st7789_dc_write_byte()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_pcx.c | 207 Uint8 byte = *innerSrc++; in IMG_LoadPCX_RW() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | co_utils.h | 34 #define NB_ONE_BITS(byte) (one_bits[byte & 0x0F] + one_bits[byte >> 4]) argument
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/common/ |
A D | mesh_model.c | 91 bt_u32_t get_transition_time(u8_t byte) in get_transition_time()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | edid-parse.c | 316 int byte = edid[0x23 + i]; in decode_established_timings() local
|
/AliOS-Things-master/components/amp/services/amp_boot/ |
A D | amp_boot_ymodem.c | 50 static uint16_t UpdateCRC16(uint16_t crcIn, uint8_t byte) in UpdateCRC16()
|