/third_party/ltp/testcases/kernel/fs/stream/ |
H A D | stream03.c | 53 char *junk = "abcdefghijklmnopqrstuvwxyz"; in main() local 87 if (fwrite(junk, sizeof(*junk), strlen(junk), stream) == 0) { in main() 94 if (pos != strlen(junk)) { in main() 96 "strlen(junk)=%zi: file pointer descrepancy 2 (pos=%li)", in main() 97 strlen(junk), pos); in main() 113 if (fseek(stream, strlen(junk), 1) != 0) { in main() 120 if (pos != strlen(junk)) { in main() 122 "strlen(junk) in main() [all...] |
H A D | stream04.c | 57 char *junk = "abcdefghijklmnopqrstuvwxyz"; in main() local 81 fwrite(junk, sizeof(*junk), strlen(junk), stream)) == 0) { in main() 86 if ((size_t) ret != strlen(junk)) { in main() 88 "strlen(junk) = %zi != return value from fwrite = %zi", in main() 89 strlen(junk), ret); in main() 98 if ((inbuf = malloc(strlen(junk))) == 0) { in main() 103 fread(inbuf, sizeof(*junk), strlen(junk), strea in main() [all...] |
/third_party/skia/third_party/externals/freetype/builds/atari/ |
H A D | deflinejoiner.awk | 5 junk, elm0, l ) 8 for ( l = 0; l < asorti( array, junk ) - 1; l++ ) 23 junk, elm ) 27 if ( 0 < asorti( array, junk ) ) 37 i, junk ) 40 for ( i = 0; i < asorti( break_pos, junk ); i++ ) 59 bp_len = asorti( break_pos, junk ) 65 c0, c1, i, junk, part_str ) 69 while( asorti( break_pos, junk ) > 1 ) 98 for ( k = 0; k < asorti( break_pos, junk ); [all...] |
/third_party/lz4/examples/ |
H A D | compress_functions.c | 131 for(int junk=0; junk<warm_up; junk++) in bench() 144 for(int junk=0; junk<warm_up; junk++) in bench() 157 for(int junk=0; junk<warm_up; junk++) in bench() 172 // for(int junk in bench() [all...] |
/third_party/skia/bench/ |
H A D | MatrixBench.cpp | 56 SK_MAYBE_UNUSED volatile bool junk = false; variable 57 junk ^= (m0 == m1); 58 junk ^= (m1 == m2); 59 junk ^= (m2 == m0); 119 SK_MAYBE_UNUSED volatile int junk = 0; variable 120 junk ^= (fMatrix.getType()); 122 junk ^= (fMatrix.getType()); 124 junk ^= (fMatrix.getType()); 126 junk ^= (fMatrix.getType()); 128 junk [all...] |
H A D | ScalarBench.cpp | 62 SK_MAYBE_UNUSED volatile bool junk = false; variable 63 junk ^= (fArray[6] != 0.0f || fArray[7] != 0.0f || fArray[8] != 1.0f); 64 junk ^= (fArray[2] != 0.0f || fArray[5] != 0.0f); 81 SK_MAYBE_UNUSED volatile int32_t junk = 0; variable 82 junk ^= (SkScalarAs2sCompliment(fArray[6]) | 85 junk ^= (SkScalarAs2sCompliment(fArray[2]) |
|
H A D | ColorPrivBench.cpp | 43 // We xor results of FourByteInterp into junk to make sure the function runs. 44 SK_MAYBE_UNUSED volatile SkPMColor junk = 0; variable 61 junk ^= SkFastFourByteInterp(src, dst, scale); 63 junk ^= SkFastFourByteInterp256(src, dst, scale); 65 junk ^= SkFourByteInterp(src, dst, scale); 67 junk ^= SkFourByteInterp256(src, dst, scale);
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | bytes_by_prefix.c | 75 char mult, junk; in bytes_by_prefix() local 80 nconv = sscanf(s, "%f%c%c", &num, &mult, &junk); in bytes_by_prefix() 123 char mult, junk; in lbytes_by_prefix() local 128 nconv = sscanf(s, "%f%c%c", &num, &mult, &junk); in lbytes_by_prefix() 175 char mult, junk; in llbytes_by_prefix() local 180 nconv = sscanf(s, "%lf%c%c", &num, &mult, &junk); in llbytes_by_prefix()
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
H A D | SupplementalUtilities.java | 52 int junk[] = { in main() 64 for(int i=0;i<junk.length;i++) { in main() 65 System.out.println(Integer.toString(junk[i]) + " -> " + Double.toString(ldml2d(junk[i]))); in main()
|
/third_party/mesa3d/src/util/ |
H A D | u_printf.c | 76 char junk; in u_printf_length() local 87 (void)junk; in u_printf_length() 89 size = vsnprintf(&junk, 1, fmt, args); in u_printf_length()
|
/third_party/openssl/test/ |
H A D | sslcorrupttest.c | 184 static unsigned char junk[16000] = { 0 }; in test_ssl_corrupt() local 231 if (!TEST_int_ge(SSL_write(client, junk, sizeof(junk)), 0)) in test_ssl_corrupt() 234 if (!TEST_int_lt(SSL_read(server, junk, sizeof(junk)), 0)) in test_ssl_corrupt()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_send.py | 61 [dim, junk, junk, junk, junk] = param.get_dimensions() 713 [dim, w, h, d, junk] = output.get_dimensions() 785 [dim, w, h, d, junk] = p.get_dimensions() 854 [dim, junk, junk, junk, junk] [all...] |
H A D | glX_XML.py | 240 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
|
/third_party/skia/src/core/ |
H A D | SkRecords.cpp | 16 SkPathPriv::FirstDirection junk; in PreCachedPath() 17 (void)SkPathPriv::CheapComputeFirstDirection(*this, &junk); in PreCachedPath()
|
/third_party/icu/tools/scripts/ |
H A D | icurun | 145 rm -rf "${ICU_CONFIG}".junk 146 grep -v '^sanity$' < "${ICU_CONFIG}" > "${ICU_CONFIG}".junk 147 chmod u+rwx "${ICU_CONFIG}".junk 148 ICU_CONFIG="${ICU_CONFIG}.junk"
|
/third_party/zlib/examples/ |
H A D | gzjoin.c | 287 unsigned char *junk; /* buffer for uncompressed data -- discarded */ in gzcopy() local 299 junk = malloc(CHUNK); in gzcopy() 306 if (junk == NULL || ret != Z_OK) in gzcopy() 328 strm.next_out = junk; in gzcopy() 416 free(junk); in gzcopy()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ncnvfbts.c | 232 char junk[9999]; in testConvertFromUnicode() local 235 junk[0] = 0; in testConvertFromUnicode() 239 sprintf(junk + uprv_strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode() 243 log_verbose(junk); in testConvertFromUnicode() 310 char junk[9999]; in testConvertToUnicode() local 396 junk[0] = 0; in testConvertToUnicode() 401 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode() 405 log_verbose(junk); in testConvertToUnicode() [all...] |
H A D | crestst.c | 454 const UChar *junk; /* ignored */ in TestFallback() local 469 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status); in TestFallback() 470 (void)junk; /* Suppress set but not used warning. */ in TestFallback() 472 junk = ures_getStringByKey(fr_FR, "LocaleString", &resultLen, &status); in TestFallback() 474 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status); in TestFallback() 488 junk = ures_getStringByKey(fr_FR, "ExemplarCharacters", &resultLen, &status); in TestFallback()
|
H A D | nccbtst.c | 2643 char junk[9999]; in testConvertFromUnicode() local 2754 junk[0] = 0; in testConvertFromUnicode() 2758 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode() 2762 log_verbose(junk); in testConvertFromUnicode() 2836 char junk[9999]; in testConvertToUnicode() local 2949 junk[0] = 0; in testConvertToUnicode() 2954 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode() 2958 log_verbose(junk); in testConvertToUnicode() 3034 char junk[9999]; testConvertFromUnicodeWithContext() local 3209 char junk[9999]; testConvertToUnicodeWithContext() local [all...] |
/third_party/ltp/testcases/network/sockets/ |
H A D | ltpServer.c | 223 void *ltp_udp_server_queue(void *junk) in ltp_udp_server_queue() argument 263 void *ltp_tcp_server_queue(void *junk) in ltp_tcp_server_queue() argument 387 void *ltp_multi_server_queue(void *junk) in ltp_multi_server_queue() argument
|
/third_party/icu/tools/multi/proj/provider/glue/ |
H A D | date_fe.cpp | 120 UChar junk[200]; in GLUE_SYM() local 127 junk, in GLUE_SYM() 135 appendTo.append(junk, nlen); in GLUE_SYM()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_impl_lite.cc | 187 char junk[4096]; in Skip() local 190 int bytes = Read(junk, std::min(count - skipped, in Skip() 191 implicit_cast<int>(sizeof(junk)))); in Skip()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 327 struct iris_resource *junk, *s_res; in iris_resource_for_aspect() local 328 iris_get_depth_stencil_resources(p_res, &junk, &s_res); in iris_resource_for_aspect() 772 struct iris_resource *junk, *s_src_res, *s_dst_res; in iris_resource_copy_region() local 773 iris_get_depth_stencil_resources(p_src, &junk, &s_src_res); in iris_resource_copy_region() 774 iris_get_depth_stencil_resources(p_dst, &junk, &s_dst_res); in iris_resource_copy_region()
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | phase2-backslash.c | 58 // junk \ 59 more junk
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | attr-inline.c | 12 static __attribute__((__warning__("That's junk!"))) __attribute__((__unused__)) 14 void junk(void) in junk() function
|