Searched refs:ltmp (Results 1 – 3 of 3) sorted by relevance
30 auto ltmp = std::get<int32_t>(val); in addPDUVar() local32 <mp, sizeof(ltmp)); in addPDUVar()37 auto ltmp = std::get<uint32_t>(val); in addPDUVar() local39 <mp, sizeof(ltmp)); in addPDUVar()44 auto ltmp = std::get<uint64_t>(val); in addPDUVar() local46 <mp, sizeof(ltmp)); in addPDUVar()
197 ulong ltmp = end_addr; in env_flash_save() local203 end_addr_new = ltmp; in env_flash_save()315 ulong ltmp = end_addr; in env_flash_load() local321 end_addr_new = ltmp; in env_flash_load()
2707 long ltmp; in st_int_ioctl() local2752 ltmp = (-arg); in st_int_ioctl()2753 cmd[2] = (ltmp >> 16); in st_int_ioctl()2754 cmd[3] = (ltmp >> 8); in st_int_ioctl()2755 cmd[4] = ltmp; in st_int_ioctl()2776 ltmp = (-arg); in st_int_ioctl()2777 cmd[2] = (ltmp >> 16); in st_int_ioctl()2778 cmd[3] = (ltmp >> 8); in st_int_ioctl()2779 cmd[4] = ltmp; in st_int_ioctl()2800 ltmp = (-arg); in st_int_ioctl()[all …]