/aosp_15_r20/external/llvm/test/MC/Hexagon/instructions/ |
H A D | xtype_pred.s | 6 p3 = boundscheck(r17:16, r21:20):raw:lo define 8 p3 = boundscheck(r17:16, r21:20):raw:hi define 12 p3 = cmpb.gt(r17, r21) define 14 p3 = cmpb.eq(r17, r21) define 16 p3 = cmpb.gtu(r17, r21) define 18 p3 = cmpb.eq(r17, #21) define 20 p3 = cmpb.gt(r17, #21) define 22 p3 = cmpb.gtu(r17, #21) define 26 p3 = cmph.eq(r17, r21) define 28 p3 = cmph.gt(r17, r21) define [all …]
|
H A D | alu32_pred.s | 190 p3 = cmp.eq(r21, #31) define 192 p3 = !cmp.eq(r21, #31) define 194 p3 = cmp.gt(r21, #31) define 196 p3 = !cmp.gt(r21, #31) define 198 p3 = cmp.gtu(r21, #31) define 200 p3 = !cmp.gtu(r21, #31) define 202 p3 = cmp.eq(r21, r31) define 204 p3 = !cmp.eq(r21, r31) define 206 p3 = cmp.gt(r21, r31) define 208 p3 = !cmp.gt(r21, r31) define [all …]
|
H A D | xtype_fp.s | 10 p3 = sfclass(r17, #21) define 12 p3 = dfclass(r17:16, #21) define 16 p3 = sfcmp.ge(r17, r21) define 18 p3 = sfcmp.uo(r17, r21) define 20 p3 = sfcmp.eq(r17, r21) define 22 p3 = sfcmp.gt(r17, r21) define 24 p3 = dfcmp.eq(r17:16, r21:20) define 26 p3 = dfcmp.gt(r17:16, r21:20) define 28 p3 = dfcmp.ge(r17:16, r21:20) define 30 p3 = dfcmp.uo(r17:16, r21:20) define
|
H A D | cr.s | 6 p3 = !fastcorner9(p2, p1) define 32 p3 = sp1loop0(0, r21) define 34 p3 = sp2loop0(0, r21) define 36 p3 = sp3loop0(0, r21) define 38 p3 = sp1loop0(0, #21) define 40 p3 = sp2loop0(0, #21) define 42 p3 = sp3loop0(0, #21) define
|
/aosp_15_r20/art/test/700-LoadArgRegs/src/ |
H A D | Main.java | 9 static void testI3(int p1, int p2, int p3) { in testI3() 12 static void testI4(int p1, int p2, int p3, int p4) { in testI4() 15 static void testI5(int p1, int p2, int p3, int p4, int p5) { in testI5() 18 static void testI6(int p1, int p2, int p3, int p4, int p5, int p6) { in testI6() 21 static void testI7(int p1, int p2, int p3, int p4, int p5, int p6, int p7) { in testI7() 24 static void testI8(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) { in testI8() 27 static void testI9(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9) { in testI9() 30 …static void testI10(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p1… in testI10() 33 …static void testI11(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p1… in testI11() 36 …static void testI12(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p1… in testI12() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
D | weak_ptr_alias_test.cpp | 54 boost::weak_ptr<int> p3( p2, &m2 ); in main() local 63 boost::weak_ptr<int const> p3( p, &m2 ); in main() local 72 boost::weak_ptr<int volatile> p3( p2, &m2 ); in main() local 81 boost::weak_ptr<void> p3( p, &m2 ); in main() local 90 boost::weak_ptr<void> p3( p2, &m2 ); in main() local 99 boost::weak_ptr<void const volatile> p3( p, &m2 ); in main() local 108 boost::weak_ptr<void const volatile> p3( p2, &m2 ); in main() local 127 boost::weak_ptr<int> p3( p2, &m2 ); in main() local 136 boost::weak_ptr<int const> p3( p, &m2 ); in main() local 145 boost::weak_ptr<int volatile> p3( p2, &m2 ); in main() local [all …]
|
D | local_sp_test.cpp | 354 boost::local_shared_ptr<T const> p3( p1 ); in empty_copy_test() local 443 boost::local_shared_ptr<T const> p3(( boost::local_shared_ptr<T>() )); in empty_move_test() local 528 boost::local_shared_ptr<U> p3( p1, p2 ); in test_aliasing_() local 666 boost::local_shared_ptr<T const> p3( p1 ); in empty_shared_ptr_copy_test() local 756 boost::local_shared_ptr<T const> p3(( boost::shared_ptr<T>() )); in empty_shared_ptr_move_test() local 965 boost::local_shared_ptr<T const> p3; in empty_copy_assign_test() local 1117 boost::local_shared_ptr<T const> p3; in empty_move_assign_test() local 1388 boost::local_shared_ptr<T const> p3; in empty_shared_ptr_copy_assign_test() local 1542 boost::local_shared_ptr<T const> p3; in empty_shared_ptr_move_assign_test() local 1608 boost::shared_ptr<T> p3( p2 ); in test_nonempty_shared_ptr_move_assign() local [all …]
|
/aosp_15_r20/external/googletest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 209 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument 212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument 218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 252 #define GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument 259 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument [all …]
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 209 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument 212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument 218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 252 #define GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument 259 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 209 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument 212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument 218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 252 #define GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument 259 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/ |
D | bind_function_ap_test.cpp | 49 void fv3( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3 ) in fv3() 56 void fv4( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv4() 64 void fv5( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv5() 73 void fv6( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv6() 83 void fv7( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv7() 94 void fv8( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv8() 106 void fv9( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv9() 143 std::auto_ptr<int> p3( new int(3) ); in test() local 153 std::auto_ptr<int> p3( new int(3) ); in test() local 164 std::auto_ptr<int> p3( new int(3) ); in test() local [all …]
|
D | bind_unique_ptr_test.cpp | 40 void fv3( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3 ) in fv3() 47 void fv4( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv4() 55 void fv5( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv5() 64 void fv6( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv6() 74 void fv7( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv7() 85 void fv8( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv8() 97 void fv9( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv9() 128 std::unique_ptr<int> p3( new int(3) ); in test() local 136 std::unique_ptr<int> p3( new int(3) ); in test() local 145 std::unique_ptr<int> p3( new int(3) ); in test() local [all …]
|
D | bind_nested_rv_test.cpp | 35 bool f3( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3 ) in f3() 43 bool f4( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::sh… in f4() 52 bool f5( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::sh… in f5() 62 bool f6( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::sh… in f6() 73 bool f7( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::sh… in f7() 85 bool f8( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::sh… in f8() 98 bool f9( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::sh… in f9()
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | Color_ColorLongTest.java | 51 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testRed() local 59 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testGreen() local 67 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testBlue() local 75 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testAlpha() local 84 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testColorSpace() local 102 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testIsSrgb() local 113 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testIsWideGamut() local 124 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testIsInColorSpace() local 132 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testValueOf() local 300 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testPack() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessor/ |
D | filter_params.hpp | 17 #define BOOST_MPL_PP_FILTER_PARAMS_0(p1,p2,p3,p4,p5,p6,p7,p8,p9) argument 18 #define BOOST_MPL_PP_FILTER_PARAMS_1(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1 argument 19 #define BOOST_MPL_PP_FILTER_PARAMS_2(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2 argument 20 #define BOOST_MPL_PP_FILTER_PARAMS_3(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3 argument 21 #define BOOST_MPL_PP_FILTER_PARAMS_4(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4 argument 22 #define BOOST_MPL_PP_FILTER_PARAMS_5(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5 argument 23 #define BOOST_MPL_PP_FILTER_PARAMS_6(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5,p6 argument 24 #define BOOST_MPL_PP_FILTER_PARAMS_7(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5,p6,p7 argument 25 #define BOOST_MPL_PP_FILTER_PARAMS_8(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5,p6,p7,p8 argument 26 #define BOOST_MPL_PP_FILTER_PARAMS_9(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5,p6,p7,p8,p9 argument
|
/aosp_15_r20/device/google/contexthub/firmware/os/inc/ |
D | syscall_defs.h | 58 #define syscallDo3P(syscallNo,p1,p2,p3) cpuSyscallDo3P(syscallNo,p1,p2,p3) argument 60 #define syscallDo3P(syscallNo,p1,p2,p3) syscallDoGeneric(syscallNo,p1,p2,p3) argument 64 #define syscallDo4P(syscallNo,p1,p2,p3,p4) cpuSyscallDo4P(syscallNo,p1,p2,p3,p4) argument 66 #define syscallDo4P(syscallNo,p1,p2,p3,p4) syscallDoGeneric(syscallNo,p1,p2,p3,p4) argument 70 #define syscallDo5P(syscallNo,p1,p2,p3,p4,p5) cpuSyscallDo5P(syscallNo,p1,p2,p3,p4,p5) argument 72 #define syscallDo5P(syscallNo,p1,p2,p3,p4,p5) syscallDoGeneric(syscallNo,p1,p2,p3,p4,p5) argument 76 #define syscallDo6P(syscallNo,p1,p2,p3,p4,p5,p6) cpuSyscallDo5P(syscallNo,p1,p2,p3,p4,p5,p6) argument 78 #define syscallDo6P(syscallNo,p1,p2,p3,p4,p5,p6) syscallDoGeneric(syscallNo,p1,p2,p3,p4,p5,p6) argument
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | loopfilter.c | 34 static INLINE int8_t filter_mask(uint8_t limit, uint8_t blimit, uint8_t p3, in filter_mask() 48 static INLINE int8_t flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, in flat_mask4() 61 static INLINE int8_t flat_mask5(uint8_t thresh, uint8_t p4, uint8_t p3, in flat_mask5() 119 const uint8_t p3 = s[-4 * pitch], p2 = s[-3 * pitch], p1 = s[-2 * pitch], in vpx_lpf_horizontal_4_c() local 145 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; in vpx_lpf_vertical_4_c() local 167 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; in filter8() local 189 const uint8_t p3 = s[-4 * pitch], p2 = s[-3 * pitch], p1 = s[-2 * pitch], in vpx_lpf_horizontal_8_c() local 216 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; in vpx_lpf_vertical_8_c() local 243 const uint8_t p7 = *op7, p6 = *op6, p5 = *op5, p4 = *op4, p3 = *op3, in filter16() local 298 const uint8_t p3 = s[-4 * pitch], p2 = s[-3 * pitch], p1 = s[-2 * pitch], in mb_lpf_horizontal_edge_w() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | scope_guard.hpp | 230 scope_guard_impl3(F fun,P1 p1,P2 p2,P3 p3):fun_(fun),p1_(p1),p2_(p2),p3_(p3){} in scope_guard_impl3() 242 inline scope_guard_impl3<F,P1,P2,P3> make_guard(F fun,P1 p1,P2 p2,P3 p3) in make_guard() 249 make_guard_if_c(F fun,P1 p1,P2 p2,P3 p3) in make_guard_if_c() 256 make_guard_if(F fun,P1 p1,P2 p2,P3 p3) in make_guard_if() 265 scope_guard_impl4(F fun,P1 p1,P2 p2,P3 p3,P4 p4): in scope_guard_impl4() 280 F fun,P1 p1,P2 p2,P3 p3,P4 p4) in make_guard() 288 F fun,P1 p1,P2 p2,P3 p3,P4 p4) in make_guard_if_c() 296 F fun,P1 p1,P2 p2,P3 p3,P4 p4) in make_guard_if() 412 obj_scope_guard_impl3(Obj& obj,MemFun mem_fun,P1 p1,P2 p2,P3 p3): in obj_scope_guard_impl3() 428 make_obj_guard(Obj& obj,MemFun mem_fun,P1 p1,P2 p2,P3 p3) in make_obj_guard() [all …]
|
/aosp_15_r20/external/fonttools/Lib/fontTools/cu2qu/ |
H A D | cu2qu.py | 77 def calc_cubic_parameters(p0, p1, p2, p3): argument 90 def split_cubic_into_n_iter(p0, p1, p2, p3, n): argument 141 def _split_cubic_into_n_gen(p0, p1, p2, p3, n): argument 163 def split_cubic_into_two(p0, p1, p2, p3): argument 200 def split_cubic_into_three(p0, p1, p2, p3): argument 237 def cubic_approx_control(t, p0, p1, p2, p3): argument 293 def cubic_farthest_fit_inside(p0, p1, p2, p3, tolerance): argument
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | recordJavaResolutions.kt | 65 package p3 package 68 package p3 package 71 package p3 package 83 package p3; package 86 package p3; package 89 package p3; package
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libjpeg-turbo/ |
D | jerror.h | 246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 302 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument 307 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument 312 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument 318 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libjpeg-turbo/ |
D | jerror.h | 246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 302 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument 307 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument 312 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument 318 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libjpeg-turbo/ |
D | jerror.h | 246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 302 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument 307 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument 312 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument 318 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libjpeg-turbo/ |
D | jerror.h | 246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 302 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument 307 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument 312 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument 318 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libjpeg-turbo/ |
D | jerror.h | 246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 302 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument 307 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument 312 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument 318 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
|