/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.hpp | 106 void glGetAttachedShaders (deUint32 program, int maxcount, int* count, deUint32* shaders);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/ |
H A D | sis900.c | 1241 int i, maxcount=10; in sis630_set_eq() local 1251 for (i=0; i < maxcount; i++) { in sis630_set_eq()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3xdr.c | 1258 * count3 maxcount; 1265 uint32_t maxcount = args->count; in encode_readdirplus3args() local 1279 *p = cpu_to_be32(maxcount); in encode_readdirplus3args()
|
H A D | nfs4xdr.c | 397 1 /* maxcount */ + \ 1609 uint32_t maxcount = readdir->count; in encode_readdir() local 1637 *p++ = cpu_to_be32(maxcount); in encode_readdir() 1987 *p++ = cpu_to_be32(args->pdev->maxcount); /* gdia_maxcount */ in encode_getdeviceinfo() 2010 encode_uint32(xdr, args->maxcount); in encode_layoutget() 2018 args->maxcount); in encode_layoutget()
|
H A D | pnfs.c | 1130 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE; in pnfs_alloc_init_layoutget_args()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/ |
H A D | sis900.c | 1248 int i, maxcount=10; in sis630_set_eq() local 1258 for (i=0; i < maxcount; i++) { in sis630_set_eq()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 2320 void GL_APIENTRY GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in GetAttachedShaders() argument 2322 TRACE("(GLuint program = %d, GLsizei maxcount = %d, GLsizei* count = %p, GLuint* shaders = %p)", in GetAttachedShaders() 2323 program, maxcount, count, shaders); in GetAttachedShaders() 2325 if(maxcount < 0) in GetAttachedShaders() 2348 return programObject->getAttachedShaders(maxcount, count, shaders); in GetAttachedShaders()
|
H A D | entry_points.cpp | 420 GL_APICALL void GL_APIENTRY glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders() argument 422 return gl::GetAttachedShaders(program, maxcount, count, shaders); in glGetAttachedShaders()
|
H A D | entry_points.h | 95 void GL_APIENTRY GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_xdr.h | 257 __u32 maxcount; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_xdr.h | 259 __u32 maxcount; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES2.cpp | 4313 GLsizei maxcount, in ValidateGetAttachedShaders() 4317 if (maxcount < 0) in ValidateGetAttachedShaders() 4310 ValidateGetAttachedShaders(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLsizei maxcount, const GLsizei *count, const ShaderProgramID *shaders) ValidateGetAttachedShaders() argument
|
H A D | Context.cpp | 6736 GLsizei maxcount, in getAttachedShaders() 6742 programObject->getAttachedShaders(maxcount, count, shaders); in getAttachedShaders() 6735 getAttachedShaders(ShaderProgramID program, GLsizei maxcount, GLsizei *count, ShaderProgramID *shaders) getAttachedShaders() argument
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4xdr.c | 386 1 /* maxcount */ + \ 1959 *p++ = cpu_to_be32(args->pdev->maxcount); /* gdia_maxcount */ in encode_getdeviceinfo() 1982 encode_uint32(xdr, args->maxcount); in encode_layoutget() 1990 args->maxcount); in encode_layoutget()
|
H A D | pnfs.c | 1131 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE; in pnfs_alloc_init_layoutget_args()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 12614 uint64_t maxcount = (size_t) (end - ptr) / (3 * addrsize); in handle_file_note() local 12615 if (count > maxcount) in handle_file_note()
|