Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_0.c50 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 DCheckSumUtils.c8 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 Dcompilecode.c10 #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 Dota_gen_md5_bin.py7 def update_crc16(crcin, byte): argument
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/
A Dota_gen_md5_bin.py7 def update_crc16(crcin, byte): argument
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.go38 func WebPGetInfo(webp []byte) (ok bool, width int, height int) {
/AliOS-Things-master/components/genie_service/core/src/sig_models/
A Dsig_model_transition.c235 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 Dgenie_sal_uart.c64 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 Duart.c93 uint8_t byte; in hal_uart_send() local
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodonewire.c129 uint8_t byte = ((uint8_t *)bufinfo.buf)[i]; in onewire_crc8() local
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmpv3_mbedtls.c82 u8_t byte; in snmpv3_auth() local
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream2/
A Dzstream.h46 struct Val { unsigned char byte; size_t word; } val; member
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/spi/
A Dspi_flash.c440 u8 SPI_FLASH_SendByte(u8 byte) in SPI_FLASH_SendByte()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_predict.c441 uint32 byte; in fpAcc() local
670 uint32 byte; in fpDiff() local
/AliOS-Things-master/components/ota/hal/
A Dota_hal_os.c146 static unsigned short update_crc16(unsigned short crcIn, unsigned char byte) in update_crc16()
/AliOS-Things-master/components/mqtt/MQTTPacket/
A DMQTTPacket.h55 unsigned char byte; /**< the whole byte */ member
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPMessage_common.c130 int byte = 0; in CoAPUintOption_get() local
/AliOS-Things-master/components/linkkit/mqtt/impl/
A DMQTTPacket.h92 unsigned char byte; /**< the whole byte */ member
/AliOS-Things-master/components/drivers/external_device/ili9341/src/
A Dili9341.c57 uint8_t byte) in ili9341_dc_write_byte()
/AliOS-Things-master/components/drivers/external_device/st7789/src/
A Dst7789.c59 uint8_t byte) in st7789_dc_write_byte()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_pcx.c207 Uint8 byte = *innerSrc++; in IMG_LoadPCX_RW() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_utils.h34 #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 Dmesh_model.c91 bt_u32_t get_transition_time(u8_t byte) in get_transition_time()
/AliOS-Things-master/components/SDL2/src/video/x11/
A Dedid-parse.c316 int byte = edid[0x23 + i]; in decode_established_timings() local
/AliOS-Things-master/components/amp/services/amp_boot/
A Damp_boot_ymodem.c50 static uint16_t UpdateCRC16(uint16_t crcIn, uint8_t byte) in UpdateCRC16()

Completed in 65 milliseconds

12