Lines Matching +full:0 +full:x00
15 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
20 0x06, 0x01, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
21 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
25 0x07, 0x02, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00,
26 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
30 0x04, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
31 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
35 0x04, 0x03, 0xfd, 0xff, 0x03, 0x00, 0x00, 0x00,
36 0x00, 0x00, 0x00, 0x00, 0x00, 0x01
40 0x05, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
41 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
45 0x05, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
46 0x00, 0x00, 0x00, 0x00, 0x00, 0x01
49 const uint8_t start_data[] = { 0xaa, 0x55, 0xaa };
50 const uint8_t finish_data[] = { 0xaa, 0x00, 0xaa };
62 assert(rc == 0); in setup()
82 ((uint8_t *)ctx->mem)[1] = 0x00; in flush_on_close()
93 assert(rc == 0); in flush_on_close()
96 ((struct mtd_data *)ctx->backend.priv)->fd, 0); in flush_on_close()
100 assert(rc == 0); in flush_on_close()
113 ((uint8_t *)ctx->mem)[1] = 0x00; in flush_on_create()
125 assert(rc == 0); in flush_on_create()
128 ((struct mtd_data *)ctx->backend.priv)->fd, 0); in flush_on_create()
132 assert(rc == 0); in flush_on_create()
150 return 0; in main()