Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 - 25 of 912) sorted by relevance

12345678910>>...37

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp21 // Returns the result of adding arg1 and arg2 if it will fit in a T (where T is
25 T SafeAdd(T arg1, T arg2) { in SafeAdd() argument
32 if ((arg1 >= 0 && arg2 <= std::numeric_limits<T>::max() - arg1) || in SafeAdd()
33 (arg1 < 0 && arg2 >= std::numeric_limits<T>::min() - arg1)) { in SafeAdd()
34 return arg1 + arg2; in SafeAdd()
41 // Returns the result of multiplying arg1 and arg2 if it will fit in a T (where
45 T SafeUnsignedMult(T arg1, T arg2) { in SafeUnsignedMult() argument
46 if (arg1 == 0 || arg2 <= std::numeric_limits<T>::max() / arg1) { in SafeUnsignedMult()
47 return arg1 * arg2; in SafeUnsignedMult()
56 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, st argument
65 SafeInt32Add(std::int32_t arg1, std::int32_t arg2) SafeInt32Add() argument
69 SafeInt64Add(std::int64_t arg1, std::int64_t arg2) SafeInt64Add() argument
73 SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t *result) SafeUint32Add() argument
83 SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2) SafeUint32Add() argument
87 SafeUint64Add(std::uint64_t arg1, std::uint64_t arg2) SafeUint64Add() argument
91 SafeInt32Sub(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) SafeInt32Sub() argument
101 SafeInt32Sub(std::int32_t arg1, std::int32_t arg2) SafeInt32Sub() argument
111 SafeUint32Sub(std::uint32_t arg1, std::uint32_t arg2) SafeUint32Sub() argument
120 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t *result) SafeUint32Mult() argument
130 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t *result) SafeUint32Mult() argument
140 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t arg4, std::uint32_t *result) SafeUint32Mult() argument
150 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2) SafeUint32Mult() argument
154 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3) SafeUint32Mult() argument
159 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t arg4) SafeUint32Mult() argument
164 SafeInt32Mult(std::int32_t arg1, std::int32_t arg2) SafeInt32Mult() argument
176 SafeSizetMult(std::size_t arg1, std::size_t arg2) SafeSizetMult() argument
182 SafeInt64MultSlow(std::int64_t arg1, std::int64_t arg2) SafeInt64MultSlow() argument
210 SafeUint32DivideUp(std::uint32_t arg1, std::uint32_t arg2) SafeUint32DivideUp() argument
[all...]
H A Ddng_safe_arithmetic.h37 // If the result of adding arg1 and arg2 will fit in an int32_t (without
40 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result);
42 // Returns the result of adding arg1 and arg2 if it will fit in the result type
45 std::int32_t SafeInt32Add(std::int32_t arg1, std::int32_t arg2);
46 std::int64_t SafeInt64Add(std::int64_t arg1, std::int64_t arg2);
48 // If the result of adding arg1 and arg2 will fit in a uint32_t (without
51 bool SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2,
54 // Returns the result of adding arg1 and arg2 if it will fit in the result type
57 std::uint32_t SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2);
58 std::uint64_t SafeUint64Add(std::uint64_t arg1, std::uint64_t arg2);
113 SafeInt64MultByClang(std::int64_t arg1, std::int64_t arg2) SafeInt64MultByClang() argument
130 SafeInt64MultByInt128(std::int64_t arg1, std::int64_t arg2) SafeInt64MultByClang() argument
149 SafeInt64Mult(std::int64_t arg1, std::int64_t arg2) SafeInt64Mult() argument
[all...]
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs448 pub fn fgets(arg1: *mut c_char, arg2: c_int, arg3: *mut FILE) -> *mut c_char; in fgets()
449 pub fn fopen(arg1: *const c_char, arg2: *const c_char) -> *mut FILE; in fopen()
450 pub fn fprintf(arg1: *mut FILE, arg2: *const c_char, ...) -> c_int; in fprintf()
451 pub fn fputc(arg1: c_int, arg2: *mut FILE) -> c_int; in fputc()
452 pub fn fputs(arg1: *const c_char, arg2: *mut FILE) -> c_int; in fputs()
453 pub fn fread(arg1: *mut c_void, arg2: size_t, arg3: size_t, arg4: *mut FILE) -> size_t; in fread()
454 pub fn freopen(arg1: *const c_char, arg2: *const c_char, arg3: *mut FILE) -> *mut FILE; in freopen()
455 pub fn fscanf(arg1: *mut FILE, arg2: *const c_char, ...) -> c_int; in fscanf()
456 pub fn fseek(arg1: *mut FILE, arg2: c_long, arg3: c_int) -> c_int; in fseek()
458 pub fn fwrite(arg1: *const c_void, arg2 in ftell()
[all...]
/kernel/linux/linux-5.10/security/keys/
H A Dcompat.c18 u32, arg2, u32, arg3, u32, arg4, u32, arg5) in COMPAT_SYSCALL_DEFINE5()
22 return keyctl_get_keyring_ID(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
25 return keyctl_join_session_keyring(compat_ptr(arg2)); in COMPAT_SYSCALL_DEFINE5()
28 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
31 return keyctl_revoke_key(arg2); in COMPAT_SYSCALL_DEFINE5()
34 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
37 return keyctl_keyring_clear(arg2); in COMPAT_SYSCALL_DEFINE5()
40 return keyctl_keyring_link(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
43 return keyctl_keyring_unlink(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
46 return keyctl_keyring_search(arg2, compat_pt in COMPAT_SYSCALL_DEFINE5()
[all...]
/kernel/linux/linux-6.6/security/keys/
H A Dcompat.c18 u32, arg2, u32, arg3, u32, arg4, u32, arg5) in COMPAT_SYSCALL_DEFINE5()
22 return keyctl_get_keyring_ID(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
25 return keyctl_join_session_keyring(compat_ptr(arg2)); in COMPAT_SYSCALL_DEFINE5()
28 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
31 return keyctl_revoke_key(arg2); in COMPAT_SYSCALL_DEFINE5()
34 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
37 return keyctl_keyring_clear(arg2); in COMPAT_SYSCALL_DEFINE5()
40 return keyctl_keyring_link(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
43 return keyctl_keyring_unlink(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
46 return keyctl_keyring_search(arg2, compat_pt in COMPAT_SYSCALL_DEFINE5()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h43 const struct bw_fixed arg2) in bw_min2()
45 return (arg1.value <= arg2.value) ? arg1 : arg2; in bw_min2()
49 const struct bw_fixed arg2) in bw_max2()
51 return (arg2.value <= arg1.value) ? arg1 : arg2; in bw_max2()
102 const struct bw_fixed arg2) in bw_add()
106 res.value = arg1.value + arg2.value; in bw_add()
111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub() argument
115 res.value = arg1.value - arg2 in bw_sub()
42 bw_min2(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_min2() argument
48 bw_max2(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_max2() argument
101 bw_add(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_add() argument
121 bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_div() argument
126 bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mod() argument
136 bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_equ() argument
141 bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_neq() argument
146 bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_leq() argument
151 bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_meq() argument
156 bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_ltn() argument
161 bw_mtn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mtn() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h43 const struct bw_fixed arg2) in bw_min2()
45 return (arg1.value <= arg2.value) ? arg1 : arg2; in bw_min2()
49 const struct bw_fixed arg2) in bw_max2()
51 return (arg2.value <= arg1.value) ? arg1 : arg2; in bw_max2()
102 const struct bw_fixed arg2) in bw_add()
106 res.value = arg1.value + arg2.value; in bw_add()
111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub() argument
115 res.value = arg1.value - arg2 in bw_sub()
42 bw_min2(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_min2() argument
48 bw_max2(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_max2() argument
101 bw_add(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_add() argument
121 bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_div() argument
126 bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mod() argument
136 bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_equ() argument
141 bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_neq() argument
146 bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_leq() argument
151 bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_meq() argument
156 bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_ltn() argument
161 bw_mtn(const struct bw_fixed arg1, const struct bw_fixed arg2) bw_mtn() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h139 * result = arg1 < arg2
141 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt() argument
143 return arg1.value < arg2.value; in dc_fixpt_lt()
148 * result = arg1 <= arg2
150 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le() argument
152 return arg1.value <= arg2.value; in dc_fixpt_le()
157 * result = arg1 == arg2
159 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq() argument
161 return arg1.value == arg2.value; in dc_fixpt_eq()
166 * result = min(arg1, arg2)
168 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_min() argument
180 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_max() argument
251 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_add() argument
267 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) dc_fixpt_add_int() argument
276 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_sub() argument
292 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) dc_fixpt_sub_int() argument
314 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) dc_fixpt_mul_int() argument
329 dc_fixpt_div_int(struct fixed31_32 arg1, long long arg2) dc_fixpt_div_int() argument
338 dc_fixpt_div(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_div() argument
432 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_pow() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h133 * result = arg1 < arg2
135 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt() argument
137 return arg1.value < arg2.value; in dc_fixpt_lt()
142 * result = arg1 <= arg2
144 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le() argument
146 return arg1.value <= arg2.value; in dc_fixpt_le()
151 * result = arg1 == arg2
153 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq() argument
155 return arg1.value == arg2.value; in dc_fixpt_eq()
160 * result = min(arg1, arg2)
162 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_min() argument
174 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_max() argument
245 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_add() argument
261 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) dc_fixpt_add_int() argument
270 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_sub() argument
286 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) dc_fixpt_sub_int() argument
308 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) dc_fixpt_mul_int() argument
323 dc_fixpt_div_int(struct fixed31_32 arg1, long long arg2) dc_fixpt_div_int() argument
332 dc_fixpt_div(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_div() argument
426 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_pow() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c40 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod() argument
43 return arg2; in dcn_bw_mod()
44 if (isNaN(arg2)) in dcn_bw_mod()
46 return arg1 - arg1 * ((int) (arg1 / arg2)); in dcn_bw_mod()
49 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2() argument
52 return arg2; in dcn_bw_min2()
53 if (isNaN(arg2)) in dcn_bw_min2()
55 return arg1 < arg2 ? arg1 : arg2; in dcn_bw_min2()
58 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max() argument
62 dcn_bw_max2(const float arg1, const float arg2) dcn_bw_max2() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DfatarrowfunctionsOptionalArgs.js32 (arg1, arg2) => 12;
33 (arg1 = 1, arg2 =3) => 13;
34 (arg1?, arg2?) => 14;
35 (arg1: number, arg2: number) => 15;
36 (arg1: number = 0, arg2: number = 1) => 16;
37 (arg1?: number, arg2?: number) => 17;
38 (arg1, ...arg2: number[]) => 18;
39 (arg1, arg2?: number) => 19;
109 ((arg1, arg2?) => 0) + '' + ((arg1,arg2
[all...]
H A DtsxStatelessFunctionComponentsWithTypeArguments3.js9 function Baz<T extends {b: number}, U extends {a: boolean, b:string}>(arg1: T, arg2: U) {
11 let a1 = <OverloadComponent {...arg2} ignore-pro="hello world" />;
12 let a2 = <OverloadComponent {...arg2} />;
15 let a5 = <OverloadComponent {...arg2} ignore-prop="hello" {...arg1} />;
16 let a6 = <OverloadComponent {...arg2} ignore-prop {...arg1} />;
20 declare function Link<U>(l: {func: (arg1:U, arg2: string)=>void}): JSX.Element;
31 function Baz(arg1, arg2) {
33 var a1 = <OverloadComponent {...arg2} ignore-pro="hello world"/>;
34 var a2 = <OverloadComponent {...arg2}/>;
37 var a5 = <OverloadComponent {...arg2} ignor
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calc_math.c39 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod() argument
42 return arg2; in dcn_bw_mod()
43 if (isNaN(arg2)) in dcn_bw_mod()
45 return arg1 - arg1 * ((int) (arg1 / arg2)); in dcn_bw_mod()
48 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2() argument
51 return arg2; in dcn_bw_min2()
52 if (isNaN(arg2)) in dcn_bw_min2()
54 return arg1 < arg2 ? arg1 : arg2; in dcn_bw_min2()
57 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max() argument
61 dcn_bw_max2(const float arg1, const float arg2) dcn_bw_max2() argument
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtrace.h289 # define OSSL_TRACE2(category, format, arg1, arg2) \
290 OSSL_TRACEV(category, (trc_out, format, arg1, arg2))
291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \
292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3))
293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \
294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \
296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \
298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg
[all...]
/third_party/openssl/include/openssl/
H A Dtrace.h289 # define OSSL_TRACE2(category, format, arg1, arg2) \
290 OSSL_TRACEV(category, (trc_out, format, arg1, arg2))
291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \
292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3))
293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \
294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \
296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \
298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg
[all...]
/third_party/node/deps/v8/src/third_party/valgrind/
H A Dvalgrind.h712 #define CALL_FN_v_WW(fnptr, arg1,arg2) \
714 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0)
716 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \
718 CALL_FN_W_WWW(_junk,fnptr,arg1,arg2,arg3); } while (0)
720 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \
722 CALL_FN_W_WWWW(_junk,fnptr,arg1,arg2,arg3,arg4); } while (0)
724 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \
726 CALL_FN_W_5W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5); } while (0)
728 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \
730 CALL_FN_W_6W(_junk,fnptr,arg1,arg2,arg
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dlinkage.h24 #define __asmlinkage_protect2(ret, arg1, arg2) \
25 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2))
26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \
27 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \
29 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \
32 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \
35 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dlinkage.h24 #define __asmlinkage_protect2(ret, arg1, arg2) \
25 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2))
26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \
27 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \
29 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \
32 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \
35 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "
[all...]
/third_party/libinput/include/valgrind/
H A Dvalgrind.h1202 #define CALL_FN_v_WW(fnptr, arg1,arg2) \
1204 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0)
1206 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \
1208 CALL_FN_W_WWW(_junk,fnptr,arg1,arg2,arg3); } while (0)
1210 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \
1212 CALL_FN_W_WWWW(_junk,fnptr,arg1,arg2,arg3,arg4); } while (0)
1214 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \
1216 CALL_FN_W_5W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5); } while (0)
1218 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \
1220 CALL_FN_W_6W(_junk,fnptr,arg1,arg2,arg
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dsdt.h340 #define _SDT_ASM_OPERANDS_2(arg1, arg2) \
341 _SDT_ASM_OPERANDS_1(arg1), _SDT_ARG(2, arg2)
342 #define _SDT_ASM_OPERANDS_3(arg1, arg2, arg3) \
343 _SDT_ASM_OPERANDS_2(arg1, arg2), _SDT_ARG(3, arg3)
344 #define _SDT_ASM_OPERANDS_4(arg1, arg2, arg3, arg4) \
345 _SDT_ASM_OPERANDS_3(arg1, arg2, arg3), _SDT_ARG(4, arg4)
346 #define _SDT_ASM_OPERANDS_5(arg1, arg2, arg3, arg4, arg5) \
347 _SDT_ASM_OPERANDS_4(arg1, arg2, arg3, arg4), _SDT_ARG(5, arg5)
348 #define _SDT_ASM_OPERANDS_6(arg1, arg2, arg3, arg4, arg5, arg6) \
349 _SDT_ASM_OPERANDS_5(arg1, arg2, arg
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
H A Ddjpeg-gtest-wrapper.cpp74 std::string arg2 = "int"; in TEST_P() local
84 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST_P()
107 std::string arg2 = "int"; in TEST() local
116 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
136 std::string arg2 = "int"; in TEST() local
146 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
166 std::string arg2 = "int"; in TEST() local
174 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
194 std::string arg2 = "int"; in TEST() local
205 &arg1[0], &arg2[ in TEST()
225 std::string arg2 = "int"; TEST() local
254 std::string arg2 = "int"; TEST() local
285 std::string arg2 = "int"; TEST() local
315 std::string arg2 = "int"; TEST() local
344 std::string arg2 = "-ppm"; TEST() local
370 std::string arg2 = "int"; TEST() local
402 std::string arg2 = "int"; TEST() local
433 std::string arg2 = "int"; TEST() local
463 std::string arg2 = "int"; TEST() local
491 std::string arg2 = "fast"; TEST() local
516 std::string arg2 = "fast"; TEST() local
543 std::string arg2 = "int"; TEST() local
574 std::string arg2 = "int"; TEST() local
603 std::string arg2 = "fast"; TEST() local
628 std::string arg2 = "fast"; TEST() local
655 std::string arg2 = "int"; TEST() local
680 std::string arg2 = "int"; TEST() local
707 std::string arg2 = "int"; TEST() local
737 std::string arg2 = "int"; TEST() local
769 std::string arg2 = "float"; TEST() local
798 std::string arg2 = "fast"; TEST() local
824 std::string arg2 = "int"; TEST() local
853 std::string arg2 = "int"; TEST() local
883 std::string arg2 = "int"; TEST() local
[all...]
H A Dcjpeg-gtest-wrapper.cpp42 std::string arg2 = "-dct"; in TEST() local
51 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
71 std::string arg2 = "2x1"; in TEST() local
80 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
102 std::string arg2 = "2x2"; in TEST() local
114 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
135 std::string arg2 = "-dct"; in TEST() local
142 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
162 std::string arg2 = "2x2"; in TEST() local
173 &arg1[0], &arg2[ in TEST()
193 std::string arg2 = "3x2"; TEST() local
226 std::string arg2 = "3x2"; TEST() local
256 std::string arg2 = "int"; TEST() local
283 std::string arg2 = "1x1"; TEST() local
313 std::string arg2 = "int"; TEST() local
343 std::string arg2 = "int"; TEST() local
370 std::string arg2 = "int"; TEST() local
398 std::string arg2 = "int"; TEST() local
[all...]
/kernel/linux/linux-5.10/arch/x86/um/shared/sysdep/
H A Dstub_64.h29 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
35 : "0" (syscall), "D" (arg1), "S" (arg2) : __syscall_clobber ); in stub_syscall2()
40 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
46 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3) in stub_syscall3()
52 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
59 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall4()
66 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
73 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall5()
H A Dstub_32.h33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
38 "c" (arg2)); in stub_syscall2()
43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
48 "c" (arg2), "d" (arg3)); in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
59 "c" (arg2), "d" (arg3), "S" (arg4)); in stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); in stub_syscall5()
/kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/
H A Dstub_32.h33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
38 "c" (arg2)); in stub_syscall2()
43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
48 "c" (arg2), "d" (arg3)); in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
59 "c" (arg2), "d" (arg3), "S" (arg4)); in stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); in stub_syscall5()

Completed in 17 milliseconds

12345678910>>...37