Home
last modified time | relevance | path

Searched refs:exp_data (Results 1 – 22 of 22) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/dup2/
Ddup207.c28 char *exp_data; member
68 if (strncmp(read_buf, tc->exp_data, tc->exp_size)) in run()
69 tst_res(TFAIL, "Expect %s, but get %s.", tc->exp_data, read_buf); in run()
/third_party/ltp/testcases/kernel/syscalls/lseek/
Dlseek01.c29 char *exp_data; member
62 if (tc->exp_data && strcmp(read_buf, tc->exp_data)) { in verify_lseek()
Dlseek07.c31 char *exp_data; member
65 if (strcmp(read_buf, tc->exp_data)) { in verify_lseek()
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind04.c115 const char *exp_data; in test_bind() local
146 exp_data = testcase_list[rand_index].description; in test_bind()
148 if (!strcmp(buffer, exp_data)) in test_bind()
152 "Received: \"%s\"", exp_data, buffer); in test_bind()
Dbind05.c129 const char *exp_data; in test_bind() local
164 exp_data = testcase_list[rand_index].description; in test_bind()
166 if (!strcmp(buffer, exp_data)) in test_bind()
170 "Received: \"%s\"", exp_data, buffer); in test_bind()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTexture2Tests.cpp1177 GLubyte* exp_data = vecExpData.data(); in verifyTextureData() local
1180 deMemset(exp_data, 255, texSize); in verifyTextureData()
1192 GLubyte* dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureData()
1215 GLubyte* exp_data = vecExpData.data(); in verifyTextureData() local
1218 deMemset(exp_data, 255, texSize); in verifyTextureData()
1237 GLubyte* dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureData()
1256 GLubyte* exp_data = vecExpData.data(); in verifyTextureData() local
1259 deMemset(exp_data, 255, texSize); in verifyTextureData()
1338 GLubyte* dataRegion = exp_data + ((x + y * width) + z * width * height); in verifyTextureData()
1772 GLubyte* exp_data = vecExpData.data(); in verifyTextureDataExtended() local
[all …]
Dgl4cSparseTextureClampTests.cpp314 GLubyte* exp_data = vecExpData.data(); in verifyLookupTextureData() local
318 deMemset(exp_data, 255, texSize); in verifyLookupTextureData()
428 GLubyte* dataRegion = exp_data + x + y * width; in verifyLookupTextureData()
829 GLubyte* exp_data = vecExpData.data(); in verifyLookupTextureData() local
833 deMemset(exp_data, 255, texSize); in verifyLookupTextureData()
946 GLubyte* dataRegion = exp_data + x + y * width; in verifyLookupTextureData()
Dgl4cSparseTextureTests.cpp1978 GLubyte* exp_data = vecExpData.data(); in verifyTextureData() local
1981 deMemset(exp_data, 16 + 16 * level, texSize); in verifyTextureData()
1993 GLubyte* dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureData()
2016 GLubyte* exp_data = vecExpData.data(); in verifyTextureData() local
2019 deMemset(exp_data, 16 + 16 * level, texSize); in verifyTextureData()
2039 GLubyte* dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureData()
/third_party/musl/src/math/
Dexp_data.c12 const struct exp_data __exp_data = {
Dexp_data.h15 extern hidden const struct exp_data { struct
/third_party/musl/porting/liteos_m/kernel/src/math/
Dexp_data.c12 const struct exp_data __exp_data1 = {
Dexp_data.h15 extern const struct exp_data { struct
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp_data.c12 const struct exp_data __exp_data = {
Dexp_data.h15 extern hidden const struct exp_data { struct
/third_party/musl/porting/uniproton/kernel/src/math/
Dexp_data.c12 const struct exp_data __exp_data1 = {
Dexp_data.h15 extern const struct exp_data { struct
/third_party/optimized-routines/math/
Dexp_data.c12 const struct exp_data __exp_data = {
Dmath_config.h384 extern const struct exp_data struct
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni191 "$MUSLPORTINGDIR/src/math/exp_data.c",
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni194 "$MUSLPORTINGDIR/src/math/exp_data.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni135 "$MUSLPORTINGDIR/src/math/exp_data.c",
/third_party/musl/
Dmusl_src.gni616 "src/math/exp_data.c",