/linux-4.19.296/include/drm/ |
D | drm_fixed.h | 31 u32 full; member 39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) 40 #define dfixed_init(A) { .full = dfixed_const((A)) } 41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } 42 #define dfixed_trunc(A) ((A).full >> 12) 43 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) 56 if (A.full > dfixed_const(non_frac)) in dfixed_ceil() 64 u64 tmp = ((u64)A.full << 13); in dfixed_div() 66 do_div(tmp, B.full); in dfixed_div()
|
/linux-4.19.296/lib/lz4/ |
D | lz4_decompress.c | 341 maxDecompressedSize, endOnInputSize, full, 0, in LZ4_decompress_safe() 356 endOnOutputSize, full, 0, withPrefix64k, in LZ4_decompress_fast() 392 endOnInputSize, full, 0, in LZ4_decompress_safe_continue() 407 endOnInputSize, full, 0, in LZ4_decompress_safe_continue() 427 endOnOutputSize, full, 0, in LZ4_decompress_fast_continue() 441 endOnOutputSize, full, 0, in LZ4_decompress_fast_continue() 465 compressedSize, maxOutputSize, safe, full, 0, in LZ4_decompress_usingDict_generic() 470 compressedSize, maxOutputSize, safe, full, 0, in LZ4_decompress_usingDict_generic() 473 maxOutputSize, safe, full, 0, noDict, in LZ4_decompress_usingDict_generic() 477 maxOutputSize, safe, full, 0, usingExtDict, in LZ4_decompress_usingDict_generic()
|
D | lz4defs.h | 225 typedef enum { full = 0, partial = 1 } earlyEnd_directive; enumerator
|
/linux-4.19.296/include/linux/ |
D | trace_seq.h | 17 int full; member 24 s->full = 0; in trace_seq_init() 69 return s->full || seq_buf_has_overflowed(&s->seq); in trace_seq_has_overflowed()
|
D | ring_buffer.h | 100 int ring_buffer_wait(struct ring_buffer *buffer, int cpu, bool full); 196 size_t len, int cpu, int full);
|
D | ti_wilink_st.h | 228 unsigned short full; member
|
/linux-4.19.296/lib/xz/ |
D | xz_dec_lzma2.c | 58 size_t full; member 296 dict->full = 0; in dict_reset() 327 return dict->full > 0 ? dict->buf[offset] : 0; in dict_get() 337 if (dict->full < dict->pos) in dict_put() 338 dict->full = dict->pos; in dict_put() 351 if (dist >= dict->full || dist >= dict->size) in dict_repeat() 367 if (dict->full < dict->pos) in dict_repeat() 368 dict->full = dict->pos; in dict_repeat() 400 if (dict->full < dict->pos) in dict_uncompressed() 401 dict->full = dict->pos; in dict_uncompressed()
|
/linux-4.19.296/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 626 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr() local 627 unsigned y_offset = full ? 0 : 16; in color_to_ycbcr() 632 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 645 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 652 *y = full ? yc : (yc * 219) / 255 + (16 << 4); in color_to_ycbcr() 654 *cb = (((b - yc) * (full ? bt2020c_full[0] : bt2020c[0])) >> 16) + (128 << 4); in color_to_ycbcr() 656 *cb = (((b - yc) * (full ? bt2020c_full[1] : bt2020c[1])) >> 16) + (128 << 4); in color_to_ycbcr() 658 *cr = (((r - yc) * (full ? bt2020c_full[2] : bt2020c[2])) >> 16) + (128 << 4); in color_to_ycbcr() 660 *cr = (((r - yc) * (full ? bt2020c_full[3] : bt2020c[3])) >> 16) + (128 << 4); in color_to_ycbcr() 663 rgb2ycbcr(full ? smpte240m_full : smpte240m, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() [all …]
|
/linux-4.19.296/drivers/of/unittest-data/ |
D | overlay_4.dts | 5 /* overlay_4 - test insertion of a full node */
|
/linux-4.19.296/fs/hfs/ |
D | Kconfig | 7 floppy disks and hard drive partitions with full read-write access.
|
/linux-4.19.296/fs/hfsplus/ |
D | Kconfig | 8 Macintosh-formatted hard drive partitions with full read-write access.
|
/linux-4.19.296/drivers/char/tpm/ |
D | tpm2-cmd.c | 802 int full; in tpm2_do_selftest() local 805 for (full = 0; full < 2; full++) { in tpm2_do_selftest() 810 tpm_buf_append_u8(&buf, full); in tpm2_do_selftest()
|
/linux-4.19.296/fs/overlayfs/ |
D | Kconfig | 76 directory. This full index is used to detect overlay filesystems 78 the same lower dir. The full index may incur some overhead on mount 83 That is, mounting an overlay which has a full index on a kernel
|
/linux-4.19.296/include/asm-generic/ |
D | pgtable.h | 163 int full) in pmdp_huge_get_and_clear_full() argument 172 int full) in pudp_huge_get_and_clear_full() argument 182 int full) in ptep_get_and_clear_full() argument 199 int full) in pte_clear_not_present_full() argument
|
/linux-4.19.296/drivers/memstick/core/ |
D | ms_block.h | 275 static int msb_reset(struct msb_data *msb, bool full);
|
/linux-4.19.296/include/linux/mfd/ |
D | abx500.h | 206 int full; member
|
/linux-4.19.296/include/linux/mfd/abx500/ |
D | ab8500-bm.h | 379 int full; member
|
/linux-4.19.296/fs/jffs2/ |
D | TODO | 29 the full dirent, we only need to go to the flash in lookup() when we think we've
|
/linux-4.19.296/drivers/misc/ti-st/ |
D | st_kim.c | 250 kim_gdata->version.full = version; in read_local_version() 570 seq_printf(s, "%04X %d.%d.%d\n", kim_gdata->version.full, in show_version()
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | mt312.c | 156 static int mt312_reset(struct mt312_state *state, const u8 full) in mt312_reset() argument 158 return mt312_writereg(state, RESET, full ? 0x80 : 0x40); in mt312_reset()
|
/linux-4.19.296/fs/ntfs/ |
D | Kconfig | 48 When reporting bugs, please try to have available a full dump of
|
/linux-4.19.296/drivers/char/xillybus/ |
D | xillybus_core.c | 1192 int full, exhausted; in xillybus_write() local 1210 full = channel->rd_full; in xillybus_write() 1212 if (!full) { in xillybus_write() 1285 if (!full) { /* Go on, now without the spinlock */ in xillybus_write()
|
/linux-4.19.296/drivers/misc/eeprom/ |
D | Kconfig | 26 full functionality is not available. Only smaller devices are
|
/linux-4.19.296/drivers/cpufreq/ |
D | Kconfig | 79 you to get a full dynamic frequency capable system by simply 91 you to get a full dynamic frequency capable system by simply
|
/linux-4.19.296/fs/ocfs2/ |
D | journal.h | 191 int full);
|