/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 1-5.c | 161 intptr_t stack_start, stack_end, current_pos; in threaded() 166 current_pos = (intptr_t) & ret; in threaded() 174 if ((stack_start > current_pos) || (current_pos > stack_end)) { in threaded()
|
/third_party/ffmpeg/libavformat/ |
H A D | mxg.c | 102 unsigned int current_pos = mxg->buffer_ptr - mxg->buffer; in mxg_update_cache() local 108 if (current_pos > current_pos + cache_size) in mxg_update_cache() 112 current_pos + cache_size + in mxg_update_cache() 117 mxg->buffer_ptr = mxg->buffer + current_pos; in mxg_update_cache()
|
H A D | westwood_vqa.c | 273 int64_t current_pos = pkt->pos; in wsvqa_read_packet() local 285 if (avio_seek(pb, current_pos, SEEK_SET) < 0) in wsvqa_read_packet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | raw_ostream.h | 98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell() 297 virtual uint64_t current_pos() const = 0; 376 uint64_t current_pos() const override { return pos; } 471 uint64_t current_pos() const override { return OS.size(); } 499 uint64_t current_pos() const override; 526 uint64_t current_pos() const override;
|
H A D | raw_os_ostream.h | 31 /// current_pos - Return the current position within the stream, not 33 uint64_t current_pos() const override;
|
H A D | circular_raw_ostream.h | 85 /// current_pos - Return the current position within the stream, 88 uint64_t current_pos() const override { 89 // This has the same effect as calling TheStream.current_pos(),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 113 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell() 323 virtual uint64_t current_pos() const = 0; 420 uint64_t current_pos() const override { return pos; } 524 uint64_t current_pos() const override { return OS.size(); } 552 uint64_t current_pos() const override; 579 uint64_t current_pos() const override;
|
H A D | raw_os_ostream.h | 30 /// current_pos - Return the current position within the stream, not 32 uint64_t current_pos() const override;
|
H A D | raw_sha1_ostream.h | 41 uint64_t current_pos() const override { return 0; }
|
H A D | circular_raw_ostream.h | 84 /// current_pos - Return the current position within the stream, 87 uint64_t current_pos() const override { 88 // This has the same effect as calling TheStream.current_pos(),
|
H A D | FormattedStream.h | 45 /// current_pos - Return the current position within the stream, 47 uint64_t current_pos() const override {
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 781 UsePosition* current_pos = range->first_pos(); in PrintLiveRange() local 782 while (current_pos != nullptr) { in PrintLiveRange() 783 if (current_pos->RegisterIsBeneficial() || FLAG_trace_all_uses) { in PrintLiveRange() 784 os_ << " " << current_pos->pos().value() << " M"; in PrintLiveRange() 786 current_pos = current_pos->next(); in PrintLiveRange() 1000 for (UsePosition* current_pos = range.first_pos(); current_pos != nullptr; in operator <<() 1001 current_pos = current_pos in operator <<() [all...] |
/third_party/curl/lib/vtls/ |
H A D | schannel_verify.c | 356 LPTSTR current_pos = NULL; in cert_get_name_string() local 422 current_pos = host_names; in cert_get_name_string() 451 *current_pos++ = (char)(*dns_w++); in cert_get_name_string() 453 *current_pos++ = '\0'; in cert_get_name_string() 458 *current_pos = '\0'; in cert_get_name_string()
|
/third_party/backends/backend/escl/ |
H A D | escl_capabilities.c | 411 char *current_pos = strchr(str,find); in replace_char() local 412 while (current_pos) { in replace_char() 413 *current_pos = replace; in replace_char() 414 current_pos = strchr(current_pos,find); in replace_char()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | raw_os_ostream.cpp | 30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
|
H A D | raw_ostream.cpp | 738 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } in current_pos() function in raw_svector_ostream 765 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | raw_os_ostream.cpp | 29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCLinkerOptimizationHint.cpp | 49 uint64_t current_pos() const override { return Count; } in getEmitSize()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner.cc | 357 int current_pos = source_pos(); in SeekForward() local 358 DCHECK_EQ(next().location.end_pos, current_pos); in SeekForward() local 360 DCHECK(pos >= current_pos); in SeekForward() 361 if (pos != current_pos) { in SeekForward()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-repacker.hh | 774 unsigned current_pos = 0; in update_positions() local 778 v.start = current_pos; in update_positions() 779 current_pos += v.obj.tail - v.obj.head; in update_positions() 780 v.end = current_pos; in update_positions()
|
/third_party/libuv/src/win/ |
H A D | fs-fd-hash-inl.h | 50 LARGE_INTEGER current_pos; member
|
H A D | fs.c | 392 fd_info.current_pos.QuadPart = 0; in fs__open() 704 pos = fd_info->current_pos; in fs__read_filemap() 772 fd_info->current_pos = end_pos; in fs__read_filemap() 898 pos = fd_info->current_pos; in fs__write_filemap() 922 fd_info->current_pos.QuadPart = 0; in fs__write_filemap() 976 fd_info->current_pos = end_pos; in fs__write_filemap() 2009 fd_info.current_pos.QuadPart = 0; in fs__ftruncate() 2034 fd_info.current_pos.QuadPart = 0; in fs__ftruncate()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs-fd-hash-inl.h | 50 LARGE_INTEGER current_pos; member
|
/third_party/libsnd/src/ |
H A D | alac.c | 379 uint32_t current_pos = 1, blocks = 0 ; in alac_reader_calc_frames() local 383 while (current_pos < psf->filelength && current_pos > 0) in alac_reader_calc_frames() 384 { current_pos = alac_reader_next_packet_size (plac->pakt_info) ; in alac_reader_calc_frames() 385 blocks = current_pos > 0 ? blocks + 1 : blocks ; in alac_reader_calc_frames()
|
H A D | wavlike.c | 956 { sf_count_t current_pos ; in wavlike_subchunk_parse() local 960 current_pos = psf_fseek (psf, 0, SEEK_CUR) ; in wavlike_subchunk_parse() 970 if (current_pos + chunk_length > psf->filelength) in wavlike_subchunk_parse() 971 { psf_log_printf (psf, "%M : %u (should be %d)\n", chunk, chunk_length, (int) (psf->filelength - current_pos)) ; in wavlike_subchunk_parse() 972 chunk_length = psf->filelength - current_pos ; in wavlike_subchunk_parse()
|