Home
last modified time | relevance | path

Searched refs:curpos (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h96 unsigned curpos; member in llvm::NVPTXAsmPrinter::AggBuffer
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 in addZeros()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A 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 > in pp_init()
[all...]
/third_party/NuttX/fs/vfs/
H A 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/
H A Dgxfenc.c142 int64_t curpos; in updatePacketSize() local
150 curpos = avio_tell(pb); in updatePacketSize()
153 avio_seek(pb, curpos, SEEK_SET); in updatePacketSize()
154 return curpos - pos; in updatePacketSize()
159 int64_t curpos; in updateSize() local
161 curpos = avio_tell(pb); in updateSize()
163 avio_wb16(pb, curpos - pos - 2); in updateSize()
164 avio_seek(pb, curpos, SEEK_SET); in updateSize()
165 return curpos - pos; in updateSize()
578 int64_t startpos, curpos; in gxf_write_umf_media_description() local
[all...]
H A 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()
H A Dtakdec.c129 int64_t curpos = avio_tell(pb); in tak_read_header() local
133 avio_seek(pb, curpos, SEEK_SET); in tak_read_header()
136 tc->data_end += curpos; in tak_read_header()
H A Dmovenchint.c317 int64_t curpos; in write_hint_packets() local
387 curpos = avio_tell(out); in write_hint_packets()
390 avio_seek(out, curpos, SEEK_SET); in write_hint_packets()
393 curpos = avio_tell(out); in write_hint_packets()
396 avio_seek(out, curpos, SEEK_SET); in write_hint_packets()
H A Dmovenc.c160 int64_t curpos = avio_tell(pb); in update_size() local
162 avio_wb32(pb, curpos - pos); /* rewrite size */ in update_size()
163 avio_seek(pb, curpos, SEEK_SET); in update_size()
165 return curpos - pos; in update_size()
255 int64_t entryPos, curpos; in mov_write_stsc_tag() local
272 curpos = avio_tell(pb); in mov_write_stsc_tag()
275 avio_seek(pb, curpos, SEEK_SET); in mov_write_stsc_tag()
283 int64_t curpos, entryPos; in mov_write_stss_tag() local
297 curpos = avio_tell(pb); in mov_write_stss_tag()
300 avio_seek(pb, curpos, SEEK_SE in mov_write_stss_tag()
4458 int64_t curpos, entry_pos; global() local
4541 int64_t curpos, entry_pos; global() local
[all...]
/third_party/curl/src/
H A Dtool_formparse.c152 m->curpos = 0; in tool_mime_new_filedata()
188 if(sip->curpos >= sip->size) in tool_mime_stdin_read()
190 bytesleft = sip->size - sip->curpos; in tool_mime_stdin_read()
197 memcpy(buffer, sip->data + curlx_sotouz(sip->curpos), nitems); in tool_mime_stdin_read()
211 sip->curpos += curlx_uztoso(nitems); in tool_mime_stdin_read()
222 offset += sip->curpos; in tool_mime_stdin_seek()
234 sip->curpos = offset; in tool_mime_stdin_seek()
H A Dtool_formparse.h57 curl_off_t curpos; /* Stdin current read position. */ member
/third_party/python/Lib/
H A Dwave.py615 curpos = self._file.tell()
620 self._file.seek(curpos, 0)
H A Daifc.py907 curpos = self._file.tell()
916 self._file.seek(curpos, 0)
924 self._file.seek(curpos, 0)
/third_party/ltp/scripts/
H A Dcheckpatch.pl843 my $curpos = 0;
846 $curpos = pos($string);
849 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
850 $lastpos = $curpos;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 43 milliseconds