Searched refs:identical (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/atm/
H A Daddr.c28 static int identical(const struct sockaddr_atmsvc *a, const struct sockaddr_atmsvc *b) function
85 if (identical(&this->addr, addr)) {
120 if (identical(&this->addr, addr)) {
/linux-master/drivers/video/fbdev/
H A Dudlfb.c365 * Trims identical data from front and back of line
367 * And returns byte count of identical pixels
377 int identical; local
395 identical = start + (width - end);
399 return identical * sizeof(unsigned long);
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S14 | the machine state will be identical to the state before
/linux-master/fs/bcachefs/
H A Djournal_io.c168 bool identical = bytes == vstruct_bytes(&dup->j) && local
170 bool not_identical = !identical &&
192 "found duplicate but non identical journal entries\n %s",
195 if (entry_ptr.csum_good && !identical)

Completed in 153 milliseconds