Searched refs:checklen (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | flash_image.c | 81 int checklen = mtd_read_data(in, check, sizeof(check)); in main() local 82 if (checklen <= 0) { in main() 85 } else if (checklen == headerlen && !memcmp(header, check, headerlen)) { in main()
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | flash_image.c | 83 int checklen = mtd_read_data(in, check, sizeof(check)); in main() local 84 if (checklen <= 0) { in main() 87 } else if (checklen == headerlen && !memcmp(header, check, headerlen)) { in main()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 147 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen); 149 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w() argument 151 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 115 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen); 117 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w() argument 119 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
|