Lines Matching refs:set
64 unsigned long set;
66 for (set = start; set <= end; set += (0x10 - 3)) {
75 : "=a" (set)
76 : "a" (set));
82 unsigned long set;
84 for (set = start; set <= end; set += (0x10 - 3)) {
93 : "=a" (set)
94 : "a" (set));
100 unsigned long set;
102 for (set = start; set <= end; set += (0x10 - 3)) {
111 : "=a" (set)
112 : "a" (set));