Searched refs:tmp (Results 1 – 1 of 1) sorted by relevance
1333 uint8_t tmp[2] = {0}; in getBCD() local1340 tmp[i] = (((value/10)%10)<<4) | (value%10); in getBCD()1343 ret = ((uint16_t)(tmp[1] << 8)) | tmp[0]; in getBCD()1425 uint32_t tmp = fixSize % ENTRY_ALIGN; in writeFile() local1426 tmp = tmp ? (ENTRY_ALIGN - tmp): 0; in writeFile()1427 fixSize +=tmp; in writeFile()1447 uint32_t tmp = size % ENTRY_ALIGN; in writeFile() local1448 tmp = tmp ? (ENTRY_ALIGN - tmp): 0; in writeFile()1449 size +=tmp; in writeFile()1481 uint32_t tmp = size % ENTRY_ALIGN; in saveEntry() local[all …]