| /third_party/openhitls/.github/workflows/ |
| D | cmake-single-platform.yml | 1 …ng on a single platform. There is a different starter workflow if you need cross-platform coverage. 2 # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml 20 # You can convert this to a matrix build if you need cross-platform coverage. 21 …: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-wo… 22 runs-on: ubuntu-latest 25 - uses: actions/checkout@v4 28 fetch-depth: 1 30 - name: Configure CMake 31 … subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generat… 35 - name: Build [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 22 building libjpeg-turbo. 36 ARCH=`uname -m` 37 rpmbuild --rebuild nasm-{version}.src.rpm [all …]
|
| /third_party/skia/m133/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when 22 building libjpeg-turbo. 34 - GCC v4.1 (or later) or Clang recommended for best performance 36 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is [all …]
|
| /third_party/gptfdisk/ |
| D | parttypes.cc | 2 // Class to manage partition type codes -- a slight variant on MBR type 5 /* This program is copyright (c) 2009-2018 by Roderick W. Smith. It is distributed 24 const PartType PartType::unusedPartType = (GUIDData) "00000000-0000-0000-0000-000000000000"; 28 #define DESC_LENGTH (SCREEN_WIDTH - (6 * NUM_COLUMNS)) / NUM_COLUMNS 63 numInstances--; in ~PartType() 67 allTypes = allTypes->next; in ~PartType() 73 // Add all partition type codes to the internal linked-list structure. 75 // See http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 80 AddType(0x0000, "00000000-0000-0000-0000-000000000000", "Unused entry", 0); in AddAllTypes() 83 // (they're available mainly for MBR-to-GPT conversions). in AddAllTypes() [all …]
|
| D | NEWS | 2 ------------------- 4 - Fixed problem that caused sgdisk to crash with errors about being unable 6 (commit 740, which is pre-release as I type; presumably version 1.19 and 9 - Updated guid.cc to deal with minor change in libuuid. 11 - Fixed potential NULL derefernce bug in sgdisk. Thanks to Damian Kurek 14 - The partition number of "0" can now be used to reference newly-created 15 partitions when the --largest-new=0 option to sgdisk is used. Thanks to 18 - Make explicit casts in gptcurses.cc to eliminate compiler warnings about 19 mis-matched types in printw() statements. 21 - Minor code cleanup based on valgrind analysis. [all …]
|
| /third_party/libexif/ |
| D | config.guess | 3 # Copyright 1992-2024 Free Software Foundation, Inc. 7 timestamp='2024-01-01' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/libedit/ |
| D | config.guess | 3 # Copyright 1992-2024 Free Software Foundation, Inc. 7 timestamp='2024-01-01' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/ncurses/ |
| D | config.guess | 3 # Copyright 1992-2023 Free Software Foundation, Inc. 7 timestamp='2023-10-19' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/skia/m133/third_party/externals/libpng/ |
| D | config.guess | 3 # Copyright 1992-2023 Free Software Foundation, Inc. 7 timestamp='2023-08-22' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/cups/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-09-17' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/libevdev/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-05-25' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
| D | Intrinsics.gen | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 7 \*===----------------------------------------------------------------------===*/ 153 type_test, // llvm.type.test 2631 mips_mini_s_b, // llvm.mips.mini.s.b 2632 mips_mini_s_d, // llvm.mips.mini.s.d 2633 mips_mini_s_h, // llvm.mips.mini.s.h 2634 mips_mini_s_w, // llvm.mips.mini.s.w 2635 mips_mini_u_b, // llvm.mips.mini.u.b 2636 mips_mini_u_d, // llvm.mips.mini.u.d 2637 mips_mini_u_h, // llvm.mips.mini.u.h [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
| D | Intrinsics.gen | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 7 \*===----------------------------------------------------------------------===*/ 153 type_test, // llvm.type.test 2631 mips_mini_s_b, // llvm.mips.mini.s.b 2632 mips_mini_s_d, // llvm.mips.mini.s.d 2633 mips_mini_s_h, // llvm.mips.mini.s.h 2634 mips_mini_s_w, // llvm.mips.mini.s.w 2635 mips_mini_u_b, // llvm.mips.mini.u.b 2636 mips_mini_u_d, // llvm.mips.mini.u.d 2637 mips_mini_u_h, // llvm.mips.mini.u.h [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
| D | Intrinsics.gen | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 7 \*===----------------------------------------------------------------------===*/ 153 type_test, // llvm.type.test 2631 mips_mini_s_b, // llvm.mips.mini.s.b 2632 mips_mini_s_d, // llvm.mips.mini.s.d 2633 mips_mini_s_h, // llvm.mips.mini.s.h 2634 mips_mini_s_w, // llvm.mips.mini.s.w 2635 mips_mini_u_b, // llvm.mips.mini.u.b 2636 mips_mini_u_d, // llvm.mips.mini.u.d 2637 mips_mini_u_h, // llvm.mips.mini.u.h [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
| D | Intrinsics.gen | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 7 \*===----------------------------------------------------------------------===*/ 153 type_test, // llvm.type.test 2631 mips_mini_s_b, // llvm.mips.mini.s.b 2632 mips_mini_s_d, // llvm.mips.mini.s.d 2633 mips_mini_s_h, // llvm.mips.mini.s.h 2634 mips_mini_s_w, // llvm.mips.mini.s.w 2635 mips_mini_u_b, // llvm.mips.mini.u.b 2636 mips_mini_u_d, // llvm.mips.mini.u.d 2637 mips_mini_u_h, // llvm.mips.mini.u.h [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
| D | Intrinsics.gen | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 7 \*===----------------------------------------------------------------------===*/ 145 type_test, // llvm.type.test 2625 mips_mini_s_b, // llvm.mips.mini.s.b 2626 mips_mini_s_d, // llvm.mips.mini.s.d 2627 mips_mini_s_h, // llvm.mips.mini.s.h 2628 mips_mini_s_w, // llvm.mips.mini.s.w 2629 mips_mini_u_b, // llvm.mips.mini.u.b 2630 mips_mini_u_d, // llvm.mips.mini.u.d 2631 mips_mini_u_h, // llvm.mips.mini.u.h [all …]
|
| /third_party/lame/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-08-29' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-03-08' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-11-07' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2017 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/ |
| D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-11-07' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2017 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | config.guess | 3 # Copyright 1992-2014 Free Software Foundation, Inc. 5 timestamp='2014-03-23' 32 # Please send patches with a ChangeLog entry to config-patches@gnu.org. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2014 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/icu/icu4c/source/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/curl/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/python/ |
| D | config.guess | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-06-03' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
| D | IntrinsicImpl.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 7 \*===----------------------------------------------------------------------===*/ 30 {llvm::StringLiteral("x86"), 6321, 1172}, 284 "llvm.test.set.loop.iterations", 289 "llvm.type.test", 4112 "llvm.mips.mini.s.b", 4113 "llvm.mips.mini.s.d", 4114 "llvm.mips.mini.s.h", 4115 "llvm.mips.mini.s.w", 4116 "llvm.mips.mini.u.b", [all …]
|