Home
last modified time | relevance | path

Searched refs:curpos (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h96 unsigned curpos; variable
104 curpos = 0; in AggBuffer()
110 assert((curpos + Num) <= size); in addBytes()
111 assert((curpos + Bytes) <= size); in addBytes()
113 buffer[curpos] = Ptr[i]; in addBytes()
114 curpos++; in addBytes()
117 buffer[curpos] = 0; in addBytes()
118 curpos++; in addBytes()
120 return curpos; in addBytes()
124 assert((curpos + Num) <= size); in addZeros()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c46 unsigned int curpos = 0, i, tmp_req = 0; in pp_init() local
88 curpos = 0; in pp_init()
91 ppq->pp_queue[curpos] = pp_filters[i].main; in pp_init()
93 ppq->filters[curpos] = i; in pp_init()
96 ppq->shaders[curpos] = in pp_init()
98 if (!ppq->shaders[curpos]) { in pp_init()
105 if (!pp_filters[i].init(ppq, curpos, enabled[i])) { in pp_init()
110 curpos++; in pp_init()
114 ppq->n_filters = curpos; in pp_init()
115 ppq->n_tmp = (curpos > 2 ? 2 : 1); in pp_init()
[all …]
/third_party/boost/boost/xpressive/detail/utility/
Dboyer_moore.hpp104 for(diff_type curpos = offset; curpos < endpos; curpos += offset) in find_() local
132 for(diff_type curpos = offset; curpos < endpos; curpos += offset) in find_nocase_() local
160 for(diff_type curpos = offset; curpos < endpos; curpos += offset) in find_nocase_fold_() local
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_font.c3127 Uint8 *curpos; in SDLTest_DrawCharacter() local
3178 curpos = linepos; in SDLTest_DrawCharacter()
3185 *(Uint32 *)curpos = 0xffffffff; in SDLTest_DrawCharacter()
3187 *(Uint32 *)curpos = 0; in SDLTest_DrawCharacter()
3189 curpos += 4; in SDLTest_DrawCharacter()
/third_party/NuttX/fs/vfs/
Dfs_sendfile.c249 off_t curpos = lseek(infd, 0, SEEK_CUR); in sendfile() local
250 if (curpos == (off_t)-1) in sendfile()
257 *offset = curpos; in sendfile()
/third_party/ffmpeg/libavformat/
Dgxfenc.c144 int64_t curpos; in updatePacketSize() local
152 curpos = avio_tell(pb); in updatePacketSize()
155 avio_seek(pb, curpos, SEEK_SET); in updatePacketSize()
156 return curpos - pos; in updatePacketSize()
161 int64_t curpos; in updateSize() local
163 curpos = avio_tell(pb); in updateSize()
165 avio_wb16(pb, curpos - pos - 2); in updateSize()
166 avio_seek(pb, curpos, SEEK_SET); in updateSize()
167 return curpos - pos; in updateSize()
594 int64_t startpos, curpos; in gxf_write_umf_media_description() local
[all …]
Dmovenchint.c318 int64_t curpos; in write_hint_packets() local
388 curpos = avio_tell(out); in write_hint_packets()
391 avio_seek(out, curpos, SEEK_SET); in write_hint_packets()
394 curpos = avio_tell(out); in write_hint_packets()
397 avio_seek(out, curpos, SEEK_SET); in write_hint_packets()
Dtakdec.c132 int64_t curpos = avio_tell(pb); in tak_read_header() local
136 avio_seek(pb, curpos, SEEK_SET); in tak_read_header()
139 tc->data_end += curpos; in tak_read_header()
Dmovenccenc.c284 int64_t curpos = avio_tell(pb); in update_size() local
286 avio_wb32(pb, curpos - pos); /* rewrite size */ in update_size()
287 avio_seek(pb, curpos, SEEK_SET); in update_size()
289 return curpos - pos; in update_size()
Dmovenc.c137 int64_t curpos = avio_tell(pb); in update_size() local
139 avio_wb32(pb, curpos - pos); /* rewrite size */ in update_size()
140 avio_seek(pb, curpos, SEEK_SET); in update_size()
142 return curpos - pos; in update_size()
232 int64_t entryPos, curpos; in mov_write_stsc_tag() local
249 curpos = avio_tell(pb); in mov_write_stsc_tag()
252 avio_seek(pb, curpos, SEEK_SET); in mov_write_stsc_tag()
260 int64_t curpos, entryPos; in mov_write_stss_tag() local
274 curpos = avio_tell(pb); in mov_write_stss_tag()
277 avio_seek(pb, curpos, SEEK_SET); in mov_write_stss_tag()
[all …]
/third_party/curl/src/
Dtool_formparse.c155 m->curpos = 0; in tool_mime_new_filedata()
191 if(sip->curpos >= sip->size) in tool_mime_stdin_read()
193 bytesleft = sip->size - sip->curpos; in tool_mime_stdin_read()
200 memcpy(buffer, sip->data + curlx_sotouz(sip->curpos), nitems); in tool_mime_stdin_read()
214 sip->curpos += curlx_uztoso(nitems); in tool_mime_stdin_read()
225 offset += sip->curpos; in tool_mime_stdin_seek()
237 sip->curpos = offset; in tool_mime_stdin_seek()
Dtool_formparse.h55 curl_off_t curpos; /* Stdin current read position. */ member
/third_party/python/Lib/
Dwave.py494 curpos = self._file.tell()
499 self._file.seek(curpos, 0)
Daifc.py870 curpos = self._file.tell()
879 self._file.seek(curpos, 0)
887 self._file.seek(curpos, 0)
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c2777 guint64 curpos; in gst_matroska_read_common_parse_metadata() local
2781 curpos = gst_ebml_read_get_pos (ebml); in gst_matroska_read_common_parse_metadata()
2785 if (*pos == curpos) { in gst_matroska_read_common_parse_metadata()
2787 "Skipping already parsed Tags at offset %" G_GUINT64_FORMAT, curpos); in gst_matroska_read_common_parse_metadata()
2794 *((guint64 *) common->tags_parsed->data) = curpos; in gst_matroska_read_common_parse_metadata()
/third_party/ltp/scripts/
Dcheckpatch.pl843 my $curpos = 0;
846 $curpos = pos($string);
849 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
850 $lastpos = $curpos;
/third_party/NuttX/
DReleaseNotes21726 account when calculating 'curpos', 'prevpos' variables causing
/third_party/gstreamer/gstplugins_good/
DChangeLog42605 curpos is set and immediately after, set again. Remove the redundant