Home
last modified time | relevance | path

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

/lib/
Dfind_next_bit.c27 unsigned long result = offset & ~(BITS_PER_LONG-1); in find_next_bit() local
32 size -= result; in find_next_bit()
42 result += BITS_PER_LONG; in find_next_bit()
47 result += BITS_PER_LONG; in find_next_bit()
51 return result; in find_next_bit()
57 return result + size; /* Nope. */ in find_next_bit()
59 return result + __ffs(tmp); in find_next_bit()
73 unsigned long result = offset & ~(BITS_PER_LONG-1); in find_next_zero_bit() local
78 size -= result; in find_next_zero_bit()
88 result += BITS_PER_LONG; in find_next_zero_bit()
[all …]
Dchecksum.c53 unsigned int result = 0; in do_csum() local
60 result += (*buff << 8); in do_csum()
62 result = *buff; in do_csum()
69 result += *(unsigned short *) buff; in do_csum()
79 result += carry; in do_csum()
80 result += w; in do_csum()
81 carry = (w > result); in do_csum()
83 result += carry; in do_csum()
84 result = (result & 0xffff) + (result >> 16); in do_csum()
87 result += *(unsigned short *) buff; in do_csum()
[all …]
Dbsearch.c37 int result; in bsearch() local
42 result = cmp(key, base + mid * size); in bsearch()
43 if (result < 0) in bsearch()
45 else if (result > 0) in bsearch()
Dparser.c127 static int match_number(substring_t *s, int *result, int base) in match_number() argument
148 *result = (int) val; in match_number()
162 int match_int(substring_t *s, int *result) in match_int() argument
164 return match_number(s, result, 0); in match_int()
176 int match_octal(substring_t *s, int *result) in match_octal() argument
178 return match_number(s, result, 8); in match_octal()
190 int match_hex(substring_t *s, int *result) in match_hex() argument
192 return match_number(s, result, 16); in match_hex()
Dbitmap.c189 unsigned long result = 0; in __bitmap_and() local
192 result |= (dst[k] = bitmap1[k] & bitmap2[k]); in __bitmap_and()
193 return result != 0; in __bitmap_and()
224 unsigned long result = 0; in __bitmap_andnot() local
227 result |= (dst[k] = bitmap1[k] & ~bitmap2[k]); in __bitmap_andnot()
228 return result != 0; in __bitmap_andnot()
Dvsprintf.c46 unsigned long long result; in simple_strtoull() local
50 rv = _parse_integer(cp, base, &result); in simple_strtoull()
57 return result; in simple_strtoull()
DKconfig.debug135 most likely result in an oops.
146 This option tells gcc to inline less (but it does result in
265 anything erroneous after an oops which could result in data