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

  /external/v8/src/interpreter/
mkpeephole.cc 62 void InsertRow(size_t row_index, const Row* const row, size_t row_hash,
318 InsertRow(i, &row, row_hash, &hash_to_row_map);
338 void PeepholeActionTableWriter::InsertRow(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqloledb.h 365 virtual HRESULT WINAPI InsertRow(HACCESSOR hAccessor,void *pData) = 0;
374 HRESULT (WINAPI *InsertRow)(IRowsetFastLoad *This,HACCESSOR hAccessor,void *pData);
385 #define IRowsetFastLoad_InsertRow(This,hAccessor,pData) (This)->lpVtbl->InsertRow(This,hAccessor,pData)
oledb.h     [all...]
  /external/ImageMagick/coders/
wpg.c 271 static void InsertRow(Image *image,unsigned char *p,ssize_t y,int bpp,
444 InsertRow(image,BImgBuff,(ssize_t) y,bpp,exception); \
527 InsertRow(image,BImgBuff,y-1,bpp,exception);
551 InsertRow(image,BImgBuff,(ssize_t) y,bpp,exception); \
637 InsertRow(image,BImgBuff,(ssize_t) (image->rows >= y ? y : image->rows-1),
    [all...]
cut.c 101 static void InsertRow(Image *image,ssize_t depth,unsigned char *p,ssize_t y,
554 InsertRow(image,depth,BImgBuff,i,exception);

Completed in 428 milliseconds