Searched refs:ve (Results 1 - 25 of 202) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Denum-incomplete-1.c7 extern enum e ve;
14 ve; /* { dg-error "incomplete" } */
16 (void) ve;
18 (void) (i ? ve : ve); /* { dg-error "incomplete" } */
20 (void) (ve = ve); /* { dg-error "incomplete" } */
22 (void) ve, (void) ve;
24 p = &ve;
64 i <<= ve; /* { dg-error "incomplete" } */ local
65 i >>= ve; /* { dg-error "incomplete" } */ local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_cache.c131 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) argument
134 ASSERT(ve->ve_fill_io == NULL);
135 ASSERT(ve->ve_data != NULL);
137 avl_remove(&vc->vc_lastused_tree, ve);
138 avl_remove(&vc->vc_offset_tree, ve);
139 zio_buf_free(ve->ve_data, VCBS);
140 kmem_free(ve, sizeof (vdev_cache_entry_t));
153 vdev_cache_entry_t *ve; local
166 ve = avl_first(&vc->vc_lastused_tree);
167 if (ve
185 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) argument
210 vdev_cache_entry_t *ve = fio->io_private; local
247 vdev_cache_entry_t *ve, ve_search; local
324 vdev_cache_entry_t *ve, ve_search; local
360 vdev_cache_entry_t *ve; local
[all...]
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dprint.c281 command(void *arg, VARENT *ve, int mode) argument
292 v = ve->var;
293 if (SIMPLEQ_NEXT(ve, next) != NULL || termwidth != UNLIMITED) {
294 if (SIMPLEQ_NEXT(ve, next) == NULL) {
357 if (SIMPLEQ_NEXT(ve, next) != NULL && left > 0)
362 groups(void *arg, VARENT *ve, int mode) argument
373 v = ve->var;
374 if (SIMPLEQ_NEXT(ve, next) != NULL || termwidth != UNLIMITED) {
375 if (SIMPLEQ_NEXT(ve, next) == NULL) {
395 if (SIMPLEQ_NEXT(ve, nex
400 groupnames(void *arg, VARENT *ve, int mode) argument
437 ucomm(void *arg, VARENT *ve, int mode) argument
448 emul(void *arg, VARENT *ve, int mode) argument
459 logname(void *arg, VARENT *ve, int mode) argument
470 state(void *arg, VARENT *ve, int mode) argument
554 lstate(void *arg, VARENT *ve, int mode) argument
613 pnice(void *arg, VARENT *ve, int mode) argument
624 pri(void *arg, VARENT *ve, int mode) argument
635 uname(void *arg, VARENT *ve, int mode) argument
646 runame(void *arg, VARENT *ve, int mode) argument
657 svuname(void *arg, VARENT *ve, int mode) argument
668 gname(void *arg, VARENT *ve, int mode) argument
679 rgname(void *arg, VARENT *ve, int mode) argument
690 svgname(void *arg, VARENT *ve, int mode) argument
701 tdev(void *arg, VARENT *ve, int mode) argument
725 tname(void *arg, VARENT *ve, int mode) argument
760 longtname(void *arg, VARENT *ve, int mode) argument
782 started(void *arg, VARENT *ve, int mode) argument
818 lstarted(void *arg, VARENT *ve, int mode) argument
847 elapsed(void *arg, VARENT *ve, int mode) argument
941 wchan(void *arg, VARENT *ve, int mode) argument
971 vsize(void *arg, VARENT *ve, int mode) argument
982 rssize(void *arg, VARENT *ve, int mode) argument
994 p_rssize(void *arg, VARENT *ve, int mode) argument
1005 cpuid(void *arg, VARENT *ve, int mode) argument
1016 cputime(void *arg, VARENT *ve, int mode) argument
1091 pcpu(void *arg, VARENT *ve, int mode) argument
1124 pmem(void *arg, VARENT *ve, int mode) argument
1135 pagein(void *arg, VARENT *ve, int mode) argument
1146 maxrss(void *arg, VARENT *ve, int mode) argument
1157 tsize(void *arg, VARENT *ve, int mode) argument
1373 pvar(void *arg, VARENT *ve, int mode) argument
1388 putimeval(void *arg, VARENT *ve, int mode) argument
1440 lname(void *arg, VARENT *ve, int mode) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/bc/
H A Dmissing49 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/
H A Dmove-if-change53 --version | --versio | --versi | --vers | --ver | --ve | --v)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/src/
H A Dgettext.sh.in68 --version | --versio | --versi | --vers | --ver | --ve | --v )
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_import.c209 vdev_entry_t *ve; local
278 for (ve = pe->pe_vdevs; ve != NULL; ve = ve->ve_next) {
279 if (ve->ve_guid == top_guid)
283 if (ve == NULL) {
284 if ((ve = zfs_alloc(hdl, sizeof (vdev_entry_t))) == NULL) {
288 ve->ve_guid = top_guid;
289 ve
428 vdev_entry_t *ve; local
952 vdev_entry_t *ve, *venext; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-pe/
H A Dlongsecn-4.d12 1 \.text\.ve [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
28 9 \.data\.ve [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
32 11 \.data\.ve [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
36 13 \.data\.ve [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
H A Dlongsecn-1.d16 3 \.data\.ve [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
H A Dlongsecn.d16 3 \.data\.ve [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c243 boot_catalog_validation_entry *ve; local
254 ve = &entry->entry_data.VE;
256 ve->header_id[0] = 1;
257 ve->platform_id[0] = sys;
258 ve->key[0] = 0x55;
259 ve->key[1] = 0xAA;
263 cd9660_721(0, ve->checksum);
264 csptr = (unsigned char*)ve;
265 for (i = 0; i < sizeof(*ve); i += 2) {
270 cd9660_721(checksum, ve
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dloop-unroll.c2028 get_expansion (struct var_to_expand *ve) argument
2032 if (ve->reuse_expansion == 0)
2033 reg = ve->reg;
2035 reg = VEC_index (rtx, ve->var_expansions, ve->reuse_expansion - 1);
2037 if (VEC_length (rtx, ve->var_expansions) == (unsigned) ve->reuse_expansion)
2038 ve->reuse_expansion = 0;
2040 ve->reuse_expansion++;
2050 expand_var_during_unrolling (struct var_to_expand *ve, rt argument
2107 insert_var_expansion_initialization(struct var_to_expand *ve, basic_block place) argument
2151 combine_var_copies_in_loop_exit(struct var_to_expand *ve, basic_block place) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dloop-unroll.c1915 get_expansion (struct var_to_expand *ve) argument
1919 if (ve->reuse_expansion == 0)
1920 reg = ve->reg;
1922 reg = VEC_index (rtx, ve->var_expansions, ve->reuse_expansion - 1);
1924 if (VEC_length (rtx, ve->var_expansions) == (unsigned) ve->reuse_expansion)
1925 ve->reuse_expansion = 0;
1927 ve->reuse_expansion++;
1937 expand_var_during_unrolling (struct var_to_expand *ve, rt argument
1974 struct var_to_expand *ve = *slot; local
2016 struct var_to_expand *ve = *slot; local
2194 struct var_to_expand *ve = *slot; local
[all...]
H A Dtree-vn.c154 const val_expr_pair_t ve = (val_expr_pair_t) p; local
155 return ve->hashcode;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/sh/
H A Dftrc.s30 # now we've got 1.5 in fr0.
51 # now we've got 1.5 in fr0.
85 # now we've got 1.5 in fr0, so do some single->double
113 # now we've got 1.5 in fr0, so do some single->double
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/times/
H A Dusparc.cc11 [ 16-Jan-06 - I've been playing with the
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dmissing51 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dlib1funcs.asm173 ; turns both into +ve numbers, and leaves what the answer sign
183 not A0H ; no - then make it +ve
188 not A1H ; it is -ve, make it positive
199 not A0H ; no - then make it +ve
204 not A1H ; it is -ve, make it positive
321 mov.b A0H,A0H ; is the numerator -ve
336 mov.b A2H,A2H ; is the denominator -ve
353 mov.b A0H,A0H ; is the numerator -ve
368 mov.b A2H,A2H ; is the denominator -ve
384 mov.l A0P,A0P ; is the numerator -ve
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/h8300/
H A Dlib1funcs.asm178 ; turns both into +ve numbers, and leaves what the answer sign
188 not A0H ; no - then make it +ve
193 not A1H ; it is -ve, make it positive
204 not A0H ; no - then make it +ve
209 not A1H ; it is -ve, make it positive
326 mov.b A0H,A0H ; is the numerator -ve
341 mov.b A2H,A2H ; is the denominator -ve
358 mov.b A0H,A0H ; is the numerator -ve
373 mov.b A2H,A2H ; is the denominator -ve
389 mov.l A0P,A0P ; is the numerator -ve
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arc/
H A Dlib1funcs.asm125 sub.f 0,r0,0 ; is numerator -ve?
127 mov.lt r6,3 ; sign is -ve
128 sub.f 0,r1,0 ; is denominator -ve?
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dpaste2.c47 int five0 = xglue (glue (fi, ve), 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dpaste2.c47 int five0 = xglue (glue (fi, ve), 0);
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dpramasm.s304 dbf %d1,threebit | until we've done bits 7-5
310 dbf %d1,fivebit | til we've done bit 4-0
322 dbf %d1,fourbit | until we've done the low nibble
343 dbf %d4,tagain | repeat until we've got all we want
397 dbf %d3,wagain | do this until we've sent a whole byte
399 roxlb #1,%d1 | get rid of the extra X bit we've carried
412 dbf %d3,ragain | do this until we've received a whole byte
/netbsd-6-1-5-RELEASE/dist/nvi/dist/
H A Dmissing80 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/
H A Dmissing93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)

Completed in 330 milliseconds

123456789