Searched refs:readBuf (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/test/iotest/ |
H A D | filetst.c | 1020 char readBuf[512] = ""; in TestFilePrintCompatibility() local 1064 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1066 if (strcmp(readBuf, testBuf) != 0) { in TestFilePrintCompatibility() 1067 log_err("%%x Got: \"%s\", Expected: \"%s\"\n", readBuf, testBuf); in TestFilePrintCompatibility() 1070 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1072 if (strcmp(readBuf, testBuf) != 0) { in TestFilePrintCompatibility() 1073 log_err("%%X Got: \"%s\", Expected: \"%s\"\n", readBuf, testBuf); in TestFilePrintCompatibility() 1076 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1078 if (strcmp(readBuf, testBuf) != 0) { in TestFilePrintCompatibility() 1079 log_err("%%o Got: \"%s\", Expected: \"%s\"\n", readBuf, testBu in TestFilePrintCompatibility() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | framebuffer.c | 733 const struct gl_renderbuffer *readBuf = fb->_ColorReadBuffer; in renderbuffer_exists() local 734 if (!readBuf) { in renderbuffer_exists() 737 assert(_mesa_get_format_bits(readBuf->Format, GL_RED_BITS) > 0 || in renderbuffer_exists() 738 _mesa_get_format_bits(readBuf->Format, GL_ALPHA_BITS) > 0 || in renderbuffer_exists() 739 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_LUMINANCE_SIZE) > 0 || in renderbuffer_exists() 740 _mesa_get_format_bits(readBuf->Format, GL_TEXTURE_INTENSITY_SIZE) > 0 || in renderbuffer_exists() 741 _mesa_get_format_bits(readBuf->Format, GL_INDEX_BITS) > 0); in renderbuffer_exists()
|
/third_party/libdrm/tests/ttmtest/src/ |
H A D | ttmtest.c | 158 readBuf(void *buf, unsigned long size) in readBuf() function 205 readBuf(virtual, buf.size); in benchmarkBuffer() 243 readBuf(virtual, buf.size); in benchmarkBuffer() 294 readBuf(virtual, buf.size); in benchmarkBuffer()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_string.cpp | 689 char* readBuf = (char*)malloc(maxReadLen); in BM_function_Getdelim() local 690 if (readBuf == nullptr) { in BM_function_Getdelim() 691 errx(1, "ERROR: readBuf is nullptr\n"); in BM_function_Getdelim() 695 ssize_t n = getdelim(&readBuf, &maxReadLen, ' ', fp); in BM_function_Getdelim() 700 free(readBuf); in BM_function_Getdelim()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsRandomShaderCase.cpp | 556 tcu::TextureLevel readBuf(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), rendered.getWidth(), rendered.getHeight()); in iterate() 557 glu::readPixels(m_renderCtx, viewportX, viewportY, readBuf.getAccess()); in iterate() 559 tcu::copy(rendered, readBuf); in iterate()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 44281 char readBuf[PROXY_MAXCONCHLEN]; proxyTakeConch() local [all...] |
Completed in 132 milliseconds