Searched defs:marker (Results 1 - 25 of 191) sorted by last modified time

12345678

/external/yaffs2/yaffs2/direct/
H A Ddtest.c66 int marker; local
74 marker = ~i;
76 yaffs_write(outh,&marker,sizeof(marker));
85 int marker; local
96 yaffs_read(h,&marker,sizeof(marker));
97 ok = (marker == ~i);
101 fn,size,i,marker,~i);
115 int marker; local
[all...]
/external/vixl/src/a64/
H A Dassembler-a64.cc2183 Label marker; local
2191 // Leave space for a literal pool marker. This is populated later, once the
2193 bind(&marker);
2220 // Literal pool marker indicating the size in words of the literal pool.
2225 memcpy(marker.target(), &marker_instruction, kInstructionSize);
2232 // not include any marker or branch over the literal pool itself.
H A Dinstrument-a64.cc209 void Instrument::DumpEventMarker(unsigned marker) { argument
210 // Dumpan event marker to the output stream as a specially formatted comment
214 fprintf(output_stream_, "# %c%c @ %" PRId64 "\n", marker & 0xff,
215 (marker >> 8) & 0xff, counter->count());
/external/vixl/tools/
H A Dgenerate_simulator_traces.py58 marker = [ variable
71 if line.strip() == marker[matched]:
73 if matched == len(marker):
80 if matched != len(marker):
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c94 commonly used ones, and check to see if the marker we are looking for
103 cplus marker character is as part of the debug information, perhaps by
105 marker symbol (FIXME). */
2753 char *marker = strchr (cplus_markers, (*mangled)[8]); local
2754 if (marker != NULL && *marker == (*mangled)[10])
3061 /* Now p points to the marker before the N, so we need to
3062 update it to the first marker after what we consumed. */
/external/tremolo/Tremolo/
H A Dcodebook.c148 ogg_uint32_t marker[33]; local
156 memset(marker,0,sizeof(marker));
161 ogg_uint32_t entry=marker[length];
190 /* Look to see if the next shorter marker points to the node
193 if(marker[j]&1){
194 marker[j]=marker[j-1]<<1;
197 marker[j]++;
204 if((marker[
[all...]
/external/tcpdump/
H A Dprint-bgp.c2687 const u_char marker[] = { local
2714 if (!TTEST2(p[0], sizeof(marker)))
2716 if (memcmp(p, marker, sizeof(marker)) != 0) {
/external/skia/src/gpu/
H A DGrContext.cpp1908 void GrContext::addGpuTraceMarker(const GrGpuTraceMarker* marker) { argument
1909 fGpu->addGpuTraceMarker(marker);
1911 fDrawBuffer->addGpuTraceMarker(marker);
1915 void GrContext::removeGpuTraceMarker(const GrGpuTraceMarker* marker) { argument
1916 fGpu->removeGpuTraceMarker(marker);
1918 fDrawBuffer->removeGpuTraceMarker(marker);
H A DGrDrawTarget.cpp604 void GrDrawTarget::addGpuTraceMarker(const GrGpuTraceMarker* marker) { argument
607 this->fActiveTraceMarkers.add(*marker);
613 void GrDrawTarget::removeGpuTraceMarker(const GrGpuTraceMarker* marker) { argument
616 this->fActiveTraceMarkers.remove(*marker);
H A DGrTraceMarker.cpp22 void GrTraceMarkerSet::add(const GrGpuTraceMarker& marker) { argument
23 this->fMarkerArray.push(marker);
32 void GrTraceMarkerSet::remove(const GrGpuTraceMarker& marker) { argument
33 SkASSERT(-1 != fMarkerArray.find(marker));
34 int index = this->fMarkerArray.find(marker);
H A DGrTraceMarker.h17 GrGpuTraceMarker(const char* marker, int idCounter) : fMarker(marker), fID(idCounter) {} argument
41 // Adds marker to the set.
42 void add(const GrGpuTraceMarker& marker);
46 void remove(const GrGpuTraceMarker& marker);
53 * marker string used in the TraceMarker and the (#,#,..) is a list of instance
54 * id's for the the given marker string
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp650 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLInsertEventMarker(GrGLsizei length, const char* marker) { argument
652 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLPushGroupMarker(GrGLsizei length , const char* marker) { argument
/external/skia/tests/
H A DPathOpsExtendedTest.cpp26 static const char marker[] = variable
487 outFile.writeText(marker);
690 char* insert = strstr(inData.begin(), marker);
692 insert += sizeof(marker) - 1;
/external/skia/experimental/Intersection/AddTestOutput/
H A Dmain.cpp6 static bool replace(const char* fun, const char* dir, const char* filename, const char* marker, argument
26 char* opInsert = strstr(opData.begin(), marker);
28 SkDebugf("%s missing marker in %s\n", fun, outFileStr.c_str());
33 const char* opInsertEnd = opInsert + strlen(marker);
37 SkDebugf("%s missing marker second half in %s\n", fun, outFileStr.c_str());
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp27 static const char marker[] = variable
574 char* insert = strstr(inData.begin(), marker);
576 insert += sizeof(marker) - 1;
670 outFile.writeText(marker);
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/distrib/jpeg-6b/
H A Djcapimin.c177 (*cinfo->marker->write_file_trailer) (cinfo);
185 * Write a special marker.
192 jpeg_write_marker (j_compress_ptr cinfo, int marker, argument
203 (*cinfo->marker->write_marker_header) (cinfo, marker, datalen);
204 write_marker_byte = cinfo->marker->write_marker_byte; /* copy for speed */
214 jpeg_write_m_header (j_compress_ptr cinfo, int marker, unsigned int datalen) argument
222 (*cinfo->marker->write_marker_header) (cinfo, marker, datalen);
228 (*cinfo->marker
[all...]
H A Djcmarker.c16 typedef enum { /* JPEG marker codes */
98 * Note that we do not support suspension while writing a marker.
123 /* Emit a marker code */
140 * Routines to write specific marker types.
145 /* Emit a DQT marker */
185 /* Emit a DHT marker */
223 /* Emit a DAC marker */
225 /* one DAC marker. Therefore this routine does its own scan of the table. */
266 /* Emit a DRI marker */
278 /* Emit a SOF marker */
438 write_marker_header(j_compress_ptr cinfo, int marker, unsigned int datalen) argument
471 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
553 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
647 my_marker_ptr marker; local
[all...]
H A Djdmarker.c10 * suspension: if not all of the data for a marker is available,
12 * the marker.
20 typedef enum { /* JPEG marker codes */
93 /* Application-overridable marker processing methods */
97 /* Limit on marker data length to save for each marker type */
101 /* Status of COM/APPn marker saving */
102 jpeg_saved_marker_ptr cur_marker; /* NULL if not processing a marker */
103 unsigned int bytes_read; /* data bytes read so far in marker */
168 * Entry condition: JPEG marker itsel
742 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1203 int marker = cinfo->unread_marker; local
1280 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1300 my_marker_ptr marker; local
1345 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1394 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
[all...]
H A Djpeglib.h85 * (not the zigzag order in which they are stored in a JPEG DQT marker).
101 /* These two fields directly represent the contents of a JPEG DHT marker */
119 /* for decompression, they are read from the SOF marker. */
127 /* for decompression, they are read from the SOS marker. */
197 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ member in struct:jpeg_marker_struct
200 JOCTET FAR * data; /* the data contained in the marker */
201 /* the marker length word is not counted in data_length or original_length */
341 boolean write_JFIF_header; /* should a JFIF marker be written? */
345 /* into the JFIF APP0 marker
403 struct jpeg_marker_writer * marker; member in struct:jpeg_compress_struct
632 struct jpeg_marker_reader * marker; member in struct:jpeg_decompress_struct
[all...]
H A Drdjpgcom.c101 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
102 * code byte (which is not an FF). Here are the marker codes of interest
122 #define M_APP0 0xE0 /* Application-specific marker, type N */
128 * Find the next JPEG marker and return its marker code.
133 * NB: this routine must not be used after seeing SOS marker, since it will
149 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs
165 * Read the initial marker, which should be SOI.
186 * Most types of marker are followed by a variable-length parameter segment.
187 * This routine skips over the parameters for any marker w
266 process_SOFn(int marker) argument
326 int marker; local
[all...]
H A Dtransupp.c889 jpeg_saved_marker_ptr marker; local
896 for (marker = srcinfo->marker_list; marker != NULL; marker = marker->next) {
898 marker->marker == JPEG_APP0 &&
899 marker->data_length >= 5 &&
900 GETJOCTET(marker->data[0]) == 0x4A &&
901 GETJOCTET(marker
[all...]
H A Dwrjpgcom.c9 * user-supplied text as a COM (comment) marker in a JFIF file.
135 write_marker (int marker) argument
138 PUTBYTE(marker);
152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
153 * code byte (which is not an FF). Here are the marker codes of interest
177 * Find the next JPEG marker and return its marker code.
182 * NB: this routine must not be used after seeing SOS marker, since it will
198 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs
214 * Read the initial marker, whic
291 int marker; local
421 int marker; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c838 char* marker = (char*)(&ret[rep.num_attributes]); local
847 ret[i].name = marker;
848 _XRead(dpy, marker, Info.size);
849 marker += Info.size;
/external/protobuf/gtest/src/
H A Dgtest-port.cc419 const char* const marker = local
423 GetStream() << ::std::endl << marker << " "

Completed in 396 milliseconds

12345678