Lines Matching refs:value
218 * below. All other callers pass a non-zero value of r.
318 * holds for all x < 1,128,869,999. The largest value this
814 * Print the real pointer value for NULL and error pointers,
873 * Only print the real pointer value if the current
984 unsigned long value;
991 value = (unsigned long)ptr;
995 sprint_backtrace_build_id(sym, value);
997 sprint_backtrace(sym, value);
999 sprint_symbol_build_id(sym, value);
1001 sprint_symbol(sym, value);
1003 sprint_symbol_no_offset(sym, value);
1007 return special_hex_number(buf, end, value, sizeof(void *));
1147 negative value, fallback to the default */
2356 * - '4cc' V4L2 or DRM FourCC code, with endianness and raw numerical value.
2377 * construct the specific value. Supported flags given by option:
2743 * The return value is the number of characters which would
2746 * number of characters written into @buf as return value
2914 * The return value is the number of characters which have been written into
2945 * The return value is the number of characters which would be
2972 * The return value is the number of characters written into @buf not including
3042 * vbin_printf - Parse a format string and place args' binary value in a buffer
3043 * @bin_buf: The buffer to place args' binary value
3051 * The return value is the number of words(32bits) which would be generated for
3055 * If the return value is greater than @size, the resulting bin_buf is NOT
3069 unsigned long long value; \
3078 value = val8; \
3085 value = (unsigned long long)val4; \
3088 value; \
3209 * The return value is the number of characters which would
3212 * number of characters written into @buf as return value
3231 typeof(type) value; \
3234 *(u32 *)&value = *(u32 *)args; \
3235 *((u32 *)&value + 1) = *(u32 *)(args + 4); \
3238 value = *(typeof(type) *)args; \
3241 value; \
3407 * bprintf - Parse a format string and place args' binary value in a buffer
3408 * @bin_buf: The buffer to place args' binary value