| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| H A D | font_assembler.cc | 93 int32_t last_offset = 0; in AssembleCMapTable() local 113 // id_range_offset = last_offset (offset into the glyph_id_array) in AssembleCMapTable() 116 Segment(character, -1, 0, last_offset); in AssembleCMapTable() 119 last_offset += DataSize::kSHORT; in AssembleCMapTable() 177 int32_t last_offset = 0; in AssembleGlyphAndLocaTables() local 217 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables() 218 last_offset += length; in AssembleGlyphAndLocaTables() 219 loca_list[resolved_glyph_id + 1] = last_offset; in AssembleGlyphAndLocaTables() 225 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables()
|
| /third_party/elfutils/libelf/ |
| H A D | elf32_updatefile.c | 651 int64_t last_offset; in __elfw2() local 653 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2() 655 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum); in __elfw2() 720 if (scn_start + dl->data.d.d_off > last_offset in __elfw2() 725 if (unlikely (fill (elf->fildes, last_offset, in __elfw2() 727 - last_offset, fillbuf, in __elfw2() 737 last_offset = scn_start + dl->data.d.d_off; in __elfw2() 771 last_offset); in __elfw2() 787 last_offset += dl->data.d.d_size; in __elfw2() 798 if (scn_start > last_offset in __elfw2() [all...] |
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_buf.c | 57 nghttp3_ssize pos_offset, last_offset; in nghttp3_buf_reserve() local 64 last_offset = buf->last - buf->begin; in nghttp3_buf_reserve() 74 buf->last = p + last_offset; in nghttp3_buf_reserve()
|
| /third_party/ffmpeg/tools/ |
| H A D | qt-faststart.c | 438 int64_t last_offset; in main() local 569 last_offset = ftello(infile); in main() 570 if (last_offset < 0) { in main() 613 last_offset -= start_offset; in main() 638 /* copy the remainder of the infile, from offset 0 -> last_offset - 1 */ in main() 639 bytes_to_copy = MIN(COPY_BUFFER_SIZE, last_offset); in main() 646 while (last_offset) { in main() 647 bytes_to_copy = MIN(bytes_to_copy, last_offset); in main() 657 last_offset -= bytes_to_copy; in main()
|
| /third_party/elfutils/tests/ |
| H A D | elfstrmerge.c | 302 GElf_Off last_offset = 0; in main() local 304 last_offset = (ehdr.e_phoff in main() 329 if (last_offset < off) in main() 330 last_offset = off; in main() 619 last_offset = (last_offset + addralign - 1) & ~(addralign - 1); in main() 620 newshdr.sh_offset = last_offset; in main() 622 last_offset += newshdr.sh_size; in main() 645 newehdr.e_shoff = ((last_offset + offsize - 1) in main()
|
| /third_party/elfutils/libdw/ |
| H A D | fde.c | 281 Dwarf_Off last_offset = cache->next_offset; in __libdw_find_fde() local 285 last_offset, &cache->next_offset, in __libdw_find_fde() 291 if (cache->next_offset == last_offset) in __libdw_find_fde() 302 __libdw_intern_cie (cache, last_offset, &entry.cie); in __libdw_find_fde()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | truehd_core_bsf.c | 42 int ret, i, last_offset = 0; in truehd_core_filter() local 84 last_offset = units[i].offset * 2; in truehd_core_filter() 96 out_size = end + 4 + last_offset; in truehd_core_filter()
|
| H A D | speedhq.c | 372 uint32_t last_offset, slice_len; in decode_speedhq_field() local 374 last_offset = slice_offsets[slice_number - 1]; in decode_speedhq_field() 375 slice_len = AV_RL24(buf + last_offset); in decode_speedhq_field() 376 slice_offsets[slice_number] = last_offset + slice_len; in decode_speedhq_field()
|
| /third_party/elfutils/src/ |
| H A D | elfcompress.c | 388 GElf_Off last_offset = 0; in process_file() local 390 last_offset = (ehdr.e_phoff in process_file() 515 if (last_offset < off) in process_file() 516 last_offset = off; in process_file() 1126 last_offset = (last_offset + addralign - 1) & ~(addralign - 1); in process_file() 1127 shdr->sh_offset = last_offset; in process_file() 1129 last_offset += shdr->sh_size; in process_file() 1242 newehdr.e_shoff = ((last_offset + offsize - 1) in process_file()
|
| H A D | strip.c | 844 GElf_Off *last_offset, GElf_Xword *last_size) in handle_debug_relocs() 943 *last_offset = shdr.sh_offset; in handle_debug_relocs() 842 handle_debug_relocs(Elf *elf, Ebl *ebl, Elf *new_elf, GElf_Ehdr *ehdr, const char *fname, size_t shstrndx, GElf_Off *last_offset, GElf_Xword *last_size) handle_debug_relocs() argument
|
| H A D | elflint.c | 4309 size_t last_offset = 0; in check_note_data() local 4317 last_offset = offset; in check_note_data() 4418 return last_offset; in check_note_data()
|
| /third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
| H A D | aio-stress.c | 147 off_t last_offset; member 621 io_prep_pwrite(&io->iocb, oper->fd, io->buf, oper->reclen, oper->last_offset); in build_iocb() 622 oper->last_offset += oper->reclen; in build_iocb() 625 io_prep_pread(&io->iocb, oper->fd, io->buf, oper->reclen, oper->last_offset); in build_iocb() 626 oper->last_offset += oper->reclen; in build_iocb() 630 oper->last_offset = rand_byte; in build_iocb() 635 oper->last_offset = rand_byte; in build_iocb() 680 oper->last_offset = oper->start; in create_oper() 805 oper->last_offset = oper->start; in restart_oper()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | inst_buff_addr_check_pass.cpp | 146 uint32_t last_offset = 0, last_len = 0; in GetTypeLength() local 150 [&last_offset](const Instruction& deco_inst) { in GetTypeLength() 151 last_offset = deco_inst.GetSingleWordInOperand(3); in GetTypeLength() 156 return last_offset + last_len; in GetTypeLength()
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
| H A D | subsetter_impl.cc | 250 int32_t last_offset = 0; in SetupGlyfBuilders() local 272 loca_list[j] = last_offset; in SetupGlyfBuilders() 275 if (last_offset > std::numeric_limits<int32_t>::max() - length) in SetupGlyfBuilders() 278 last_offset += length; in SetupGlyfBuilders() 279 loca_list[*i + 1] = last_offset; in SetupGlyfBuilders() 283 loca_list[j] = last_offset; in SetupGlyfBuilders()
|
| /third_party/FreeBSD/sys/dev/usb/net/ |
| H A D | if_cdce.c | 1099 uint32_t last_offset; in cdce_ncm_fill_tx_frames() local 1111 last_offset = offset; in cdce_ncm_fill_tx_frames() 1118 cdce_ncm_tx_zero(pc, last_offset, offset); in cdce_ncm_fill_tx_frames() 1162 last_offset = offset; in cdce_ncm_fill_tx_frames() 1169 cdce_ncm_tx_zero(pc, last_offset, offset); in cdce_ncm_fill_tx_frames() 1188 offset = last_offset; in cdce_ncm_fill_tx_frames() 1200 cdce_ncm_tx_zero(pc, last_offset, offset); in cdce_ncm_fill_tx_frames()
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_strm.h | 137 /* last_offset is the largest offset of stream data received for 139 uint64_t last_offset; member
|
| H A D | ngtcp2_conn.c | 6891 rx_offset == strm->rx.last_offset) { in conn_emit_pending_stream_data() 6968 crypto->rx.last_offset = ngtcp2_max(crypto->rx.last_offset, fr_end_offset); in conn_recv_crypto() 7125 if (strm->rx.last_offset < fr_end_offset) { in conn_recv_stream() 7126 uint64_t len = fr_end_offset - strm->rx.last_offset; in conn_recv_stream() 7143 if (strm->rx.last_offset != fr_end_offset) { in conn_recv_stream() 7154 } else if (strm->rx.last_offset > fr_end_offset) { in conn_recv_stream() 7157 strm->rx.last_offset = fr_end_offset; in conn_recv_stream() 7163 strm->rx.last_offset < fr_end_offset) { in conn_recv_stream() 7167 strm->rx.last_offset in conn_recv_stream() [all...] |
| H A D | ngtcp2_strm.c | 54 strm->rx.last_offset = 0; in ngtcp2_strm_init()
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_container.c | 167 uint32_t last_offset = collect_semantic_names(num_records, io_data, in dxil_container_add_io_signature() local 172 if (!add_part_header(c, part, last_offset) || in dxil_container_add_io_signature()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-cff1-table.hh | 604 : num_interp_env_t(), prev_offset(0), last_offset(0) {} in cff1_top_dict_interp_env_t() 607 unsigned int last_offset; member 709 val.last_arg_offset = (env.last_offset-1) - dictval.opStart; /* offset to the last argument */ 779 env.last_offset = env.str_ref.offset;
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/ |
| H A D | minimal-secure-streams.c | 45 static size_t last_offset; variable 680 est += last_offset; in main()
|
| /third_party/libsnd/src/ |
| H A D | ogg_opus.c | 257 sf_count_t last_offset ; member 1409 oopus->u.decode.last_offset = SF_COUNT_MAX ; in ogg_opus_analyze_file() 1472 oopus->u.decode.last_offset = last_page ; in ogg_opus_analyze_file() 1543 end = oopus->u.decode.last_offset ; in ogg_opus_page_seek_search()
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4.cpp | 400 unsigned last_reg = ~0u, last_offset = ~0u; in opt_vector_float() local 441 last_offset != inst->dst.offset || in opt_vector_float() 485 last_offset = inst->dst.offset; in opt_vector_float()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 507 unsigned last_offset = size - vb->stride; in u_vbuf_translate_buffers() local 508 size = MAX2(size, last_offset + sizeof(double)*4); in u_vbuf_translate_buffers()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | repeated_field.h | 2319 size_type last_offset = std::distance(cbegin(), last); in erase() local 2320 DeleteSubrange(pos_offset, last_offset - pos_offset); in erase()
|