Home
last modified time | relevance | path

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

/tools/bootconfig/scripts/
Dxbc.sh54 __s=`nr_args $__keys`
55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
/tools/testing/selftests/timers/
Draw_skew.c35 __typeof__(s) __s = (s); \
36 __x < 0 ? -(-__x >> __s) : __x >> __s; \
/tools/perf/
Dbuiltin-c2c.c489 #define HEX_STR(__s, __v) \ argument
491 scnprintf(__s, sizeof(__s), "0x%" PRIx64, __v); \
492 __s; \
820 #define PERC_STR(__s, __v) \ argument
822 scnprintf(__s, sizeof(__s), "%.2F%%", __v); \
823 __s; \
1236 #define HEADER_SPAN(__h0, __h1, __s) \ argument
1240 .span = __s, \