Searched refs:mapToNew (Results 1 – 2 of 2) sorted by relevance
454 u2 newIdx = pMap->mapToNew[*ptr]; in updateValue()484 newIdx = pIndexMapSet->map[kMapStrings].mapToNew[*ptr]; in updateJumboString()798 u2* mapToNew = (u2*) malloc(totalCount * sizeof(u2)); in constructIndexMap() local799 if (mapToOld == NULL || mapToNew == NULL) { in constructIndexMap()801 free(mapToNew); in constructIndexMap()809 mapToNew[entry] = idx; in constructIndexMap()813 mapToNew[entry] = kNoIndexMapping; in constructIndexMap()824 pMap->mapToNew = mapToNew; in constructIndexMap()873 memcpy(wordPtr, pIndexMapSet->map[i].mapToNew, dataLen); in constructReducingDataChunk()950 assert(sizeof(pIndexMapSet->map[0].mapToNew[0]) == sizeof(u2)); in constructDataChunk()[all …]
47 u2* mapToNew; /* sparse map, from "orig" to "new" */ member