| /third_party/ninja/src/ |
| D | util.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 37 // Have a generic fall-through for different versions of C/C++. 39 #define NINJA_FALLTHROUGH [[fallthrough]] 41 #define NINJA_FALLTHROUGH [[clang::fallthrough]] 44 #define NINJA_FALLTHROUGH [[gnu::fallthrough]] 46 #define NINJA_FALLTHROUGH __attribute__ ((fallthrough)) 67 /// determine that it contains no problematic characters. 73 /// Returns -errno and fills in \a err on error. 80 /// the closest match or NULL if there is no close enough match. 84 /// Like SpellcheckStringV, but takes a NULL-terminated list.
|
| /third_party/lz4/lib/ |
| D | xxhash.c | 2 * xxHash - Fast Hash algorithm 3 * Copyright (C) 2012-2016, Yann Collet 5 * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) 21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 31 * - xxHash homepage: http://www.xxhash.com 32 * - xxHash source repository : https://github.com/Cyan4973/xxHash 41 * Unfortunately, on some target/compiler combinations, the generated assembly is sub-optimal. 68 * It it is, result for null input pointers is the same as a null-length input. 75 …* By default, xxHash library provides endian-independent Hash values, based on little-endian conve… 76 * Results are therefore identical for little-endian and big-endian CPU. [all …]
|
| /third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/ |
| D | xxhash.c | 2 * xxHash - Fast Hash algorithm 3 * Copyright (C) 2012-2016, Yann Collet 5 * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) 21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 31 * - xxHash homepage: http://www.xxhash.com 32 * - xxHash source repository : https://github.com/Cyan4973/xxHash 41 * Unfortunately, on some target/compiler combinations, the generated assembly is sub-optimal. 68 * It it is, result for null input pointers is the same as a null-length input. 75 …* By default, xxHash library provides endian-independent Hash values, based on little-endian conve… 76 * Results are therefore identical for little-endian and big-endian CPU. [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/xxhash/ |
| D | xxhash.c | 2 * xxHash - Fast Hash algorithm 3 * Copyright (C) 2012-2016, Yann Collet 5 * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) 21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 31 * - xxHash homepage: http://www.xxhash.com 32 * - xxHash source repository : https://github.com/Cyan4973/xxHash 41 * Unfortunately, on some target/compiler combinations, the generated assembly is sub-optimal. 68 * It it is, result for null input pointers is the same as a null-length input. 75 …* By default, xxHash library provides endian-independent Hash values, based on little-endian conve… 76 * Results are therefore identical for little-endian and big-endian CPU. [all …]
|
| /third_party/popt/src/ |
| D | lookup3.c | 1 /* -------------------------------------------------------------------- */ 5 * These are functions for producing 32-bit hashes for hash table lookup. 9 * the public domain. It has no warranty. 13 * little-endian machines. Intel and AMD are little-endian machines. 15 * jlu32l() except it returns two 32-bit hashes for the price of one. 26 * 4-byte integers to hash, use jlu32w(). If you have a byte array (like 30 * Why is this so big? I read 12 bytes at a time into 3 4-byte integers, 35 /* -------------------------------------------------------------------- */ 54 # define ROTL32(x, s) (((x) << (s)) | ((x) >> (32 - (s)))) 60 /* -------------------------------------------------------------------- */ [all …]
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-subset.cc | 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 28 #include "hb-open-type.hh" 30 #include "hb-subset.hh" 32 #include "hb-open-file.hh" 33 #include "hb-ot-cmap-table.hh" 34 #include "hb-ot-glyf-table.hh" 35 #include "hb-ot-hdmx-table.hh" 36 #include "hb-ot-head-table.hh" 37 #include "hb-ot-hhea-table.hh" [all …]
|
| D | hb.hh | 13 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 22 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC 41 * nags, even though we instruct it to ignore -Wunknown-pragmas. ¯\_(ツ)_/¯ 43 * - Within each category, keep sorted. 45 * - Warnings whose scope can be expanded in future compiler versions shall 51 #pragma GCC diagnostic warning "-Wall" 52 #pragma GCC diagnostic warning "-Wextra" 55 #pragma GCC diagnostic ignored "-Wpragmas" 56 #pragma GCC diagnostic ignored "-Wunknown-pragmas" [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineBasicBlock.cpp | 1 //===-- llvm/CodeGen/MachineBasicBlock.cpp ----------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 26 #include "llvm/Config/llvm-config.h" 43 "print-slotindexes", 49 : BB(B), Number(-1), xParent(&MF) { in MachineBasicBlock() 52 IrrLoopHeaderWeight = B->getIrrLoopHeaderWeight(); in MachineBasicBlock() 62 MCContext &Ctx = MF->getContext(); in getSymbol() 63 auto Prefix = Ctx.getAsmInfo()->getPrivateLabelPrefix(); in getSymbol() [all …]
|
| D | MachineBlockPlacement.cpp | 1 //===- MachineBlockPlacement.cpp - Basic Block Code Layout optimization ---===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 18 // The algorithm works from the inner-most loop within a function outward, and 23 // function in-order. 25 //===----------------------------------------------------------------------===// 76 #define DEBUG_TYPE "block-placement" 86 "align-all-blocks", 92 "align-all-nofallthru-blocks", 93 cl::desc("Force the alignment of all blocks that have no fall-through " [all …]
|
| D | BranchFolding.cpp | 1 //===- BranchFolding.cpp - Fold machine code branch instructions ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 17 //===----------------------------------------------------------------------===// 70 #define DEBUG_TYPE "branch-folder" 78 static cl::opt<cl::boolOrDefault> FlagEnableTailMerge("enable-tail-merge", 83 TailMergeThreshold("tail-merge-threshold", 90 TailMergeSize("tail-merge-size", 96 /// BranchFolderPass - Wrap branch folder in a machine function pass. 131 PassConfig->getEnableTailMerge(); in runOnMachineFunction() [all …]
|
| /third_party/harfbuzz/src/ |
| D | hb.hh | 13 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 22 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC 41 * nags, even though we instruct it to ignore -Wunknown-pragmas. ¯\_(ツ)_/¯ 43 * - Within each category, keep sorted. 45 * - Warnings whose scope can be expanded in future compiler versions shall 51 #pragma GCC diagnostic warning "-Wall" 52 #pragma GCC diagnostic warning "-Wextra" 55 #pragma GCC diagnostic ignored "-Wpragmas" 56 #pragma GCC diagnostic ignored "-Wunknown-pragmas" [all …]
|
| D | hb-subset.cc | 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 28 #include "hb-open-type.hh" 30 #include "hb-subset.hh" 32 #include "hb-open-file.hh" 33 #include "hb-ot-cmap-table.hh" 34 #include "hb-ot-glyf-table.hh" 35 #include "hb-ot-hdmx-table.hh" 36 #include "hb-ot-head-table.hh" 37 #include "hb-ot-hhea-table.hh" [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| D | attributes.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 25 // https://gcc.gnu.org/onlinedocs/gcc-4.7.0/gcc/Function-Attributes.html 26 // https://gcc.gnu.org/onlinedocs/gcc-4.7.0/gcc/Variable-Attributes.html 27 // https://gcc.gnu.org/onlinedocs/gcc-4.7.0/gcc/Type-Attributes.html 41 // A function-like feature checking macro that is a wrapper around 47 // GCC: https://gcc.gnu.org/gcc-5/changes.html 57 // A function-like feature checking macro that accepts C++11 style attributes. 58 // It's a wrapper around `__has_cpp_attribute`, defined by ISO C++ SD-6 69 // ----------------------------------------------------------------------------- 71 // ----------------------------------------------------------------------------- [all …]
|
| /third_party/boost/libs/config/test/ |
| D | Jamfile.v2 | 16 <toolset>gcc:<cxxflags>-Wno-deprecated-declarations 36 test-suite config 41 : #input-files 44 [ check-target-builds has_atomic_lib : <source>atomic ] 45 [ check-target-builds has_pthread_lib : <source>pthread ] 46 [ check-target-builds has_rt_lib : <source>rt ] 51 : #input-files 53 <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static 54 [ check-target-builds has_atomic_lib : <source>atomic ] 55 [ check-target-builds has_pthread_lib : <source>pthread ] [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb.hh | 13 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 22 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC 41 * nags, even though we instruct it to ignore -Wunknown-pragmas. ¯\_(ツ)_/¯ 43 * - Within each category, keep sorted. 45 * - Warnings whose scope can be expanded in future compiler versions shall 51 #pragma GCC diagnostic warning "-Wall" 52 #pragma GCC diagnostic warning "-Wextra" 55 #pragma GCC diagnostic ignored "-Wpragmas" 56 #pragma GCC diagnostic ignored "-Wunknown-pragmas" [all …]
|
| D | hb-subset.cc | 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 28 #include "hb-open-type.hh" 30 #include "hb-subset.hh" 32 #include "hb-open-file.hh" 33 #include "hb-ot-cmap-table.hh" 34 #include "hb-ot-glyf-table.hh" 35 #include "hb-ot-hdmx-table.hh" 36 #include "hb-ot-head-table.hh" 37 #include "hb-ot-hhea-table.hh" [all …]
|
| /third_party/weston/tests/ |
| D | subsurface-test.c | 19 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 31 #include "weston-test-client-helper.h" 32 #include "weston-test-fixture-compositor.h" 61 wl_list_for_each(g, &client->global_list, link) { in get_subcompositor() 62 if (strcmp(g->interface, "wl_subcompositor")) in get_subcompositor() 71 assert(global_sub && "no wl_subcompositor found"); in get_subcompositor() 73 assert(global_sub->version == 1); in get_subcompositor() 75 sub = wl_registry_bind(client->wl_registry, global_sub->name, in get_subcompositor() 87 com->subco = get_subcompositor(client); in populate_compound_surface() 89 com->parent = wl_compositor_create_surface(client->wl_compositor); in populate_compound_surface() [all …]
|
| /third_party/skia/site/docs/dev/contrib/ |
| D | style.md | 1 --- 4 --- 23 ### No define before sktypes 32 We prefer no trailing whitespace but aren't very strict about it. 38 Most externally visible types and functions use an Sk- prefix to designate 39 they're part of Skia, but code in Ganesh uses Gr-. Nested types need not be 42 <!--?prettify?--> 54 lower-case f and are then camel-capped, to distinguish those fields from other 56 f-decoration. 58 <!--?prettify?--> [all …]
|
| /third_party/abseil-cpp/absl/base/ |
| D | attributes.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 27 // https://gcc.gnu.org/onlinedocs/gcc-4.7.0/gcc/Function-Attributes.html 28 // https://gcc.gnu.org/onlinedocs/gcc-4.7.0/gcc/Variable-Attributes.html 29 // https://gcc.gnu.org/onlinedocs/gcc-4.7.0/gcc/Type-Attributes.html 43 // A function-like feature checking macro that is a wrapper around 49 // GCC: https://gcc.gnu.org/gcc-5/changes.html 59 // A function-like feature checking macro that accepts C++11 style attributes. 60 // It's a wrapper around `__has_cpp_attribute`, defined by ISO C++ SD-6 71 // ----------------------------------------------------------------------------- 73 // ----------------------------------------------------------------------------- [all …]
|
| /third_party/node/deps/npm/node_modules/fast-json-stable-stringify/ |
| D | .eslintrc.yml | 6 block-scoped-var: 2 7 callback-return: 2 8 dot-notation: 2 10 linebreak-style: [2, unix] 11 new-cap: 2 12 no-console: [2, allow: [warn, error]] 13 no-else-return: 2 14 no-eq-null: 2 15 no-fallthrough: 2 16 no-invalid-this: 2 [all …]
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/ |
| D | .eslintrc.yml | 6 block-scoped-var: 2 8 curly: [2, multi-or-nest, consistent] 9 dot-location: [2, property] 10 dot-notation: 2 12 linebreak-style: [2, unix] 13 new-cap: 2 14 no-console: [2, allow: [warn, error]] 15 no-else-return: 2 16 no-eq-null: 2 17 no-fallthrough: 2 [all …]
|
| /third_party/curl/lib/ |
| D | socks.c | 8 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 49 * Helper read-from-socket functions. Does the same as Curl_read() but it 50 * blocks until all bytes amount of buffersize will be read. No more, no less. 94 buffersize -= nread; in Curl_blockread_all() 117 struct connectdata *conn = data->conn; in socksstate() 118 enum connect_t oldstate = conn->cnnct.state; in socksstate() 147 conn->cnnct.state = state; in socksstate() 152 statename[oldstate], statename[conn->cnnct.state], conn, in socksstate() 161 sock[0] = conn->sock[sockindex]; in Curl_SOCKS_getsock() 162 switch(conn->cnnct.state) { in Curl_SOCKS_getsock() [all …]
|
| /third_party/node/deps/npm/node_modules/color-name/ |
| D | .eslintrc.json | 12 "linebreak-style": 0, 15 "no-cond-assign": 1, 16 "no-constant-condition": 1, 17 "no-duplicate-case": 1, 18 "no-empty": 1, 19 "no-ex-assign": 1, 20 "no-extra-boolean-cast": 1, 21 "no-extra-semi": 1, 22 "no-fallthrough": 1, number 23 "no-func-assign": 1, [all …]
|
| /third_party/boost/boost/outcome/experimental/status-code/ |
| D | getaddrinfo_code.hpp | 6 Boost Software License - Version 1.0 - August 17th, 2003 12 Software, and to permit third-parties to whom the Software is furnished to 19 works are solely in the form of machine-executable object code generated by 24 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT 121 case EAI_BADFLAGS: // fallthrough in _generic_code() 124 case EAI_FAMILY: // fallthrough in _generic_code() 127 case EAI_AGAIN: // fallthrough in _generic_code()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | Mips16ISelLowering.cpp | 1 //===-- Mips16ISelLowering.h - Mips16 DAG Lowering Interface ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 24 #define DEBUG_TYPE "mips-lower" 27 "mips16-dont-expand-cond-pseudo", 56 // Libcalls for which no helper is generated. Sorted by name for binary search. 83 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_dc" }, // No associated libcall. 84 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_df" }, // No associated libcall. 85 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_sc" }, // No associated libcall. [all …]
|