/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_sync_utils.cpp | 137 bool CloudSyncUtils::EqualInMsLevel(const Timestamp cmp, const Timestamp beCmp) in EqualInMsLevel() argument
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.c | 576 int cmp = cmp_func_names(name, f->name); in get_func() local
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucm.cpp | 317 int32_t cmp; in checkBaseExtUnicode() local 422 int32_t b, e, bLimit, eLimit, cmp; in checkBaseExtBytes() local 605 int32_t fromUIndex, toUIndex, fromUTop, toUTop, cmp; ucm_mergeTables() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_resolve_cs.c | 38 nir_ssa_def *cmp[3]; in radv_meta_build_resolve_srgb_conversion() local
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 52 def cmp(x, y): # pylint: disable=redefined-builtin function
|
/third_party/ninja/src/ |
H A D | build_test.cc | 30 static bool cmp(const Edge* a, const Edge* b) {
in cmp() function
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 463 nir_ssa_def *cmp = nir_bany(b, nir_flt(b, src[0], nir_imm_float(b, 0.0))); in ptn_kil() local
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucm.cpp | 317 int32_t cmp; in checkBaseExtUnicode() local 422 int32_t b, e, bLimit, eLimit, cmp; in checkBaseExtBytes() local 605 int32_t fromUIndex, toUIndex, fromUTop, toUTop, cmp; ucm_mergeTables() local [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_dump.c | 437 dump_instr_cmp(struct dxil_dumper *d, struct dxil_instr_cmp *cmp) in dump_instr_cmp() argument
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 1116 CmpInstruction *cmp = (i ? static_cast<CmpInstruction *>(i) : in clone() local
|
/third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
H A D | dicttrieperf.cpp | 127 int32_t cmp=strcmp(s, names+toc[number].nameOffset); in simpleBinarySearch() local 193 int32_t cmp=0; in strcmpAfterPrefix() local 233 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, prefixLength); in prefixBinarySearch() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | bocu1tst.c | 795 int32_t i, cmp, countErrors; in TestBOCU1RefDiff() local
|
/third_party/lzma/Asm/x86/ |
H A D | LzFindOpt.asm | 189 cmp d, limit_VAR
define 314 cmp define 432 cmp d, d_lim global() define 481 cmp d, d_lim global() define 491 cmp d, d_lim global() define [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | process.c | 750 int cmp; in make_program_env() local 784 int cmp; in make_program_env() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_neon.c | 166 const uint8x8_t cmp = vcgt_u8(C2, avg); in ClampedAddSubtractHalf_NEON() local
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucm.cpp | 317 int32_t cmp; in checkBaseExtUnicode() local 422 int32_t b, e, bLimit, eLimit, cmp; in checkBaseExtBytes() local 605 int32_t fromUIndex, toUIndex, fromUTop, toUTop, cmp; ucm_mergeTables() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-common.hh | 85 int cmp (hb_codepoint_t g) const in cmp() function 149 int cmp (hb_codepoint_t g) const in cmp() function 215 int cmp (hb_codepoint_t g) const { return glyph.cmp (g); } in cmp() function
|
H A D | hb-bit-set.hh | 72 int cmp (const page_map_t &o) const { return cmp (o.major); } in cmp() function 73 int cmp (uint32_t o_major) const { return (int) o_major - (int) major; } in cmp() function
|
H A D | hb-open-type.hh | 79 HB_INTERNAL static int cmp (const IntType *a, const IntType *b) in cmp() function 81 HB_INTERNAL static int cmp (const void *a, const void *b) in cmp() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 362 ICmpInst *cmp = in lowerPrintfForGpu() local
|
/third_party/toybox/toys/pending/ |
H A D | diff.c | 522 static int cmp(const void *p1, const void *p2) in cmp() function
|
/third_party/python/Objects/ |
H A D | rangeobject.c | 976 int cmp; in longrangeiter_setstate() local
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageCompare.cpp | 386 static deInt64 computeSquaredDiffSum (const ConstPixelBufferAccess& ref, const ConstPixelBufferAccess& cmp, const PixelBufferAccess& diffMask, int diffFactor) in computeSquaredDiffSum() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | layout_eth_conf_1_0.rs | |
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/ |
H A D | mediadatashare_unit_test.cpp | 130 auto cmp = [](const Uri &first, const Uri &second) { in UrisEqual() local
|