Searched refs:temp (Results 1 – 3 of 3) sorted by relevance
145 uint64_t temp = 0; in exfat_humanize_bytes() local149 temp = (value + divisor / 2) / divisor; in exfat_humanize_bytes()151 if (temp == 0) in exfat_humanize_bytes()153 if (temp / 1024 * 1024 == temp) in exfat_humanize_bytes()155 if (temp < 10240) in exfat_humanize_bytes()158 hb->value = temp; in exfat_humanize_bytes()
50 register unsigned long temp; in rubin_do_decompress() local60 temp = *(u32 *) in; in rubin_do_decompress()83 rec_q |= (temp >> (bit++ ^ 7)) & 1; in rubin_do_decompress()87 temp = *(++p); in rubin_do_decompress()
36 char *temp = NULL; in ext4fs_init_journal() local61 temp = zalloc(fs->blksz); in ext4fs_init_journal()62 if (!temp) in ext4fs_init_journal()67 ext4fs_devread(0, 0, fs->blksz, temp); in ext4fs_init_journal()68 memcpy(temp + SUPERBLOCK_SIZE, fs->sb, SUPERBLOCK_SIZE); in ext4fs_init_journal()69 memcpy(journal_ptr[gindex]->buf, temp, fs->blksz); in ext4fs_init_journal()71 free(temp); in ext4fs_init_journal()568 char *temp = NULL; in update_descriptor_block() local589 temp = buf; in update_descriptor_block()591 temp += sizeof(struct journal_header_t); in update_descriptor_block()[all …]
Completed in 6 milliseconds