Home
last modified time | relevance | path

Searched refs:__res (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dstring.c64 register signed char __res; in strcmp() local
67 if ((__res = *cs - *ct++) != 0 || !*cs++) in strcmp()
71 return __res; in strcmp()