Searched refs:positions (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | compr_rtime.c | 36 unsigned short positions[256]; in jffs2_rtime_compress() local 43 memset(positions,0,sizeof(positions)); in jffs2_rtime_compress() 53 backpos = positions[value]; in jffs2_rtime_compress() 54 positions[value]=pos; in jffs2_rtime_compress() 80 unsigned short positions[256]; in jffs2_rtime_decompress() local 84 memset(positions,0,sizeof(positions)); in jffs2_rtime_decompress() 94 backoffs = positions[value]; in jffs2_rtime_decompress() 96 positions[valu in jffs2_rtime_decompress() [all...] |
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | compr_rtime.c | 36 unsigned short positions[256]; in jffs2_rtime_compress() local 43 memset(positions,0,sizeof(positions)); in jffs2_rtime_compress() 53 backpos = positions[value]; in jffs2_rtime_compress() 54 positions[value]=pos; in jffs2_rtime_compress() 80 unsigned short positions[256]; in jffs2_rtime_decompress() local 84 memset(positions,0,sizeof(positions)); in jffs2_rtime_decompress() 94 backoffs = positions[value]; in jffs2_rtime_decompress() 96 positions[valu in jffs2_rtime_decompress() [all...] |
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | div64.S | 84 @ The division loop for needed upper bit positions. 100 @ The division loop for lower bit positions.
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | div64.S | 84 @ The division loop for needed upper bit positions. 100 @ The division loop for lower bit positions.
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | virtio_snd.h | 331 __u8 positions[VIRTIO_SND_CHMAP_MAX_SIZE]; member
|
/kernel/linux/linux-6.6/sound/virtio/ |
H A D | virtio_chmap.c | 192 u8 position = info->positions[ch]; in virtsnd_chmap_build_devs()
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_opt.c | 407 /* ZSTD_insertBt1() : add one or multiple positions to tree. 410 * @return : nb of positions added */ 438 * we only need positions that will be in the window at the end of the tree update. in ZSTD_insertBt1() 522 { U32 positions = 0; in ZSTD_insertBt1() local 523 if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1() 525 return MAX(positions, matchEndIdx - (curr + 8)); in ZSTD_insertBt1() 632 & (((U32)((dictLimit-1) - repIndex) >= 3) ) /* intentional overflow : do not test positions overlapping 2 memory segments */) in ZSTD_insertBtAndGetAllMatches() 638 & ((U32)((dictLimit-1) - repIndex) >= 3) ) /* intentional overflow : do not test positions overlapping 2 memory segments */ in ZSTD_insertBtAndGetAllMatches() 1141 /* check further positions */ in ZSTD_compressBlock_opt_generic() 1192 continue; /* skip unpromising positions; abou in ZSTD_compressBlock_opt_generic() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | round.S | 508 lsll %d0,%d2 |shift g,r,s to their positions
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | round.S | 508 lsll %d0,%d2 |shift g,r,s to their positions
|
Completed in 11 milliseconds