Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 41) sorted by relevance

12

/third_party/ulib/musl/src/multibyte/
A Dinternal.c3 #define C(x) (x < 2 ? -1 : (R(0x80, 0xc0) | x)) macro
4 #define D(x) C((x + 16))
9 C(0x2), C(0x3), C(0x4), C(0x5), C(0x6), C(0x7),
10 C(0x8), C(0x9), C(0xa), C(0xb), C(0xc), C(0xd), C(0xe), C(0xf),
/third_party/ulib/jemalloc/msvc/
A Djemalloc_vc2015.sln43 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x64.ActiveCfg = Debug|x64
44 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x64.Build.0 = Debug|x64
45 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.ActiveCfg = Debug|Win32
46 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.Build.0 = Debug|Win32
47 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug-static|x64.ActiveCfg = Debug-static|x64
48 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug-static|x64.Build.0 = Debug-static|x64
50 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug-static|x86.Build.0 = Debug-static|Win32
51 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Release|x64.ActiveCfg = Release|x64
52 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Release|x64.Build.0 = Release|x64
53 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Release|x86.ActiveCfg = Release|Win32
[all …]
A DReadMe.txt12 2. Install Visual Studio 2015 with Visual C++
/third_party/ulib/jemalloc/m4/
A Dax_cxx_compile_stdcxx.m414 # or '14' (for the C++14 standard).
60 AC_LANG_PUSH([C++])dnl
119 AC_LANG_POP([C++])
137 dnl Test body for checking C++11 support
144 dnl Test body for checking C++14 support
152 dnl Tests for new features in C++11
161 #error "This is not a C++ compiler"
165 #error "This is not a C++11 compiler"
441 dnl Tests for new features in C++14
450 #error "This is not a C++ compiler"
[all …]
/third_party/ulib/backtrace/
A DREADME.md2 A C library that may be linked into a C/C++ program to produce symbolic backtraces
28 The library relies on the C++ unwind API defined at
A Dacinclude.m444 AC_LANG_PUSH(C)
70 AC_LANG_POP(C)
A DLICENSE1 # Copyright (C) 2012-2016 Free Software Foundation, Inc.
A Dinternal.h64 #define __sync_bool_compare_and_swap(A, B, C) (abort(), 1) argument
/third_party/ulib/cryptolib/
A Dcryptolib.c154 C = ctx->state[2]; in _SHA256_transform()
163 uint32_t maj = (A & B) ^ (A & C) ^ (B & C); in _SHA256_transform()
173 D = C; in _SHA256_transform()
174 C = B; in _SHA256_transform()
181 ctx->state[2] += C; in _SHA256_transform()
242 uint32_t A, B, C, D, E; in _SHA1_transform() local
260 C = ctx->state[2]; in _SHA1_transform()
272 tmp += ((B&C)|(D&(B|C))) + 0x8F1BBCDC; in _SHA1_transform()
277 D = C; in _SHA1_transform()
278 C = _ROL(B,30); in _SHA1_transform()
[all …]
/third_party/lib/acpica/generate/lint/
A Dstd16.lnt1 // Microsoft C and Visual C++ 4.x, -mL -si2 -spN2 -spF4, lib-win.lnt
A Dlint.bat4 "C:\Program Files\Lint\Lint-nt" +v std64.lnt +os(LintOut.txt) files.lnt
10 "C:\Program Files\Lint\Lint-nt" +v std32.lnt +os(LintOut.txt) files.lnt
A Doptions.lnt11 -A // ANSI C only
/third_party/uapp/dash/src/
A Dmkbuiltins81 }}' $temp | LC_ALL= LC_COLLATE=C sort -k 1,1 | tee $temp2 | awk '{
106 LC_ALL= LC_COLLATE=C sort -u -k 3,3 |
A DTOUR35 C source files for entries looking like:
75 exceptions.c. The C language doesn't include exception handling,
88 MEMALLOC.C: Memalloc.c defines versions of malloc and realloc
111 MAIN.C: The main routine performs some initialization, executes
115 OPTIONS.C: This file contains the option processing code. It is
205 EVAL.C: Evaltree recursively executes a parse tree. The exit
212 JOBS.C: To create a process, you call makejob to return a job
218 REDIR.C: Ash allows file descriptors to be redirected and then
224 EXEC.C: The routine find_command locates a command, and enters
237 EXPAND.C: Arguments are processed in three passes. The first
[all …]
/third_party/ulib/jemalloc/
A DCOPYING4 Copyright (C) 2002-2016 Jason Evans <jasone@canonware.com>.
6 Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
7 Copyright (C) 2009-2016 Facebook, Inc. All rights reserved.
A DINSTALL212 Disable C++ integration. This will cause new and delete operator
266 to know the minimum alignment that meets the following C standard
281 jemalloc does follow the C standard by default (caveat: jemalloc
294 --with-lg-quantum). Tiny size classes technically violate the C standard
316 Pass these flags to the C/C++ compiler. Any flags set by the configure
329 Pass these flags to the C preprocessor. Note that CFLAGS is not passed to
349 echo "je_cv_madv_free=no" > config.cache && ./configure -C
398 Use this to invoke the C compiler.
404 Pass these flags to the C preprocessor.
/third_party/ulib/lz4/
A Dliblz4.pc.in2 # Copyright (C) 2011-2014, Yann Collet.
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_defs.h.in31 * with C++. The only justification for this is to match the prototypes that
/third_party/lib/acpica/source/compiler/
A Dreadme.txt13 2) An ANSI C compiler.
40 gcc C compiler
106 Command: C:\Acpi\iasl.exe
/third_party/ulib/jemalloc/bin/
A Djemalloc-config.in21 --cxxflags : Print C++ compiler flags used to build jemalloc.
/third_party/ulib/cksum/
A DLICENSE3 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
/third_party/ulib/musl/
A DREADME5 implementation of the standard C library targetting the Linux syscall
/third_party/lib/acpica/
A DLICENSE1 * Copyright (C) 2000 - 2016, Intel Corp.
A Dchanges.txt2537 C compilers that require this support.
2968 C
3483 C-
8257 portability across C compilers.
8579 produced incorrect results with some C compilers. Since the behavior of C
11588 to C library "strcmp".
13177 (optionally generated) ASM and C AML source files.
13414 local C library (utclib.c)
13560 local implementation of C library functions (clib.c)
14676 raw hex table form, in either C or ASM.
[all …]
/third_party/lib/jitterentropy/
A DCOPYING1 Copyright (C) 2016, Stephan Mueller <smueller@chronox.de>

Completed in 52 milliseconds

12