Home
last modified time | relevance | path

Searched refs:nextblock (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dh264_idct.asm370 .nextblock: label
382 jl .nextblock
397 .nextblock: label
415 jl .nextblock
429 .nextblock: label
454 jl .nextblock
464 jl .nextblock
477 .nextblock: label
490 jl .nextblock
503 .nextblock: label
[all …]
/third_party/toybox/toys/pending/
Dmke2fs.c97 unsigned nextblock; // Next data block to allocate
508 int i, group = TT.nextblock/TT.blockbits; in fill_inode()
514 TT.nextblock += group_overhead(TT.nextgroup++); in fill_inode()
/third_party/ntfs-3g/libntfs-3g/
Dcompress.c1684 s64 nextblock; in ntfs_compressed_pwrite() local
1731 nextblock = ((offs + (wrl->vcn << vol->cluster_size_bits)) in ntfs_compressed_pwrite()
1736 if (endwrite >= nextblock) { in ntfs_compressed_pwrite()
1740 to_write = rounded = nextblock in ntfs_compressed_pwrite()
/third_party/toybox/generated/
Dglobals.h748 unsigned nextblock; // Next data block to allocate member