Home
last modified time | relevance | path

Searched defs:block_offset (Results 1 – 23 of 23) sorted by relevance

/third_party/e2fsprogs/ext2ed/
Dfile_com.c69 long block_offset=1; in type_file___nextblock() local
170 long block_offset=1; in type_file___prevblock() local
198 long block_offset=1; in type_file___block() local
Dwin.c172 int block_num,block_offset; in show_info() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.h56 int32_t block_offset() const { return block_offset_; } in block_offset() function
Dbitmap_glyph_info.cc22 int32_t block_offset, in BitmapGlyphInfo()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.h56 int32_t block_offset() const { return block_offset_; } in block_offset() function
Dbitmap_glyph_info.cc22 int32_t block_offset, in BitmapGlyphInfo()
/third_party/ffmpeg/libavcodec/
Dh264_mb_template.c50 const int *block_offset = &h->block_offset[0]; in FUNC() local
265 const int *block_offset = &h->block_offset[0]; in FUNC() local
Dsvq3.c149 int block_offset[2 * (16 * 3)]; member
620 int mb_type, const int *block_offset, in hl_decode_mb_idct_luma()
636 const int *block_offset, in hl_decode_mb_predict_luma()
682 const int *block_offset = &s->block_offset[0]; in hl_decode_mb() local
Dh264_mb.c618 const int *block_offset, in hl_decode_mb_predict_luma()
731 const int *block_offset, in hl_decode_mb_idct_luma()
Dvp56.h146 int block_offset[6]; member
Dmjpegdec.c1463 int block_offset; in mjpeg_decode_scan() local
Dh264dec.h403 int block_offset[2 * (16 * 3)]; member
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_mmi.c767 void ff_h264_idct_add16_8_mmi(uint8_t *dst, const int *block_offset, in ff_h264_idct_add16_8_mmi()
784 void ff_h264_idct_add16intra_8_mmi(uint8_t *dst, const int *block_offset, in ff_h264_idct_add16intra_8_mmi()
797 void ff_h264_idct8_add4_8_mmi(uint8_t *dst, const int *block_offset, in ff_h264_idct8_add4_8_mmi()
814 void ff_h264_idct_add8_8_mmi(uint8_t **dest, const int *block_offset, in ff_h264_idct_add8_8_mmi()
830 void ff_h264_idct_add8_422_8_mmi(uint8_t **dest, const int *block_offset, in ff_h264_idct_add8_422_8_mmi()
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Dnand_util.c642 size_t block_offset = offset & (mtd->erasesize - 1); in nand_write_skip_bad() local
758 size_t block_offset = offset & (mtd->erasesize - 1); in nand_read_skip_bad() local
888 size_t block_offset = (unsigned long long)offset & (mtd->erasesize - 1); in nand_write_yaffs_skip_bad() local
1057 size_t block_offset = (unsigned long long)offset & (mtd->erasesize - 1); in nand_read_yaffs_skip_bad() local
/third_party/jerryscript/jerry-core/jmem/
Djmem-heap.c387 const uint32_t block_offset = JMEM_HEAP_GET_OFFSET_FROM_ADDR (block_p); in jmem_heap_find_prev() local
426 const uint32_t block_offset = JMEM_HEAP_GET_OFFSET_FROM_ADDR (block_p); in jmem_heap_insert_block() local
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpcie_fsl.h47 u32 block_offset; /* Offset from CCSR of 1st controller */ member
/third_party/ffmpeg/libavutil/
Daes_ctr.c33 int block_offset; member
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate06.c54 static long wbuf_size, rbuf_size, block_offset; variable
/third_party/ffmpeg/libavcodec/ppc/
Dh264dsp.c329 static void h264_idct_add16_altivec(uint8_t *dst, const int *block_offset, in h264_idct_add16_altivec()
343 static void h264_idct_add16intra_altivec(uint8_t *dst, const int *block_offset, in h264_idct_add16intra_altivec()
354 static void h264_idct8_add4_altivec(uint8_t *dst, const int *block_offset, in h264_idct8_add4_altivec()
368 static void h264_idct_add8_altivec(uint8_t **dest, const int *block_offset, in h264_idct_add8_altivec()
/third_party/boost/boost/graph/parallel/
Ddistribution.hpp369 std::size_t block_offset = (data_row % block_rows) * block_columns in local() local
381 SizeType block_offset = i % (block_rows * block_columns); in global() local
515 std::size_t block_offset = (data_row % block_rows) * block_columns in local() local
/third_party/ffmpeg/tests/checkasm/
Dh264dsp.c249 int block_offset[16] = { 0 }; in check_idct_multiple() local
/third_party/uboot/u-boot-2020.01/product/hiupdate/
Dauto_update_adaptation.c310 size_t block_offset = offset & (nand_flash->erasesize - 1); in nand_flash_write() local
361 unsigned long block_offset = 0; in get_bad_block_count() local
/third_party/uboot/u-boot-2020.01/fs/yaffs2/
Dyaffs_guts.h651 int block_offset; member