| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | value.h | 40 struct value; 47 struct value *value_next (struct value *); 51 extern struct type *value_type (const struct value *); 57 extern void deprecated_set_value_type (struct value *value, 62 extern int value_bitsize (const struct value *); 63 extern void set_value_bitsize (struct value *, int bit); 69 extern int value_bitpos (const struct value *); 70 extern void set_value_bitpos (struct value *, int bit); 76 struct value *value_parent (struct value *); 77 extern void set_value_parent (struct value *value, struct value *parent); [all …]
|
| H A D | value.c | 174 struct value struct 262 struct value *parent; argument 319 struct value *next; argument 335 value_bytes_available (const struct value *value, int offset, int length) in value_bytes_available() argument 337 gdb_assert (!value->lazy); in value_bytes_available() 339 return !ranges_contain (value->unavailable, offset, length); in value_bytes_available() 343 value_entirely_available (struct value *value) in value_entirely_available() argument 347 if (value->lazy) in value_entirely_available() 348 value_fetch_lazy (value); in value_entirely_available() 350 if (VEC_empty (range_s, value->unavailable)) in value_entirely_available() [all …]
|
| H A D | ax-gdb.c | 76 static struct value *const_var_ref (struct symbol *var); 77 static struct value *const_expr (union exp_element **pc); 78 static struct value *maybe_const_expr (union exp_element **pc); 94 struct axs_value *value, struct symbol *var); 98 struct axs_value *value, 102 struct axs_value *value); 114 struct axs_value *value); 116 struct axs_value *value, struct type *type); 119 static void gen_ptradd (struct agent_expr *ax, struct axs_value *value, 121 static void gen_ptrsub (struct agent_expr *ax, struct axs_value *value, [all …]
|
| /dflybsd-src/libexec/getty/ |
| H A D | gettytab.h | 41 char *value; /* value that we find there */ member 47 long value; /* number we find there */ member 55 char value; /* true/false flag */ member 62 #define NX gettystrs[0].value 63 #define CL gettystrs[1].value 64 #define IM gettystrs[2].value 65 #define LM gettystrs[3].value 66 #define ER gettystrs[4].value 67 #define KL gettystrs[5].value 68 #define ET gettystrs[6].value [all …]
|
| /dflybsd-src/usr.bin/window/ |
| H A D | lcmd.h | 42 void (*lc_func)(struct value *, struct value *); 60 void l_alias(struct value *, struct value *); 61 void l_close(struct value *, struct value *); 62 void l_cursormodes(struct value *, struct value *); 63 void l_debug(struct value *, struct value *); 64 void l_def_nline(struct value *, struct value *); 65 void l_def_shell(struct value *, struct value *); 66 void l_def_smooth(struct value *, struct value *); 67 void l_echo(struct value *, struct value *); 68 void l_escape(struct value *, struct value *); [all …]
|
| /dflybsd-src/lib/libsdp/ |
| H A D | util.c | 317 } value; in sdp_print() local 336 SDP_GET8(value.uint8, start); in sdp_print() 337 printf("uint8 %u\n", value.uint8); in sdp_print() 340 SDP_GET16(value.uint16, start); in sdp_print() 341 printf("uint16 %u\n", value.uint16); in sdp_print() 344 SDP_GET32(value.uint32, start); in sdp_print() 345 printf("uint32 %u\n", value.uint32); in sdp_print() 348 SDP_GET64(value.uint64, start); in sdp_print() 349 printf("uint64 %ju\n", value.uint64); in sdp_print() 354 SDP_GET128(&value.int128, start); in sdp_print() [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/dce110/ |
| H A D | dce110_opp_csc_v.c | 127 uint32_t value = 0; in program_color_matrix_v() local 131 value, in program_color_matrix_v() 137 value, in program_color_matrix_v() 142 dm_write_reg(ctx, addr, value); in program_color_matrix_v() 145 uint32_t value = 0; in program_color_matrix_v() local 149 value, in program_color_matrix_v() 155 value, in program_color_matrix_v() 160 dm_write_reg(ctx, addr, value); in program_color_matrix_v() 163 uint32_t value = 0; in program_color_matrix_v() local 167 value, in program_color_matrix_v() [all …]
|
| H A D | dce110_opp_regamma_v.c | 37 uint32_t value = dm_read_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL); in power_on_lut() local 43 value, in power_on_lut() 49 value, in power_on_lut() 56 value, in power_on_lut() 62 value, in power_on_lut() 68 dm_write_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL, value); in power_on_lut() 71 value = dm_read_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL); in power_on_lut() 72 if (get_reg_field_value(value, in power_on_lut() 75 get_reg_field_value(value, in power_on_lut() 86 uint32_t value; in set_bypass_input_gamma() local [all …]
|
| H A D | dce110_timing_generator.c | 95 uint32_t value = 0; in dce110_timing_generator_is_in_vertical_blank() local 100 value = dm_read_reg(tg->ctx, addr); in dce110_timing_generator_is_in_vertical_blank() 101 field = get_reg_field_value(value, CRTC_STATUS, CRTC_V_BLANK); in dce110_timing_generator_is_in_vertical_blank() 128 uint32_t value = 0; in dce110_timing_generator_enable_crtc() local 135 value, in dce110_timing_generator_enable_crtc() 140 dm_write_reg(tg->ctx, CRTC_REG(mmCRTC_MASTER_UPDATE_MODE), value); in dce110_timing_generator_enable_crtc() 143 value = 0; in dce110_timing_generator_enable_crtc() 144 dm_write_reg(tg->ctx, CRTC_REG(mmCRTC_MASTER_UPDATE_LOCK), value); in dce110_timing_generator_enable_crtc() 157 uint32_t value = dm_read_reg(tg->ctx, addr); in dce110_timing_generator_program_blank_color() local 160 value, in dce110_timing_generator_program_blank_color() [all …]
|
| H A D | dce110_mem_input_v.c | 44 uint32_t value = 0; in set_flip_control() local 46 value = dm_read_reg( in set_flip_control() 50 set_reg_field_value(value, 1, in set_flip_control() 57 value); in set_flip_control() 65 uint32_t value = 0; in program_pri_addr_c() local 71 set_reg_field_value(value, temp, in program_pri_addr_c() 78 value); in program_pri_addr_c() 81 value = 0; in program_pri_addr_c() 85 set_reg_field_value(value, temp, in program_pri_addr_c() 92 value); in program_pri_addr_c() [all …]
|
| H A D | dce110_timing_generator_v.c | 60 uint32_t value; in dce110_timing_generator_v_enable_crtc() local 62 value = 0; in dce110_timing_generator_v_enable_crtc() 63 set_reg_field_value(value, 0, in dce110_timing_generator_v_enable_crtc() 66 mmCRTCV_MASTER_UPDATE_MODE, value); in dce110_timing_generator_v_enable_crtc() 69 value = 0; in dce110_timing_generator_v_enable_crtc() 70 dm_write_reg(tg->ctx, mmCRTCV_MASTER_UPDATE_MODE, value); in dce110_timing_generator_v_enable_crtc() 72 value = 0; in dce110_timing_generator_v_enable_crtc() 73 set_reg_field_value(value, 1, in dce110_timing_generator_v_enable_crtc() 76 mmCRTCV_MASTER_EN, value); in dce110_timing_generator_v_enable_crtc() 83 uint32_t value; in dce110_timing_generator_v_disable_crtc() local [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/include/ |
| H A D | fixed31_32.h | 58 long long value; member 97 res.value = (long long) arg << FIXED31_32_BITS_PER_FRACTIONAL_PART; in dc_fixpt_from_int() 115 res.value = -arg.value; in dc_fixpt_neg() 126 if (arg.value < 0) in dc_fixpt_abs() 143 return arg1.value < arg2.value; in dc_fixpt_lt() 152 return arg1.value <= arg2.value; in dc_fixpt_le() 161 return arg1.value == arg2.value; in dc_fixpt_eq() 170 if (arg1.value <= arg2.value) in dc_fixpt_min() 182 if (arg1.value <= arg2.value) in dc_fixpt_max() 218 ASSERT(((arg.value >= 0) && (arg.value <= LLONG_MAX >> shift)) || in dc_fixpt_shl() [all …]
|
| /dflybsd-src/contrib/tcp_wrappers/ |
| H A D | options.c | 134 char *value; local 148 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) { 149 if (*value != '=') { 150 *value++ = 0; 151 value += strspn(value, whitespace); 153 if (*value == '=') { 154 *value++ = 0; 155 value += strspn(value, whitespace); 158 if (*value == 0) 159 value = 0; [all …]
|
| /dflybsd-src/lib/libhammer/ |
| H A D | stats.c | 43 dosysctl(const char *sname, int64_t *value) in dosysctl() argument 48 len = sizeof(*value); in dosysctl() 49 error = sysctlbyname(sname, value, &len, NULL, 0); in dosysctl() 55 libhammer_stats_redo(int64_t *value) in libhammer_stats_redo() argument 57 return (dosysctl("vfs.hammer.stats_redo", value)); in libhammer_stats_redo() 61 libhammer_stats_undo(int64_t *value) in libhammer_stats_undo() argument 63 return (dosysctl("vfs.hammer.stats_undo", value)); in libhammer_stats_undo() 67 libhammer_stats_commits(int64_t *value) in libhammer_stats_commits() argument 69 return (dosysctl("vfs.hammer.stats_commits", value)); in libhammer_stats_commits() 73 libhammer_stats_inode_flushes(int64_t *value) in libhammer_stats_inode_flushes() argument [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/dce/ |
| H A D | dce_scl_filters.c | 1017 if (ratio.value < dc_fixpt_one.value) in get_filter_3tap_16p() 1019 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value) in get_filter_3tap_16p() 1021 else if (ratio.value < dc_fixpt_from_fraction(5, 3).value) in get_filter_3tap_16p() 1029 if (ratio.value < dc_fixpt_one.value) in get_filter_3tap_64p() 1031 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value) in get_filter_3tap_64p() 1033 else if (ratio.value < dc_fixpt_from_fraction(5, 3).value) in get_filter_3tap_64p() 1041 if (ratio.value < dc_fixpt_one.value) in get_filter_4tap_16p() 1043 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value) in get_filter_4tap_16p() 1045 else if (ratio.value < dc_fixpt_from_fraction(5, 3).value) in get_filter_4tap_16p() 1053 if (ratio.value < dc_fixpt_one.value) in get_filter_4tap_64p() [all …]
|
| H A D | dce_audio.c | 52 #define AZ_REG_WRITE(reg_name, value) \ argument 53 write_indirect_azalia_reg(audio, IX_REG(reg_name), value) 77 uint32_t value = 0; in read_indirect_azalia_reg() local 84 value = REG_READ(AZALIA_F0_CODEC_ENDPOINT_DATA); in read_indirect_azalia_reg() 87 reg_index, value); in read_indirect_azalia_reg() 89 return value; in read_indirect_azalia_reg() 295 uint32_t value = 0; in set_high_bit_rate_capable() local 298 value = AZ_REG_READ(AZALIA_F0_CODEC_PIN_CONTROL_RESPONSE_HBR); in set_high_bit_rate_capable() 300 set_reg_field_value(value, capable, in set_high_bit_rate_capable() 304 AZ_REG_WRITE(AZALIA_F0_CODEC_PIN_CONTROL_RESPONSE_HBR, value); in set_high_bit_rate_capable() [all …]
|
| /dflybsd-src/crypto/libressl/crypto/asn1/ |
| H A D | a_utf8.c | 82 unsigned long value; in UTF8_getc() local 90 value = *p++ & 0x7f; in UTF8_getc() 99 value = (*p++ & 0x1f) << 6; in UTF8_getc() 100 value |= *p++ & 0x3f; in UTF8_getc() 101 if (value < 0x80) in UTF8_getc() 110 value = (*p++ & 0xf) << 12; in UTF8_getc() 111 value |= (*p++ & 0x3f) << 6; in UTF8_getc() 112 value |= *p++ & 0x3f; in UTF8_getc() 113 if (value < 0x800) in UTF8_getc() 116 if (value >= 0xd800 && value < 0xe000) in UTF8_getc() [all …]
|
| H A D | a_mbstr.c | 69 int (*rfunc)(unsigned long value, void *in), void *arg); 70 static int in_utf8(unsigned long value, void *arg); 71 static int out_utf8(unsigned long value, void *arg); 72 static int type_str(unsigned long value, void *arg); 73 static int cpy_asc(unsigned long value, void *arg); 74 static int cpy_bmp(unsigned long value, void *arg); 75 static int cpy_univ(unsigned long value, void *arg); 76 static int cpy_utf8(unsigned long value, void *arg); 77 static int is_printable(unsigned long value); 265 int (*rfunc)(unsigned long value, void *in), void *arg) in traverse_string() argument [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce80/ |
| H A D | i2c_hw_engine_dce80.c | 98 uint32_t value = 0; in disable_i2c_hw_engine() local 104 value = dm_read_reg(ctx, addr); in disable_i2c_hw_engine() 107 value, in disable_i2c_hw_engine() 112 dm_write_reg(ctx, addr, value); in disable_i2c_hw_engine() 122 uint32_t value = 0; in release_engine() local 132 value = dm_read_reg(engine->ctx, mmDC_I2C_ARBITRATION); in release_engine() 135 value, in release_engine() 140 dm_write_reg(engine->ctx, mmDC_I2C_ARBITRATION, value); in release_engine() 147 value = dm_read_reg(engine->ctx, mmDC_I2C_SW_STATUS); in release_engine() 150 value, in release_engine() [all …]
|
| /dflybsd-src/games/battlestar/ |
| H A D | command4.c | 38 int firstnumber, heavy, bulky, value; in take() local 50 value = wordvalue[wordnumber]; in take() 51 printf("%s:\n", objsht[value]); in take() 52 heavy = (carrying + objwt[value]) <= WEIGHT; in take() 53 bulky = (encumber + objcumber[value]) <= CUMBER; in take() 54 if ((testbit(from, value) || wiz || tempwiz) && in take() 55 heavy && bulky && !testbit(inven, value)) { in take() 56 setbit(inven, value); in take() 57 carrying += objwt[value]; in take() 58 encumber += objcumber[value]; in take() [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/inc/ |
| H A D | bw_fixed.h | 33 int64_t value; member 45 return (arg1.value <= arg2.value) ? arg1 : arg2; in bw_min2() 51 return (arg2.value <= arg1.value) ? arg1 : arg2; in bw_max2() 68 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value); 69 static inline struct bw_fixed bw_int_to_fixed(int64_t value) in bw_int_to_fixed() argument 71 if (__builtin_constant_p(value)) { in bw_int_to_fixed() 73 BUILD_BUG_ON(value > BW_FIXED_MAX_I32 || value < BW_FIXED_MIN_I32); in bw_int_to_fixed() 74 res.value = value << BW_FIXED_BITS_PER_FRACTIONAL_PART; in bw_int_to_fixed() 77 return bw_int_to_fixed_nonconst(value); in bw_int_to_fixed() 80 static inline int32_t bw_fixed_to_int(struct bw_fixed value) in bw_fixed_to_int() argument [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/include/ |
| H A D | acbuffer.h | 274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument 277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument 280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument 283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument 286 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument 291 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) … argument 294 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) … argument 299 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument 302 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument 305 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument [all …]
|
| /dflybsd-src/contrib/binutils-2.34/elfcpp/ |
| H A D | dwarf.h | 43 #define DW_FIRST_TAG(name, value) enum DW_TAG { \ argument 44 name = value 45 #define DW_TAG(name, value) , name = value argument 46 #define DW_TAG_DUP(name, value) , name = value argument 49 #define DW_FIRST_FORM(name, value) enum DW_FORM { \ argument 50 name = value 51 #define DW_FORM(name, value) , name = value argument 54 #define DW_FIRST_AT(name, value) enum DW_AT { \ argument 55 name = value 56 #define DW_AT(name, value) , name = value argument [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/calcs/ |
| H A D | bw_fixed.c | 49 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value) in bw_int_to_fixed_nonconst() argument 52 ASSERT(value < BW_FIXED_MAX_I32 && value > BW_FIXED_MIN_I32); in bw_int_to_fixed_nonconst() 53 res.value = value << BW_FIXED_BITS_PER_FRACTIONAL_PART; in bw_int_to_fixed_nonconst() 105 res.value = (int64_t)(res_value); in bw_frc_to_fixed() 108 res.value = -res.value; in bw_frc_to_fixed() 119 multiplicand = div64_s64(arg.value, abs_i64(significance.value)); in bw_floor2() 120 result.value = abs_i64(significance.value) * multiplicand; in bw_floor2() 121 ASSERT(abs_i64(result.value) <= abs_i64(arg.value)); in bw_floor2() 132 multiplicand = div64_s64(arg.value, abs_i64(significance.value)); in bw_ceil2() 133 result.value = abs_i64(significance.value) * multiplicand; in bw_ceil2() [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/basics/ |
| H A D | fixpt31_32.c | 111 res.value = (long long)res_value; in dc_fixpt_from_fraction() 114 res.value = -res.value; in dc_fixpt_from_fraction() 123 bool arg1_negative = arg1.value < 0; in dc_fixpt_mul() 124 bool arg2_negative = arg2.value < 0; in dc_fixpt_mul() 126 unsigned long long arg1_value = arg1_negative ? -arg1.value : arg1.value; in dc_fixpt_mul() 127 unsigned long long arg2_value = arg2_negative ? -arg2.value : arg2.value; in dc_fixpt_mul() 137 res.value = arg1_int * arg2_int; in dc_fixpt_mul() 139 ASSERT(res.value <= LONG_MAX); in dc_fixpt_mul() 141 res.value <<= FIXED31_32_BITS_PER_FRACTIONAL_PART; in dc_fixpt_mul() 145 ASSERT(tmp <= (unsigned long long)(LLONG_MAX - res.value)); in dc_fixpt_mul() [all …]
|