Home | History | Annotate | Download | only in cintltst

Lines Matching defs:getIndexMap

3917     int32_t getIndexMap[MAX_MAP_LENGTH];
3990 getIndexMap[i] = index;
3992 if (memcmp(actualLogicalMap, getIndexMap, srcLen * sizeof(int32_t))) {
4008 formatMap(getIndexMap, srcLen, gotChars),
4019 getIndexMap[i] = index;
4021 if (memcmp(actualVisualMap, getIndexMap, resLen * sizeof(int32_t))) {
4037 formatMap(getIndexMap, resLen, gotChars),