Lines Matching defs:value
199 * stpcpy differs from strcpy in a key way: the return value is a pointer
201 * value is a pointer to the start of @dest). This interface is considered
525 * memset - Fill a region of memory with the given value
547 * @v: The value to fill the area with
569 * @v: The value to fill the area with
591 * @v: The value to fill the area with
706 * The sign or magnitude of a non-zero return value has no particular
709 * not rely on anything but whether the return value is zero or non-zero.
816 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes)
819 if (*start != value)
838 u8 value = c;
843 return check_bytes8(start, value, bytes);
845 value64 = value;
862 r = check_bytes8(start, value, prefix);
873 return check_bytes8(start, value, 8);
878 return check_bytes8(start, value, bytes % 8);