Home
last modified time | relevance | path

Searched refs:value (Results 176 – 200 of 2778) sorted by relevance

12345678910>>...112

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-profile.c243 tree val = value->hvalue.value; in prepare_instrumented_value()
258 gimple stmt = value->hvalue.stmt; in gimple_gen_interval_profiler()
264 value->hdata.intvl.int_start); in gimple_gen_interval_profiler()
266 value->hdata.intvl.steps); in gimple_gen_interval_profiler()
271 val = prepare_instrumented_value (&gsi, value); in gimple_gen_interval_profiler()
285 gimple stmt = value->hvalue.stmt; in gimple_gen_pow2_profiler()
306 gimple stmt = value->hvalue.stmt; in gimple_gen_one_value_profiler()
332 gimple stmt = value->hvalue.stmt; in gimple_gen_ic_profiler()
348 stmt2 = gimple_build_assign (tmp1, unshare_expr (value->hvalue.value)); in gimple_gen_ic_profiler()
430 gimple stmt = value->hvalue.stmt; in gimple_gen_average_profiler()
[all …]
H A Dc-typeck.c7451 r->value = value; in add_pending_init()
8236 value.value = TREE_OPERAND (value.value, 0); in process_init_element()
8238 value.value = c_save_expr (value.value); in process_init_element()
8241 value.value); in process_init_element()
8292 if (value.value) in process_init_element()
8361 && !(value.value && (integer_zerop (value.value) in process_init_element()
8384 if (value.value) in process_init_element()
8436 if (value.value) in process_init_element()
8450 if (!value.value) in process_init_element()
8470 if (value.value) in process_init_element()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Drtl-chkp.c215 chkp_emit_bounds_store (rtx bounds, rtx value, rtx mem) in chkp_emit_bounds_store() argument
223 if (REG_P (value)) in chkp_emit_bounds_store()
224 ptr = value; in chkp_emit_bounds_store()
227 rtx slot = adjust_address (value, Pmode, 0); in chkp_emit_bounds_store()
243 gcc_assert (GET_CODE (value) == PARALLEL || MEM_P (value) || REG_P (value)); in chkp_emit_bounds_store()
252 if (GET_CODE (value) == PARALLEL) in chkp_emit_bounds_store()
253 ptr = chkp_get_value_with_offs (value, offs); in chkp_emit_bounds_store()
254 else if (MEM_P (value)) in chkp_emit_bounds_store()
256 rtx tmp = adjust_address (value, Pmode, INTVAL (offs)); in chkp_emit_bounds_store()
261 ptr = gen_rtx_SUBREG (Pmode, value, INTVAL (offs)); in chkp_emit_bounds_store()
[all …]
H A Ddwarf2asm.c74 bytes[i] = value & 0xff; in dw2_asm_output_data_raw()
75 value >>= 8; in dw2_asm_output_data_raw()
386 value >>= 7; in size_of_uleb128()
389 while (value != 0); in size_of_uleb128()
403 byte = (value & 0x7f); in size_of_sleb128()
404 value >>= 7; in size_of_sleb128()
606 value >>= 7; in dw2_asm_output_data_uleb128_raw()
607 if (value != 0) in dw2_asm_output_data_uleb128_raw()
612 if (value == 0) in dw2_asm_output_data_uleb128_raw()
691 byte = (value & 0x7f); in dw2_asm_output_data_sleb128_raw()
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dpkcs12.c273 .value = CACERTS,
321 .value = CLCERTS,
355 .value = INFO,
369 .value = KEY_EX,
430 .value = 1,
437 .value = NOKEYS,
444 .value = -1,
451 .value = 1,
458 .value = 0,
1033 char *value; in print_attribute() local
[all …]
H A Drsa.c176 .value = 1,
177 .opt.value = &rsa_config.pubin,
183 .value = 1,
184 .opt.value = &rsa_config.pubout,
189 .value = 0,
195 .value = 2,
201 .value = 1,
207 .value = 2,
208 .opt.value = &rsa_config.pubin,
213 .value = 2,
[all …]
/dragonfly/games/battlestar/
H A Dcommand2.c38 int firstnumber, value; in wearit() local
45 if (value >= 0 && objsht[value] == NULL) in wearit()
47 switch (value) { in wearit()
55 A_OR_AN_OR_BLANK(value), objsht[value]); in wearit()
77 if (testbit(inven, value)) { in wearit()
78 clearbit(inven, value); in wearit()
79 setbit(wear, value); in wearit()
80 carrying -= objwt[value]; in wearit()
84 A_OR_AN_OR_THE(value), objsht[value]); in wearit()
88 objsht[value]); in wearit()
[all …]
/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_mod.c101 char *value; member
153 ret = module_run(cnf, vl->name, vl->value, flags); in CONF_modules_load()
210 md = module_load_dso(cnf, name, value, flags); in module_run()
220 ret = module_init(md, name, value, cnf); in module_run()
227 name, value, ret); in module_run()
246 path = NCONF_get_string(cnf, value, "path"); in module_load_dso()
352 imod->value = value ? strdup(value) : NULL; in module_init()
355 if (!imod->name || !imod->value) in module_init()
392 free(imod->value); in module_init()
462 free(imod->value); in module_finish()
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c57 int value = -1; in _nc_vdisable() local
59 value = _POSIX_VDISABLE; in _nc_vdisable()
62 if (value == -1) { in _nc_vdisable()
63 value = (int) fpathconf(0, _PC_VDISABLE); in _nc_vdisable()
64 if (value == -1) { in _nc_vdisable()
65 value = 0377; in _nc_vdisable()
69 if (value == -1) in _nc_vdisable()
70 value = VDISABLE; in _nc_vdisable()
72 return value; in _nc_vdisable()
/dragonfly/usr.sbin/installer/libinstaller/
H A Dconfed.c110 config_var_set(struct config_vars *cvs, const char *name, const char *value) in config_var_set() argument
114 value, strlen(value) + 1); in config_var_set()
177 char *filename, *tmp_filename, line[1024], *value; in config_vars_read() local
231 for (value = line; *value != '=' && *value != '\0'; value++) in config_vars_read()
233 if (*value == '\0') in config_vars_read()
235 *value = '\0'; in config_vars_read()
236 value++; in config_vars_read()
237 config_var_set(cvs, line, value); in config_vars_read()
/dragonfly/sys/dev/drm/include/asm/
H A Dio.h61 writeb(u8 value, volatile void __iomem *addr) in writeb() argument
63 *(volatile uint8_t *)addr = value; in writeb()
68 writew(u16 value, volatile void __iomem *addr) in writew() argument
70 *(volatile uint16_t *)addr = value; in writew()
75 writel(u32 value, volatile void __iomem *addr) in writel() argument
77 *(volatile uint32_t *)addr = value; in writel()
84 writeq(u64 value, volatile void __iomem *addr) in writeq() argument
86 *(volatile uint64_t *)addr = value; in writeq()
164 outb(u8 value, u_int port) in outb() argument
166 outbv(port, value); in outb()
/dragonfly/usr.bin/getconf/
H A Dgetconf.c163 long value; in do_sysconf() local
166 value = sysconf(key); in do_sysconf()
167 if (value == -1 && errno != 0) in do_sysconf()
169 else if (value == -1) in do_sysconf()
172 printf("%ld\n", value); in do_sysconf()
178 long value; in do_pathconf() local
181 value = pathconf(path, key); in do_pathconf()
182 if (value == -1 && errno != 0) in do_pathconf()
184 else if (value == -1) in do_pathconf()
187 printf("%ld\n", value); in do_pathconf()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry_xattr.c80 free(entry->xattr_head->value); in archive_entry_xattr_clear()
90 const char *name, const void *value, size_t size) in archive_entry_xattr_add_entry() argument
100 if ((xp->value = malloc(size)) != NULL) { in archive_entry_xattr_add_entry()
101 memcpy(xp->value, value, size); in archive_entry_xattr_add_entry()
136 const char **name, const void **value, size_t *size) in archive_entry_xattr_next() argument
140 *value = entry->xattr_p->value; in archive_entry_xattr_next()
148 *value = NULL; in archive_entry_xattr_next()
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
H A Dsem.c39 void gomp_sem_init (gomp_sem_t *sem, int value) in gomp_sem_init() argument
51 sem->value = value; in gomp_sem_init()
62 if (sem->value > 0) in gomp_sem_wait()
64 sem->value--; in gomp_sem_wait()
69 while (sem->value <= 0) in gomp_sem_wait()
79 sem->value--; in gomp_sem_wait()
92 sem->value++; in gomp_sem_post()
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
H A Dsem.c38 void gomp_sem_init (gomp_sem_t *sem, int value) in gomp_sem_init() argument
50 sem->value = value; in gomp_sem_init()
61 if (sem->value > 0) in gomp_sem_wait()
63 sem->value--; in gomp_sem_wait()
68 while (sem->value <= 0) in gomp_sem_wait()
78 sem->value--; in gomp_sem_wait()
91 sem->value++; in gomp_sem_post()
/dragonfly/sys/bus/u4b/serial/
H A Duvscom.c539 uint16_t value; in uvscom_cfg_param() local
545 value = UVSCOM_SPEED_150BPS; in uvscom_cfg_param()
548 value = UVSCOM_SPEED_300BPS; in uvscom_cfg_param()
551 value = UVSCOM_SPEED_600BPS; in uvscom_cfg_param()
583 value = 0; in uvscom_cfg_param()
586 value |= UVSCOM_STOP_BIT_2; in uvscom_cfg_param()
600 value |= UVSCOM_DATA_BIT_5; in uvscom_cfg_param()
603 value |= UVSCOM_DATA_BIT_6; in uvscom_cfg_param()
606 value |= UVSCOM_DATA_BIT_7; in uvscom_cfg_param()
610 value |= UVSCOM_DATA_BIT_8; in uvscom_cfg_param()
[all …]
/dragonfly/sys/cpu/x86_64/include/
H A Dbus_dma.h387 outb(bsh + offset, value); in bus_space_write_1()
398 outw(bsh + offset, value); in bus_space_write_2()
409 outl(bsh + offset, value); in bus_space_write_4()
627 u_int8_t value, size_t count);
631 u_int16_t value, size_t count);
645 outb(addr, value); in bus_space_set_multi_1()
659 outw(addr, value); in bus_space_set_multi_2()
673 outl(addr, value); in bus_space_set_multi_4()
709 outb(addr, value); in bus_space_set_region_1()
723 outw(addr, value); in bus_space_set_region_2()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c175 &(value[i]))) in _wpa_dbus_add_dict_entry_byte_array()
200 if (!value) in wpa_dbus_dict_append_string()
203 &value); in wpa_dbus_dict_append_string()
240 &value); in wpa_dbus_dict_append_int16()
259 &value); in wpa_dbus_dict_append_uint16()
278 &value); in wpa_dbus_dict_append_int32()
297 &value); in wpa_dbus_dict_append_uint32()
315 if (!value) in wpa_dbus_dict_append_object_path()
437 const u8 *value, in wpa_dbus_dict_bin_array_add_element() argument
452 &(value[i]))) in wpa_dbus_dict_bin_array_add_element()
[all …]
/dragonfly/usr.sbin/config/
H A Dmkoptions.c111 char *value; in do_option() local
121 value = NULL; in do_option()
124 oldvalue = value; in do_option()
125 value = op->op_value; in do_option()
126 if (value == NULL) in do_option()
127 value = strdup("1"); in do_option()
132 value); in do_option()
144 if (value) { in do_option()
179 invalue = value; in do_option()
209 (value && oldvalue && strcmp(value, oldvalue) == 0))) { in do_option()
[all …]
/dragonfly/crypto/libressl/crypto/bytestring/
H A Dbs_cbb.c384 CBB_add_u8(CBB *cbb, size_t value) in CBB_add_u8() argument
386 if (value > UINT8_MAX) in CBB_add_u8()
393 CBB_add_u16(CBB *cbb, size_t value) in CBB_add_u16() argument
395 if (value > UINT16_MAX) in CBB_add_u16()
402 CBB_add_u24(CBB *cbb, size_t value) in CBB_add_u24() argument
404 if (value > 0xffffffUL) in CBB_add_u24()
411 CBB_add_u32(CBB *cbb, size_t value) in CBB_add_u32() argument
413 if (value > 0xffffffffUL) in CBB_add_u32()
420 CBB_add_u64(CBB *cbb, uint64_t value) in CBB_add_u64() argument
424 a = value >> 32; in CBB_add_u64()
[all …]
/dragonfly/crypto/libressl/ssl/
H A Dbs_cbb.c384 CBB_add_u8(CBB *cbb, size_t value) in CBB_add_u8() argument
386 if (value > UINT8_MAX) in CBB_add_u8()
393 CBB_add_u16(CBB *cbb, size_t value) in CBB_add_u16() argument
395 if (value > UINT16_MAX) in CBB_add_u16()
402 CBB_add_u24(CBB *cbb, size_t value) in CBB_add_u24() argument
404 if (value > 0xffffffUL) in CBB_add_u24()
411 CBB_add_u32(CBB *cbb, size_t value) in CBB_add_u32() argument
413 if (value > 0xffffffffUL) in CBB_add_u32()
420 CBB_add_u64(CBB *cbb, uint64_t value) in CBB_add_u64() argument
424 a = value >> 32; in CBB_add_u64()
[all …]
/dragonfly/share/examples/ppp/
H A Dlogin-auth44 puts [.p.value get];
53 text .l.value -width $vwidth -height 1;
54 .l.value insert 1.0 $argv;
55 pack .l.value -side right;
56 .l.value configure -state disabled;
64 entry .p.value -show "*" -width $vwidth;
65 pack .p.value -side right;
66 bind .p.value <Return> {done};
67 focus .p.value;
/dragonfly/usr.sbin/makefs/
H A Dmtree.c482 char *name, *p, *value; in read_mtree_keywords() local
505 if (value != NULL) in read_mtree_keywords()
506 *value++ = '\0'; in read_mtree_keywords()
523 if (value == NULL) { in read_mtree_keywords()
533 if (value == NULL) { in read_mtree_keywords()
550 if (value == NULL) { in read_mtree_keywords()
559 if (value == NULL) { in read_mtree_keywords()
572 if (value == NULL) { in read_mtree_keywords()
590 if (value == NULL) { in read_mtree_keywords()
594 if (value[0] >= '0' && value[0] <= '9') { in read_mtree_keywords()
[all …]
/dragonfly/stand/lib/
H A Denvironment.c68 env_setenv(const char *name, int flags, const void *value, in env_setenv() argument
79 return(ev->ev_sethook(ev, flags, value)); in env_setenv()
128 ev->ev_value = strdup(value); in env_setenv()
130 ev->ev_value = (char *)value; in env_setenv()
154 setenv(const char *name, const char *value, int overwrite) in setenv() argument
158 return(env_setenv(name, EV_VOLATILE, value, NULL, NULL)); in setenv()
165 char *value, *copy; in putenv() local
169 if ((value = strchr(copy, '=')) != NULL) in putenv()
170 *(value++) = 0; in putenv()
171 result = setenv(copy, value, 1); in putenv()
[all …]
/dragonfly/usr.bin/tip/
H A Dtip.c373 if (boolean(value(SCRIPT))) { in tipin()
387 boolean(value(RAISE)) = !boolean(value(RAISE)); in tipin()
392 if (boolean(value(HALFDUPLEX))) in tipin()
401 bol = any(gch, value(EOL)); in tipin()
402 if (boolean(value(RAISE)) && islower(gch)) in tipin()
405 if (boolean(value(HALFDUPLEX))) in tipin()
421 char c = character(value(ESCAPE)); in escape()
534 if (boolean(value(TAND))) in ttysetup()
598 if (value(PARITY) == NULL) in setparity()
599 value(PARITY) = defparity; in setparity()
[all …]

12345678910>>...112