HomeSort by relevance Sort by last modified time
    Searched full:amap (Results 1 - 4 of 4) 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...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 

Completed in 1260 milliseconds