HomeSort by relevance Sort by last modified time
    Searched refs:amap (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 297 int *amap; // Maps atom value to offset in string table. Atoms all map to unique member in struct:AtomTable_Rec
324 if (atable->amap) {
325 newmap = realloc(atable->amap, sizeof(int)*size);
335 atable->amap = newmap;
337 atable->amap = newrev;
342 atable->amap = newmap;
383 atable->amap[atable->nextFree] = -1;
396 atable->amap[atomnumber] = atable->htable.entry[hashindex].index;
477 strloc = oldtable.amap[ii];
542 soffset = atable->amap[atom]
    [all...]
  /external/freetype/include/freetype/internal/
sfnt.h 343 /* amap :: */
362 FT_Bitmap *amap,
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]

Completed in 1069 milliseconds