Home
last modified time | relevance | path

Searched refs:PRIu32 (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0002-tiffcrop-fix-issue-380-and-382-heap-buffer-overflow-.patch92 …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 D0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch108 "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 D0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch225 - 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 D0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch81 + "%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 D0006-fix-heap-buffer-overflow-in-tiffcp-278.patch54 "Error, can't write strip %"PRIu32,
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tcpbpf_user.c50 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 Dattr.c100 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 D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch64 - 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 Dhelper_exec.c231 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 Dinttypes.h60 #define PRIu32 "u" macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dinttypes.h38 #define PRIu32 "u" macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dinttypes.h38 #define PRIu32 "u" macro
/OK3568_Linux_fs/u-boot/tools/
H A Drelocate-rela.c49 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 Dinttypes.h129 #define PRIu32 "I32u" macro
/OK3568_Linux_fs/u-boot/include/
H A Dinttypes.h105 # define PRIu32 "u" macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcinttypes79 PRIu32
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcinttypes79 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 Dinttypes.h104 # 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 Dinttypes.h104 # define PRIu32 "u" macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbn.h160 #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 Dbn.h158 #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 Dbn.h158 #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 Dbn.h160 #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 Dbn.h160 #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 Dbn.h160 #define BN_DEC_FMT1 "%" PRIu32
161 #define BN_DEC_FMT2 "%09" PRIu32

12