Home
last modified time | relevance | path

Searched defs:cp1 (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ltp/testcases/kernel/mem/shmt/
H A Dshmt05.c61 char *cp, *cp1; in main() local
H A Dshmt08.c58 char *cp = NULL, *cp1 = NULL; in main() local
H A Dshmt03.c59 char *cp1, *cp2; in main() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringSegment.java192 private static final boolean codePointsEqual(int cp1, int cp2, boolean foldCase) { in codePointsEqual() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStringSegment.java194 private static final boolean codePointsEqual(int cp1, int cp2, boolean foldCase) { in codePointsEqual() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dstring_segment.cpp99 int cp1 = getCodePoint(); in startsWith() local
127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() argument
H A Dnumber_patternstring.cpp138 int32_t cp1 = pattern.char32At(offset); in peek2() local
/third_party/icu/icu4c/source/common/
H A Dunormcmp.cpp169 UChar32 c1, c2, cp1, cp2; in unorm_cmpEquivFold() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunormcmp.cpp169 UChar32 c1, c2, cp1, cp2; in unorm_cmpEquivFold() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dstring_segment.cpp99 int cp1 = getCodePoint(); in startsWith() local
127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() argument
H A Dnumber_patternstring.cpp138 int32_t cp1 = pattern.char32At(offset); in peek2() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstring_segment.cpp99 int cp1 = getCodePoint(); in startsWith() local
127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dunormcmp.cpp169 UChar32 c1, c2, cp1, cp2; in unorm_cmpEquivFold() local
[all...]
H A Dustrcase.cpp1425 UChar32 c1, c2, cp1, cp2; in _cmpFold() local
[all...]
/third_party/openssl/test/
H A Dparams_api_test.c668 OSSL_PARAM *cp1 = NULL, *cp2 = NULL, *p; in test_param_copy_null() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DResourceUsageTrackingTests.cpp357 wgpu::ComputePipeline cp1 = CreateNoOpComputePipeline({bgl1}); in TEST_F() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_find.c146 static int cil_classperms_match_any(struct cil_classperms *cp1, struct cil_classperms *cp2) in cil_classperms_match_any() argument
164 static int __cil_classperms_list_match_any(struct cil_classperms *cp1, struct cil_list *cpl2) in __cil_classperms_list_match_any() argument
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c140 FT_CubicTo( const FT_Vector *cp1, in FT_CubicTo() argument
/third_party/python/Modules/
H A Daudioop.c633 const int16_t *cp1, *cp2; in audioop_findfit_impl() local
704 const int16_t *cp1, *cp2; audioop_findfactor_impl() local
748 const int16_t *cp1; audioop_findmax_impl() local
[all...]
/third_party/mksh/
H A Dmisc.c1234 const uint8_t *cp1 = s1, *cp2 = s2; in ascstrcmp() local
/third_party/f2fs-tools/fsck/
H A Dmount.c1243 void *cp1, *cp2, *cur_page; in get_valid_checkpoint() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c791 struct cpuset *cp1 = cpuset_alloc(); in resolve_cp() local
810 const struct cpuset *cp1 = resolve_cp(cp, &cp_tofree); in cpuset_getcpus() local
830 const struct cpuset *cp1 = resolve_cp(cp, &cp_tofree); cpuset_getmems() local
850 const struct cpuset *cp1 = resolve_cp(cp, &cp_tofree); cpuset_cpus_weight() local
870 const struct cpuset *cp1 = resolve_cp(cp, &cp_tofree); cpuset_mems_weight() local
1965 mark_dirty_variable(struct cpuset *cp1, const struct cpuset *cp2) mark_dirty_variable() argument
2284 cpuset_collides_exclusive(const char *cpusetpath, const struct cpuset *cp1) cpuset_collides_exclusive() argument
2951 const struct cpuset *cp1 = resolve_cp(cp, &cp_tofree); cpuset_c_rel_to_sys_cpu() local
2967 const struct cpuset *cp1 = resolve_cp(cp, &cp_tofree); cpuset_c_sys_to_rel_cpu() local
2983 const struct cpuset *cp1 = resolve_cp(cp, &cp_tofree); cpuset_c_rel_to_sys_mem() local
2999 const struct cpuset *cp1 = resolve_cp(cp, &cp_tofree); cpuset_c_sys_to_rel_mem() local
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c892 rcomp(const void *cp1, const void *cp2) in rcomp() argument
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c891 rcomp(const void *cp1, const void *cp2) in rcomp() argument
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp1166 void ImDrawList::AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) in AddBezierCurve() argument

Completed in 41 milliseconds

12