Home
last modified time | relevance | path

Searched refs:cur_pos (Results 1 - 25 of 31) sorted by relevance

12

/third_party/NuttX/fs/dirent/
H A Dfs_readdir.c149 if (idir->cur_pos != 0 && idir->cur_pos < MAX_DIRENT_NUM && idir->cur_pos < idir->end_pos) in readdir()
151 de = &(idir->fd_dir[idir->cur_pos]); in readdir()
153 if (idir->cur_pos == MAX_DIRENT_NUM) in readdir()
155 idir->cur_pos = 0; in readdir()
157 idir->cur_pos++; in readdir()
165 idir->cur_pos = 1; in readdir()
169 idir->cur_pos = 0; in readdir()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser.cc39 size_t cur_pos = std::string::npos; in Parse()
41 size_t next_pos = data.rfind('_', cur_pos); in Parse()
43 if (cur_pos != std::string::npos) { in Parse()
44 if (!ProcessChunk(data.substr(0, cur_pos + 1))) in Parse()
50 if (!ProcessChunk(data.substr(next_pos + 1, cur_pos - next_pos))) in Parse()
53 cur_pos = next_pos - 1; in Parse()
136 int32_t cur_pos = static_cast<int32_t>(data.size()) - 1; in ProcessChunk() local
139 while (cur_pos >= 0) { in ProcessChunk()
140 if (data[static_cast<size_t>(cur_pos)] == 'X') { in ProcessChunk()
143 } else if (data[static_cast<size_t>(cur_pos)] in ProcessChunk()
[all...]
/third_party/ffmpeg/libavutil/
H A Daes_ctr.c90 uint8_t* cur_pos; in av_aes_ctr_increment_be64() local
92 for (cur_pos = counter + 7; cur_pos >= counter; cur_pos--) { in av_aes_ctr_increment_be64()
93 (*cur_pos)++; in av_aes_ctr_increment_be64()
94 if (*cur_pos != 0) { in av_aes_ctr_increment_be64()
/third_party/nghttp2/src/
H A Dmemchunk.h431 cur_pos(nullptr), in PeekMemchunks()
439 cur_pos{std::exchange(other.cur_pos, nullptr)},
451 cur_pos = std::exchange(other.cur_pos, nullptr);
476 cur_pos = cur->pos; in remove()
482 if (cur_pos == cur_last) { in remove()
491 auto n = std::min(last - first, cur_last - cur_pos); in remove()
493 first = std::copy_n(cur_pos, n, first); in remove()
494 cur_pos in remove()
538 uint8_t *cur_pos, *cur_last; global() member
[all...]
H A Dmemchunk_test.cc335 CU_ASSERT(nullptr == pchunks.cur_pos); in test_peek_memchunks_reset()
/third_party/ffmpeg/libavcodec/
H A Dexif.c204 int ret, cur_pos; in exif_decode_tag() local
212 ff_tread_tag(gbytes, le, &id, &type, &count, &cur_pos); in exif_decode_tag()
215 bytestream2_seek(gbytes, cur_pos, SEEK_SET); in exif_decode_tag()
237 bytestream2_seek(gbytes, cur_pos, SEEK_SET); in exif_decode_tag()
H A Dvc2enc.c232 uint32_t cur_pos, dist; in encode_parse_info() local
236 cur_pos = put_bits_count(&s->pb) >> 3; in encode_parse_info()
245 dist = cur_pos - s->next_parse_offset; in encode_parse_info()
247 s->next_parse_offset = cur_pos; in encode_parse_info()
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c410 hint->cur_pos = FT_MulFix( hint->org_pos, scale ) + delta; in ps_simple_scale()
461 hint->cur_pos = pos; in psh_hint_align()
490 hint->cur_pos = align.align_top - fit_len; in psh_hint_align()
495 hint->cur_pos = align.align_bot; in psh_hint_align()
500 hint->cur_pos = align.align_bot; in psh_hint_align()
523 par_cur_center = parent->cur_pos + ( parent->cur_len >> 1 ); in psh_hint_align()
530 hint->cur_pos = pos; in psh_hint_align()
605 hint->cur_pos = pos + psh_hint_snap_stem_side_delta( pos, len ); in psh_hint_align()
612 pos = hint->cur_pos; in psh_hint_align()
623 hint->cur_pos in psh_hint_align()
[all...]
H A Dpshalgo.h55 FT_Pos cur_pos; member
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.h189 PixOrCopy* cur_pos; // current position member
199 return (c->cur_pos != NULL); in VP8LRefsCursorOk()
207 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c); in VP8LRefsCursorNext()
H A Dbackward_references_enc.c133 c.cur_pos = c.cur_block_->start_; in VP8LRefsCursorInit()
134 c.last_pos_ = c.cur_pos + c.cur_block_->size_; in VP8LRefsCursorInit()
136 c.cur_pos = NULL; in VP8LRefsCursorInit()
144 c->cur_pos = (b == NULL) ? NULL : b->start_; in VP8LRefsCursorNextBlock()
712 if (PixOrCopyIsCopy(c.cur_pos)) { in BackwardReferences2DLocality()
713 const int dist = c.cur_pos->argb_or_distance; in BackwardReferences2DLocality()
715 c.cur_pos->argb_or_distance = transformed_dist; in BackwardReferences2DLocality()
760 const PixOrCopy* const v = c.cur_pos; in CalculateBestCacheSize()
841 PixOrCopy* const v = c.cur_pos; in BackwardRefsWithLocalCache()
H A Dhistogram_enc.c81 VP8LHistogramAddSinglePixOrCopy(histo, c.cur_pos, NULL, 0); in VP8LHistogramStoreRefs()
568 const PixOrCopy* const v = c.cur_pos; in HistogramBuild()
H A Dbackward_references_cost_enc.c72 VP8LHistogramAddSinglePixOrCopy(histo, c.cur_pos, VP8LDistanceToPlaneCode, in CostModelBuild()
/third_party/ffmpeg/libavformat/
H A Dxwma.c237 int64_t cur_pos; in xwma_read_header() local
263 cur_pos = avio_tell(pb); in xwma_read_header()
270 cur_pos + (i+1) * st->codecpar->block_align, /* pos */ in xwma_read_header()
H A Dmovenccenc.c93 const uint8_t* cur_pos = buf_in; in mov_cenc_write_encrypted() local
99 av_aes_ctr_crypt(ctx->aes_ctr, chunk, cur_pos, cur_size); in mov_cenc_write_encrypted()
101 cur_pos += cur_size; in mov_cenc_write_encrypted()
H A Dsmoothstreamingenc.c52 int64_t tail_pos, cur_pos, cur_start_pos; member
85 os->cur_pos += buf_size; in ism_write()
86 if (os->cur_pos >= os->tail_pos) in ism_write()
87 os->tail_pos = os->cur_pos; in ism_write()
106 os->cur_pos = offset; in ism_seek()
131 os->cur_pos = offset; in ism_seek()
H A Dasfenc.c367 int64_t header_offset, cur_pos, hpos; in asf_write_header1() local
633 cur_pos = avio_tell(pb); in asf_write_header1()
636 avio_seek(pb, cur_pos, SEEK_SET); in asf_write_header1()
715 cur_pos = avio_tell(pb); in asf_write_header1()
716 header_size = cur_pos - header_offset; in asf_write_header1()
730 avio_seek(pb, cur_pos, SEEK_SET); in asf_write_header1()
733 asf->data_offset = cur_pos; in asf_write_header1()
H A Did3v2enc.c424 int64_t cur_pos; in ff_id3v2_finish() local
439 cur_pos = avio_tell(pb); in ff_id3v2_finish()
442 avio_seek(pb, cur_pos, SEEK_SET); in ff_id3v2_finish()
H A Davidec.c756 uint64_t cur_pos = avio_tell(pb); in avi_read_header() local
759 if (cur_pos < list_end) in avi_read_header()
760 size = FFMIN(size, list_end - cur_pos); in avi_read_header()
958 uint64_t cur_pos = avio_tell(pb); in avi_read_header() local
959 if (cur_pos < list_end) in avi_read_header()
960 size = FFMIN(size, list_end - cur_pos); in avi_read_header()
H A Dflvenc.c733 int64_t cur_pos = avio_tell(s->pb); in flv_write_trailer() local
752 avio_seek(pb, cur_pos, SEEK_SET); in flv_write_trailer()
774 avio_seek(pb, cur_pos + flv->keyframe_index_size, SEEK_SET); in flv_write_trailer()
H A Dty.c78 int64_t cur_pos; member
/third_party/NuttX/include/nuttx/fs/
H A Ddirent_fs.h324 int16_t cur_pos; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.hh187 hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos() function
188 hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos() function
H A Dhb-ot-layout-gpos-table.hh707 hb_glyph_position_t &o = buffer->cur_pos(); in apply()
793 valueFormat.apply_value (c, this, values, buffer->cur_pos()); in apply()
913 buffer->cur_pos()); in apply()
1223 bool applied_first = valueFormats[0].apply_value (c, this, &record->values[0], buffer->cur_pos()); in apply()
1563 bool applied_first = valueFormat1.apply_value (c, this, v, buffer->cur_pos()); in apply()
/third_party/libabigail/src/
H A Dabg-ir.cc14837 string::size_type cur_pos = 0, prev_pos = 0; in parse_integral_type() local
14841 while (cur_pos < len) in parse_integral_type()
14843 if (cur_pos < len && isspace(input[cur_pos])) in parse_integral_type()
14845 ++cur_pos; in parse_integral_type()
14846 while (cur_pos < len && isspace(input[cur_pos])); in parse_integral_type()
14848 prev_pos = cur_pos; in parse_integral_type()
14849 cur_pos = input.find(' ', prev_pos); in parse_integral_type()
14851 cur_word = input.substr(prev_pos, cur_pos in parse_integral_type()
[all...]

Completed in 51 milliseconds

12