Home
last modified time | relevance | path

Searched defs:c (Results 101 – 125 of 32101) sorted by relevance

12345678910>>...1285

/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c108 resize_qreg_array(struct v3d_compile *c, in resize_qreg_array()
129 resize_interp_array(struct v3d_compile *c, in resize_interp_array()
152 vir_emit_thrsw(struct v3d_compile *c) in vir_emit_thrsw()
252 ntq_tmu_fifo_overflow(struct v3d_compile *c, uint32_t components) in ntq_tmu_fifo_overflow()
266 ntq_flush_tmu(struct v3d_compile *c) in ntq_flush_tmu()
302 ntq_add_pending_tmu_flush(struct v3d_compile *c, in ntq_add_pending_tmu_flush()
347 emit_tmu_general_store_writes(struct v3d_compile *c, in emit_tmu_general_store_writes()
405 emit_tmu_general_atomic_writes(struct v3d_compile *c, in emit_tmu_general_atomic_writes()
439 emit_tmu_general_address_write(struct v3d_compile *c, in emit_tmu_general_address_write()
502 ntq_emit_tmu_general(struct v3d_compile *c, nir_intrinsic_instr *instr, in ntq_emit_tmu_general()
[all …]
H A Dvir.c50 vir_has_side_effects(struct v3d_compile *c, struct qinst *inst) in vir_has_side_effects()
238 vir_set_pf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_pf pf) in vir_set_pf()
250 vir_set_uf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_uf uf) in vir_set_uf()
311 vir_get_temp(struct v3d_compile *c) in vir_get_temp()
374 vir_branch_inst(struct v3d_compile *c, enum v3d_qpu_branch_cond cond) in vir_branch_inst()
395 vir_emit(struct v3d_compile *c, struct qinst *inst) in vir_emit()
414 vir_emit_def(struct v3d_compile *c, struct qinst *inst) in vir_emit_def()
439 vir_emit_nondef(struct v3d_compile *c, struct qinst *inst) in vir_emit_nondef()
450 vir_new_block(struct v3d_compile *c) in vir_new_block()
466 vir_set_emit_block(struct v3d_compile *c, struct qblock *block) in vir_set_emit_block()
[all …]
/aosp_15_r20/external/webrtc/rtc_base/experiments/
H A Dbalanced_degradation_settings.cc337 {FieldTrialStructMember("pixels", [](Config* c) { return &c->pixels; }), in BalancedDegradationSettings()
338 FieldTrialStructMember("fps", [](Config* c) { return &c->fps; }), in BalancedDegradationSettings()
339 FieldTrialStructMember("kbps", [](Config* c) { return &c->kbps; }), in BalancedDegradationSettings()
341 [](Config* c) { return &c->kbps_res; }), in BalancedDegradationSettings()
343 [](Config* c) { return &c->fps_diff; }), in BalancedDegradationSettings()
345 [](Config* c) { return &c->vp8.qp_low; }), in BalancedDegradationSettings()
347 [](Config* c) { return &c->vp8.qp_high; }), in BalancedDegradationSettings()
348 FieldTrialStructMember("vp8_fps", [](Config* c) { return &c->vp8.fps; }), in BalancedDegradationSettings()
350 [](Config* c) { return &c->vp8.kbps; }), in BalancedDegradationSettings()
352 [](Config* c) { return &c->vp8.kbps_res; }), in BalancedDegradationSettings()
[all …]
/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducase.cpp127 ucase_tolower(UChar32 c) { in ucase_tolower()
149 ucase_toupper(UChar32 c) { in ucase_toupper()
171 ucase_totitle(UChar32 c) { in ucase_totitle()
207 ucase_addCaseClosure(UChar32 c, const USetAdder *sa) { in ucase_addCaseClosure()
321 ucase_addSimpleCaseClosure(UChar32 c, const USetAdder *sa) { in ucase_addSimpleCaseClosure()
487 UChar32 c; in ucase_addStringCaseClosure() local
532 UChar32 c; in next() local
673 ucase_getType(UChar32 c) { in ucase_getType()
680 ucase_getTypeOrIgnorable(UChar32 c) { in ucase_getTypeOrIgnorable()
687 getDotType(UChar32 c) { in getDotType()
[all …]
H A Duprops.cpp168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains()
173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains()
177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
194 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion()
208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert()
221 static UBool changesWhenCasefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in changesWhenCasefolded()
265 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whic… in changesWhenNFKC_Casefolded()
293 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isCanonSegmentStarter()
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ducase.cpp127 ucase_tolower(UChar32 c) { in ucase_tolower()
149 ucase_toupper(UChar32 c) { in ucase_toupper()
171 ucase_totitle(UChar32 c) { in ucase_totitle()
207 ucase_addCaseClosure(UChar32 c, const USetAdder *sa) { in ucase_addCaseClosure()
321 ucase_addSimpleCaseClosure(UChar32 c, const USetAdder *sa) { in ucase_addSimpleCaseClosure()
487 UChar32 c; in ucase_addStringCaseClosure() local
532 UChar32 c; in next() local
673 ucase_getType(UChar32 c) { in ucase_getType()
680 ucase_getTypeOrIgnorable(UChar32 c) { in ucase_getTypeOrIgnorable()
687 getDotType(UChar32 c) { in getDotType()
[all …]
H A Duprops.cpp168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains()
173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains()
177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
194 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion()
208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert()
221 static UBool changesWhenCasefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in changesWhenCasefolded()
265 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whic… in changesWhenNFKC_Casefolded()
293 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isCanonSegmentStarter()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c58 resize_qreg_array(struct vc4_compile *c, in resize_qreg_array()
79 ntq_emit_thrsw(struct vc4_compile *c) in ntq_emit_thrsw()
96 indirect_uniform_load(struct vc4_compile *c, nir_intrinsic_instr *intr) in indirect_uniform_load()
119 vc4_ubo_load(struct vc4_compile *c, nir_intrinsic_instr *intr) in vc4_ubo_load()
164 ntq_init_ssa_def(struct vc4_compile *c, nir_def *def) in ntq_init_ssa_def()
188 ntq_store_def(struct vc4_compile *c, nir_def *def, int chan, in ntq_store_def()
255 ntq_get_src(struct vc4_compile *c, nir_src src, int i) in ntq_get_src()
277 ntq_get_alu_src(struct vc4_compile *c, nir_alu_instr *instr, in ntq_get_alu_src()
287 qir_SAT(struct vc4_compile *c, struct qreg val) in qir_SAT()
295 ntq_rcp(struct vc4_compile *c, struct qreg x) in ntq_rcp()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/repetition/detail/limits/
Dfor_256.hpp275 # define BOOST_PP_FOR_0_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(1, s) BOOST_PP_II… argument
276 # define BOOST_PP_FOR_1_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(2, s) BOOST_PP_II… argument
277 # define BOOST_PP_FOR_2_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(3, s) BOOST_PP_II… argument
278 # define BOOST_PP_FOR_3_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(4, s) BOOST_PP_II… argument
279 # define BOOST_PP_FOR_4_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(5, s) BOOST_PP_II… argument
280 # define BOOST_PP_FOR_5_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(6, s) BOOST_PP_II… argument
281 # define BOOST_PP_FOR_6_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(7, s) BOOST_PP_II… argument
282 # define BOOST_PP_FOR_7_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(8, s) BOOST_PP_II… argument
283 # define BOOST_PP_FOR_8_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(9, s) BOOST_PP_II… argument
284 # define BOOST_PP_FOR_9_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(10, s) BOOST_PP_I… argument
[all …]
Dfor_512.hpp275 # define BOOST_PP_FOR_257_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(258, s) BOOST_P… argument
276 # define BOOST_PP_FOR_258_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(259, s) BOOST_P… argument
277 # define BOOST_PP_FOR_259_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(260, s) BOOST_P… argument
278 # define BOOST_PP_FOR_260_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(261, s) BOOST_P… argument
279 # define BOOST_PP_FOR_261_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(262, s) BOOST_P… argument
280 # define BOOST_PP_FOR_262_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(263, s) BOOST_P… argument
281 # define BOOST_PP_FOR_263_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(264, s) BOOST_P… argument
282 # define BOOST_PP_FOR_264_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(265, s) BOOST_P… argument
283 # define BOOST_PP_FOR_265_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(266, s) BOOST_P… argument
284 # define BOOST_PP_FOR_266_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(267, s) BOOST_P… argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/repetition/detail/dmc/
Dfor.hpp280 # define BOOST_PP_FOR_1_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(2, s) BOOST_PP_II… argument
281 # define BOOST_PP_FOR_2_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(3, s) BOOST_PP_II… argument
282 # define BOOST_PP_FOR_3_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(4, s) BOOST_PP_II… argument
283 # define BOOST_PP_FOR_4_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(5, s) BOOST_PP_II… argument
284 # define BOOST_PP_FOR_5_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(6, s) BOOST_PP_II… argument
285 # define BOOST_PP_FOR_6_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(7, s) BOOST_PP_II… argument
286 # define BOOST_PP_FOR_7_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(8, s) BOOST_PP_II… argument
287 # define BOOST_PP_FOR_8_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(9, s) BOOST_PP_II… argument
288 # define BOOST_PP_FOR_9_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(10, s) BOOST_PP_I… argument
289 # define BOOST_PP_FOR_10_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(11, s) BOOST_PP_… argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/repetition/detail/
Dfor.hpp284 # define BOOST_PP_FOR_1_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(2, s) BOOST_PP_II… argument
285 # define BOOST_PP_FOR_2_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(3, s) BOOST_PP_II… argument
286 # define BOOST_PP_FOR_3_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(4, s) BOOST_PP_II… argument
287 # define BOOST_PP_FOR_4_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(5, s) BOOST_PP_II… argument
288 # define BOOST_PP_FOR_5_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(6, s) BOOST_PP_II… argument
289 # define BOOST_PP_FOR_6_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(7, s) BOOST_PP_II… argument
290 # define BOOST_PP_FOR_7_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(8, s) BOOST_PP_II… argument
291 # define BOOST_PP_FOR_8_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(9, s) BOOST_PP_II… argument
292 # define BOOST_PP_FOR_9_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(10, s) BOOST_PP_I… argument
293 # define BOOST_PP_FOR_10_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(11, s) BOOST_PP_… argument
[all …]
/aosp_15_r20/frameworks/av/camera/
H A DCamera.cpp52 sp<Camera> c = new Camera(-1); in create() local
83 sp <::android::hardware::ICamera> c = mCamera; in reconnect() local
90 sp <::android::hardware::ICamera> c = mCamera; in lock() local
97 sp <::android::hardware::ICamera> c = mCamera; in unlock() local
105 sp<::android::hardware::ICamera> c = mCamera; in setPreviewTarget() local
113 sp<::android::hardware::ICamera> c = mCamera; in setVideoTarget() local
123 sp <::android::hardware::ICamera> c = mCamera; in startPreview() local
131 sp <::android::hardware::ICamera> c = mCamera; in setVideoBufferMode() local
140 sp <::android::hardware::ICamera> c = mCamera; in startRecording() local
149 sp <::android::hardware::ICamera> c = mCamera; in stopPreview() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Dinsert_range_after.pass.cpp50 …auto get_insert_pos = [](auto& c, auto& test_case) { return std::ranges::next(c.before_begin(), te… in test_sequence_insert_range_after()
52 auto get_return_pos = [](auto& c, auto& test_case) { in test_sequence_insert_range_after()
60 Container c(test_case.initial.begin(), test_case.initial.end()); in test_sequence_insert_range_after() local
72 Container c(test_case.initial.begin(), test_case.initial.end()); in test_sequence_insert_range_after() local
84 Container c(test_case.initial.begin(), test_case.initial.end()); in test_sequence_insert_range_after() local
98 Container c(test_case.initial.begin(), test_case.initial.end()); in test_sequence_insert_range_after() local
110 Container c(test_case.initial.begin(), test_case.initial.end()); in test_sequence_insert_range_after() local
122 Container c(test_case.initial.begin(), test_case.initial.end()); in test_sequence_insert_range_after() local
134 Container c(test_case.initial.begin(), test_case.initial.end()); in test_sequence_insert_range_after() local
146 Container c(test_case.initial.begin(), test_case.initial.end()); in test_sequence_insert_range_after() local
[all …]
/aosp_15_r20/external/stg/test_cases/diff_tests/function/
H A Dparameters.0.cc1 int f01(int a, int b, int c) { return a + b + c + 1; } in f01()
2 int f02(int a, int b, int c) { return a + b + c + 2; } in f02()
3 int f03(int a, int b, int c) { return a + b + c + 3; } in f03()
4 int f04(int a, int b, int c) { return a + b + c + 4; } in f04()
5 int f05(int a, int b, int c) { return a + b + c + 5; } in f05()
6 int f06(int a, int b, int c) { return a + b + c + 6; } in f06()
7 int f07(int a, int b, int c) { return a + b + c + 7; } in f07()
8 int f08(int a, int b, int c) { return a + b + c + 8; } in f08()
9 int f09(int a, int b, int c) { return a + b + c + 9; } in f09()
10 int f10(int a, int b, int c) { return a + b + c + 10; } in f10()
[all …]
/aosp_15_r20/external/python/cpython2/Python/
Dast.c121 ast_warn(struct compiling *c, const node *n, char *msg) in ast_warn()
134 forbidden_check(struct compiling *c, const node *n, const char *x) in forbidden_check()
223 struct compiling c; in PyAST_FromNode() local
370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context()
488 ast_for_augassign(struct compiling *c, const node *n) in ast_for_augassign()
526 ast_for_comp_op(struct compiling *c, const node *n) in ast_for_comp_op()
578 seq_for_testlist(struct compiling *c, const node *n) in seq_for_testlist()
608 compiler_complex_args(struct compiling *c, const node *n) in compiler_complex_args()
663 ast_for_arguments(struct compiling *c, const node *n) in ast_for_arguments()
804 ast_for_dotted_name(struct compiling *c, const node *n) in ast_for_dotted_name()
[all …]
/aosp_15_r20/external/clang/test/CodeGen/
H A Daarch64-neon-tbl.c261 int8x8_t test_vtbx1_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vtbx1_s8()
283 int8x8_t test_vtbx2_s8(int8x8_t a, int8x8x2_t b, int8x8_t c) { in test_vtbx2_s8()
315 int8x8_t test_vtbx3_s8(int8x8_t a, int8x8x3_t b, int8x8_t c) { in test_vtbx3_s8()
344 int8x8_t test_vtbx4_s8(int8x8_t a, int8x8x4_t b, int8x8_t c) { in test_vtbx4_s8()
351 int8x8_t test_vqtbx1_s8(int8x8_t a, int8x16_t b, int8x8_t c) { in test_vqtbx1_s8()
372 int8x8_t test_vqtbx2_s8(int8x8_t a, int8x16x2_t b, int8x8_t c) { in test_vqtbx2_s8()
396 int8x8_t test_vqtbx3_s8(int8x8_t a, int8x16x3_t b, int8x8_t c) { in test_vqtbx3_s8()
423 int8x8_t test_vqtbx4_s8(int8x8_t a, int8x16x4_t b, int8x8_t c) { in test_vqtbx4_s8()
430 int8x16_t test_vqtbx1q_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vqtbx1q_s8()
451 int8x16_t test_vqtbx2q_s8(int8x16_t a, int8x16x2_t b, int8x16_t c) { in test_vqtbx2q_s8()
[all …]
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_extension.h31 inline bool FXSYS_iswlower(int32_t c) { in FXSYS_iswlower()
36 inline bool FXSYS_iswupper(int32_t c) { in FXSYS_iswupper()
41 inline int32_t FXSYS_towlower(wchar_t c) { in FXSYS_towlower()
46 inline int32_t FXSYS_towupper(wchar_t c) { in FXSYS_towupper()
51 inline bool FXSYS_IsLowerASCII(int32_t c) { in FXSYS_IsLowerASCII()
55 inline bool FXSYS_IsUpperASCII(int32_t c) { in FXSYS_IsUpperASCII()
59 inline char FXSYS_ToUpperASCII(char c) { in FXSYS_ToUpperASCII()
63 inline bool FXSYS_iswalpha(wchar_t c) { in FXSYS_iswalpha()
68 inline bool FXSYS_iswalnum(wchar_t c) { in FXSYS_iswalnum()
73 inline bool FXSYS_iswspace(wchar_t c) { in FXSYS_iswspace()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dsparse_ops.cc30 Status SparseSparseMinOrMaxShapeFn(InferenceContext* c) { in SparseSparseMinOrMaxShapeFn()
54 .SetShapeFn([](InferenceContext* c) { in __anone91b66370202()
77 .SetShapeFn([](InferenceContext* c) { in __anone91b66370302()
97 .SetShapeFn([](InferenceContext* c) { in __anone91b66370402()
129 .SetShapeFn([](InferenceContext* c) { in __anone91b66370502()
145 .SetShapeFn([](InferenceContext* c) { in __anone91b66370602()
161 .SetShapeFn([](InferenceContext* c) { in __anone91b66370702()
180 .SetShapeFn([](InferenceContext* c) { in __anone91b66370802()
204 .SetShapeFn([](InferenceContext* c) { in __anone91b66370902()
221 .SetShapeFn([](InferenceContext* c) { in __anone91b66370a02()
[all …]
/aosp_15_r20/external/libaom/aom_dsp/simd/
H A Dv64_intrinsics_c.h65 SIMD_INLINE c_v64 c_v64_from_16(uint16_t a, uint16_t b, uint16_t c, in c_v64_from_16()
86 int c; in c_u32_load_unaligned() local
94 int c; in c_u32_store_unaligned() local
118 int c; in c_v64_load_unaligned() local
134 int c; in c_v64_store_unaligned() local
173 int c; in c_v64_add_8() local
180 int c; in c_v64_add_16() local
187 int c; in c_v64_sadd_u8() local
195 int c; in c_v64_sadd_s8() local
203 int c; in c_v64_sadd_s16() local
[all …]
/aosp_15_r20/external/python/cpython2/Include/
Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) argument
40 #define ISUPPER(c) Py_ISUPPER(c) argument
41 #define ISALPHA(c) Py_ISALPHA(c) argument
42 #define ISDIGIT(c) Py_ISDIGIT(c) argument
43 #define ISXDIGIT(c) Py_ISXDIGIT(c) argument
44 #define ISALNUM(c) Py_ISALNUM(c) argument
45 #define ISSPACE(c) Py_ISSPACE(c) argument
48 #define islower(c) undefined_islower(c) argument
50 #define isupper(c) undefined_isupper(c) argument
52 #define isalpha(c) undefined_isalpha(c) argument
[all …]
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
H A DCompletableDeferredTest.kt11 val c = CompletableDeferred<String>() in testFresh() constant
17 val c = CompletableDeferred<String>() in testComplete() constant
28 val c = CompletableDeferred<DisposableHandle>() in testCompleteWithIncompleteResult() constant
63 val c = CompletableDeferred<String>() in testCancelWithException() constant
81 val c = CompletableDeferred<String>() in testCompleteWithResultOK() constant
92 val c = CompletableDeferred<String>() in testCompleteWithResultException() constant
102 val c = CompletableDeferred<String>(parent) in testParentCancelsChild() constant
117 val c = CompletableDeferred<String>(parent) in testParentActiveOnChildCompletion() constant
128 val c = CompletableDeferred<String>(parent) in testParentCancelledOnChildException() constant
140 val c = CompletableDeferred<String>(parent) in testParentActiveOnChildCancellation() constant
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorUtils.cpp24 CheckedFrom c, in checkDim()
42 void checkDim(CheckedFrom c, const TensorGeometryArg& t, int64_t dim) { in checkDim()
48 void checkDimRange(CheckedFrom c, const TensorGeometryArg& t, int64_t dim_start, int64_t dim_end) { in checkDimRange()
56 void checkContiguous(CheckedFrom c, const TensorGeometryArg& t) { in checkContiguous()
63 void checkAllContiguous(CheckedFrom c, at::ArrayRef<TensorArg> ts) { in checkAllContiguous()
70 void checkSize(CheckedFrom c, const TensorGeometryArg& t, IntArrayRef sizes) { in checkSize()
78 void checkSize_symint(CheckedFrom c, const TensorGeometryArg& t, c10::SymIntArrayRef sizes) { in checkSize_symint()
86 void checkSize(CheckedFrom c, const TensorGeometryArg& t, int64_t dim, int64_t size) { in checkSize()
94 void checkSize_symint(CheckedFrom c, const TensorGeometryArg& t, int64_t dim, const c10::SymInt& si… in checkSize_symint()
102 static void checkAllSame(CheckedFrom c, ArrayRef<TensorArg> tensors, void(*fn)(CheckedFrom, const T… in checkAllSame() argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference_test.cc65 void Relax(InferenceContext* c, DimensionHandle d0, DimensionHandle d1, in Relax()
69 void Relax(InferenceContext* c, ShapeHandle s0, ShapeHandle s1, in Relax()
89 InferenceContext c(kVersion, def, op_def, {S({1, 5}), S({2, 5}), S({1, 3})}, in TEST_F() local
130 InferenceContext c(kVersion, def, MakeOpDef(1, 1), {Unknown()}, {}, {}, {}); in TEST_F() local
145 InferenceContext c(kVersion, def, MakeOpDef(1, 2), {S({1})}, {}, {}, {}); in TEST_F() local
149 auto fn = [](InferenceContext* c) { in TEST_F()
160 auto fn = [](InferenceContext* c) { in TEST_F()
183 InferenceContext c(kVersion, def, MakeOpDef(1, 2), {S({1, 2, 3})}, {}, {}, in TEST_F() local
186 auto fn = [](InferenceContext* c) { in TEST_F()
204 InferenceContext c(kVersion, def, MakeOpDef(2, 2), in TEST_F() local
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libxml2/include/libxml/
DparserInternals.h112 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) argument
124 #define IS_CHAR(c) xmlIsCharQ(c) argument
132 #define IS_CHAR_CH(c) xmlIsChar_ch(c) argument
142 #define IS_BLANK(c) xmlIsBlankQ(c) argument
150 #define IS_BLANK_CH(c) xmlIsBlank_ch(c) argument
160 #define IS_BASECHAR(c) xmlIsBaseCharQ(c) argument
170 #define IS_DIGIT(c) xmlIsDigitQ(c) argument
178 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) argument
188 #define IS_COMBINING(c) xmlIsCombiningQ(c) argument
196 #define IS_COMBINING_CH(c) 0 argument
[all …]

12345678910>>...1285