| /third_party/ulib/backtrace/ |
| A D | config.h.in | 13 /* Define to 1 if you have the <dlfcn.h> header file. */ 28 /* Define to 1 if you have the <inttypes.h> header file. */ 31 /* Define to 1 if you have the <link.h> header file. */ 34 /* Define to 1 if you have the <memory.h> header file. */ 37 /* Define to 1 if you have the <stdint.h> header file. */ 40 /* Define to 1 if you have the <stdlib.h> header file. */ 43 /* Define to 1 if you have the <strings.h> header file. */ 46 /* Define to 1 if you have the <string.h> header file. */ 52 /* Define to 1 if you have the <sys/mman.h> header file. */ 61 /* Define to 1 if you have the <unistd.h> header file. */ [all …]
|
| A D | README.md | 14 The public functions are declared and documented in the header file
|
| A D | configure.ac | 273 # The SPU does not have mmap, but it has a sys/mman.h header file 315 # header file but is only in -ldl.
|
| /third_party/uapp/dash/src/ |
| A D | nodes.c.pat | 348 struct state_header header; 350 // Fill in the header 352 header.symtab_offset = kHeaderSize; 353 header.cmd_offset = header.symtab_offset + total_symtab_size; 354 header.string_offset = header.cmd_offset + funcblocksize; 361 memcpy(buffer, &header, sizeof(header)); 368 funcblock = buffer + header.cmd_offset; 385 struct state_header header; 386 memcpy(&header, buffer, sizeof(header)); 387 if (length != header.total_size) { [all …]
|
| A D | nodes.c | 706 struct state_header header; in codec_encode() local 710 header.symtab_offset = kHeaderSize; in codec_encode() 711 header.cmd_offset = header.symtab_offset + total_symtab_size; in codec_encode() 712 header.string_offset = header.cmd_offset + funcblocksize; in codec_encode() 715 header.total_size = sizeof(buffer); in codec_encode() 718 memcpy(buffer, &header, sizeof(header)); in codec_encode() 738 struct state_header header; in codec_decode() local 739 if (length < sizeof(header)) { in codec_decode() 742 memcpy(&header, buffer, sizeof(header)); in codec_decode() 743 if (length < header.total_size) { in codec_decode() [all …]
|
| A D | TOUR | 290 bltinlib.a which can be linked with ash. The header file bltin.h
|
| /third_party/ulib/cryptolib/ |
| A D | README.fuchsia | 6 - Changed header guard to "#pragma once"
|
| /third_party/ulib/jemalloc/msvc/ |
| A D | ReadMe.txt | 19 5. Generate header files:
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 3840 my $header = ReadProfileHeader(*PROFILE); 3846 if ($header =~ m/^--- *$symbol_marker/o) { 3869 } elsif ($header =~ m/^heap profile:/) { 3872 } elsif ($header =~ m/^heap/) { 3878 } elsif ($header =~ m/^--- *Stacks:/) { 4098 my $header = shift; 4125 chomp($header); 4222 my ($prog, $fname, $header) = @_; 4227 chomp($header); 4230 if ($header =~ m"^heap_v2/(\d+)") { [all …]
|
| /third_party/ulib/lz4/ |
| A D | lz4frame.c | 149 BYTE header[16]; member 231 static BYTE LZ4F_headerChecksum (const void* header, size_t length) in LZ4F_headerChecksum() argument 233 U32 xxh = XXH32(header, length, 0); in LZ4F_headerChecksum() 832 if (srcVoidPtr == (void*)(dctxPtr->header)) in LZ4F_decodeHeader() 864 if (srcPtr != dctxPtr->header) in LZ4F_decodeHeader() 865 memcpy(dctxPtr->header, srcPtr, srcSize); in LZ4F_decodeHeader() 1105 memcpy(dctxPtr->header + dctxPtr->tmpInSize, srcPtr, sizeToCopy); in LZ4F_decompress() 1115 … LZ4F_errorCode_t errorCode = LZ4F_decodeHeader(dctxPtr, dctxPtr->header, dctxPtr->tmpInTarget); in LZ4F_decompress() 1406 memcpy(dctxPtr->header + dctxPtr->tmpInSize, srcPtr, sizeToCopy); in LZ4F_decompress() 1415 selectedIn = dctxPtr->header + 4; in LZ4F_decompress()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | jemalloc_test.h.in | 108 * This header does dangerous things, the effects of which only test code 112 # error "This header cannot be included outside a testing context"
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | smoothstep.sh | 67 * This header defines a precomputed table based on the smoothstep family of
|
| A D | jemalloc_internal.h.in | 180 * Historically, we dealt with this by each header into four sections (types, 181 * structs, externs, and inlines), and included each header file multiple times 192 * implicitly available via this file including every header file in the 195 * We're now in an intermediate state: we've broken up the header files to avoid 197 * dependency information into the header files (i.e. we still rely on the 198 * ordering in this file to ensure all a header's dependencies are available in 199 * its translation unit). Each component is now broken up into multiple header
|
| A D | size_classes.sh | 270 * This header requires LG_SIZEOF_PTR, LG_TINY_MIN, LG_QUANTUM, and LG_PAGE to
|
| A D | jemalloc_internal_defs.h.in | 277 /* Define if operating system has alloca.h header. */
|
| /third_party/tools/android/avb/ |
| A D | avbtool | 2161 header.required_libavb_version_major, 2162 header.required_libavb_version_minor, 2166 header.authentication_data_block_size)) 2168 header.auxiliary_data_block_size)) 2173 header.release_string.rstrip('\0'))) 2223 vbmeta_blob = image.read(header.SIZE + header.authentication_data_block_size + 2227 if not verify_vbmeta_signature(header, vbmeta_blob): 2234 key_offset += header.authentication_data_block_size 2235 key_offset += header.public_key_offset 2287 size = (header.SIZE + header.authentication_data_block_size + [all …]
|
| /third_party/lib/acpica/source/compiler/ |
| A D | new_table.txt | 19 New tables should be added to the appropriate header: 23 Use ACPI_TABLE_HEADER for the common ACPI table header.
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 327 - various minor header fixes 474 - header fixes for c++ 556 - various other header improvements 637 - various minor header tweaks 705 - various header file/type issues 720 - many other header fixes 846 header bugs fixed: 852 header compatibility improvements: 1083 - various header improvements 1120 - minor header issues [all …]
|
| A D | COPYRIGHT | 107 In addition, permission is hereby granted for all public header files
|
| /third_party/lib/jitterentropy/ |
| A D | README.md | 20 To use the Jitter RNG, the header file jitterentropy.h must be included.
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 2403 memset(&req.header, 0, sizeof(req.header)); in loader_svc_rpc() 2404 req.header.ordinal = ordinal; in loader_svc_rpc() 2452 if (rsp.header.ordinal != ordinal) { in loader_svc_rpc() 2454 rsp.header.ordinal, ordinal); in loader_svc_rpc() 2508 fidl_message_header_t header; in dl_clone_loader_service() member 2511 .header = { in dl_clone_loader_service() 2538 (rsp.header.ordinal != LDMSG_OP_CLONE)) { in dl_clone_loader_service()
|
| /third_party/ulib/jemalloc/ |
| A D | INSTALL | 331 CPPFLAGS instead if you need to help 'configure' find header files. 385 Use this as the installation prefix for header files.
|
| A D | ChangeLog | 300 chunk header maps. This affected systems with page sizes greater than 8 378 - Add missing header includes in jemalloc/jemalloc.h, so that applications
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 8 This includes the standard Linux dual-license header. This affects 468 functions when requested) to a new header, acclib.h 4003 ACPI header. 5776 actbl1.h header into the existing actbl2.h header. ACPICA BZ 774. 6745 header. 6977 and use the standard table header output routine. 7404 header dump at the start of the disassembly. 10291 header. 12874 header. 12980 module header. [all …]
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 470 /* Examine this table header (DSDT) */
|