Searched refs:val (Results 201 - 225 of 3137) sorted by relevance

1234567891011>>

/openbsd-current/regress/lib/libm/fpaccuracy/
H A Dj0.c30 static struct input_point { double arg_m, val, eps; member in struct:input_point
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Ddvo_tfp410.c268 u8 val, val2; local
270 tfp410_readb(dvo, TFP410_REV, &val);
271 DRM_DEBUG_KMS("TFP410_REV: 0x%02X\n", val);
272 tfp410_readb(dvo, TFP410_CTL_1, &val);
273 DRM_DEBUG_KMS("TFP410_CTL1: 0x%02X\n", val);
274 tfp410_readb(dvo, TFP410_CTL_2, &val);
275 DRM_DEBUG_KMS("TFP410_CTL2: 0x%02X\n", val);
276 tfp410_readb(dvo, TFP410_CTL_3, &val);
277 DRM_DEBUG_KMS("TFP410_CTL3: 0x%02X\n", val);
278 tfp410_readb(dvo, TFP410_USERCFG, &val);
[all...]
H A Dvlv_dsi_pll_regs.h36 #define BXT_MIPI_TX_ESCLK_DIVIDER(port, val) \
37 (((val) & 0x3F) << BXT_MIPI_TX_ESCLK_SHIFT(port))
49 #define BXT_MIPI_RX_ESCLK_UPPER_DIVIDER(port, val) \
50 (((val) & 3) << BXT_MIPI_RX_ESCLK_UPPER_SHIFT(port))
62 #define BXT_MIPI_8X_BY3_DIVIDER(port, val) \
63 (((val) & 3) << BXT_MIPI_8X_BY3_SHIFT(port))
75 #define BXT_MIPI_RX_ESCLK_LOWER_DIVIDER(port, val) \
76 (((val) & 3) << BXT_MIPI_RX_ESCLK_LOWER_SHIFT(port))
/openbsd-current/sys/ddb/
H A Ddb_sym.h77 #define db_find_sym_and_offset(val,namep,offp) \
78 db_symbol_values(db_search_symbol(val,DB_STGY_ANY,offp),namep,NULL)
79 /* find name&value given approx val */
81 #define db_find_xtrn_sym_and_offset(val,namep,offp) \
82 db_symbol_values(db_search_symbol(val,DB_STGY_XTRN,offp),namep,NULL)
/openbsd-current/lib/libc/yp/
H A Dyp_all.c49 char *key, *val; local
63 status = out.ypresp_all_u.val.stat;
65 size = out.ypresp_all_u.val.key.keydat_len;
70 (void)memcpy(key, out.ypresp_all_u.val.key.keydat_val,
74 size = out.ypresp_all_u.val.val.valdat_len;
75 if ((val = malloc(size + 1)) == NULL) {
80 (void)memcpy(val, out.ypresp_all_u.val.val
[all...]
/openbsd-current/regress/lib/libedit/keymacro/
H A Dtest_get.c72 keymacro_value_t val; local
85 irc = keymacro_get(&el, &ch, &val);
88 if (val.cmd != VI_ADD)
89 errx(1, "ad %u != VI_ADD", val.cmd);
95 irc = keymacro_get(&el, &ch, &val);
98 if (wcscmp(val.str, L"repl") != 0)
99 errx(1, "al %ls != repl", val.str);
105 irc = keymacro_get(&el, &ch, &val);
108 if (val.str != NULL)
109 errx(1, "ix %ls != NULL", val
[all...]
/openbsd-current/bin/ksh/
H A Dc_ulimit.c137 rlim_t val = 0; local
141 val = RLIM_INFINITY;
157 val = (rlim_t)rval * l->factor;
162 limit.rlim_cur = val;
164 limit.rlim_max = val;
179 rlim_t val = 0; local
184 val = limit.rlim_cur;
186 val = limit.rlim_max;
187 if (val == RLIM_INFINITY)
190 val /
[all...]
/openbsd-current/sys/arch/armv7/omap/
H A Domusbtll.c139 uint32_t val; local
144 val = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
146 val &= ~(USBTLL_CHANNEL_CONF_ULPINOBITSTUFF |
150 USBTLL_CHANNEL_CONF_(i), val);
153 val = bus_space_read_4(sc->sc_iot, sc->sc_ioh, USBTLL_SHARED_CONF);
154 val |= (USBTLL_SHARED_CONF_USB_180D_SDR_EN |
157 val &= ~(USBTLL_SHARED_CONF_USB_90D_DDR_EN);
158 bus_space_write_4(sc->sc_iot, sc->sc_ioh, USBTLL_SHARED_CONF, val);
162 val = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
165 val |
[all...]
/openbsd-current/gnu/gcc/libgomp/config/linux/
H A Dmutex.h54 int val = __sync_lock_test_and_set (mutex, 0); local
55 if (__builtin_expect (val > 1, 0))
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dstab-syms.c52 #define __define_name(val, str) case val: return str;
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dd30v-dis.c185 int val, opnum, need_comma = 0; local
195 val =
199 (*info->fprintf_func) (info->stream, "%s", d30v_cc_names[val]);
262 val = extract_value (num, oper, is_long);
276 val |= OPERAND_CONTROL;
280 val = OPERAND_CONTROL + MAX_CONTROL_REG + id;
283 val |= OPERAND_FLAG;
290 val |= OPERAND_ACC;
292 val |= OPERAND_FLAG;
295 if (val
384 int val; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dstab-syms.c52 #define __define_name(val, str) case val: return str;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dlists.c67 alloc_INSN_LIST (val, next)
68 rtx val, next;
76 XEXP (r, 0) = val;
81 r = gen_rtx_INSN_LIST (VOIDmode, val, next);
90 alloc_EXPR_LIST (kind, val, next)
92 rtx val, next;
100 XEXP (r, 0) = val;
105 r = gen_rtx_EXPR_LIST (kind, val, next);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000224-1.c18 unsigned long val: 32; member in struct:Lisp_Object::__anon6805
35 val: ((unsigned long )d)
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd30v-dis.c92 int val; local
100 val = ((num & 0x3FFFF)
104 val = (num >> (32 + shift)) & mask;
107 val = (num >> shift) & mask;
110 val <<= 3;
112 return val;
123 int val, opnum, need_comma = 0; local
133 val =
137 (*info->fprintf_func) (info->stream, "%s", d30v_cc_names[val]);
201 val
[all...]
/openbsd-current/usr.sbin/npppd/l2tp/
H A Dl2tp_subr.h68 avp_set_val16(struct l2tp_avp *avp, uint16_t val) argument
70 avp->attr_value[0] = val >> 8;
71 avp->attr_value[1] = val & 0xff;
75 avp_set_val32(struct l2tp_avp *avp, uint32_t val) argument
77 avp->attr_value[0] = val >> 24;
78 avp->attr_value[1] = val >> 16;
79 avp->attr_value[2] = val >> 8;
80 avp->attr_value[3] = val & 0xff;
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Diopoll.h6 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \
18 (val) = (op)(addr); \
/openbsd-current/usr.bin/libtool/LT/
H A DTrace.pm24 sub print :prototype(&)($val)
32 print $trace_file (&$val());
/openbsd-current/usr.sbin/smtpd/
H A Dmakemap.c250 char *key, *val, *line = NULL; local
275 &key, &val, &malformed) != -1) {
289 r = add_mapentry(db, dbputs, key, val, lineno);
312 DBT val; local
319 if (db->get(db, &key, &val, 0) == 0) {
325 if (!make_plain(&val, valp))
329 if (!make_aliases(&val, valp))
333 if (db->put(db, &key, &val, 0) == -1) {
340 free(val.data);
353 DBT val; local
378 make_plain(DBT *val, char *text) argument
387 make_aliases(DBT *val, char *text) argument
445 DBT key, val; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dpc-fp.exp64 set val $expect_out(1,string)
65 pass "get value of ${exp} ($val)"
68 set val ${default}
72 return ${val}
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m88k.c46 unsigned val; member in struct:field_val_assoc
518 unsigned val;
555 param = get_reg (param, &val, reg_prefix);
557 opcode |= val << 21;
561 param = get_o6 (param, &val);
562 opcode |= ((val >> 2) << 7);
570 param = get_reg (param, &val, reg_prefix);
572 opcode |= val << 16;
576 param = get_reg (param, &val, reg_prefix);
578 opcode |= val;
516 unsigned val; local
718 unsigned int val; local
816 unsigned int val; local
855 unsigned int val; local
1094 unsigned val; local
1116 unsigned val; local
1143 unsigned int val = 0; local
1345 long val = * (long *) valP; local
1526 valueT val = * (valueT *) valP; local
[all...]
/openbsd-current/sys/dev/pci/
H A Dpciide_acer_reg.h70 #define ACER_FTH_VAL(chan, drv, val) \
71 (((val) & 0x3) << ((drv) * 4 + (chan) * 8))
72 #define ACER_FTH_OPL(chan, drv, val) \
73 (((val) & 0x3) << (2 + (drv) * 4 + (chan) * 8))
76 #define ACER_UDMA_TIM(chan, drv, val) \
77 (((val) & 0x7) << (16 + (drv) * 4 + (chan) * 8))
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DStringLexer.cpp22 auto val = Peek(); local
23 if (val == c) {
32 auto val = Peek(); local
34 if (val == c) {
59 auto val = Peek(); local
61 return val;
/openbsd-current/sys/dev/fdt/
H A Dqcpmicgpio.c151 int val; local
157 val = GPIO_PIN_MODE_DIR_DIGITAL_OUT;
159 val = GPIO_PIN_MODE_DIR_DIGITAL_IN;
162 qcpmicgpio_write(sc, GPIO_PIN_OFF(pin) + GPIO_PIN_MODE, val);
166 reg |= val << GPIO_PIN_MODE_DIR_SHIFT;
178 int val = 0; local
195 val = !!(reg & GPIO_PIN_STATUS_ON);
202 val = !!(reg & GPIO_PIN_LVMV_DOUT_CTL_INVERT);
206 val = !!(reg & GPIO_PIN_MODE_VALUE);
211 val
216 qcpmicgpio_set_pin(void *cookie, uint32_t *cells, int val) argument
249 uint8_t val = 0; local
261 qcpmicgpio_write(struct qcpmicgpio_softc *sc, uint16_t reg, uint8_t val) argument
[all...]
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DARM.cpp44 uint64_t val) const override;
426 static uint32_t rotr32(uint32_t val, uint32_t amt) { argument
428 return (val >> amt) | (val << ((32 - amt) & 31));
432 uint32_t val) {
435 lz = llvm::countLeadingZeros(val) & ~1;
436 rem = val;
439 val &= 0xffffff >> lz;
444 static void encodeAluGroup(uint8_t *loc, const Relocation &rel, uint64_t val, argument
450 if (val >> 6
431 getRemAndLZForGroup(unsigned group, uint32_t val) argument
467 encodeLdrGroup(uint8_t *loc, const Relocation &rel, uint64_t val, int group) argument
485 encodeLdrsGroup(uint8_t *loc, const Relocation &rel, uint64_t val, int group) argument
834 uint64_t val = read32le(buf) & 0x000f0fff; local
861 uint32_t val = rotr32(instr & 0xff, ((instr & 0xf00) >> 8) * 2); local
[all...]

Completed in 319 milliseconds

1234567891011>>