Home | History | Annotate | Download | only in common

Lines Matching refs:targetValue

1650     uint32_t targetValue = 0;
1775 targetValue = (uint32_t)sourceChar;
1783 targetValue = (uint32_t)sourceChar - 0x80;
1794 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0x21));
1801 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0xa1));
1819 targetValue = value;
1835 targetValue = value;
1843 targetValue = hwkana_fb[sourceChar - HWKANA_START];
1857 targetValue = value - 0x80;
1882 targetValue = value;
1933 buffer[outLen++] = (char)targetValue;
1935 buffer[outLen++] = (char)(targetValue >> 8);
1936 buffer[outLen++] = (char)targetValue;
2902 uint32_t targetValue = 0;
3061 targetValue = value;
3090 targetValue = value;
3140 buffer[len++] = (char)(targetValue >> 8);
3141 buffer[len++] = (char)targetValue;