Home
last modified time | relevance | path

Searched +full:- +full:c (Results 1 – 25 of 1571) sorted by relevance

12345678910>>...63

/external/python/cpython2/Tools/pybench/
DArithmetic.py15 c = 3
17 c = a + b
18 c = b + c
19 c = c + a
20 c = a + b
21 c = b + c
23 c = c - a
24 c = a - b
25 c = b - c
26 c = c - a
[all …]
/external/llvm/bindings/go/llvm/
Dir.go1 //===- ir.go - Bindings for ir --------------------------------------------===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
17 #include "llvm-c/Core.h"
21 import "C"
29 C C.LLVMContextRef member
32 C C.LLVMModuleRef member
35 C C.LLVMTypeRef member
38 C C.LLVMValueRef member
41 C C.LLVMBasicBlockRef member
[all …]
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1 //===- ir.go - Bindings for ir --------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
16 #include "llvm-c/Core.h"
17 #include "llvm-c/Comdat.h"
21 import "C"
29 C C.LLVMContextRef member
32 C C.LLVMModuleRef member
35 C C.LLVMTypeRef member
[all …]
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv2 Modules/_abc.c - _abc_data_type variable static PyTypeObject _abc_data_type
3 Modules/_abc.c - abc_invalidation_counter variable static unsigned long long abc_invalidation_count…
4 Modules/_abc.c - _abcmodule variable static struct PyModuleDef _abcmodule
5 Python/import.c import_find_and_load accumulated variable static _PyTime_t accumulated
6 Modules/itertoolsmodule.c - accumulate_methods variable static PyMethodDef accumulate_methods
7 Modules/itertoolsmodule.c - accumulate_type variable static PyTypeObject accumulate_type
8 Python/Python-ast.c - Add_singleton variable static PyObject *Add_singleton
9 Python/Python-ast.c - Add_type variable static PyTypeObject *Add_type
10 Objects/genobject.c - ag_asend_freelist variable static PyAsyncGenASend *ag_asend_freelist[_PyAsync…
11 Objects/genobject.c - ag_asend_freelist_free variable static int ag_asend_freelist_free
[all …]
/external/tcpdump/
DAndroid.bp9 "SPDX-license-identifier-BSD",
10 "SPDX-license-identifier-BSD-4-Clause-UC",
11 "SPDX-license-identifier-ISC",
12 "SPDX-license-identifier-MIT",
24 "-D_BSD_SOURCE",
25 "-DHAVE_CONFIG_H",
26 "-D_U_=__attribute__((__unused__))",
27 "-Wall",
28 "-Werror",
29 "-Wno-sign-compare",
[all …]
DMakefile.in1 # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
46 INCLS = -I. @V_INCLS@
69 .c.o:
70 @rm -f $@
71 $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c
73 CSRC = setsignal.c tcpdump.c
76 addrtoname.c \
77 addrtostr.c \
78 af.c \
79 ascii_strcasecmp.c \
[all …]
/external/llvm-project/llvm/lib/Support/
DUnicodeCaseFold.cpp1 //===---------- Support/UnicodeCaseFold.cpp -------------------------------===//
3 // This file was generated by utils/unicode-case-fold.py from the Unicode
8 // utils/unicode-case-fold.py \
12 //===----------------------------------------------------------------------===//
16 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()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DUnicodeCaseFold.cpp1 //===---------- Support/UnicodeCaseFold.cpp -------------------------------===//
3 // This file was generated by utils/unicode-case-fold.py from the Unicode
8 // utils/unicode-case-fold.py \
12 //===----------------------------------------------------------------------===//
16 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()
[all …]
/external/strace/
DAndroid.bp9 "SPDX-license-identifier-BSD",
10 "SPDX-license-identifier-FSFAP",
11 "SPDX-license-identifier-MIT",
23 "access.c",
24 "affinity.c",
25 "aio.c",
26 "basic_filters.c",
27 "bind.c",
28 "bjm.c",
29 "block.c",
[all …]
/external/openssh/
DAndroid.bp1 // Copyright (C) 2020 The Android Open Source Project
7 // http://www.apache.org/licenses/LICENSE-2.0
19 // Added automatically by a large-scale-change that took the approach of
33 // large-scale-change filtered out the below license kinds as false-positives:
34 // SPDX-license-identifier-GPL
35 // See: http://go/android-license-faq
40 "SPDX-license-identifier-BSD",
41 "SPDX-license-identifier-Beerware",
42 "SPDX-license-identifier-MIT",
43 "SPDX-license-identifier-OpenSSL",
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt10 20071220-1.c O2 # Relocation against a BB address
11 20071220-2.c
12 990208-1.c
13 label13.C O0
14 label13a.C O0
15 label3.C
18 20010122-1.c
19 20030323-1.c
20 20030811-1.c
21 pr17377.c
[all …]
/external/llvm-project/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt10 20071220-1.c O2 # Relocation against a BB address
11 20071220-2.c
12 990208-1.c
13 label13.C O0
14 label13a.C O0
15 label3.C
18 20010122-1.c
19 20030323-1.c
20 20030811-1.c
21 pr17377.c
[all …]
/external/elfutils/po/
Dde.po2 # Copyright (C) 2009 THE elfutils'S COPYRIGHT HOLDER
12 "Project-Id-Version: elfutils VERSION\n"
13 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
14 "POT-Creation-Date: 2021-02-05 21:10+0100\n"
15 "PO-Revision-Date: 2009-06-29 15:15+0200\n"
16 "Last-Translator: Michael Münch <micm@fedoraproject.org>\n"
17 "Language-Team: German\n"
19 "MIME-Version: 1.0\n"
20 "Content-Type: text/plain; charset=UTF-8\n"
21 "Content-Transfer-Encoding: 8bit\n"
[all …]
/external/autotest/client/tests/posixtest/
Dposixtestsuite-1.5.2.tar.gz ... / posixtestsuite/conformance/definitions/unistd_h/1-1.c posixtestsuite/conformance/definitions/unistd_h
/external/XNNPACK/
DAndroid.bp1 // Copyright (C) 2020 The Android Open Source Project
7 // http://www.apache.org/licenses/LICENSE-2.0
19 // Added automatically by a large-scale-change
20 // See: http://go/android-license-faq
25 "SPDX-license-identifier-BSD",
33 "src/operators/argmax-pooling-nhwc.c",
34 "src/operators/average-pooling-nhwc.c",
35 "src/operators/binary-elementwise-nd.c",
36 "src/operators/channel-shuffle-nc.c",
37 "src/operators/constant-pad-nd.c",
[all …]
/external/libcups/locale/
Dcups.pot4 # Copyright © 2007-2019 by Apple Inc.
5 # Copyright © 2005-2007 by Easy Software Products.
26 "Project-Id-Version: CUPS 2.3.3\n"
27 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n"
28 "POT-Creation-Date: 2019-12-18 20:19-0500\n"
29 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
30 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
31 "Language-Team: LANGUAGE <LL@li.org>\n"
33 "MIME-Version: 1.0\n"
34 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
/external/ImageMagick/PerlMagick/t/reference/write/cgm/
Dread.miff9 ���-�%�%5�53�(!�M�o�h�!M�"E�DV�VR�Mf�fv�v}�|v�im�P=�'��8�=�4*�$#�o�N� k�8S�.h�L�J…
11 �$�4�+�$�""�++�&&�33�;;�66�./�D�M�f�w�p�$D�1K�-r�^�L2�E:�R �UE�gN�DD�JJ�TT�YY�WX�MM�Qr�fZ…
13-��0��H��R��p��t��[��L��D��J��V��I��i��e��w��|��o��_'��g��VƎr��r��n����������������������������Ԙ…
/external/ImageMagick/PerlMagick/t/reference/cgm/
Dread.miff9 ���-�%�%5�53�(!�M�o�h�!M�"E�DV�VR�Mf�fv�v}�|v�im�P=�'��8�=�4*�$#�o�N� k�8S�.h�L�J…
11 �$�4�+�$�""�++�&&�33�;;�66�./�D�M�f�w�p�$D�1K�-r�^�L2�E:�R �UE�gN�DD�JJ�TT�YY�WX�MM�Qr�fZ…
13-��0��H��R��p��t��[��L��D��J��V��I��i��e��w��|��o��_'��g��VƎr��r��n����������������������������Ԙ…
/external/llvm-project/libcxx/test/std/iterators/iterator.range/
Dbegin-end.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // XFAIL: c++03
12 // template <class C> constexpr auto begin(C& c) -> decltype(c.begin());
13 // template <class C> constexpr auto begin(const C& c) -> decltype(c.begin());
14 // template <class C> constexpr auto cbegin(const C& c) -> decltype(std::begin(c)); // C++14
15 // template <class C> constexpr auto cend(const C& c) -> decltype(std::end(c)); // C++14
16 // template <class C> constexpr auto end (C& c) -> decltype(c.end());
17 // template <class C> constexpr auto end (const C& c) -> decltype(c.end());
[all …]
/external/libcxx/test/std/iterators/iterator.range/
Dbegin-end.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // XFAIL: c++98, c++03
13 // template <class C> constexpr auto begin(C& c) -> decltype(c.begin());
14 // template <class C> constexpr auto begin(const C& c) -> decltype(c.begin());
15 // template <class C> constexpr auto cbegin(const C& c) -> decltype(std::begin(c)); // C++14
16 // template <class C> constexpr auto cend(const C& c) -> decltype(std::end(c)); // C++14
17 // template <class C> constexpr auto end (C& c) -> decltype(c.end());
18 // template <class C> constexpr auto end (const C& c) -> decltype(c.end());
22 // template <class C> auto constexpr rbegin(C& c) -> decltype(c.rbegin()); // C++14
[all …]
/external/boringssl/
Dsources.mk1 # Copyright (C) 2015 The Android Open Source Project
7 # http://www.apache.org/licenses/LICENSE-2.0
18 err_data.c\
19 src/crypto/asn1/a_bitstr.c\
20 src/crypto/asn1/a_bool.c\
21 src/crypto/asn1/a_d2i_fp.c\
22 src/crypto/asn1/a_dup.c\
23 src/crypto/asn1/a_enum.c\
24 src/crypto/asn1/a_gentm.c\
25 src/crypto/asn1/a_i2d_fp.c\
[all …]
/external/python/cpython2/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
16 // CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
22 // Added automatically by a large-scale-change that took the approach of
35 // See: http://go/android-license-faq
40 "SPDX-license-identifier-0BSD",
41 "SPDX-license-identifier-Apache-2.0",
42 "SPDX-license-identifier-BSD",
43 "SPDX-license-identifier-CC0-1.0",
44 "SPDX-license-identifier-GPL",
45 "SPDX-license-identifier-GPL-2.0",
[all …]
/external/libexif/po/
Dpt_BR.po2 # Copyright (C) 2007 Lutz Mueller and others
4 # These translations are licensed under a BSD-style license
9 "Project-Id-Version: libexif\n"
10 "Report-Msgid-Bugs-To: libexif-devel@lists.sourceforge.net\n"
11 "POT-Creation-Date: 2012-07-12 20:41+0200\n"
12 "PO-Revision-Date: 2012-04-25 00:25+0000\n"
13 "Last-Translator: Rafael Neri <Unknown>\n"
14 "Language-Team: Portuguese (Brazil) <pt_BR@li.org>\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
Duk.po3 # Copyright (C) 2012 Lutz Mueller and others
9 "Project-Id-Version: libexif 0.6.21-pre1\n"
10 "Report-Msgid-Bugs-To: libexif-devel@lists.sourceforge.net\n"
11 "POT-Creation-Date: 2012-07-12 20:41+0200\n"
12 "PO-Revision-Date: 2012-07-03 10:59+0300\n"
13 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
14 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
[all …]
Dja.po2 # Copyright (C) 2009 Lutz Mueller and others
4 # Tadashi Jokagi <elf2000@users.sourceforge.net>, 2009-2010.
8 "Project-Id-Version: libexif 0.6.20-pre1\n"
9 "Report-Msgid-Bugs-To: libexif-devel@lists.sourceforge.net\n"
10 "POT-Creation-Date: 2012-07-12 20:41+0200\n"
11 "PO-Revision-Date: 2010-02-17 11:48+0900\n"
12 "Last-Translator: Tadashi Jokagi <elf2000@users.sourceforge.net>\n"
13 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
[all …]

12345678910>>...63