Home
last modified time | relevance | path

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

12345678910>>...619

/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/python/Tools/c-analyzer/cpython/
Dignored.tsv7 Python/pylifecycle.c - _PyRuntime -
16 Modules/_blake2/blake2module.c - blake2b_type_spec -
17 Modules/_blake2/blake2module.c - blake2s_type_spec -
18 Modules/_io/fileio.c - _Py_open_cloexec_works -
61 Modules/_sqlite/module.c - _pysqlite_converters -
62 Modules/_sqlite/module.c - _pysqlite_enable_callback_tracebacks -
63 Modules/_sqlite/module.c - pysqlite_BaseTypeAdapted -
65 Modules/_testcapimodule.c - _PyBytesIOBuffer_Type -
66 Modules/posixmodule.c - _Py_open_cloexec_works -
73 Modules/_ctypes/_ctypes_test.c - _ctypes_test_slots -
[all …]
Dglobals-to-fix.tsv12 Objects/boolobject.c - PyBool_Type -
13 Objects/bytearrayobject.c - PyByteArrayIter_Type -
14 Objects/bytearrayobject.c - PyByteArray_Type -
15 Objects/bytesobject.c - PyBytesIter_Type -
16 Objects/bytesobject.c - PyBytes_Type -
17 Objects/capsule.c - PyCapsule_Type -
18 Objects/cellobject.c - PyCell_Type -
19 Objects/classobject.c - PyInstanceMethod_Type -
20 Objects/classobject.c - PyMethod_Type -
21 Objects/codeobject.c - LineIterator -
[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/musl/
Dmusl_src.gni7 "src/exit/arm/__aeabi_atexit.c",
9 "src/fenv/arm/fenv.c",
12 "src/ldso/arm/find_exidx.c",
14 "src/math/arm/fabs.c",
15 "src/math/arm/fabsf.c",
16 "src/math/arm/fma.c",
17 "src/math/arm/fmaf.c",
18 "src/math/arm/sqrt.c",
19 "src/math/arm/sqrtf.c",
29 "src/thread/arm/__set_thread_area.c",
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/
DBUILD.gn77 # list of ${NNACL_DIR}/*.c
79 "./common_func.c",
80 "./errorcode.c",
81 "./logging.c",
82 "./kernel.c",
83 "./nnacl_common.c",
84 "./nnacl_utils.c",
85 "./tensor_c_utils.c",
86 "./tensorlist_c_utils.c",
89 # list of ${NNACL_DIR}/kernel/*.c
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-ot-shaper-indic-table.cc32 #define OT_C I_Cat(C)
79 #define _OT_C OT_C /* 478 chars; C */
139 /* 0028 */ _(X,X), _(X,X), _(X,X), _(X,X), _(X,X), _(GB,C), _(X,X), _(X,X),
140 /* 0030 */ _(GB,C), _(GB,C), _(GB,C), _(GB,C), _(GB,C), _(GB,C), _(GB,C), _(GB,C),
141 /* 0038 */ _(GB,C), _(GB,C), _(X,X), _(X,X), _(X,X), _(X,X), _(X,X), _(X,X),
152 /* 00D0 */ _(X,X), _(X,X), _(X,X), _(X,X), _(X,X), _(X,X), _(X,X), _(GB,C),
159 /* 0900 */_(SM,SM),_(SM,SM),_(SM,SM),_(SM,SM), _(V,C), _(V,C), _(V,C), _(V,C),
160 /* 0908 */ _(V,C), _(V,C), _(V,C), _(V,C), _(V,C), _(V,C), _(V,C), _(V,C),
161 /* 0910 */ _(V,C), _(V,C), _(V,C), _(V,C), _(V,C), _(C,C), _(C,C), _(C,C),
162 /* 0918 */ _(C,C), _(C,C), _(C,C), _(C,C), _(C,C), _(C,C), _(C,C), _(C,C),
[all …]
/third_party/mesa3d/src/compiler/nir/
Dmeson.build18 'nir_constant_expressions.c',
20 output : 'nir_constant_expressions.c',
36 'nir_opcodes.c',
38 output : 'nir_opcodes.c',
45 'nir_opt_algebraic.c',
47 output : 'nir_opt_algebraic.c',
71 'nir_intrinsic.c',
73 output : 'nir_intrinsics.c',
80 'nir.c',
82 'nir_builder.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/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 …]
/third_party/liburing/test/
DMakefile32 override CXXFLAGS += $(XCFLAGS) -std=c++11 -DLIBURING_BUILD_TEST
39 232c93d07b74.c \
40 35fa71a030ca.c \
41 500f9fbadef8.c \
42 7ad0e4b2f83c.c \
43 8a9973408177.c \
44 917257daa0fe.c \
45 a0908ae19763.c \
46 a4c0b3decb33.c \
47 accept.c \
[all …]
/third_party/backends/po/
Dka.po2 # Copyright (C) 2023 The SANE developers
22 #, no-c-format
27 #, no-c-format
31 #: include/sane/saneopts.h:160 backend/artec_eplus48u.c:2873
32 #: backend/canon_lide70.c:416 backend/epson.c:3296 backend/epson2.c:1281
33 #: backend/epsonds.c:1978 backend/genesys/genesys.cpp:4593
34 #: backend/gt68xx.c:694 backend/hp-option.c:3295 backend/hp3500.c:1017
35 #: backend/kvs1025_opt.c:639 backend/kvs20xx_opt.c:285
36 #: backend/kvs40xx_opt.c:501 backend/leo.c:820 backend/lexmark.c:197
37 #: backend/ma1509.c:549 backend/matsushita.c:1132 backend/microtek2.h:597
[all …]
Dzh_CN.po1 # Copyright (C) YEAR The SANE developers
21 #, no-c-format
26 #, no-c-format
30 #: include/sane/saneopts.h:160 backend/artec_eplus48u.c:2873
31 #: backend/canon_lide70.c:416 backend/epson.c:3296 backend/epson2.c:1281
32 #: backend/epsonds.c:1978 backend/genesys/genesys.cpp:4593
33 #: backend/gt68xx.c:694 backend/hp-option.c:3295 backend/hp3500.c:1017
34 #: backend/kvs1025_opt.c:639 backend/kvs20xx_opt.c:285
35 #: backend/kvs40xx_opt.c:501 backend/leo.c:820 backend/lexmark.c:197
36 #: backend/ma1509.c:549 backend/matsushita.c:1132 backend/microtek2.h:597
[all …]
Dfi.po2 # Copyright (C) 2003 SANE Project.
20 #, no-c-format
25 #, no-c-format
29 #: include/sane/saneopts.h:160 backend/artec_eplus48u.c:2873
30 #: backend/canon_lide70.c:416 backend/epson.c:3296 backend/epson2.c:1281
31 #: backend/epsonds.c:1978 backend/genesys/genesys.cpp:4593
32 #: backend/gt68xx.c:694 backend/hp-option.c:3295 backend/hp3500.c:1017
33 #: backend/kvs1025_opt.c:639 backend/kvs20xx_opt.c:285
34 #: backend/kvs40xx_opt.c:501 backend/leo.c:820 backend/lexmark.c:197
35 #: backend/ma1509.c:549 backend/matsushita.c:1132 backend/microtek2.h:597
[all …]
Dja.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
23 #, no-c-format
28 #, no-c-format
32 #: include/sane/saneopts.h:160 backend/artec_eplus48u.c:2873
33 #: backend/canon_lide70.c:416 backend/epson.c:3296 backend/epson2.c:1281
34 #: backend/epsonds.c:1978 backend/genesys/genesys.cpp:4593
35 #: backend/gt68xx.c:694 backend/hp-option.c:3295 backend/hp3500.c:1017
36 #: backend/kvs1025_opt.c:639 backend/kvs20xx_opt.c:285
37 #: backend/kvs40xx_opt.c:501 backend/leo.c:820 backend/lexmark.c:197
38 #: backend/ma1509.c:549 backend/matsushita.c:1132 backend/microtek2.h:597
[all …]
Dpt.po2 # Copyright (C) 2003 Pedro Morais.
18 #, no-c-format
23 #, no-c-format
27 #: include/sane/saneopts.h:160 backend/artec_eplus48u.c:2873
28 #: backend/canon_lide70.c:416 backend/epson.c:3296 backend/epson2.c:1281
29 #: backend/epsonds.c:1978 backend/genesys/genesys.cpp:4593
30 #: backend/gt68xx.c:694 backend/hp-option.c:3295 backend/hp3500.c:1017
31 #: backend/kvs1025_opt.c:639 backend/kvs20xx_opt.c:285
32 #: backend/kvs40xx_opt.c:501 backend/leo.c:820 backend/lexmark.c:197
33 #: backend/ma1509.c:549 backend/matsushita.c:1132 backend/microtek2.h:597
[all …]
Dnb.po2 # Copyright (C) 2003 SANE Project.
18 #, no-c-format
23 #, no-c-format
27 #: include/sane/saneopts.h:160 backend/artec_eplus48u.c:2873
28 #: backend/canon_lide70.c:416 backend/epson.c:3296 backend/epson2.c:1281
29 #: backend/epsonds.c:1978 backend/genesys/genesys.cpp:4593
30 #: backend/gt68xx.c:694 backend/hp-option.c:3295 backend/hp3500.c:1017
31 #: backend/kvs1025_opt.c:639 backend/kvs20xx_opt.c:285
32 #: backend/kvs40xx_opt.c:501 backend/leo.c:820 backend/lexmark.c:197
33 #: backend/ma1509.c:549 backend/matsushita.c:1132 backend/microtek2.h:597
[all …]
Dhu.po2 # Copyright (C) 2011 SANE Project.
20 #, no-c-format
25 #, no-c-format
29 #: include/sane/saneopts.h:160 backend/artec_eplus48u.c:2873
30 #: backend/canon_lide70.c:416 backend/epson.c:3296 backend/epson2.c:1281
31 #: backend/epsonds.c:1978 backend/genesys/genesys.cpp:4593
32 #: backend/gt68xx.c:694 backend/hp-option.c:3295 backend/hp3500.c:1017
33 #: backend/kvs1025_opt.c:639 backend/kvs20xx_opt.c:285
34 #: backend/kvs40xx_opt.c:501 backend/leo.c:820 backend/lexmark.c:197
35 #: backend/ma1509.c:549 backend/matsushita.c:1132 backend/microtek2.h:597
[all …]
/third_party/ffmpeg/
DBUILD.gn31 "//third_party/ffmpeg/libavcodec/aarch64/aacpsdsp_init_aarch64.c",
33 "//third_party/ffmpeg/libavcodec/aarch64/fft_init_aarch64.c",
35 "//third_party/ffmpeg/libavcodec/aarch64/h264chroma_init_aarch64.c",
37 "//third_party/ffmpeg/libavcodec/aarch64/h264dsp_init_aarch64.c",
40 "//third_party/ffmpeg/libavcodec/aarch64/h264pred_init.c",
42 "//third_party/ffmpeg/libavcodec/aarch64/h264qpel_init_aarch64.c",
44 "//third_party/ffmpeg/libavcodec/aarch64/hpeldsp_init_aarch64.c",
46 "//third_party/ffmpeg/libavcodec/aarch64/idctdsp_init_aarch64.c",
49 "//third_party/ffmpeg/libavcodec/aarch64/me_cmp_init_aarch64.c",
51 "//third_party/ffmpeg/libavcodec/aarch64/mpegaudiodsp_init.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
11 src/modules/alsa/alsa-mixer.c
12 src/modules/alsa/alsa-sink.c
13 src/modules/alsa/alsa-source.c
[all …]
/third_party/python/Tools/c-analyzer/
DTODO2 # ./python Tools/c-analyzer/c-analyzer.py check --format summary
4 # ./python Tools/c-analyzer/c-analyzer.py analyze
11 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem
12 Objects/obmalloc.c:_PyMem_Debug static struct { debug_alloc_api_t …
13 Objects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw
14 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject
15 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO…
16 Objects/obmalloc.c:_Py_tracemalloc_config struct _PyTraceMalloc_Config _Py_t…
17 Objects/obmalloc.c:arenas static struct arena_object* arenas
18 Objects/obmalloc.c:maxarenas static uint maxarenas
[all …]
/third_party/elfutils/
Delfutils_config.gni1 # Copyright (c) 2023 Huawei Device Co., Ltd.
15 "//third_party/elfutils/backends/aarch64_cfi.c",
16 "//third_party/elfutils/backends/aarch64_corenote.c",
17 "//third_party/elfutils/backends/aarch64_init.c",
18 "//third_party/elfutils/backends/aarch64_initreg.c",
19 "//third_party/elfutils/backends/aarch64_regs.c",
20 "//third_party/elfutils/backends/aarch64_retval.c",
21 "//third_party/elfutils/backends/aarch64_symbol.c",
22 "//third_party/elfutils/backends/aarch64_unwind.c",
23 "//third_party/elfutils/backends/alpha_auxv.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/curl/lib/
DMakefile.inc8 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
26 vauth/cleartext.c \
27 vauth/cram.c \
28 vauth/digest.c \
29 vauth/digest_sspi.c \
30 vauth/gsasl.c \
31 vauth/krb5_gssapi.c \
32 vauth/krb5_sspi.c \
33 vauth/ntlm.c \
34 vauth/ntlm_sspi.c \
[all …]
/third_party/elfutils/backends/
DMakefile.am3 ## Copyright (C) 2000-2010, 2013, 2014 Red Hat, Inc.
4 ## Copyright (C) 2012 Tilera Corporation
42 i386_SRCS = i386_init.c i386_symbol.c i386_corenote.c i386_cfi.c \
43 i386_retval.c i386_regs.c i386_auxv.c \
44 i386_initreg.c i386_unwind.c
46 sh_SRCS = sh_init.c sh_symbol.c sh_corenote.c sh_regs.c sh_retval.c
48 x86_64_SRCS = x86_64_init.c x86_64_symbol.c x86_64_corenote.c x86_64_cfi.c \
49 x86_64_retval.c x86_64_regs.c x86_64_initreg.c \
50 x86_64_unwind.c x32_corenote.c
53 ia64_SRCS = ia64_init.c ia64_symbol.c ia64_regs.c ia64_retval.c
[all …]

12345678910>>...619