| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | 0002-tiffcrop-fix-issue-380-and-382-heap-buffer-overflow-.patch | 92 …TIFFError ("", "First row: %"PRIu32", last row: %"PRIu32", First col: %"PRIu32", last col: %"PRIu3… 131 … TIFFError ("", "Row: %3d Offset1: %"PRIu32", Shift1: %"PRIu32", Offset2: %"PRIu32", Shif… 133 … TIFFError ("", "Row: %3d Offset1: %"PRIu32", Shift1: %"PRIu32", Offset2: %"PRIu32", Trailin… 147 TIFFError ("", " Trailing bits src offset: %8"PRIu32", Dst offset: %8"PRIu32"\n", 175 - TIFFError ("", " Trailing bits src offset: %8"PRIu32", Dst offset: %8"PRIu32"\n", of… 184 … TIFFError("", " Trailing bits %4"PRIu32" src offset: %8"PRIu32", Dst offset: %8"…
|
| H A D | 0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch | 108 "Invalid end column value %"PRIu32" ignored", end); 138 "Invalid end column value %"PRIu32" ignored", end); 170 "Invalid end column value %"PRIu32" ignored", end); 200 "Invalid end column value %"PRIu32" ignored", end); 230 "Invalid end column value %"PRIu32" ignored", end); 260 "Invalid end column value %"PRIu32" ignored", end); 290 "Invalid end column value %"PRIu32" ignored", end); 326 "Invalid end column value %"PRIu32" ignored", end); 365 "Invalid end column value %"PRIu32" ignored", end);
|
| H A D | 0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch | 225 - TIFFError("", "Strip %"PRIu32": read %"PRId32" bytes, strip size %"PRIu32, 226 + TIFFError("", "Strip %"PRIu32": read %"PRId64" bytes, strip size %"PRIu64, 230 - TIFFError("", "Error reading strip %"PRIu32" after %"PRIu32" rows", 231 + TIFFError("", "Error reading strip %"PRIu32" after %"PRIu64" rows",
|
| H A D | 0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch | 81 + "%s: Invalid InkNames value; no NUL at given buffer end location %"PRIu32", after %"PRIu16" ink", 137 + "Error %s; Tag %s:\n It is not possible to set the value %"PRIu32" for NumberOfInks\n which… 148 + "Warning %s; Tag %s:\n Value %"PRIu32" of NumberOfInks is different from the SamplesPerPixe…
|
| H A D | 0006-fix-heap-buffer-overflow-in-tiffcp-278.patch | 54 "Error, can't write strip %"PRIu32,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tcpbpf_user.c | 50 EXPECT_EQ(1, result->data_segs_in, PRIu32); in verify_result() 51 EXPECT_EQ(1, result->data_segs_out, PRIu32); in verify_result() 52 EXPECT_EQ(0x80, result->bad_cb_test_rv, PRIu32); in verify_result() 53 EXPECT_EQ(0, result->good_cb_test_rv, PRIu32); in verify_result() 54 EXPECT_EQ(1, result->num_listen, PRIu32); in verify_result() 55 EXPECT_EQ(EXPECTED_CLOSE_EVENTS, result->num_close_events, PRIu32); in verify_result()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | attr.c | 100 WRITE_ASS(type, PRIu32); in store_event() 101 WRITE_ASS(size, PRIu32); in store_event() 134 WRITE_ASS(wakeup_events, PRIu32); in store_event() 135 WRITE_ASS(bp_type, PRIu32); in store_event() 140 WRITE_ASS(sample_stack_user, PRIu32); in store_event()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/md5deep/files/ |
| H A D | 0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch | 64 - ocb.error("%s: No hash found in line %"PRIu32, fn, count + 1); 65 + ocb.error("%s: No hash found in line %" PRIu32, fn, count + 1); 73 - ocb.error("%s: Expecting %"PRIu32" hashes, found %"PRIu32"\n", 74 + ocb.error("%s: Expecting %" PRIu32 " hashes, found %" PRIu32 "\n",
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | helper_exec.c | 231 ErrorF(" rep_insb(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_inb() 248 ErrorF(" rep_insw(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_inw() 265 ErrorF(" rep_insl(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_inl() 282 ErrorF(" rep_outb(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_outb() 299 ErrorF(" rep_outw(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_outw() 316 ErrorF(" rep_outl(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_outl()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | inttypes.h | 60 #define PRIu32 "u" macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | inttypes.h | 38 #define PRIu32 "u" macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | inttypes.h | 38 #define PRIu32 "u" macro
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | relocate-rela.c | 49 PRIu32 " at %" PRIx64 "\n", in supported_rela()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/ |
| H A D | inttypes.h | 129 #define PRIu32 "I32u" macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | inttypes.h | 105 # define PRIu32 "u" macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cinttypes | 79 PRIu32
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cinttypes | 79 PRIu32
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | inttypes.h | 104 # define PRIu32 "u" macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | inttypes.h | 104 # define PRIu32 "u" macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | bn.h | 160 #define BN_DEC_FMT1 "%" PRIu32 161 #define BN_DEC_FMT2 "%09" PRIu32
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | bn.h | 158 #define BN_DEC_FMT1 "%" PRIu32 159 #define BN_DEC_FMT2 "%09" PRIu32
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | bn.h | 158 #define BN_DEC_FMT1 "%" PRIu32 159 #define BN_DEC_FMT2 "%09" PRIu32
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | bn.h | 160 #define BN_DEC_FMT1 "%" PRIu32 161 #define BN_DEC_FMT2 "%09" PRIu32
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | bn.h | 160 #define BN_DEC_FMT1 "%" PRIu32 161 #define BN_DEC_FMT2 "%09" PRIu32
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | bn.h | 160 #define BN_DEC_FMT1 "%" PRIu32 161 #define BN_DEC_FMT2 "%09" PRIu32
|