Lines Matching defs:result
959 bool result = false;
969 result = true;
977 if (result) {
987 return result;
1565 /* if reserved_params exists, we should use start_addr as prefered result to do the mmap operation */
1577 /* if reserved_params does not exist, we should use real_map as prefered result to do the mmap operation */
2344 size_t result = 0;
2345 static const size_t size = CHAR_BIT * sizeof(result);
2356 result |= ((size_t)(byte & 127) << shift);
2361 result |= -((size_t)(1) << shift);
2364 *value = result;
3126 * might result in calloc being a call to application code. */
4967 /* if reserved_params exists, we should use start_addr as prefered result to do the mmap operation */
4982 /* if reserved_params does not exist, we should use real_map as prefered result to do the mmap operation */