Home
last modified time | relevance | path

Searched refs:nBytes (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp594 int nBytes; in get() local
595 if (ch >= 0xF0) {nBytes=4;} in get()
596 else if (ch >= 0xE0) {nBytes=3;} in get()
597 else if (ch >= 0xC0) {nBytes=2;} in get()
607 for (i=1; i<nBytes; i++) { in get()
610 fprintf(stderr, "utf-8 encoded file %s contains corrupt data at offset %d. Expected %d bytes, byte %d is invalid. First byte is %02X\n", fName, ftell(fFile), nBytes, i, ch); in get()
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c171 UINT nBytes, in wglDescribePixelFormat()
174 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd ); in wglDescribePixelFormat()
332 UINT nBytes, in wglDescribeLayerPlane()
335 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); in wglDescribeLayerPlane()
168 wglDescribePixelFormat( HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd ) wglDescribePixelFormat() argument
328 wglDescribeLayerPlane( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) wglDescribeLayerPlane() argument
H A Dstw_wgl.h51 UINT nBytes,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h152 unsigned int nBytes = 4; in print() local
154 nBytes = 8; in print()
155 for (pos = 0; pos < size; pos += nBytes) { in print()
186 } else if (nBytes == 4) in print()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1321 int nBytes; in get() local
1322 if (ch >= 0xF0) {nBytes=4;} in get()
1323 else if (ch >= 0xE0) {nBytes=3;} in get()
1324 else if (ch >= 0xC0) {nBytes=2;} in get()
1334 for (i=1; i<nBytes; i++) { in get()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_wgl.cpp197 UINT nBytes, in wglDescribeLayerPlane()
194 wglDescribeLayerPlane(HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, LAYERPLANEDESCRIPTOR *plpd) wglDescribeLayerPlane() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_pixelformat.c417 UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd) in DrvDescribeLayerPlane()
416 DrvDescribeLayerPlane(HDC hdc, INT iPixelFormat, INT iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd) DrvDescribeLayerPlane() argument
/third_party/sqlite/include/
H A Dsqlite3ext.h33 void * (*aggregate_context)(sqlite3_context*,int nBytes);
H A Dsqlite3.h1435 ** The xRandomness() function attempts to return nBytes bytes
5708 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/third_party/openGLES/api/GL/
H A Dwgl.h79 typedef BOOL (WINAPI * PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, LAYERPLANEDESCRIPTOR *plpd);
106 BOOL WINAPI wglDescribeLayerPlane (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, LAYERPLANEDESCRIPTOR *plpd);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dwgl.h98 typedef BOOL (WINAPI * PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR *plpd);
125 BOOL WINAPI wglDescribeLayerPlane (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR *plpd);
/third_party/skia/third_party/externals/angle2/include/WGL/
H A Dwgl.h98 typedef BOOL (WINAPI * PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR *plpd);
125 BOOL WINAPI wglDescribeLayerPlane (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR *plpd);
/third_party/sqlite/src/
H A Dsqlite3.c1745 ** The xRandomness() function attempts to return nBytes bytes
6017 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
26789 memsys3Malloc(int nBytes) memsys3Malloc() argument
26811 memsys3Realloc(void *pPrior, int nBytes) memsys3Realloc() argument
27336 memsys5Malloc(int nBytes) memsys5Malloc() argument
27371 memsys5Realloc(void *pPrior, int nBytes) memsys5Realloc() argument
29546 sqlite3Realloc(void *pOld, u64 nBytes) sqlite3Realloc() argument
46543 winMemMalloc(int nBytes) winMemMalloc() argument
46586 winMemRealloc(void *pPrior, int nBytes) winMemRealloc() argument
79542 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) global() argument
117515 int nBytes; global() local
137820 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, u32 prepFlags, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) global() argument
137965 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, u32 prepFlags, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) global() argument
138051 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) global() argument
138063 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) global() argument
138081 sqlite3_prepare_v3( sqlite3 *db, const char *zSql, int nBytes, unsigned int prepFlags, sqlite3_stmt **ppStmt, const char **pzTail ) global() argument
138109 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, u32 prepFlags, sqlite3_stmt **ppStmt, const void **pzTail ) global() argument
138167 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) global() argument
138179 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) global() argument
138191 sqlite3_prepare16_v3( sqlite3 *db, const void *zSql, int nBytes, unsigned int prepFlags, sqlite3_stmt **ppStmt, const void **pzTail ) global() argument
150297 sqlite3_int64 nBytes; global() local
150671 sqlite3_int64 nBytes = sizeof(sqlite3_vtab*)* global() local
189232 int nBytes; /* size of the input */ global() member
189302 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) global() argument
[all...]

Completed in 158 milliseconds