HomeSort by relevance Sort by last modified time
    Searched defs:header (Results 826 - 850 of 2389) sorted by null

<<31323334353637383940>>

  /external/skia/experimental/Networking/
SkSockets.h 15 /* PACKET and HEADER Format */
94 struct header { struct in class:SkSocket
  /external/skia/src/core/
SkColorSpace.cpp 275 k0_Version, // Initial version, header + flags for matrix and profile
292 * If kMatrix_Flag is set, we will write 12 floats after the header.
297 * If kICC_Flag is set, we will write an ICC profile after the header.
304 * If kTransferFn_Flag is set, we will write 19 floats after the header.
312 ColorSpaceHeader header; local
315 header.fVersion = (uint8_t) version;
318 header.fNamed = (uint8_t) named;
321 header.fGammaNamed = (uint8_t) gammaNamed;
324 header.fFlags = flags;
325 return header;
434 ColorSpaceHeader header = *((const ColorSpaceHeader*) data); local
    [all...]
  /external/skia/src/gpu/
GrTRecorder.h 108 struct Header {
109 int fTotalLength; // The length of an entry including header, item, and data in TAligns.
173 Header* header = reinterpret_cast<Header*>( local
174 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue);
175 fTailBlock->fBack -= header->fTotalLength;
178 int lastItemLength = header->fPrevLength;
180 if (!header->fPrevLength) {
192 fLastItem = &(*fTailBlock)[fTailBlock->fBack - lastItemLength + length_of<Header>::kValue]
221 Header* header = reinterpret_cast<Header*>(&(*fTailBlock)[fTailBlock->fBack]); local
265 Header* header = reinterpret_cast<Header*>(&(*fBlock)[fPosition]); local
306 Header* header = reinterpret_cast<Header*>(&(*fBlock)[fPosition]); local
    [all...]
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.h 43 const GrProgramDesc::KeyHeader& header() const { return fDesc->header(); } function in class:GrGLSLProgramBuilder
  /external/skia/src/xml/
SkXMLWriter.cpp 254 const char* header = getHeader(); local
255 fStream.write(header, strlen(header));
  /external/skqp/experimental/Networking/
SkSockets.h 15 /* PACKET and HEADER Format */
94 struct header { struct in class:SkSocket
  /external/skqp/src/core/
SkColorSpace.cpp 275 k0_Version, // Initial version, header + flags for matrix and profile
292 * If kMatrix_Flag is set, we will write 12 floats after the header.
297 * If kICC_Flag is set, we will write an ICC profile after the header.
304 * If kTransferFn_Flag is set, we will write 19 floats after the header.
312 ColorSpaceHeader header; local
315 header.fVersion = (uint8_t) version;
318 header.fNamed = (uint8_t) named;
321 header.fGammaNamed = (uint8_t) gammaNamed;
324 header.fFlags = flags;
325 return header;
434 ColorSpaceHeader header = *((const ColorSpaceHeader*) data); local
    [all...]
  /external/skqp/src/gpu/
GrTRecorder.h 108 struct Header {
109 int fTotalLength; // The length of an entry including header, item, and data in TAligns.
173 Header* header = reinterpret_cast<Header*>( local
174 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue);
175 fTailBlock->fBack -= header->fTotalLength;
178 int lastItemLength = header->fPrevLength;
180 if (!header->fPrevLength) {
192 fLastItem = &(*fTailBlock)[fTailBlock->fBack - lastItemLength + length_of<Header>::kValue]
221 Header* header = reinterpret_cast<Header*>(&(*fTailBlock)[fTailBlock->fBack]); local
265 Header* header = reinterpret_cast<Header*>(&(*fBlock)[fPosition]); local
306 Header* header = reinterpret_cast<Header*>(&(*fBlock)[fPosition]); local
    [all...]
  /external/skqp/src/gpu/glsl/
GrGLSLProgramBuilder.h 43 const GrProgramDesc::KeyHeader& header() const { return fDesc->header(); } function in class:GrGLSLProgramBuilder
  /external/skqp/src/xml/
SkXMLWriter.cpp 254 const char* header = getHeader(); local
255 fStream.write(header, strlen(header));
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 116 /* search through file for header - slow method */
126 EAS_U8 header[4]; local
128 if ((result = EAS_HWReadFile(pEASData->hwInstData, fileHandle, header, sizeof(header), &count)) != EAS_SUCCESS)
132 if ((header[0] != 'M') || (header[1] != 'T') || (header[2] != 'h') || (header[3] != 'd'))
193 /* parse the file header and setup the individual stream parsers */
1045 * Parses the header of an SMF file, allocates memory the stream parsers and initializes th
    [all...]
  /external/strace/
count.c 158 static const char header[] = "%6.6s %11.11s %11.11s %9.9s %9.9s %s\n"; local
169 fprintf(outf, header,
172 fprintf(outf, header, dashes, dashes, dashes, dashes, dashes, dashes);
215 fprintf(outf, header, dashes, dashes, dashes, dashes, dashes, dashes);
  /external/swiftshader/src/Main/
SwiftConfig.cpp 517 char header[1024]; local
525 sprintf(header, "Content-Type: text/html; charset=UTF-8\r\n"
530 std::string message = status + header + body;
    [all...]
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.cpp 46 header(Context);
52 void BrainF::header(LLVMContext& C) { function in class:BrainF
72 //Function header
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
PathProfiling.c 96 /* If this function was executed, write the header */
107 "error: unable to write function header to output file.\n");
123 PathProfileHeader header; local
126 header.fnNumber = functionNumber;
127 header.numEntries = hashTable->pathCounts;
129 if (write(outFile, &header, sizeof(PathProfileHeader)) < 0) {
130 fprintf(stderr, "error: unable to write function header to output file.\n");
229 uint32_t header[2] = { PathInfo, 0 }; local
233 /* skip over the header for now */
240 writeArrayTable(i+1,&ft[i],header + 1)
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
ip_frag.c 55 * - IP header options are not supported
60 * @todo: work with IP header options
83 * It has the same packing requirements as the IP header, since it replaces
84 * the IP header in memory in incoming fragments (after copying it) to keep
85 * track of the various fragments. (-> If the IP header doesn't need packing,
178 /* Then, copy the original header into it. */
215 * @param fraghdr IP header of the current fragment
293 /* copy the ip header for later tests and input */
344 /* overwrite the fragment's ip header from the pbuf with our helper struct,
346 /* make sure the struct ip_reass_helper fits into the IP header */
671 struct pbuf *header; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
bzimage.h 9 * A bzImage header
36 uint32_t header; member in struct:bzimage_header
77 /** Offset of bzImage header within kernel image */
  /external/syslinux/gpxe/src/arch/i386/prefix/
lkrnprefix.S 88 The following header is documented in the Linux source code at
118 .byte setup_code - header
119 header: label
  /external/syslinux/gpxe/src/net/tcp/
http.c 85 /** Line buffer for received header lines */
188 * Handle HTTP Location header
191 * @v value HTTP header value
210 * Handle HTTP Content-Length header
213 * @v value HTTP header value
234 /** An HTTP header handler */
237 const char *header; member in struct:http_header_handler
238 /** Handle received header
241 * @v value HTTP header value
249 /** List of HTTP header handlers *
    [all...]
  /external/syslinux/gpxe/src/net/udp/
slam.c 95 /** Maximum SLAM header length */
133 /** Cached header */
134 uint8_t header[SLAM_MAX_HEADER_LEN]; member in struct:slam_request
135 /** Size of cached header */
407 * Read and strip SLAM header
415 void *header = iobuf->data; local
418 /* If header matches cached header, just pull it and return */
420 ( memcmp ( slam->header, iobuf->data, slam->header_len ) == 0 )){
425 DBGC ( slam, "SLAM %p detected changed header; resetting\n", slam )
    [all...]
  /external/syslinux/memdisk/
memdisk.h 16 * Miscellaneous header definitions
49 /* This is the header in the boot sector/setup area */
60 char header[4]; member in struct:setup_header
  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib.cc 186 string header = "RIFF"; local
187 header += LittleEndianDataInt(36U + samples.size() * sizeof(int16));
188 header += "WAVEfmt ";
189 header += LittleEndianDataInt(16);
190 header += LittleEndianDataShort(1);
191 header += LittleEndianDataShort(channel_count);
192 header += LittleEndianDataInt(samples_per_second);
193 header +=
195 header += LittleEndianDataShort(channel_count * sizeof(int16));
196 header += LittleEndianDataShort(16)
    [all...]
  /external/tensorflow/tensorflow/core/lib/wav/
wav_io.cc 93 return errors::InvalidArgument("Header mismatch: Expected ", expected_text,
176 WavHeader* header = bit_cast<WavHeader*>(data); local
179 auto* riff_chunk = &header->riff_chunk;
185 auto* format_chunk = &header->format_chunk;
196 auto* data_chunk = &header->data_chunk;
253 "Bad bytes per sample in WAV header: Expected ",
259 "Bad bytes per second in WAV header: Expected ",
  /external/tensorflow/tensorflow/core/platform/cloud/
oauth_client.cc 150 /// Encodes a header for a JSON web token (JWT) to make an OAuth request.
152 // Step 1: create the JSON with the header.
159 const string header = root.toStyledString(); local
162 return Base64Encode(header, encoded);
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle_test.cc 137 // Reads the header entry.
140 BundleHeaderProto header; local
141 CHECK(header.ParseFromArray(iter->value().data(), iter->value().size()));
143 if (header.endianness() == BundleHeaderProto::LITTLE) {
144 header.set_endianness(BundleHeaderProto::BIG);
146 header.set_endianness(BundleHeaderProto::LITTLE);
148 builder.Add(iter->key(), header.SerializeAsString());
151 // Adds the non-header entries unmodified.
282 BundleHeaderProto header; local
283 *header.mutable_version() = version
715 BundleHeaderProto header; local
    [all...]

Completed in 1285 milliseconds

<<31323334353637383940>>