/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_pread_chk_test.cpp | 28 size_t bufSize = sizeof(buf); in HWTEST_F() local
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | InBuffer.cpp | 20 bool CInBuffer::Create(size_t bufSize) throw()
in Create() argument
|
H A D | OutBuffer.cpp | 9 bool COutBuffer::Create(UInt32 bufSize) throw()
in Create() argument
|
H A D | InBuffer.h | 55 void SetBuf(Byte *buf, size_t bufSize, size_t end, size_t pos)
in SetBuf() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | robustness.c | 34 _context_lost_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, in _context_lost_GetSynciv() argument
|
H A D | polygon.c | 278 _mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest ) in _mesa_GetnPolygonStippleARB() argument
|
H A D | program_resource.c | 216 _mesa_GetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) _mesa_GetProgramResourceName() argument 249 _mesa_GetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) _mesa_GetProgramResourceiv() argument
|
H A D | vdpau.c | 278 _mesa_VDPAUGetSurfaceivNV(GLintptr surface, GLenum pname, GLsizei bufSize, in _mesa_VDPAUGetSurfaceivNV() argument
|
H A D | pixel.c | 328 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) in _mesa_GetnPixelMapfvARB() argument 380 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) in _mesa_GetnPixelMapuivARB() argument 432 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) in _mesa_GetnPixelMapusvARB() argument
|
H A D | glthread_shaderobj.c | 152 _mesa_marshal_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, in _mesa_marshal_GetActiveUniform() argument
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_pwd.cpp | 25 size_t bufSize = sysconf(_SC_GETPW_R_SIZE_MAX); in AllocGetpwrBuf() local 39 size_t bufSize = AllocGetpwrBuf(&buf); in Bm_function_Getpwnam_r() local 56 size_t bufSize = AllocGetpwrBuf(&buf); in Bm_function_Getpwuid_r() local
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deRingBuffer.cpp | 41 int bufSize = rnd.getInt(1, 2048); in RingBuffer_selfTest() local
|
H A D | deThreadSafeRingBuffer.cpp | 129 int bufSize = rnd.getInt(1, 2048); in ThreadSafeRingBuffer_selfTest() local
|
/third_party/vk-gl-cts/framework/delibs/destream/ |
H A D | deInStream.h | 44 DE_INLINE deStreamResult deInStream_read (deInStream* stream, void* buf, deInt32 bufSize, deInt32* numWritten) in deInStream_read() argument
|
H A D | deOutStream.h | 45 DE_INLINE deStreamResult deOutStream_write (deOutStream* stream, const void* buf, deInt32 bufSize, deInt32* numWritten) in deOutStream_write() argument
|
H A D | deFileStream.c | 34 static deStreamResult fileIOStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* numRead) in fileIOStream_read() argument 63 static deStreamResult fileIOStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* numWritten) in fileIOStream_write() argument
|
/third_party/lzma/CPP/Windows/ |
H A D | CommonDialog.cpp | 177 const unsigned bufSize = MAX_PATH * 8
in CommonDlg_BrowseForFile() local 229 unsigned bufSize = MAX_PATH * 8 + FilePath.Len();
in CommonDlg_BrowseForFile() local
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | crypt.h | 90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const z_crc_t* pcrc_32_tab, unsigned long crcForCrypting) crypthead() argument
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | crypt.h | 90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const z_crc_t* pcrc_32_tab, unsigned long crcForCrypting) crypthead() argument
|
/third_party/vk-gl-cts/framework/delibs/dethread/unix/ |
H A D | deNamedSemaphoreUnix.c | 39 static void NamedSemaphore_getName (const NamedSemaphore* sem, char* buf, int bufSize) in NamedSemaphore_getName() argument
|
/third_party/zlib/contrib/minizip/ |
H A D | crypt.h | 91 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const z_crc_t* pcrc_32_tab, unsigned long crcForCrypting) crypthead() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | recv.c | 44 int bufSize = 0; variable
|
/third_party/vk-gl-cts/framework/delibs/deimage/ |
H A D | deTarga.c | 42 int bufSize; in deImage_loadTarga() local
|
/third_party/backends/backend/ |
H A D | epsonds-jpeg.c | 142 int bufSize = jpeg_cinfo.output_width * jpeg_cinfo.output_components; in eds_decode_jpeg() local
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfigdebug.c | 90 _strnAppend(char *const buf, const int bufSize, const char *fmt, ...) in _strnAppend() argument
|