Home
last modified time | relevance | path

Searched full:c (Results 1 – 25 of 19105) sorted by relevance

12345678910>>...765

/third_party/abseil-cpp/absl/hash/internal/
Dcity_test.cc48 #define C(x) 0x##x##ULL macro
50 {C(9ae16a3b2f90404f), C(75106db890237a4a), C(3feac5f636039766),
51 C(dc56d17a)},
52 {C(541150e87f415e96), C(1aef0d24b3148a1a), C(bacc300e1e82345a),
53 C(99929334)},
54 {C(f3786a4b25827c1), C(34ee1a2bf767bd1c), C(2f15ca2ebfb631f2), C(4252edb7)},
55 {C(ef923a7a1af78eab), C(79163b1e1e9a9b18), C(df3b2aca6e1e4a30),
56 C(ebc34f3c)},
57 {C(11df592596f41d88), C(843ec0bce9042f9c), C(cce2ea1e08b1eb30),
58 C(26f2b463)},
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dcity_test.cc48 #define C(x) 0x##x##ULL macro
50 {C(9ae16a3b2f90404f), C(75106db890237a4a), C(3feac5f636039766),
51 C(dc56d17a)},
52 {C(541150e87f415e96), C(1aef0d24b3148a1a), C(bacc300e1e82345a),
53 C(99929334)},
54 {C(f3786a4b25827c1), C(34ee1a2bf767bd1c), C(2f15ca2ebfb631f2), C(4252edb7)},
55 {C(ef923a7a1af78eab), C(79163b1e1e9a9b18), C(df3b2aca6e1e4a30),
56 C(ebc34f3c)},
57 {C(11df592596f41d88), C(843ec0bce9042f9c), C(cce2ea1e08b1eb30),
58 C(26f2b463)},
[all …]
/third_party/glib/po/
DPOTFILES.in1 gio/gaction.c
2 gio/gactiongroup.c
3 gio/gappinfo.c
4 gio/gapplication.c
5 gio/gapplicationcommandline.c
6 gio/gapplication-tool.c
7 gio/gasynchelper.c
8 gio/gasyncinitable.c
9 gio/gasyncresult.c
10 gio/gbufferedinputstream.c
[all …]
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv7 Modules/_blake2/blake2module.c - blake2b_type_spec -
8 Modules/_blake2/blake2module.c - blake2s_type_spec -
9 Modules/_io/fileio.c - _Py_open_cloexec_works -
59 Modules/_sqlite/module.c - pysqlite_Error -
60 Modules/_sqlite/module.c - pysqlite_Warning -
61 Modules/_sqlite/module.c - pysqlite_InterfaceError -
62 Modules/_sqlite/module.c - pysqlite_DatabaseError -
63 Modules/_sqlite/module.c - pysqlite_InternalError -
64 Modules/_sqlite/module.c - pysqlite_OperationalError -
65 Modules/_sqlite/module.c - pysqlite_ProgrammingError -
[all …]
/third_party/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle20 d XML_ERR_NONE c 0
22 d c 1
23 d XML_ERR_ERROR c 2 A recoverable error
24 d XML_ERR_FATAL c 3 A fatal error
32 d XML_FROM_NONE c 0
34 d c 1
35 d XML_FROM_TREE c 2 Tree module
37 d c 3
38 d XML_FROM_DTD c 4 DTD validation
39 d XML_FROM_HTML c 5 HTML parser
[all …]
/third_party/musl/
Dmusl_src.gni5 "src/exit/arm/__aeabi_atexit.c",
7 "src/fenv/arm/fenv.c",
11 "src/ldso/arm/find_exidx.c",
13 "src/math/arm/fabs.c",
14 "src/math/arm/fabsf.c",
15 "src/math/arm/fma.c",
16 "src/math/arm/fmaf.c",
17 "src/math/arm/sqrt.c",
18 "src/math/arm/sqrtf.c",
26 "src/string/arm/memcpy.c",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DUnicodeCaseFold.cpp16 int llvm::sys::unicode::foldCharSimple(int C) { in foldCharSimple() argument
17 if (C < 0x0041) in foldCharSimple()
18 return C; in foldCharSimple()
20 if (C <= 0x005a) in foldCharSimple()
21 return C + 32; in foldCharSimple()
23 if (C == 0x00b5) in foldCharSimple()
25 if (C < 0x00c0) in foldCharSimple()
26 return C; in foldCharSimple()
28 if (C <= 0x00d6) in foldCharSimple()
29 return C + 32; in foldCharSimple()
[all …]
/third_party/boost/boost/preprocessor/comparison/
Dnot_equal.hpp1 # /* Copyright (C) 2001
38 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_0(c, y) 0 argument
39 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_1(c, y) 0 argument
40 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_2(c, y) 0 argument
41 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_3(c, y) 0 argument
42 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_4(c, y) 0 argument
43 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_5(c, y) 0 argument
44 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_6(c, y) 0 argument
45 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_7(c, y) 0 argument
46 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_8(c, y) 0 argument
[all …]
/third_party/openssl/
DBUILD.gn1 # Copyright (c) 2020-2022 Huawei Device Co., Ltd.
121 "-c",
145 "-c",
173 "crypto/aes/aes_cbc.c",
174 "crypto/aes/aes_cfb.c",
175 "crypto/aes/aes_ecb.c",
176 "crypto/aes/aes_ige.c",
177 "crypto/aes/aes_misc.c",
178 "crypto/aes/aes_ofb.c",
179 "crypto/aes/aes_wrap.c",
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
DBUILD.gn22 "base/arithmetic_base.c",
23 "base/batch_to_space_base.c",
24 "base/broadcast_to.c",
25 "base/concat_base.c",
26 "base/conv1x1_base.c",
27 "base/conv_common_base.c",
28 "base/depth_to_space_base.c",
29 "base/fill_base.c",
30 "base/gather_base.c",
31 "base/minimal_filtering_generator.c",
[all …]
/third_party/skia/third_party/externals/brotli/scripts/
Dsources.lst5 c/tools/brotli.c
8 c/common/constants.c \
9 c/common/context.c \
10 c/common/dictionary.c \
11 c/common/platform.c \
12 c/common/transform.c
15 c/common/constants.h \
16 c/common/context.h \
17 c/common/dictionary.h \
18 c/common/platform.h \
[all …]
/third_party/glib/
DBUILD.gn1 # Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved.
41 rebase_path("$PCRE2_LIB_DIR/src/pcre2_chartables.c.dist"),
42 rebase_path("$PCRE2_LIB_DIR/src/pcre2_chartables.c"),
51 rebase_path("$PCRE2_LIB_DIR/src/pcre2_chartables.c.dist"),
52 rebase_path("$PCRE2_LIB_DIR/src/pcre2_chartables.c"),
56 "$PCRE2_LIB_DIR/src/pcre2_auto_possess.c",
57 "$PCRE2_LIB_DIR/src/pcre2_chartables.c",
58 "$PCRE2_LIB_DIR/src/pcre2_compile.c",
59 "$PCRE2_LIB_DIR/src/pcre2_config.c",
60 "$PCRE2_LIB_DIR/src/pcre2_context.c",
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dmeson.build2 'dboolhuff.c',
3 'fnv1hash.c',
4 'gstbuffermemory.c',
5 'gstrtpelement.c',
6 'gstrtp.c',
7 'gstrtpchannels.c',
8 'gstrtpac3depay.c',
9 'gstrtpac3pay.c',
10 'gstrtpbvdepay.c',
11 'gstrtpbvpay.c',
[all …]
/third_party/typescript/tests/baselines/reference/
DdeclFileGenericType.types2 export module C {
3 >C : typeof C
16 export function F2<T>(x: T): C.A<C.B> { return null; }
17 >F2 : <T>(x: T) => C.A<C.B>
19 >C : any
20 >C : any
23 export function F3<T>(x: T): C.A<C.B>[] { return null; }
24 >F3 : <T>(x: T) => C.A<C.B>[]
26 >C : any
27 >C : any
[all …]
DcircularlyConstrainedMappedTypeContainingConditionalNoInfiniteInstantiationDepth.errors.txt1 ….ts(63,84): error TS2344: Type 'GetProps<C>' does not satisfy the constraint 'Shared<TInjectedProp…
2 Type 'unknown' is not assignable to type 'Shared<TInjectedProps, GetProps<C>>'.
3 …Type 'Matching<TInjectedProps, GetProps<C>>' is not assignable to type 'Shared<TInjectedProps, Get…
4 …rops<C>[P] ? GetProps<C>[P] : TInjectedProps[P] : GetProps<C>[P]' is not assignable to type '(TInj…
5C>[P] | (TInjectedProps[P] extends GetProps<C>[P] ? GetProps<C>[P] : TInjectedProps[P])' is not as…
6 …Type 'GetProps<C>[P]' is not assignable to type '(TInjectedProps[P] extends GetProps<C>[P] ? GetPr…
7 …GetProps<C>[Extract<keyof TInjectedProps, keyof GetProps<C>>]' is not assignable to type '(TInject…
8 …GetProps<C>[Extract<keyof TInjectedProps, keyof GetProps<C>>]' is not assignable to type 'TInjecte…
9 …Type 'GetProps<C>[P]' is not assignable to type 'TInjectedProps[P] extends GetProps<C>[P] ? GetPro…
10C>> extends keyof TInjectedProps ? TInjectedProps[Extract<keyof TInjectedProps, keyof GetProps<C>>…
[all …]
/third_party/ffmpeg/
DBUILD.gn52 # "//third_party/ffmpeg/libavcodec/012v.c",
53 # "//third_party/ffmpeg/libavcodec/4xm.c",
54 # "//third_party/ffmpeg/libavcodec/8bps.c",
55 # "//third_party/ffmpeg/libavcodec/8svx.c",
56 # "//third_party/ffmpeg/libavcodec/a64multienc.c",
57 "//third_party/ffmpeg/libavcodec/aac_ac3_parser.c",
58 "//third_party/ffmpeg/libavcodec/aac_adtstoasc_bsf.c",
59 "//third_party/ffmpeg/libavcodec/aac_parser.c",
60 "//third_party/ffmpeg/libavcodec/aaccoder.c",
61 "//third_party/ffmpeg/libavcodec/aacdec.c",
[all …]
/third_party/libxml2/result/pattern/
Dmultiple1 Node /c/b[1]/a[1] matches pattern a
2 Node /c/b[1]/a[2] matches pattern a
3 Node /c/c/b/a[1] matches pattern a
4 Node /c/c/b/a[2] matches pattern a
5 Node /c/b[2]/a[1] matches pattern a
6 Node /c/b[2]/a[2] matches pattern a
7 Node /c/b[1] matches pattern b
8 Node /c/c/b matches pattern b
9 Node /c/b[2] matches pattern b
10 Node /c matches pattern c
[all …]
/third_party/libffi/testsuite/
DMakefile.am10 libffi.call/strlen4.c libffi.call/struct10.c libffi.call/many_mixed.c \
11 libffi.call/float.c libffi.call/struct5.c libffi.call/return_fl3.c \
12 libffi.call/return_fl1.c libffi.call/call.exp libffi.call/pyobjc-tc.c \
13 libffi.call/float_va.c libffi.call/struct8.c libffi.call/pr1172638.c \
14 libffi.call/return_sc.c libffi.call/va_struct1.c \
15 libffi.call/align_stdcall.c libffi.call/struct9.c libffi.call/va_1.c \
16 libffi.call/va_struct2.c libffi.call/return_fl2.c \
17 libffi.call/align_mixed.c libffi.call/ffitest.h libffi.call/struct4.c \
18 libffi.call/return_ldl.c libffi.call/float3.c libffi.call/return_sl.c \
19 libffi.call/return_dbl1.c libffi.call/err_bad_typedef.c \
[all …]
/third_party/libunwind/src/
DCMakeLists.txt24 ptrace/_UPT_elf.c
25 ptrace/_UPT_accessors.c ptrace/_UPT_access_fpreg.c
26 ptrace/_UPT_access_mem.c ptrace/_UPT_access_reg.c
27 ptrace/_UPT_create.c ptrace/_UPT_destroy.c
28 ptrace/_UPT_find_proc_info.c ptrace/_UPT_get_dyn_info_list_addr.c
29 ptrace/_UPT_put_unwind_info.c ptrace/_UPT_get_proc_name.c
30 ptrace/_UPT_reg_offset.c ptrace/_UPT_resume.c
34 coredump/_UCD_accessors.c
35 coredump/_UCD_create.c
36 coredump/_UCD_destroy.c
[all …]
DMakefile.am45 ptrace/_UPT_elf.c \
46 ptrace/_UPT_accessors.c ptrace/_UPT_access_fpreg.c \
47 ptrace/_UPT_access_mem.c ptrace/_UPT_access_reg.c \
48 ptrace/_UPT_create.c ptrace/_UPT_destroy.c \
49 ptrace/_UPT_find_proc_info.c ptrace/_UPT_get_dyn_info_list_addr.c \
50 ptrace/_UPT_put_unwind_info.c ptrace/_UPT_get_proc_name.c \
51 ptrace/_UPT_reg_offset.c ptrace/_UPT_resume.c
56 coredump/_UCD_accessors.c \
57 coredump/_UCD_create.c \
58 coredump/_UCD_destroy.c \
[all …]
/third_party/pulseaudio/po/
DPOTFILES.in1 src/daemon/caps.c
2 src/daemon/cmdline.c
3 src/daemon/cpulimit.c
4 src/daemon/daemon-conf.c
5 src/daemon/dumpmodules.c
6 src/daemon/ltdl-bind-now.c
7 src/daemon/main.c
10 src/modules/alsa/alsa-mixer.c
11 src/modules/alsa/alsa-sink.c
12 src/modules/alsa/alsa-source.c
[all …]
/third_party/curl/lib/
DMakefile.inc8 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
24 vauth/cleartext.c \
25 vauth/cram.c \
26 vauth/digest.c \
27 vauth/digest_sspi.c \
28 vauth/gsasl.c \
29 vauth/krb5_gssapi.c \
30 vauth/krb5_sspi.c \
31 vauth/ntlm.c \
32 vauth/ntlm_sspi.c \
[all …]
/third_party/gettext/gettext-tools/po/
DPOTFILES.in2 # Copyright (C) 1995, 1998, 2001-2006, 2011, 2016, 2020 Free Software Foundation,
7 # $ LC_ALL=C grep -l '[^A-Za-z_]_(' {gnulib-lib,src,libgettextpo}/*.[chly]
10 gnulib-lib/argmatch.c
11 gnulib-lib/clean-temp.c
12 gnulib-lib/closeout.c
13 gnulib-lib/copy-file.c
14 gnulib-lib/csharpcomp.c
15 gnulib-lib/csharpexec.c
16 gnulib-lib/error.c
17 gnulib-lib/execute.c
[all …]
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni1 # Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
2 # Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
33 "$MUSLPORTINGDIR/src/ctype/__ctype_get_mb_cur_max.c",
34 "$MUSLPORTINGDIR/src/ctype/isalpha.c",
35 "$MUSLPORTINGDIR/src/ctype/isdigit.c",
36 "$MUSLPORTINGDIR/src/ctype/islower.c",
37 "$MUSLPORTINGDIR/src/ctype/isspace.c",
38 "$MUSLPORTINGDIR/src/ctype/isupper.c",
39 "$MUSLPORTINGDIR/src/ctype/isxdigit.c",
40 "$MUSLPORTINGDIR/src/ctype/tolower.c",
[all …]
/third_party/python/Tools/c-analyzer/
DTODO3 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem
4 Objects/obmalloc.c:_PyMem_Debug static struct { debug_alloc_api_t …
5 Objects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw
6 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject
7 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO…
8 Objects/obmalloc.c:_Py_tracemalloc_config struct _PyTraceMalloc_Config _Py_t…
9 Objects/obmalloc.c:arenas static struct arena_object* arenas
10 Objects/obmalloc.c:maxarenas static uint maxarenas
11 Objects/obmalloc.c:narenas_currently_allocated static size_t narenas_currently_al…
12 Objects/obmalloc.c:narenas_highwater static size_t narenas_highwater
[all …]

12345678910>>...765