HomeSort by: relevance | last modified time | path
    Searched refs:value (Results 1 - 25 of 1877) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_066.c 13 int value
msg_045.c 9 int value; member in struct:counter
19 /* expect+1: warning: invalid use of member 'value' [102] */
20 counter.value++;
msg_181.c 19 int value; member in struct:number
21 .value = 3,
msg_170.c 9 int value; member in struct:number
17 /* expect+1: error: function 'example' expects to return value [214] */
  /src/usr.bin/make/unit-tests/
opt-var-expanded.exp 1 other value $$
2 value
directive-export-literal.exp 0 value with ${UNEXPANDED} expression
2 value literal
3 value indirect
4 value ${indirect:L}
opt-var-literal.exp 1 other ${VALUE} $$$$
2 value
varmod-gmtime.exp 1 make: varmod-gmtime.mk:60: Invalid time value "-1"
2 while evaluating "${:L:gmtime=-1} != """ with value ""
3 make: varmod-gmtime.mk:70: Invalid time value " 1"
4 while evaluating "${:L:gmtime= 1} != """ with value ""
5 make: varmod-gmtime.mk:117: Invalid time value "10000000000000000000000000000000"
6 while evaluating "${:L:gmtime=10000000000000000000000000000000} != """ with value ""
7 make: varmod-gmtime.mk:129: Invalid time value "error"
8 while evaluating "${:L:gmtime=error} != """ with value ""
9 make: varmod-gmtime.mk:139: Invalid time value "100000S,1970,bad,"
10 while evaluating variable "%Y" with value "%Y
    [all...]
varmod-localtime.exp 1 make: varmod-localtime.mk:60: Invalid time value "-1"
2 while evaluating "${:L:localtime=-1} != """ with value ""
3 make: varmod-localtime.mk:70: Invalid time value " 1"
4 while evaluating "${:L:localtime= 1} != """ with value ""
5 make: varmod-localtime.mk:117: Invalid time value "10000000000000000000000000000000"
6 while evaluating "${:L:localtime=10000000000000000000000000000000} != """ with value ""
7 make: varmod-localtime.mk:129: Invalid time value "error"
8 while evaluating "${:L:localtime=error} != """ with value ""
9 make: varmod-localtime.mk:139: Invalid time value "100000S,1970,bad,"
10 while evaluating variable "%Y" with value "%Y
    [all...]
  /src/libexec/getty/
gettytab.h 39 const char *defalt; /* value we find by looking in defaults */
40 char *value; /* value that we find there */ member in struct:gettystrs
46 long value; /* number we find there */ member in struct:gettynums
54 char value; /* true/false flag */ member in struct:gettyflags
65 #define NX gettystrs[0].value
66 #define CL gettystrs[1].value
67 #define IM gettystrs[2].value
68 #define LM gettystrs[3].value
69 #define ER gettystrs[4].value
    [all...]
  /src/tests/usr.bin/indent/
fmt_expr.c 66 var = (type) { .member = value };
67 var = (type) { value, value, value };
68 var = (struct s) { .member = value };
69 var = (struct s) { value, value, value };
76 .member = value
79 value, value, valu
    [all...]
  /src/lib/libc/gen/
Lint_frexp.c 12 frexp(double value, int *eptr)
Lint_modf.c 12 modf(double value, double *iptr)
  /src/lib/libc/string/
