Home
last modified time | relevance | path

Searched refs:vv (Results 1 – 25 of 97) sorted by relevance

1234

/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dtypeddwarf.c5 volatile int vv; variable
29 vv++; in f1()
53 vv++; in f2()
54 vv = a; in f2()
55 vv = b; in f2()
56 vv = c; in f2()
57 vv = d; in f2()
58 vv = e; in f2()
59 vv = f; in f2()
60 vv = g; in f2()
[all …]
H A Dclztest.c4 volatile int vv; variable
12 vv++; /* { dg-final { gdb-test 12 "g" "43" } } */ in foo()
22 vv++; /* { dg-final { gdb-test 22 "g" "33" } } */ in bar()
29 long x = vv; in main()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dtypeddwarf.c5 volatile int vv; variable
29 vv++; in f1()
53 vv++; in f2()
54 vv = a; in f2()
55 vv = b; in f2()
56 vv = c; in f2()
57 vv = d; in f2()
58 vv = e; in f2()
59 vv = f; in f2()
60 vv = g; in f2()
[all …]
H A Dclztest.c4 volatile int vv; variable
12 vv++; /* { dg-final { gdb-test 12 "g" "43" } } */ in foo()
22 vv++; /* { dg-final { gdb-test 22 "g" "33" } } */ in bar()
29 long x = vv; in main()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_api.c25 CONF_VALUE vv; in _CONF_get_section() local
29 vv.name = NULL; in _CONF_get_section()
30 vv.section = (char *)section; in _CONF_get_section()
31 return conf->data != NULL ? lh_CONF_VALUE_retrieve(conf->data, &vv) : NULL; in _CONF_get_section()
69 CONF_VALUE *v, vv; in _CONF_get_string() local
79 vv.name = (char *)name; in _CONF_get_string()
80 vv.section = (char *)section; in _CONF_get_string()
81 v = lh_CONF_VALUE_retrieve(conf->data, &vv); in _CONF_get_string()
90 vv.section = "default"; in _CONF_get_string()
91 vv.name = (char *)name; in _CONF_get_string()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_api.c25 CONF_VALUE *v, vv; in _CONF_get_section() local
29 vv.name = NULL; in _CONF_get_section()
30 vv.section = (char *)section; in _CONF_get_section()
31 v = lh_CONF_VALUE_retrieve(conf->data, &vv); in _CONF_get_section()
73 CONF_VALUE *v, vv; in _CONF_get_string() local
80 vv.name = (char *)name; in _CONF_get_string()
81 vv.section = (char *)section; in _CONF_get_string()
82 v = lh_CONF_VALUE_retrieve(conf->data, &vv); in _CONF_get_string()
91 vv.section = "default"; in _CONF_get_string()
92 vv.name = (char *)name; in _CONF_get_string()
[all …]
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgrnexmpl.g178 7 $vv B2$
637 12 $- ^ vv REF$
692 7 $vv B1$
1379 7 $vv B2$
1582 12 $- ^ vv REF$
1637 7 $vv B1$
2138 12 $+ ^ vv REF$
2265 8 $vv INC$
2612 12 $+ ^ vv REF$
2678 12 $- ^ vv REF$
[all …]
H A Dgrnexmpl.me14 define vv 'V sub'
33 define vddm1V 'vv DD - 1 ^ roman V'
34 define vssp1V 'vv SS + 1 ^ roman V'
76 of the input signal $ +- ^ vv SIG $ and a choice of $ - ^ vv REF
77 $, $ AGND $ or $ + ^ vv REF $ according to the operations
/netbsd-src/sys/arch/hppa/dev/
H A Delroy.c574 elroy_w1(void *v, bus_space_handle_t h, bus_size_t o, uint8_t vv)
577 *(volatile uint8_t *)h = vv; in elroy_w1()
581 elroy_w2(void *v, bus_space_handle_t h, bus_size_t o, uint16_t vv)
587 *p = htole16(vv); in elroy_w2()
591 elroy_w4(void *v, bus_space_handle_t h, bus_size_t o, uint32_t vv)
594 vv = htole32(vv); in elroy_w4()
595 *(volatile uint32_t *)h = vv; in elroy_w4()
599 elroy_w8(void *v, bus_space_handle_t h, bus_size_t o, uint64_t vv)
602 *(volatile uint64_t *)h = htole64(vv); in elroy_w8()
575 elroy_w1(void * v,bus_space_handle_t h,bus_size_t o,uint8_t vv) elroy_w1() argument
582 elroy_w2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t vv) elroy_w2() argument
592 elroy_w4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t vv) elroy_w4() argument
600 elroy_w8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t vv) elroy_w8() argument
607 elroy_ws2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t vv) elroy_ws2() argument
617 elroy_ws4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t vv) elroy_ws4() argument
624 elroy_ws8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t vv) elroy_ws8() argument
719 elroy_sm_1(void * v,bus_space_handle_t h,bus_size_t o,uint8_t vv,bus_size_t c) elroy_sm_1() argument
730 elroy_sm_2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t vv,bus_size_t c) elroy_sm_2() argument
742 elroy_sm_4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t vv,bus_size_t c) elroy_sm_4() argument
754 elroy_sm_8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t vv,bus_size_t c) elroy_sm_8() argument
1016 elroy_sr_1(void * v,bus_space_handle_t h,bus_size_t o,uint8_t vv,bus_size_t c) elroy_sr_1() argument
1027 elroy_sr_2(void * v,bus_space_handle_t h,bus_size_t o,uint16_t vv,bus_size_t c) elroy_sr_2() argument
1039 elroy_sr_4(void * v,bus_space_handle_t h,bus_size_t o,uint32_t vv,bus_size_t c) elroy_sr_4() argument
1051 elroy_sr_8(void * v,bus_space_handle_t h,bus_size_t o,uint64_t vv,bus_size_t c) elroy_sr_8() argument
[all...]
H A Dmongoose.c421 mg_isa_w2(void *v, bus_space_handle_t h, bus_size_t o, uint16_t vv) in mg_isa_w2() argument
423 *((volatile uint16_t *)(h + o)) = htole16(vv); in mg_isa_w2()
427 mg_isa_w4(void *v, bus_space_handle_t h, bus_size_t o, uint32_t vv) in mg_isa_w4() argument
429 *((volatile uint32_t *)(h + o)) = htole32(vv); in mg_isa_w4()
473 mg_isa_sm_2(void *v, bus_space_handle_t h, bus_size_t o, uint16_t vv, bus_size_t c) in mg_isa_sm_2() argument
475 vv = htole16(vv); in mg_isa_sm_2()
478 *(volatile uint16_t *)h = vv; in mg_isa_sm_2()
482 mg_isa_sm_4(void *v, bus_space_handle_t h, bus_size_t o, uint32_t vv, bus_size_t c) in mg_isa_sm_4() argument
484 vv = htole32(vv); in mg_isa_sm_4()
487 *(volatile uint32_t *)h = vv; in mg_isa_sm_4()
[all …]
H A Ddino.c758 dino_w1(void *v, bus_space_handle_t h, bus_size_t o, uint8_t vv) in dino_w1() argument
762 *(volatile uint8_t *)h = vv; in dino_w1()
768 *((volatile uint8_t *)&r->pci_io_data + (h & 3)) = vv; in dino_w1()
773 dino_w2(void *v, bus_space_handle_t h, bus_size_t o, uint16_t vv) in dino_w2() argument
790 *p = htole16(vv); in dino_w2()
794 dino_w4(void *v, bus_space_handle_t h, bus_size_t o, uint32_t vv) in dino_w4() argument
797 vv = htole32(vv); in dino_w4()
799 *(volatile uint32_t *)h = vv; in dino_w4()
805 r->pci_io_data = vv; in dino_w4()
810 dino_w8(void *v, bus_space_handle_t h, bus_size_t o, uint64_t vv) in dino_w8() argument
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A Dsub_ui.c36 __mpf_struct vv; in mpf_sub_ui() local
46 vv._mp_size = 1; in mpf_sub_ui()
47 vv._mp_d = &vl; in mpf_sub_ui()
48 vv._mp_exp = 1; in mpf_sub_ui()
49 mpf_sub (sum, u, &vv); in mpf_sub_ui()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Ddntest.c208 char **vv; in main() local
215 vv = ldap_explode_rdn( values[ n ], 0 ); in main()
216 for ( nn = 0; vv && vv[ nn ]; nn++ ) { in main()
218 vv[ nn ] ); in main()
220 LDAP_VFREE( vv ); in main()
224 vv = ldap_explode_rdn( values[ n ], 1 ); in main()
225 for ( nn = 0; vv && vv[ nn ]; nn++ ) { in main()
227 vv[ nn ] ); in main()
229 LDAP_VFREE( vv ); in main()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dlib2funcs.c237 DWunion vv = {.ll = v}; in __divdi3() local
243 if (vv.s.high < 0) in __divdi3()
245 vv.ll = -vv.ll; in __divdi3()
247 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); in __divdi3()
261 DWunion vv = {.ll = v}; in __moddi3() local
267 if (vv.s.high < 0) in __moddi3()
268 vv.ll = -vv.ll; in __moddi3()
270 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w); in __moddi3()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dlib2funcs.c237 DWunion vv = {.ll = v}; in __divdi3() local
243 if (vv.s.high < 0) in __divdi3()
245 vv.ll = -vv.ll; in __divdi3()
247 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); in __divdi3()
261 DWunion vv = {.ll = v}; in __moddi3() local
267 if (vv.s.high < 0) in __moddi3()
268 vv.ll = -vv.ll; in __moddi3()
270 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w); in __moddi3()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltinsHexagon.def89 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerb_pci, "vv*IiiivC*", "", V5)
90 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerh_pci, "vv*IiiivC*", "", V5)
91 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerf_pci, "vv*IiiivC*", "", V5)
92 TARGET_BUILTIN(__builtin_HEXAGON_S2_storeri_pci, "vv*IiiivC*", "", V5)
93 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerd_pci, "vv*IiiLLivC*", "", V5)
94 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerb_pcr, "vv*iivC*", "", V5)
95 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerh_pcr, "vv*iivC*", "", V5)
96 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerf_pcr, "vv*iivC*", "", V5)
97 TARGET_BUILTIN(__builtin_HEXAGON_S2_storeri_pcr, "vv*iivC*", "", V5)
98 TARGET_BUILTIN(__builtin_HEXAGON_S2_storerd_pcr, "vv*iLLivC*", "", V5)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.c261 const DWunion vv = {.ll = v}; in __mulvDI3() local
266 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
270 return (DWtype) uu.s.low * (DWtype) vv.s.low; in __mulvDI3()
276 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3()
278 * (UDWtype) (UWtype) vv.s.high}; in __mulvDI3()
280 if (vv.s.high < 0) in __mulvDI3()
283 w1.ll -= vv.ll; in __mulvDI3()
294 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
299 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3()
301 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.c281 const DWunion vv = {.ll = v}; in __mulvDI3() local
286 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
290 return (DWtype) uu.s.low * (DWtype) vv.s.low; in __mulvDI3()
296 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3()
298 * (UDWtype) (UWtype) vv.s.high}; in __mulvDI3()
300 if (vv.s.high < 0) in __mulvDI3()
303 w1.ll -= vv.ll; in __mulvDI3()
314 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
319 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3()
321 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Dmulti3.c44 const DWunion vv = {.ll = v}; in __multi3() local
47 UWtype v_low = vv.s.low; in __multi3()
80 w.s.high = w.s.high + __muluw3(vv.s.low, uu.s.high); in __multi3()
82 if (vv.s.high) in __multi3()
83 w.s.high += __muluw3(uu.s.low, vv.s.high); in __multi3()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Dmulti3.c44 const DWunion vv = {.ll = v}; in __multi3() local
47 UWtype v_low = vv.s.low; in __multi3()
80 w.s.high = w.s.high + __muluw3(vv.s.low, uu.s.high); in __multi3()
82 if (vv.s.high) in __multi3()
83 w.s.high += __muluw3(uu.s.low, vv.s.high); in __multi3()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DTable.h327 setUINT32 (uint32_t vv) in setUINT32()
330 i = vv; in setUINT32()
334 setUINT64 (uint64_t vv) in setUINT64()
337 ll = vv; in setUINT64()
341 setSTRING (char* vv) in setSTRING()
344 l = vv; in setSTRING()
348 setDOUBLE (double vv) in setDOUBLE()
351 d = vv; in setDOUBLE()
355 setOBJ (void* vv) in setOBJ()
358 p = vv; in setOBJ()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.h327 setUINT32 (uint32_t vv) in setUINT32()
330 i = vv; in setUINT32()
334 setUINT64 (uint64_t vv) in setUINT64()
337 ll = vv; in setUINT64()
341 setSTRING (char* vv) in setSTRING()
344 l = vv; in setSTRING()
348 setDOUBLE (double vv) in setDOUBLE()
351 d = vv; in setDOUBLE()
355 setOBJ (void* vv) in setOBJ()
358 p = vv; in setOBJ()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/msp430/
H A Dlib2mul.c56 const DWunion vv = {.ll = v}; in __muldi3() local
64 __vl = ((USItype) (vv.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1)); in __muldi3()
65 __vh = ((USItype) (vv.s.low) >> ((4 * 8) / 2)); in __muldi3()
79 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
80 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
/netbsd-src/sys/arch/hppa/hppa/
H A Dmainbus.c385 mbus_w1(void *v, bus_space_handle_t h, bus_size_t o, uint8_t vv) in mbus_w1() argument
387 *((volatile uint8_t *)(h + o)) = vv; in mbus_w1()
391 mbus_w2(void *v, bus_space_handle_t h, bus_size_t o, uint16_t vv) in mbus_w2() argument
393 *((volatile uint16_t *)(h + o)) = vv; in mbus_w2()
397 mbus_w4(void *v, bus_space_handle_t h, bus_size_t o, uint32_t vv) in mbus_w4() argument
399 *((volatile uint32_t *)(h + o)) = vv; in mbus_w4()
403 mbus_w8(void *v, bus_space_handle_t h, bus_size_t o, uint64_t vv) in mbus_w8() argument
405 *((volatile uint64_t *)(h + o)) = vv; in mbus_w8()
474 mbus_sm_1(void *v, bus_space_handle_t h, bus_size_t o, uint8_t vv, bus_size_t c) in mbus_sm_1() argument
478 *(volatile uint8_t *)h = vv; in mbus_sm_1()
[all …]
/netbsd-src/sys/arch/hppa/include/
H A Dbus_defs.h108 uint8_t vv, bus_size_t c);
110 uint16_t vv, bus_size_t c);
112 uint32_t vv, bus_size_t c);
114 uint64_t vv, bus_size_t c);
163 bus_size_t o, uint8_t vv, bus_size_t c);
165 bus_size_t o, uint16_t vv, bus_size_t c);
167 bus_size_t o, uint32_t vv, bus_size_t c);
169 bus_size_t o, uint64_t vv, bus_size_t c);

1234