Home
last modified time | relevance | path

Searched +full:- +full:c (Results 1 – 25 of 1564) 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1 //===- ir.go - Bindings for ir --------------------------------------------===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
17 #include "llvm-c/Core.h"
18 #include "llvm-c/Comdat.h"
22 import "C"
30 C C.LLVMContextRef member
33 C C.LLVMModuleRef member
36 C C.LLVMTypeRef member
39 C C.LLVMValueRef member
[all …]
/external/tcpdump/
DAndroid.bp1 // Copyright (C) 2018 The Android Open Source Project
7 // http://www.apache.org/licenses/LICENSE-2.0
20 "-D_BSD_SOURCE",
21 "-DHAVE_CONFIG_H",
22 "-D_U_=__attribute__((__unused__))",
23 "-Wall",
24 "-Werror",
25 "-Wno-sign-compare",
26 "-Wno-address-of-packed-member", // http://b/33566695
27 "-Wno-incompatible-pointer-types-discards-qualifiers",
[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/swiftshader/third_party/llvm-7.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/u-boot/fs/ubifs/
Dmaster.c1 // SPDX-License-Identifier: GPL-2.0+
5 * Copyright (C) 2006-2008 Nokia Corporation.
21 * scan_for_master - search the valid master node.
22 * @c: UBIFS file-system description object
25 * node. Returns zero in case of success, %-EUCLEAN if there master area is
29 static int scan_for_master(struct ubifs_info *c) in scan_for_master() argument
37 sleb = ubifs_scan(c, lnum, 0, c->sbuf, 1); in scan_for_master()
40 nodes_cnt = sleb->nodes_cnt; in scan_for_master()
42 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, in scan_for_master()
44 if (snod->type != UBIFS_MST_NODE) in scan_for_master()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt10 20071220-1.c
11 20071220-2.c
12 20040302-1.c
13 20041214-1.c O0
14 20071210-1.c
15 920501-4.c
16 920501-5.c
17 comp-goto-1.c
18 980526-1.c
19 990208-1.c
[all …]
/external/python/cpython2/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
20 name: "py2-interp-defaults",
22 "-fwrapv",
23 "-O3",
24 "-Wall",
25 "-Wstrict-prototypes",
26 "-DPy_BUILD_CORE",
27 "-Werror",
28 "-Wno-invalid-source-encoding",
29 "-Wno-int-conversion",
[all …]
/external/libunwind/
DAndroid.bp2 // Copyright (C) 2014 The Android Open Source Project
8 // http://www.apache.org/licenses/LICENSE-2.0
27 "-Wno-old-style-cast",
31 "-Werror",
32 "-Wno-#pragma-messages",
33 "-Wno-unused-parameter",
35 "-DHAVE_CONFIG_H",
36 "-D_GNU_SOURCE",
37 "-DNDEBUG",
41 // include/tdep-<arch>/libunwind_i.h, but soong prepends arch-specific
[all …]
/external/openssh/
DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 -Wall \
5 -Werror \
6 -Wno-error=implicit-function-declaration \
7 -Wno-pointer-sign \
8 -Wno-sign-compare \
9 -Wno-type-limits \
10 -Wno-unused-parameter \
11 -Wno-unused-variable \
12 -Wno-error \
[all …]
/external/strace/
DAndroid.bp2 // Copyright (C) 2006 The Android Open Source Project
8 // http://www.apache.org/licenses/LICENSE-2.0
20 "access.c",
21 "affinity.c",
22 "aio.c",
23 "basic_filters.c",
24 "bind.c",
25 "bjm.c",
26 "block.c",
27 "bpf.c",
[all …]
/external/elfutils/po/
Dit.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
8 "Project-Id-Version: elfutils.master.RedHatelfutils.it\n"
9 "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n"
10 "POT-Creation-Date: 2010-04-21 07:41-0700\n"
11 "PO-Revision-Date: 2009-04-30 03:50+0200\n"
12 "Last-Translator: Francesco Tombolini <tombo@adamantio.net>\n"
13 "Language-Team: Italiano <fedora-trans-it@redhat.com>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
[all …]
Dfr.po2 # Copyright (C) 2009 ORGANIZATION
8 "Project-Id-Version: elfutils.master.fr\n"
9 "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n"
10 "POT-Creation-Date: 2010-04-21 07:41-0700\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <fedora-trans-fr@redhat.com>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
[all …]
Dru.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
8 "Project-Id-Version: ru\n"
9 "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n"
10 "POT-Creation-Date: 2010-04-21 07:41-0700\n"
11 "PO-Revision-Date: 2009-11-12 10:27+1100\n"
12 "Last-Translator: NAME <EMAIL>\n"
13 "Language-Team: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
[all …]
Dnl.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
10 "Project-Id-Version: Elfutils\n"
11 "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n"
12 "POT-Creation-Date: 2010-04-21 07:41-0700\n"
13 "PO-Revision-Date: 2009-09-01 18:02+0200\n"
14 "Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n"
15 "Language-Team: nl <nl@li.org>\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: \n"
[all …]
Dzh_CN.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n"
11 "POT-Creation-Date: 2010-04-21 07:41-0700\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
[all …]
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: 2019-11-26 09:48+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/XNNPACK/
DAndroid.bp1 // Copyright (C) 2020 The Android Open Source Project
7 // http://www.apache.org/licenses/LICENSE-2.0
16 "src/add-nc.c",
17 "src/argmax-pooling-nhwc.c",
18 "src/average-pooling-nhwc.c",
19 "src/binary-elementwise-nd.c",
20 "src/channel-pad-nc.c",
21 "src/channel-shuffle-nc.c",
22 "src/clamp-nc.c",
23 "src/convolution-nchw.c",
[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/libunwind/src/
DMakefile.am5 # Don't link with start-files since we don't use any constructors/destructors:
14 lib_LTLIBRARIES += libunwind-ptrace.la
17 lib_LTLIBRARIES += libunwind-coredump.la
25 pkgconfig_DATA = libunwind-generic.pc
32 pkgconfig_DATA += ptrace/libunwind-ptrace.pc
36 pkgconfig_DATA += setjmp/libunwind-setjmp.pc
40 pkgconfig_DATA += coredump/libunwind-coredump.pc
43 ### libunwind-ptrace:
45 ptrace/_UPT_elf.c \
46 ptrace/_UPT_accessors.c ptrace/_UPT_access_fpreg.c \
[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/libunwind/src/aarch64/
Dinit.h1 /* libunwind - a platform-independent unwind library
2 Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com>
3 Copyright (C) 2013 Linaro Limited
29 common_init (struct cursor *c, unsigned use_prev_instr) in common_init() argument
33 c->dwarf.loc[UNW_AARCH64_X0] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_X0); in common_init()
34 c->dwarf.loc[UNW_AARCH64_X1] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_X1); in common_init()
35 c->dwarf.loc[UNW_AARCH64_X2] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_X2); in common_init()
36 c->dwarf.loc[UNW_AARCH64_X3] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_X3); in common_init()
37 c->dwarf.loc[UNW_AARCH64_X4] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_X4); in common_init()
38 c->dwarf.loc[UNW_AARCH64_X5] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_X5); in common_init()
[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/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 …]

12345678910>>...63