Lint_ffs.c 12 ffs(int value)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_getparam.c 22 int value; local in function:i915_getparam_ioctl
32 value = i915->drm.pdev->device;
35 value = i915->drm.pdev->revision;
38 value = i915->ggtt.num_fences;
41 value = !!i915->overlay;
44 value = !!intel_engine_lookup_user(i915,
48 value = !!intel_engine_lookup_user(i915,
52 value = !!intel_engine_lookup_user(i915,
56 value = !!intel_engine_lookup_user(i915,
60 value = HAS_LLC(i915)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_type_traits_test.cc 20 ASSERT_TRUE((is_same<unsigned, unsigned>::value));
21 ASSERT_TRUE((is_same<uptr, uptr>::value));
22 ASSERT_TRUE((is_same<sptr, sptr>::value));
23 ASSERT_TRUE((is_same<const uptr, const uptr>::value));
25 ASSERT_FALSE((is_same<unsigned, signed>::value));
26 ASSERT_FALSE((is_same<uptr, sptr>::value));
27 ASSERT_FALSE((is_same<uptr, const uptr>::value));
  /src/sys/external/bsd/drm2/include/linux/
hash.h 39 hash_long(unsigned long value, unsigned int bits)
44 return ((value * factor) >> ((CHAR_BIT * sizeof(value)) - bits));
48 hash_32(uint32_t value, unsigned int bits)
50 return (value * 0x61c88647) >> (32 - bits);
54 hash_64(uint64_t value, unsigned int bits)
56 return (value * 0x61c8864680b583ebull) >> (64 - bits);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_scl_filters.c 1022 if (ratio.value < dc_fixpt_one.value)
1024 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value)
1026 else if (ratio.value < dc_fixpt_from_fraction(5, 3).value)
1034 if (ratio.value < dc_fixpt_one.value)
1036 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
fixed31_32.h 62 long long value; member in struct:fixed31_32
101 res.value = (long long) arg << FIXED31_32_BITS_PER_FRACTIONAL_PART;
119 res.value = -arg.value;
130 if (arg.value < 0)
147 return arg1.value < arg2.value;
156 return arg1.value <= arg2.value;
165 return arg1.value == arg2.value
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_opp_csc_v.c 57 * value = UNDERLAY_SATURATION_MAX /UNDERLAY_SATURATION_DIVIDER
132 uint32_t value = 0; local in function:program_color_matrix_v
136 value,
142 value,
147 dm_write_reg(ctx, addr, value);
150 uint32_t value = 0; local in function:program_color_matrix_v
154 value,
160 value,
165 dm_write_reg(ctx, addr, value);
168 uint32_t value = 0 local in function:program_color_matrix_v
186 uint32_t value = 0; local in function:program_color_matrix_v
204 uint32_t value = 0; local in function:program_color_matrix_v
222 uint32_t value = 0; local in function:program_color_matrix_v
246 uint32_t value = 0; local in function:program_color_matrix_v
264 uint32_t value = 0; local in function:program_color_matrix_v
282 uint32_t value = 0; local in function:program_color_matrix_v
300 uint32_t value = 0; local in function:program_color_matrix_v
318 uint32_t value = 0; local in function:program_color_matrix_v
336 uint32_t value = 0; local in function:program_color_matrix_v
371 uint32_t value = dm_read_reg(ctx, addr); local in function:configure_graphics_mode_v
470 uint32_t value = dm_read_reg(xfm->ctx, mmDENORM_CLAMP_CONTROL); local in function:set_Denormalization
543 uint32_t value; local in function:program_input_csc
    [all...]
amdgpu_dce110_opp_regamma_v.c 44 uint32_t value = dm_read_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL); local in function:power_on_lut
50 value,
56 value,
63 value,
69 value,
75 dm_write_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL, value);
78 value = dm_read_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL);
79 if (get_reg_field_value(value,
82 get_reg_field_value(value,
93 uint32_t value; local in function:set_bypass_input_gamma
110 uint32_t value = 0; local in function:configure_regamma_mode
141 uint32_t value = 0; local in function:regamma_config_regions_and_segments
461 uint32_t value = 0; local in function:program_pwl
528 uint32_t value = dm_read_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL); local in function:dce110_opp_power_on_regamma_lut_v
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_bw_fixed.c 54 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value)
57 ASSERT(value < BW_FIXED_MAX_I32 && value > BW_FIXED_MIN_I32);
58 res.value = value << BW_FIXED_BITS_PER_FRACTIONAL_PART;
109 res.value = (int64_t)(res_value);
112 res.value = -res.value;
123 multiplicand = div64_s64(arg.value, abs_i64(significance.value));
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
bw_fixed.h 35 int64_t value; member in struct:bw_fixed
47 return (arg1.value <= arg2.value) ? arg1 : arg2;
53 return (arg2.value <= arg1.value) ? arg1 : arg2;
70 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value);
71 static inline struct bw_fixed bw_int_to_fixed(int64_t value)
73 if (__builtin_constant_p(value)) {
75 BUILD_BUG_ON(value > BW_FIXED_MAX_I32 || value < BW_FIXED_MIN_I32)
    [all...]
  /src/lib/libc/compat-43/
sethostid.c 49 int mib[2], value; local in function:sethostid
53 value = (int)hostid;
54 if (sysctl(mib, 2, NULL, NULL, &value, sizeof(value)) == -1)
  /src/tests/lib/libbluetooth/
t_sdp_data.c 51 sdp_data_t value; local in function:ATF_TC_BODY
53 ATF_REQUIRE(sdp_get_data(&test, &value));
54 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_NIL);
56 ATF_REQUIRE(sdp_get_data(&test, &value));
57 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_UINT8);
91 sdp_data_t value; local in function:ATF_TC_BODY
93 ATF_REQUIRE(sdp_get_data(&test, &value));
94 ATF_CHECK_EQ(sdp_data_size(&value), 1);
96 ATF_REQUIRE(sdp_get_data(&test, &value));
97 ATF_CHECK_EQ(sdp_data_size(&value), 2)
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>