Home | History | Annotate | Download | only in common

Lines Matching refs:targetValue

1684     uint32_t targetValue = 0;
1809 targetValue = (uint32_t)sourceChar;
1817 targetValue = (uint32_t)sourceChar - 0x80;
1828 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0x21));
1835 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0xa1));
1853 targetValue = value;
1869 targetValue = value;
1877 targetValue = hwkana_fb[sourceChar - HWKANA_START];
1891 targetValue = value - 0x80;
1916 targetValue = value;
1967 buffer[outLen++] = (char)targetValue;
1969 buffer[outLen++] = (char)(targetValue >> 8);
1970 buffer[outLen++] = (char)targetValue;
2936 uint32_t targetValue = 0;
3095 targetValue = value;
3124 targetValue = value;
3174 buffer[len++] = (char)(targetValue >> 8);
3175 buffer[len++] = (char)targetValue;