Home
last modified time | relevance | path

Searched defs:offset (Results 1276 - 1300 of 4654) sorted by relevance

1...<<51525354555657585960>>...187

/third_party/elfio/tests/
H A DELFIOTest1.cpp826 Elf64_Addr offset; in TEST() local
860 Elf64_Addr offset; in TEST() local
/third_party/elfutils/libelf/
H A Delf_begin.c50 file_read_ar (int fildes, void *map_address, off_t offset, size_t maxsize, in file_read_ar() argument
72 get_shnum(void *map_address, unsigned char *e_ident, int fildes, int64_t offset, size_t maxsize) get_shnum() argument
280 file_read_elf(int fildes, void *map_address, unsigned char *e_ident, int64_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) file_read_elf() argument
550 __libelf_read_mmaped_file(int fildes, void *map_address, int64_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) __libelf_read_mmaped_file() argument
583 read_unmmaped_file(int fildes, int64_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) read_unmmaped_file() argument
645 read_file(int fildes, int64_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) read_file() argument
727 off_t offset = SARMAG; /* This is the first entry. */ read_long_names() local
912 size_t offset; __libelf_next_arhdr_wrlock() local
[all...]
/third_party/exfatprogs/include/
H A Dexfat_fs.h65 unsigned int offset; member
/third_party/ffmpeg/libavcodec/
H A Daacdec_fixed.c167 static void subband_scale(int *dst, int *src, int scale, int offset, int len, void *log_context) in subband_scale() argument
H A Dv4l2_buffers.c276 static int v4l2_bufref_to_buf(V4L2Buffer *out, int plane, const uint8_t* data, int size, int offset) in v4l2_bufref_to_buf() argument
377 int offset = 0; in v4l2_buffer_swframe_to_buf() local
H A Dvc1.c102 int imode, x, y, code, offset; in bitplane_decoding() local
[all...]
H A Dvb.c90 static int vb_decode_framedata(VBDecContext *c, int offset) in vb_decode_framedata() argument
200 int offset = 0; in decode_frame() local
H A Dxxan.c188 int mode, offset, dec_size, table_size; in xan_decode_chroma() local
H A Dpafvideo.c164 uint32_t opcode_size, offset; in decode_0() local
[all...]
H A Dmpegutils.c72 int offset[AV_NUM_DATA_POINTERS]; in ff_draw_horiz_band() local
H A Dqdrw.c77 int offset = avctx->width; in decode_rle_bpp2() local
132 int offset = avctx->width; decode_rle_bpp4() local
176 int offset = avctx->width; decode_rle16() local
221 int offset = avctx->width * step; decode_rle() local
[all...]
H A Dutvideoenc.c389 uint32_t offset = 0, slice_len = 0; in encode_plane() local
[all...]
H A Dvlc.c328 ff_init_vlc_from_lengths(VLC *vlc, int nb_bits, int nb_codes, const int8_t *lens, int lens_wrap, const void *symbols, int symbols_wrap, int symbols_size, int offset, int flags, void *logctx) ff_init_vlc_from_lengths() argument
H A Dtexturedsp.c414 rgtc_block_internal(uint8_t *dst, ptrdiff_t stride, const uint8_t *block, const int *color_tab, int mono, int offset, int pix_size) rgtc_block_internal() argument
444 rgtc1_block_internal(uint8_t *dst, ptrdiff_t stride, const uint8_t *block, int sign, int mono, int offset, int pix_size) rgtc1_block_internal() argument
H A Dwma.c426 ff_wma_run_level_decode(AVCodecContext *avctx, GetBitContext *gb, VLC *vlc, const float *level_table, const uint16_t *run_table, int version, WMACoef *ptr, int offset, int num_coefs, int block_len, int frame_len_bits, int coef_nb_bits) ff_wma_run_level_decode() argument
[all...]
/third_party/elfio/elfio/
H A Delfio_relocation.hpp87 get_entry( Elf_Xword index, Elf64_Addr& offset, Elf_Word& symbol, unsigned& type, Elf_Sxword& addend ) const get_entry() argument
122 get_entry( Elf_Xword index, Elf64_Addr& offset, Elf64_Addr& symbolValue, std::string& symbolName, unsigned& type, Elf_Sxword& addend, Elf_Sxword& calcValue ) const get_entry() argument
189 set_entry( Elf_Xword index, Elf64_Addr offset, Elf_Word symbol, unsigned type, Elf_Sxword addend ) set_entry() argument
224 add_entry( Elf64_Addr offset, Elf_Xword info ) add_entry() argument
235 add_entry( Elf64_Addr offset, Elf_Word symbol, unsigned type ) add_entry() argument
249 add_entry( Elf64_Addr offset, Elf_Xword info, Elf_Sxword addend ) add_entry() argument
260 add_entry( Elf64_Addr offset, Elf_Word symbol, unsigned type, Elf_Sxword addend ) add_entry() argument
277 add_entry( string_section_accessor str_writer, const char* str, symbol_section_accessor sym_writer, Elf64_Addr value, Elf_Word size, unsigned char sym_info, unsigned char other, Elf_Half shndx, Elf64_Addr offset, unsigned type ) add_entry() argument
297 Elf64_Addr offset = 0; swap_symbols() local
322 generic_get_entry_rel( Elf_Xword index, Elf64_Addr& offset, Elf_Word& symbol, unsigned& type, Elf_Sxword& addend ) const generic_get_entry_rel() argument
342 generic_get_entry_rela( Elf_Xword index, Elf64_Addr& offset, Elf_Word& symbol, unsigned& type, Elf_Sxword& addend ) const generic_get_entry_rela() argument
362 generic_set_entry_rel( Elf_Xword index, Elf64_Addr offset, Elf_Word symbol, unsigned type, Elf_Sxword ) generic_set_entry_rel() argument
387 generic_set_entry_rela( Elf_Xword index, Elf64_Addr offset, Elf_Word symbol, unsigned type, Elf_Sxword addend ) generic_set_entry_rela() argument
414 generic_add_entry( Elf64_Addr offset, Elf_Xword info ) generic_add_entry() argument
431 generic_add_entry( Elf64_Addr offset, Elf_Xword info, Elf_Sxword addend ) generic_add_entry() argument
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getmacros.c302 read_macros(Dwarf *dbg, int sec_index, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t offset, bool accept_0xff, Dwarf_Die *cudie) read_macros() argument
459 token_from_offset(ptrdiff_t offset, bool accept_0xff) token_from_offset() argument
487 gnu_macros_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t offset, bool accept_0xff, Dwarf_Die *cudie) gnu_macros_getmacros_off() argument
505 macro_info_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t offset, Dwarf_Die *cudie) macro_info_getmacros_off() argument
527 ptrdiff_t offset = offset_from_token (token, &accept_0xff); dwarf_getmacros_off() local
569 ptrdiff_t offset = offset_from_token (token, &accept_0xff); dwarf_getmacros() local
[all...]
/third_party/f2fs-tools/fsck/
H A Dnode.c169 get_node_path(struct f2fs_node *node, long block, int offset[4], unsigned int noffset[4]) get_node_path() argument
246 int offset[4]; get_dnode_of_data() local
[all...]
H A Dnode.h61 datablock_addr(struct f2fs_node *node_page, unsigned int offset) datablock_addr() argument
/third_party/ffmpeg/libavfilter/
H A Daf_deesser.c115 double offset; in filter_frame() local
H A Daf_anlms.c50 AVFrame *offset; member
124 int offset = *offsetp; in process_sample() local
168 int *offset in process_channels() local
98 fir_sample(AudioNLMSContext *s, float sample, float *delay, float *coeffs, float *tmp, int *offset) fir_sample() argument
[all...]
H A Dafir_template.c269 static int fn(fir_quantum)(AVFilterContext *ctx, AVFrame *out, int ch, int offset) in fir_quantum() argument
H A Dvf_yadif.c124 int offset = FFMAX(w - edge, 3); in filter_edges() local
173 int offset in filter_edges_16bit() local
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_pad.c67 int offset = given - border; in after_get_buddy() local
70 int offset = given - border; in after_get_buddy() local
/third_party/ffmpeg/libavformat/
H A Dargo_asf.c253 int64_t offset; in argo_asf_seek() local

Completed in 18 milliseconds

1...<<51525354555657585960>>...187