Lines Matching defs:result
994 bool result = false;
1004 result = true;
1012 if (result) {
1022 return result;
1720 /* if reserved_params exists, we should use start_addr as prefered result to do the mmap operation */
1732 /* if reserved_params does not exist, we should use real_map as prefered result to do the mmap operation */
2572 size_t result = 0;
2573 static const size_t size = CHAR_BIT * sizeof(result);
2584 result |= ((size_t)(byte & 127) << shift);
2589 result |= -((size_t)(1) << shift);
2592 *value = result;
3370 * might result in calloc being a call to application code. */
5337 /* if reserved_params exists, we should use start_addr as prefered result to do the mmap operation */
5352 /* if reserved_params does not exist, we should use real_map as prefered result to do the mmap operation */