Home
last modified time | relevance | path

Searched refs:nextblock (Results 1 - 7 of 7) sorted by relevance

/third_party/toybox/toys/pending/
H A 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/ffmpeg/libavcodec/x86/
H A Dh264_idct.asm328 .nextblock:
356 jl .nextblock
370 jl .nextblock
376 .nextblock:
395 jnz .nextblock
/third_party/alsa-utils/aplay/
H A Daplay.c2406 size_t nextblock, in_buffer; local
2412 #define COUNT(x) nextblock -= x; in_buffer -= x; data += x
2444 in_buffer = nextblock = 0;
2457 nextblock = buf[0] = 0;
2464 while (!nextblock) { /* this is a new block */
2469 nextblock = VOC_DATALEN(bp);
2598 } /* while (! nextblock) */
2599 /* put nextblock data bytes to dsp */
2601 if (nextblock < (size_t)l)
2602 l = nextblock;
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A 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/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c32 size_t nextblock));
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c32 size_t nextblock));
/third_party/toybox/generated/
H A Dglobals.h915 unsigned nextblock; // Next data block to allocate member

Completed in 15 milliseconds