Searched refs:j (Results 1 – 11 of 11) sorted by relevance
/tools/ |
A D | file2include.c | 30 size_t count, i, j; in main() local 75 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) { in main() 76 if (buf[j]) in main() 82 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) in main() 83 printf("\\x%02x", buf[j]); in main() 85 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) { in main() 86 if (buf[j] != '*' && buf[j] >= 0x20 && buf[j] <= 0x7e) in main() 87 printf("%c", buf[j]); in main()
|
A D | pbl_crc32.c | 16 int i, j; in make_crc_table() local 30 for (j = 0; j < 8; j++) { in make_crc_table()
|
A D | mips-relocs.c | 198 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; in main() local 338 for (j = 0; j < ehdr_field(e_shnum); j++) { in main() 339 if (strcmp(&sh_name[strlen(rel_pfx)], shstr(shdr_field(j, sh_name)))) in main() 342 skip = !(shdr_field(j, sh_flags) & SHF_ALLOC); in main() 370 for (j = 0; j < sh_entries; j++) { in main() 371 err = parse_fn(elf + sh_offset + (j * sh_entsize)); in main()
|
A D | sunxi-spl-image-builder.c | 37 int i, j; in swap_bits() local 39 for (j = 0; j < len; j++) { in swap_bits() 40 uint8_t byte = buf[j]; in swap_bits() 42 buf[j] = 0; in swap_bits() 45 buf[j] |= (1 << (7 - i)); in swap_bits()
|
A D | pblimage.c | 146 int j; in reverse_byte() local 150 for (j = 3; j >= 0; j--) in reverse_byte() 151 *p1++ = (val >> (j * 8)) & 0xff; in reverse_byte()
|
A D | zynqmpbif.c | 730 int j; in bif_fsbl_config() local 735 for (j = 0; j < ARRAY_SIZE(configs); j++) { in bif_fsbl_config() 736 if (!strncmp(config_attr, configs[j].name, in bif_fsbl_config() 737 strlen(configs[j].name))) { in bif_fsbl_config() 738 b->dest_cpu = configs[j].dest_cpu; in bif_fsbl_config() 739 b->flags |= configs[j].flags; in bif_fsbl_config()
|
A D | imx8image.c | 882 int i, j; in flatten_container_header() local 922 for (j = 0; j < container->num_images; j++) { in flatten_container_header() 923 container->img[j].offset -= in flatten_container_header() 927 for (j = 0; j < container->num_images; j++) in flatten_container_header() 928 append(ptr, &container->img[j], sizeof(boot_img_t)); in flatten_container_header()
|
A D | ifdtool.c | 367 int i, j; in dump_oem() local 371 for (j = 0; j < 16; j++) in dump_oem() 372 printf(" %02x", oem[(i<<4)+j]); in dump_oem()
|
A D | mtk_image.c | 79 uint32_t v, i, j; in crc32_normal_init() local 83 for (j = 0; j < 8; j++) in crc32_normal_init()
|
A D | fit_image.c | 786 for (int j = 0; j < count; j++) { in fit_import_data() local 788 fdt_stringlist_get(fdt, node, props[i], j, NULL); in fit_import_data()
|
/tools/docker/ |
A D | Dockerfile | 162 make -j$(nproc) && \ 176 make -j$(nproc) && \ 190 make -j$(nproc) && \ 204 make -j$(nproc) && \ 215 make -j$(nproc) && \ 255 make -j$(nproc) && \ 264 make -j$(nproc) && \ 274 make -j$(nproc) && \ 282 make -j$(nproc) && \ 286 make -j$(nproc) && \ [all …]
|
Completed in 18 milliseconds