Home
last modified time | relevance | path

Searched defs:inBufferSize (Results 1 – 9 of 9) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_vloadstore.cpp244 void create_global_load_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inVe… in create_global_load_code()
286 void create_local_load_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inVec… in create_local_load_code()
374 void create_constant_load_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t in… in create_constant_load_code()
429 void create_private_load_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inV… in create_private_load_code()
766 void create_global_store_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inV… in create_global_store_code()
811 void create_local_store_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inVe… in create_local_store_code()
910 void create_private_store_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t in… in create_private_store_code()
Dtest_astype.cpp134 size_t inBufferSize = sizeof(char)* numElements * get_explicit_type_size( inVecType ) * vecSize; in test_astype_set() local
Dtest_async_copy2D.cpp215 size_t inBufferSize = elementSize in test_copy2D() local
Dtest_async_copy3D.cpp242 size_t inBufferSize = elementSize in test_copy3D() local
/external/skqp/src/pdf/
DSkDeflate.cpp40 size_t inBufferSize) { in do_deflate()
/external/skia/src/pdf/
DSkDeflate.cpp41 size_t inBufferSize) { in do_deflate()
/external/mdnsresponder/mDNSShared/
DDebugServices.c1614 … const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t inBufferSize ) in DebugGetErrorString()
2035 size_t inBufferSize ) in DebugHexDump()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c1162 mDNSexport long mDNSPlatformReadTCP( TCPSocket *sock, void *inBuffer, unsigned long inBufferSize, m… in mDNSPlatformReadTCP()
4231 mDNSlocal OSStatus GetWindowsVersionString( char *inBuffer, size_t inBufferSize ) in GetWindowsVersionString()
4446 TCHARtoUTF8( const TCHAR *inString, char *inBuffer, size_t inBufferSize ) in TCHARtoUTF8()
4469 WindowsLatin1toUTF8( const char *inString, char *inBuffer, size_t inBufferSize ) in WindowsLatin1toUTF8()
/external/aac/fuzzer/
Daac_enc_fuzzer.cpp395 INT inBufferSize[kMaxBuffers] = {}; in encodeFrames() local