Home | History | Annotate | Download | only in common

Lines Matching refs:targetValue

1695     uint32_t targetValue = 0;
1820 targetValue = (uint32_t)sourceChar;
1828 targetValue = (uint32_t)sourceChar - 0x80;
1839 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0x21));
1846 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0xa1));
1864 targetValue = value;
1880 targetValue = value;
1888 targetValue = hwkana_fb[sourceChar - HWKANA_START];
1902 targetValue = value - 0x80;
1927 targetValue = value;
1978 buffer[outLen++] = (char)targetValue;
1980 buffer[outLen++] = (char)(targetValue >> 8);
1981 buffer[outLen++] = (char)targetValue;
2948 uint32_t targetValue = 0;
3107 targetValue = value;
3136 targetValue = value;
3186 buffer[len++] = (char)(targetValue >> 8);
3187 buffer[len++] = (char)targetValue;