Searched refs:val (Results 276 - 300 of 3137) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.mli63 val of_string : string -> t
67 val as_string : t -> string
72 val byte_order : t -> Endian.t
76 val pointer_size : t -> int
80 val intptr_type : Llvm.llcontext -> t -> Llvm.lltype
84 val qualified_pointer_size : int -> t -> int
89 val qualified_intptr_type : Llvm.llcontext -> int -> t -> Llvm.lltype
93 val size_in_bits : Llvm.lltype -> t -> Int64.t
97 val store_size : Llvm.lltype -> t -> Int64.t
101 val abi_siz
[all...]
/openbsd-current/gnu/gcc/intl/
H A Dplural-exp.c44 .val =
53 .val =
77 if (plone.val.num == 0)
84 plone.val.num = 1;
88 GERMANIC_PLURAL.val.args[0] = &plvar;
89 GERMANIC_PLURAL.val.args[1] = &plone;
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dplural-exp.c44 .val =
53 .val =
77 if (plone.val.num == 0)
84 plone.val.num = 1;
88 GERMANIC_PLURAL.val.args[0] = &plvar;
89 GERMANIC_PLURAL.val.args[1] = &plone;
/openbsd-current/sys/arch/sparc64/dev/
H A Denviron.c138 u_int8_t val; local
141 val = bus_space_read_1(sc->sc_iot, sc->sc_ioh, 0);
143 if (val == 0xff) {
148 if (val < sizeof(environ_cpu2_temp))
149 temp = environ_cpu2_temp[val];
153 sc->sc_sensor.value = val * 1000000 + 273150000;
/openbsd-current/lib/libcbor/src/cbor/internal/
H A Dloaders.c57 double val; local
59 val = ldexp(mant, -24);
61 val = ldexp(mant + 1024, exp - 25);
63 val = mant == 0 ? INFINITY : NAN;
64 return (float)(half & 0x8000 ? -val : val);
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A Dmkheader136 my %val;
151 $val{ $c[1] }{ $c[2] }{ $c[3] } = $hash->{$uv};
155 foreach my $p (sort { $a <=> $b } keys %val) {
156 next if ! $val{ $p };
158 next if ! $val{ $p }{ $r };
161 print "\t", defined $val{$p}{$r}{$c}
162 ? $val{$p}{$r}{$c}
170 foreach my $p (sort { $a <=> $b } keys %val) {
171 next if ! $val{ $p };
174 print $val{
[all...]
/openbsd-current/lib/libcrypto/asn1/
H A Dx_attrib.c135 ASN1_TYPE *val = NULL; local
143 if ((val = ASN1_TYPE_new()) == NULL)
145 if (!sk_ASN1_TYPE_push(ret->set, val))
148 ASN1_TYPE_set(val, atrtype, value);
154 if (val != NULL)
155 ASN1_TYPE_free(val);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcond4.C23 TDI<T> *val() const;
24 T get() const { return true ? val()->get() : _val; }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb59.C12 template<class R> int p( int val, R& r ) argument
14 return val + r;
/openbsd-current/sys/arch/octeon/dev/
H A Doctsctl.c72 uint64_t val; local
112 val = bus_space_read_8(sc->sc_iot, sc->sc_ioh, SCTL_SHIM_CFG);
113 val &= ~SCTL_SHIM_CFG_CSR_BYTE_SWAP;
114 val &= ~SCTL_SHIM_CFG_DMA_BYTE_SWAP;
115 val |= 3ul << SCTL_SHIM_CFG_CSR_BYTE_SWAP_SHIFT;
116 val |= 1ul << SCTL_SHIM_CFG_DMA_BYTE_SWAP_SHIFT;
117 val |= SCTL_SHIM_CFG_READ_CMD;
118 bus_space_write_8(sc->sc_iot, sc->sc_ioh, SCTL_SHIM_CFG, val);
/openbsd-current/usr.bin/dig/lib/isc/
H A Dbase32.c119 int val[8]; member in struct:__anon18
178 if ((ctx->val[1]&0x03) != 0)
185 if ((ctx->val[3]&0x0f) != 0)
190 if ((ctx->val[4]&0x01) != 0)
197 if ((ctx->val[6]&0x07) != 0)
206 ctx->val[ctx->digits++] = (last == 32) ? 0 : last;
216 buf[0] = (ctx->val[0]<<3)|(ctx->val[1]>>2);
217 buf[1] = (ctx->val[1]<<6)|(ctx->val[
[all...]
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dcommon_baco.h42 uint32_t val; member in struct:baco_cmd_entry
54 uint32_t val; member in struct:soc15_baco_cmd_entry
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dvcn_sw_ring.h38 uint32_t val, uint32_t mask);
42 uint32_t val);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_kms_helper_common.c42 static int edid_firmware_set(const char *val, const struct kernel_param *kp) argument
46 return __drm_set_edid_firmware_path(val);
/openbsd-current/sys/arch/i386/pci/
H A Dali1543.c181 int val; local
190 val = ALI1543_PIRQ(reg, clink);
191 *irqp = (val == 0) ?
192 I386_PCI_INTERRUPT_LINE_NO_CONNECTION : val;
201 int shift, val; local
208 ali1543_get_intr(v, clink, &val);
213 if (ali1543_get_intr(v, clink, &val) != 0 || val != irq)
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DMips.cpp40 uint64_t val) const override;
482 calculateMipsRelChain(uint8_t *loc, RelType type, uint64_t val) { argument
498 return std::make_pair(type, val);
500 return std::make_pair(type2, val);
502 return std::make_pair(type3, -val);
505 return std::make_pair(type & 0xff, val);
519 static uint64_t fixupCrossModeJump(uint8_t *loc, RelType type, uint64_t val) { argument
525 bool isMicroTgt = val & 0x1;
529 return val;
536 return val;
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h140 /// \param [in,out] val The target to adjust.
141 template <typename T> inline void adjustBranchTarget(T &val) { val >>= 1; } argument
/openbsd-current/libexec/ld.so/alpha/
H A Darchdep.h46 Elf_Addr val = v + s->st_value + r->r_addend - local
48 *p = val;
/openbsd-current/sys/dev/pci/drm/i915/gem/selftests/
H A Digt_gem_utils.h28 u32 val);
32 unsigned long count, u32 val);
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-propagate.c291 enum ssa_prop_result val = SSA_PROP_NOT_INTERESTING; local
302 val = ssa_prop_visit_phi (stmt);
306 val = ssa_prop_visit_stmt (stmt, &taken_edge, &output_name);
308 if (val == SSA_PROP_VARYING)
328 else if (val == SSA_PROP_INTERESTING)
822 prop_value_t *val = NULL; local
826 val = &values[SSA_NAME_VERSION (vuse)];
827 if (prev_val && prev_val->value != val->value)
829 prev_val = val;
832 return val;
862 tree val = prop_value[SSA_NAME_VERSION (tuse)].value; local
964 prop_value_t *val = get_value_loaded_by (stmt, prop_value); local
1006 tree val = prop_value[SSA_NAME_VERSION (var)].value; local
1045 tree val = prop_value[SSA_NAME_VERSION (arg)].value; local
1054 propagate_value (PHI_ARG_DEF_PTR (phi, i), val); local
1087 tree val; local
[all...]
H A Dtree-ssa-ccp.c239 dump_lattice_value (FILE *outf, const char *prefix, prop_value_t val) argument
241 switch (val.lattice_val)
257 print_generic_expr (outf, val.value, dump_flags);
267 void debug_lattice_value (prop_value_t val);
270 debug_lattice_value (prop_value_t val) argument
272 dump_lattice_value (stderr, "", val);
330 prop_value_t val = { UNINITIALIZED, NULL_TREE, NULL_TREE }; local
336 val.lattice_val = VARYING;
341 val.lattice_val = CONSTANT;
342 val
402 prop_value_t *val = &const_val[SSA_NAME_VERSION (var)]; local
508 prop_value_t *val = get_value (use, true); local
585 prop_value_t *val = get_value (PHI_RESULT (phi), false); local
858 prop_value_t *val = get_value_loaded_by (stmt, const_val); local
885 prop_value_t *val = get_value (op0, true); local
913 prop_value_t *val = get_value (op0, true); local
920 prop_value_t *val = get_value (op1, true); local
1122 prop_value_t val; local
1182 prop_value_t val; local
1320 prop_value_t val; local
1482 widen_bitfield(tree val, tree field, tree var) argument
2102 tree var, def_stmt, val; local
2201 tree result, val[3]; local
[all...]
/openbsd-current/sys/dev/ic/
H A Dar5xxx.c498 ar5k_printver(enum ar5k_srev_type type, u_int32_t val) argument
507 names[i].sr_val == val) {
520 if ((val & 0xff) < names[i + 1].sr_val) {
603 ar5k_bitswap(u_int32_t val, u_int bits) argument
606 val = ((val & 0xF0) >> 4) | ((val & 0x0F) << 4);
607 val = ((val & 0xCC) >> 2) | ((val
646 ar5k_register_timeout(struct ath_hal *hal, u_int32_t reg, u_int32_t flag, u_int32_t val, HAL_BOOL is_set) argument
674 u_int16_t val; local
701 u_int16_t val; local
757 u_int16_t val; local
838 u_int16_t val; local
866 AR5K_EEPROM_READ(AR5K_EEPROM_INFO(offset), val); local
[all...]
/openbsd-current/sys/dev/fdt/
H A Dmvgpio.c39 #define HWRITE4(sc, reg, val) \
40 regmap_write_4((sc)->sc_rm, (sc)->sc_offset + (reg), (val))
122 int val; local
130 val = (reg >> pin) & 1;
132 val = !val;
133 return val;
137 mvgpio_set_pin(void *cookie, uint32_t *cells, int val) argument
147 val = !val;
[all...]
H A Dplgpio.c36 #define HWRITE1(sc, reg, val) \
37 bus_space_write_1((sc)->sc_iot, (sc)->sc_ioh, (reg), (val))
125 int val; local
131 val = !!reg;
133 val = !val;
134 return val;
138 plgpio_set_pin(void *cookie, uint32_t *cells, int val) argument
148 val = !val;
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_atomic_test.cpp46 ValAndMagic<T> val; local
48 ValAndMagic<T>::sink = &val;
50 val.magic0 = val.magic1 = (Type)-3;
57 val.a.val_dont_use = (Type)v;
58 EXPECT_EQ(atomic_load(&val.a, load_mo), (Type)v);
59 val.a.val_dont_use = (Type)-1;
60 atomic_store(&val.a, (Type)v, store_mo);
61 EXPECT_EQ(val.a.val_dont_use, (Type)v);
63 EXPECT_EQ(val
[all...]

Completed in 391 milliseconds

<<11121314151617181920>>