Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 51) sorted by relevance

123

/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
Dunistd.h72 ssize_t pread(int fd, void* const __DIAGNOSE_PASS_OBJECT_SIZE0 buf, size_t count, off_t offset) in pread() argument
74 __DIAGNOSE_ERROR_IF_OVERFLOWS_SSIZET(count, pread) in pread()
75 __DIAGNOSE_ERROR_IF_OVERFLOWS_OBJECTSIZE(count, __DIAGNOSE_BOS0(buf), pread) in pread()
80 if (!__DIAGNOSE_BOS_TRIVIALLY_GE_NO_OVERFLOW(bos, count)) { in pread()
81 return __DIAGNOSE_PREAD_PREFIX(chk)(fd, buf, count, offset, bos); in pread()
84 return __DIAGNOSE_PREAD_PREFIX(real)(fd, buf, count, offset); in pread()
88 ssize_t pwrite(int fd, const void* const __DIAGNOSE_PASS_OBJECT_SIZE0 buf, size_t count, off_t offs… in pwrite() argument
90 __DIAGNOSE_ERROR_IF_OVERFLOWS_SSIZET(count, pwrite) in pwrite()
91 __DIAGNOSE_ERROR_IF_OVERFLOWS_OBJECTSIZE(count, __DIAGNOSE_BOS0(buf), pwrite) in pwrite()
96 if (!__DIAGNOSE_BOS_TRIVIALLY_GE_NO_OVERFLOW(bos, count)) { in pwrite()
[all …]
Dstdio.h41 size_t size, size_t count, FILE* stream) in fread() argument
43 __DIAGNOSE_ERROR_IF(__DIAGNOSE_UNSAFE_CHK_MUL_OVERFLOW(size, count), in fread()
45 __DIAGNOSE_ERROR_IF(__DIAGNOSE_UNEVALUATED_LT(__DIAGNOSE_BOS0(buf), size * count), in fread()
51 if (!__DIAGNOSE_BOS_TRIVIALLY_GE_MUL(bos, size, count)) { in fread()
52 return __fread_chk(buf, size, count, stream, bos); in fread()
55 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(fread)(buf, size, count, stream); in fread()
60 size_t size, size_t count, FILE* stream) in fwrite() argument
62 __DIAGNOSE_ERROR_IF(__DIAGNOSE_UNSAFE_CHK_MUL_OVERFLOW(size, count), in fwrite()
64 __DIAGNOSE_ERROR_IF(__DIAGNOSE_UNEVALUATED_LT(__DIAGNOSE_BOS0(buf), size * count), in fwrite()
70 if (!__DIAGNOSE_BOS_TRIVIALLY_GE_MUL(bos, size, count)) { in fwrite()
[all …]
Dfortify.h117 #define __DIAGNOSE_BOS_TRIVIALLY_GE_MUL(bos_val, size, count) \ argument
118 __DIAGNOSE_BOS_DYNAMIC_CHECK_IMPL_AND(bos_val, >=, (size) * (count), \
119 !__DIAGNOSE_UNSAFE_CHK_MUL_OVERFLOW(size, count))
/interface/sdk_c/distributeddatamgr/relational_store/include/
Doh_value_object.h67 int (*putInt64)(OH_VObject *valueObject, int64_t *value, uint32_t count);
80 int (*putDouble)(OH_VObject *valueObject, double *value, uint32_t count);
103 int (*putTexts)(OH_VObject *valueObject, const char **value, uint32_t count);
Drelational_store.h423 int OH_Rdb_SetDistributedTables(OH_Rdb_Store *store, const char *tables[], uint32_t count, Rdb_Dist…
470 int count; member
567 typedef void (*Rdb_BriefObserver)(void *context, const char *values[], uint32_t count);
578 …edef void (*Rdb_DetailsObserver)(void *context, const Rdb_ChangeInfo **changeInfo, uint32_t count);
871 int OH_Rdb_CloudSync(OH_Rdb_Store *store, Rdb_SyncMode mode, const char *tables[], uint32_t count,
Ddata_asset.h302 Data_Asset **OH_Data_Asset_CreateMultiple(uint32_t count);
314 int OH_Data_Asset_DestroyMultiple(Data_Asset **assets, uint32_t count);
Doh_cursor.h109 int (*getColumnCount)(OH_Cursor *cursor, int *count);
160 int (*getRowCount)(OH_Cursor *cursor, int *count);
Doh_values_bucket.h166 int OH_VBucket_PutAssets(OH_VBucket *bucket, const char *field, Data_Asset **value, uint32_t count);
/interface/sdk_c/third_party/openGLES/GLES3/
Dgl31.h404 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
405 typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSPROC) (GLenum mode, GLsizei count, GLenum type, const v…
420 …P PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders);
461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum bin…
462 typedef void (GL_APIENTRYP PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar *cons…
476 typedef void (GL_APIENTRYP PFNGLUNIFORM1FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
478 typedef void (GL_APIENTRYP PFNGLUNIFORM1IVPROC) (GLint location, GLsizei count, const GLint *value);
480 typedef void (GL_APIENTRYP PFNGLUNIFORM2FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
482 typedef void (GL_APIENTRYP PFNGLUNIFORM2IVPROC) (GLint location, GLsizei count, const GLint *value);
484 typedef void (GL_APIENTRYP PFNGLUNIFORM3FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
[all …]
Dgl32.h404 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
405 typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSPROC) (GLenum mode, GLsizei count, GLenum type, const v…
420 …P PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders);
461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum bin…
462 typedef void (GL_APIENTRYP PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar *cons…
476 typedef void (GL_APIENTRYP PFNGLUNIFORM1FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
478 typedef void (GL_APIENTRYP PFNGLUNIFORM1IVPROC) (GLint location, GLsizei count, const GLint *value);
480 typedef void (GL_APIENTRYP PFNGLUNIFORM2FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
482 typedef void (GL_APIENTRYP PFNGLUNIFORM2IVPROC) (GLint location, GLsizei count, const GLint *value);
484 typedef void (GL_APIENTRYP PFNGLUNIFORM3FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
[all …]
Dgl3.h404 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
405 typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSPROC) (GLenum mode, GLsizei count, GLenum type, const v…
420 …P PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders);
461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum bin…
462 typedef void (GL_APIENTRYP PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar *cons…
476 typedef void (GL_APIENTRYP PFNGLUNIFORM1FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
478 typedef void (GL_APIENTRYP PFNGLUNIFORM1IVPROC) (GLint location, GLsizei count, const GLint *value);
480 typedef void (GL_APIENTRYP PFNGLUNIFORM2FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
482 typedef void (GL_APIENTRYP PFNGLUNIFORM2IVPROC) (GLint location, GLsizei count, const GLint *value);
484 typedef void (GL_APIENTRYP PFNGLUNIFORM3FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
[all …]
/interface/sdk_c/third_party/openGLES/GLES2/
Dgl2ext.h112 …SAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids…
115 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum…
124 …ugMessageControlKHR (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids…
127 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLogKHR (GLuint count, GLsizei bufSize, GLenum *sourc…
147 typedef void (GL_APIENTRYP PFNGLMAXSHADERCOMPILERTHREADSKHRPROC) (GLuint count);
149 GL_APICALL void GL_APIENTRY glMaxShaderCompilerThreadsKHR (GLuint count);
331 typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSBASEVERTEXOESPROC) (GLenum mode, GLsizei count, GLenum …
332 …LEMENTSBASEVERTEXOESPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, cons…
333 typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXOESPROC) (GLenum mode, GLsizei count
334 …RYP PFNGLMULTIDRAWELEMENTSBASEVERTEXEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, cons…
[all …]
Dgl2.h404 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
405 typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSPROC) (GLenum mode, GLsizei count, GLenum type, const v…
420 …P PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders);
461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum bin…
462 typedef void (GL_APIENTRYP PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar *cons…
476 typedef void (GL_APIENTRYP PFNGLUNIFORM1FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
478 typedef void (GL_APIENTRYP PFNGLUNIFORM1IVPROC) (GLint location, GLsizei count, const GLint *value);
480 typedef void (GL_APIENTRYP PFNGLUNIFORM2FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
482 typedef void (GL_APIENTRYP PFNGLUNIFORM2IVPROC) (GLint location, GLsizei count, const GLint *value);
484 typedef void (GL_APIENTRYP PFNGLUNIFORM3FVPROC) (GLint location, GLsizei count, const GLfloat *valu…
[all …]
/interface/sdk-js/api/
D@ohos.curves.d.ts485 function stepsCurve(count: number, end: boolean): ICurve;
519 function steps(count: number, end: boolean): string;
D@ohos.hiTraceMeter.d.ts86 function traceByValue(name: string, count: number): void;
D@ohos.bytrace.d.ts92 function traceByValue(name: string, count: number): void;
/interface/sdk-js/api/ability/
DdataAbilityResult.d.ts42 count?: number; property
/interface/sdk_c/hiviewdfx/hitrace/include/hitrace/
Dtrace.h139 void OH_HiTrace_CountTrace(const char *name, int64_t count);
/interface/sdk_c/security/asset/inc/
Dasset_type.h416 uint32_t count; member
432 uint32_t count; member
/interface/sdk_c/sensors/sensor/
Doh_sensor.h53 Sensor_Result OH_Sensor_GetInfos(Sensor_Info **infos, uint32_t *count);
Doh_sensor_type.h190 Sensor_Info **OH_Sensor_CreateInfos(uint32_t count);
201 int32_t OH_Sensor_DestroyInfos(Sensor_Info **sensors, uint32_t count);
/interface/sdk_c/graphic/graphic_2d/native_drawing/
Ddrawing_text_blob.h86 int32_t count, const OH_Drawing_Rect*);
/interface/sdk-js/api/@internal/component/ets/
Dbadge.d.ts562 count: number; property
Dtext_timer.d.ts227 count?: number;
/interface/sdk_c/third_party/openSLES/api/1.0.1/
DOpenSLES_OpenHarmony.h44 SLuint32 count; member

123