Searched defs:value (Results 1 – 17 of 17) sorted by relevance
/lib/zstd/ |
D | bitstream.h | 177 ZSTD_STATIC void BIT_addBits(BIT_CStream_t *bitC, size_t value, unsigned nbBits) in BIT_addBits() 185 ZSTD_STATIC void BIT_addBitsFast(BIT_CStream_t *bitC, size_t value, unsigned nbBits) in BIT_addBitsFast() 322 size_t const value = BIT_lookBits(bitD, nbBits); in BIT_readBits() local 331 size_t const value = BIT_lookBitsFast(bitD, nbBits); in BIT_readBitsFast() local
|
D | mem.h | 67 ZSTD_STATIC void ZSTD_write16(void *memPtr, U16 value) { put_unaligned(value, (U16 *)memPtr); } in ZSTD_write16() 69 ZSTD_STATIC void ZSTD_write32(void *memPtr, U32 value) { put_unaligned(value, (U32 *)memPtr); } in ZSTD_write32() 71 ZSTD_STATIC void ZSTD_write64(void *memPtr, U64 value) { put_unaligned(value, (U64 *)memPtr); } in ZSTD_write64()
|
D | fse.h | 295 ptrdiff_t value; member
|
/lib/ |
D | fault-inject.c | 172 struct dentry *parent, unsigned long *value) in debugfs_create_ul() 192 unsigned long *value) in debugfs_create_stacktrace_depth()
|
D | extable.c | 118 unsigned long value) in search_extable()
|
D | notifier-error-inject.c | 22 struct dentry *parent, int *value) in debugfs_create_errno()
|
D | test_list_sort.c | 25 int value; member
|
D | nlattr.c | 169 u64 value; in nla_validate_range_unsigned() local 273 s64 value; in nla_validate_int_range_signed() local 331 u64 value; in nla_validate_mask() local
|
D | test_rhashtable.c | 63 struct test_obj_val value; member 68 struct test_obj_val value; member
|
D | string.c | 1067 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() 1089 u8 value = c; in memchr_inv() local
|
D | ubsan.c | 111 void *value) in val_to_string()
|
D | xarray.c | 782 bool value = xa_is_value(entry); in xas_store() local
|
D | vsprintf.c | 1004 unsigned long value; in symbol_string() local
|
/lib/lz4/ |
D | lz4defs.h | 120 static FORCE_INLINE void LZ4_write16(void *memPtr, U16 value) in LZ4_write16() 125 static FORCE_INLINE void LZ4_write32(void *memPtr, U32 value) in LZ4_write32() 135 static FORCE_INLINE void LZ4_writeLE16(void *memPtr, U16 value) in LZ4_writeLE16()
|
/lib/zlib_deflate/ |
D | defutil.h | 365 int value, /* value to send */ in send_bits() 389 #define send_bits(s, value, length) \ argument 406 int value, in zlib_tr_send_bits()
|
/lib/mpi/ |
D | mpiutil.c | 32 unsigned long value; in mpi_init() local
|
/lib/pldmfw/ |
D | pldmfw.c | 640 u16 value; in pldmfw_op_pci_match_record() local
|