Home
last modified time | relevance | path

Searched refs:size8 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/nand/raw/ingenic/
H A Djz4780_bch.c93 size_t size8 = size % sizeof(u32); in jz4780_bch_write_data() local
102 while (size8--) in jz4780_bch_write_data()
110 size_t size8 = size % sizeof(u32); in jz4780_bch_read_parity() local
123 switch (size8) { in jz4780_bch_read_parity()
H A Djz4725b_bch.c132 size_t size8 = size % sizeof(u32); in jz4725b_bch_read_parity() local
145 switch (size8) { in jz4725b_bch_read_parity()
/linux/tools/lib/bpf/
H A Dgen_loader.c158 __u32 size8 = roundup(size, 8); in add_data() local
162 if (realloc_data_buf(gen, size8)) in add_data()
167 memcpy(gen->data_cur + size, &zero, size8 - size); in add_data()
169 memset(gen->data_cur, 0, size8); in add_data()
171 gen->data_cur += size8; in add_data()