Searched refs:struct (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/ |
H A D | packet_tool.py | 21 import struct
namespace 96 file.write(struct.pack('IHHI', flag, crc, imageNum, totalFileSize))
102 struct.pack('32sIIIII', bytes(pathName, 'ascii'), startIndex, imageSizeList[times], burnAddrList[times],
112 file.write(struct.pack('IIII', 0, 0, 0, 0))
120 file.write(struct.pack('H', crc16))
146 info = file.read(struct.calcsize('IHHI'))
147 flag, crc, imageNum, totalFileSize = struct.unpack('IHHI', info)
150 info = file.read(struct.calcsize('32sIIIII'))
151 pathName, startIndex, imageSize, burnAddr, burnSize, type2 = struct.unpack('32sIIIII', info)
215 file.write(struct [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | packet_create.py | 20 import struct
namespace 93 file.write(struct.pack('IHHI', flag, crc, imageNum, totalFileSize))
99 struct.pack('32sIIIII', bytes(pathName, 'ascii'), startIndex, imageSizeList[times], burnAddrList[times],
108 file.write(struct.pack('IIII', 0, 0, 0, 0))
115 file.write(struct.pack('H', crc16))
174 file.write(struct.pack('IHHI', flag, crc, imageNum, totalFileSize))
179 file.write(struct.pack('32sIIIII', bytes(pathName, 'ascii'), startIndex, imageSizeList[times], burnAddrList[times],
188 file.write(struct.pack('IIII', 0, 0, 0, 0))
196 file.write(struct.pack('H', crc16))
|
H A D | make_upg_file.py | 26 import struct
namespace
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/ |
H A D | efuse_cfg_gen.py | 22 import struct
namespace 59 result = struct.pack('BBHHH', 0, 8, int(line[2]), size, value_len)
65 value_struct = value_struct + struct.pack('I', value)
69 header = struct.pack('BBHIII', 0, 48, number, len(buf) + 48, 0, 0)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 36 import struct
namespace 130 nv_item_bin[nv_len:] = struct.pack('<L', crc32(src_bin))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
H A D | build_nv.py | 36 import struct
namespace 130 nv_item_bin[nv_len:] = struct.pack('<L', crc32(src_bin))
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 1509 struct=$2 1512 disable_sanitized "${struct}_${member}" 1513 test_code cc "$headers" "const void *p = &(($struct *)0)->$member" "$@" && 1514 enable_sanitized "${struct}_${member}" 5774 check_cc const_nan math.h "struct { double d; } static const bar[] = { { NAN } }" 6051 check_type netdb.h "struct addrinfo" 6052 check_type netinet/in.h "struct group_source_req" -D_BSD_SOURCE 6053 check_type netinet/in.h "struct ip_mreq_source" -D_BSD_SOURCE 6054 check_type netinet/in.h "struct ipv6_mreq" -D_DARWIN_C_SOURCE 6055 check_type poll.h "struct pollf [all...] |
Completed in 17 milliseconds