| /third_party/ulib/jemalloc/bin/ |
| A D | jemalloc-config.in | 9 --version : Print jemalloc version. 35 --version)
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gfde.c | 50 uint8_t version, ch, augstr[5], fde_encoding, handler_encoding; in parse_cie() local 116 if ((ret = dwarf_readu8 (as, a, &addr, &version, arg)) < 0) in parse_cie() 119 if (version != 1 && version != DWARF_CIE_VERSION) in parse_cie() 122 STR (DWARF_CIE_VERSION) "\n", version); in parse_cie() 145 if (version == 1) in parse_cie()
|
| A D | Gfind_unwind_table.c | 142 if (hdr->version != DW_EH_VERSION) in dwarf_find_unwind_table() 145 path, hdr->version); in dwarf_find_unwind_table() 395 if (hdr->version != DW_EH_VERSION) in dwarf_as_find_unwind_table() 398 path, hdr->version); in dwarf_as_find_unwind_table()
|
| /third_party/ulib/ngunwind/include/ngunwind/ |
| A D | dwarf-eh.h | 109 unsigned char version; member
|
| /third_party/ulib/musl/include/sys/ |
| A D | utsname.h | 13 char version[65]; member
|
| /third_party/lib/jitterentropy/ |
| A D | jitterentropy-base.c | 104 unsigned int version = 0; in jent_version() local 106 version = MAJVERSION * 1000000; in jent_version() 107 version += MINVERSION * 10000; in jent_version() 108 version += PATCHLEVEL * 100; in jent_version() 110 return version; in jent_version()
|
| A D | README.md | 49 The version numbers for this library have the following schema: 55 bump of the major version). 57 Changes in the minor version are API compatible, but the ABI may change.
|
| /third_party/ulib/jemalloc/doc/ |
| A D | manpages.xsl.in | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
| A D | html.xsl.in | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
| A D | stylesheet.xsl | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
| /third_party/ulib/cryptolib/ |
| A D | README.fuchsia | 3 License: Apache License version 2.0
|
| /third_party/ulib/lz4/include/lz4/ |
| A D | lz4frame.h | 159 LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_compressionContext_t* cctxPtr, unsigned version… 239 …rrorCode_t LZ4F_createDecompressionContext(LZ4F_decompressionContext_t* dctxPtr, unsigned version);
|
| /third_party/ulib/musl/include/netinet/ |
| A D | ip.h | 27 unsigned int version : 4; member 29 unsigned int version : 4;
|
| /third_party/ulib/chromiumos-platform-ec/ |
| A D | comm-lpc.cpp | 49 zx_status_t CommandLpc3(uint16_t command, uint8_t version, in CommandLpc3() argument 70 rq.command_version = version; in CommandLpc3()
|
| /third_party/ulib/musl/src/internal/ |
| A D | fdpic_crt.h | 12 unsigned short version, nsegs; in __fdpic_fixup() member
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 973 ASL+ version: 998 ASL+ version: 4248 version of 4355 version of 6155 version 7630 version 20070917.) 8953 Implemented an ANSI C version of the acpixtract utility. This version 10952 version 15274 ASL Compiler, version X2026: 15637 ASL Compiler, version X2016: [all …]
|
| A D | LICENSE | 20 * GNU General Public License ("GPL") version 2 as published by the Free
|
| /third_party/ulib/jemalloc/ |
| A D | .appveyor.yml | 1 version: '{build}'
|
| A D | ChangeLog | 92 - Fix gettimeofday() version of nstime_update(). (@ronawho) 104 - Add the --with-version configure option. (@jasone) 127 - Fix the linear scan version of bitmap_sfu() to shift by the proper amount 313 This version contains many speed and space optimizations, both minor and 494 This version primarily addresses minor bugs in test code. 581 This version is essentially a small bugfix release, but the addition of 582 aarch64 support requires that the minor version be incremented. 639 In addition to a couple of bug fixes, this version modifies page run 784 This version fixes numerous bugs related to heap profiling. 813 This version incorporates several improvements to algorithms and data [all …]
|
| /third_party/ulib/backtrace/ |
| A D | dwarf.c | 262 int version; member 368 int version; member 746 int is_dwarf64, int version, int addrsize, in read_attribute() argument 822 if (version == 2) in read_attribute() 1522 int version; in build_address_map() local 1546 version = read_uint16 (&unit_buf); in build_address_map() 1547 if (version < 2 || version > 4) in build_address_map() 1567 u->version = version; in build_address_map() 1679 hdr->version = read_uint16 (line_buf); in read_line_header() 1680 if (hdr->version < 2 || hdr->version > 4) in read_line_header() [all …]
|
| A D | config.h.in | 74 /* Define to the full name and version of this package. */ 83 /* Define to the version of this package. */
|
| /third_party/ulib/lz4/ |
| A D | lz4frame.c | 117 U32 version; member 133 U32 version; member 298 cctxI.version = LZ4F_VERSION; in LZ4F_compressFrame() 355 …F_createCompressionContext(LZ4F_compressionContext_t* LZ4F_compressionContextPtr, unsigned version) in LZ4F_createCompressionContext() argument 362 cctxPtr->version = version; in LZ4F_createCompressionContext() 773 dctxPtr->version = versionNumber; in LZ4F_createDecompressionContext() 819 … unsigned version, blockMode, blockChecksumFlag, contentSizeFlag, contentChecksumFlag, blockSizeID; in LZ4F_decodeHeader() local 852 version = (FLG>>6) & _2BITS; in LZ4F_decodeHeader() 876 …if (version != 1) return (size_t)-LZ4F_ERROR_headerVersion_wrong; /* Version Number, only s… in LZ4F_decodeHeader()
|
| /third_party/lib/acpica/generate/unix/ |
| A D | readme.txt | 96 This is a smaller version of acpiexec that loads an acpi table and 104 here) into a version that meets Linux coding guidelines. This consists
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | libunwind-dynamic.h | 156 uint32_t version; member
|
| /third_party/ulib/jemalloc/src/ |
| A D | zone.c | 24 unsigned version; member 341 jemalloc_zone.version = 9; in zone_init()
|