Searched refs:full (Results 1 - 25 of 220) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dindex-prop3 # We do this by propagating the full pathname from the Index: line
12 $full = $1;
17 s/^([-+*]{3}) [^\t]+\t/$1 $full\t/
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Dindex-prop3 # We do this by propagating the full pathname from the Index: line
12 $full = $1;
17 s/^([-+*]{3}) [^\t]+\t/$1 $full\t/
/netbsd-6-1-5-RELEASE/share/doc/psd/20.ipctut/
H A Dudgramsend.c37 #define DATA "The sea is calm tonight, the tide is full . . ."
H A Ddgramsend.c38 #define DATA "The sea is calm tonight, the tide is full . . ."
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/cgen/cpu/
H A Dsimplify.inc28 ; This is currently the same as define-full-enum but it needn't remain
29 ; that way (it's define-full-enum that would change).
33 (define-full-enum name comment attrs prefix vals)
40 (define-full-insn-enum name comment attrs prefix fld vals)
50 (define-full-ifield name comment attrs start length UINT #f #f)
57 (define-full-ifield name comment attrs start length mode encode decode)
69 (define-full-multi-ifield name comment attrs mode subflds insert extract)
84 (define-full-multi-ifield name comment attrs UINT subflds #f #f)
97 (define-full-hardware name comment attrs name type
118 (define-full
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/cpu/
H A Dsimplify.inc28 ; This is currently the same as define-full-enum but it needn't remain
29 ; that way (it's define-full-enum that would change).
33 (define-full-enum name comment attrs prefix vals)
40 (define-full-insn-enum name comment attrs prefix fld vals)
50 (define-full-ifield name comment attrs start length UINT #f #f)
57 (define-full-ifield name comment attrs start length mode encode decode)
69 (define-full-multi-ifield name comment attrs mode subflds insert extract)
84 (define-full-multi-ifield name comment attrs UINT subflds #f #f)
97 (define-full-hardware name comment attrs name type
118 (define-full
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/cgen/cpu/
H A Dsimplify.inc28 ; This is currently the same as define-full-enum but it needn't remain
29 ; that way (it's define-full-enum that would change).
33 (define-full-enum name comment attrs prefix vals)
40 (define-full-insn-enum name comment attrs prefix fld vals)
50 (define-full-ifield name comment attrs start length UINT #f #f)
57 (define-full-ifield name comment attrs start length mode encode decode)
69 (define-full-multi-ifield name comment attrs mode subflds insert extract)
84 (define-full-multi-ifield name comment attrs UINT subflds #f #f)
97 (define-full-hardware name comment attrs name type
118 (define-full
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/cpu/
H A Dsimplify.inc28 ; This is currently the same as define-full-enum but it needn't remain
29 ; that way (it's define-full-enum that would change).
33 (define-full-enum name comment attrs prefix vals)
40 (define-full-insn-enum name comment attrs prefix fld vals)
50 (define-full-ifield name comment attrs start length UINT #f #f)
57 (define-full-ifield name comment attrs start length mode encode decode)
69 (define-full-multi-ifield name comment attrs mode subflds insert extract)
84 (define-full-multi-ifield name comment attrs UINT subflds #f #f)
97 (define-full-hardware name comment attrs name type
118 (define-full
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dutf-cvt.C20 extern void full (unsigned long long);
38 full (c0);
54 full (c1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWtraditional-conversion-2.c12 void full(unsigned long long);
23 void (*full)(unsigned long long); member in struct:s
62 full(sll); /* { dg-warning "passing argument 1 of 'full' as unsigned due to prototype" } */
63 x.full(sll); /* { dg-warning "passing argument 1 of 'x.full' as unsigned due to prototype" } */
H A Dutf-cvt.c24 extern void full (unsigned long long);
42 full (c0);
58 full (c1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A DWconversion-2.c12 void full(unsigned long long);
23 void (*full)(unsigned long long); member in struct:s
62 full(sll); /* { dg-warning "warning: passing argument 1 of 'full' as unsigned due to prototype" } */
63 x.full(sll); /* { dg-warning "warning: passing argument 1 of 'x.full' as unsigned due to prototype" } */
/netbsd-6-1-5-RELEASE/games/trek/
H A Dgetpar.h39 const char *full; member in struct:cvntab
H A Dwin.c84 printf("from %s%s ", p->abbrev, p->full);
86 printf("to %s%s\n", p->abbrev, p->full);
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_decoder.h30 /// Indicates how full the dictionary is. This is used by
33 size_t full; member in struct:__anon2922
114 return dict->full == 0;
122 return dict->full > distance;
157 assert(dict->full == dict->size);
176 // Update how full the dictionary is.
177 if (dict->full < dict->pos)
178 dict->full = dict->pos;
185 /// already full and the byte couldn't be added.
194 if (dict->pos > dict->full)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr44806.c49 struct dev_ino_full full; member in union:di_ent::__anon6125
80 return (a.u.full.ino == b.u.full.ino
81 && a.u.full.dev == b.u.full.dev);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dbitfield-2.mm14 int full;
40 full = 1;
57 CHECK_IF(full == 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dbitfield-1.m16 int full;
42 full = 1;
59 CHECK_IF(full == 1);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dbignum1.d3 # objdump: --full-contents
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/gen/
H A D__sigsetjmp14.S54 jmp _C_LABEL(__setjmp14)+2 # yep, do full setjmp
62 jmp _C_LABEL(__longjmp14)+2 # yep, do full longjmp
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dmsgattrib-properties-116 !The\ world\ is\ full\ of\ married\ men=So viele verheiratete M\u00e4nner
48 !The\ world\ is\ full\ of\ married\ men=So viele verheiratete M\u00e4nner
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/python/
H A DMakefile17 full:
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlundump.h26 LUAI_FUNC void luaU_print (const Proto* f, int full);
/netbsd-6-1-5-RELEASE/usr.sbin/fssconfig/
H A Dfssconfig.c100 char full[64], path[MAXPATHLEN]; local
165 if ((fd = opendisk(argv[0], O_RDWR, full, sizeof(full), 0)) < 0) {
178 err(1, "%s: FSSIOCSET", full);
189 char full[64]; local
197 if ((fd = opendisk(argv[0], O_RDWR, full, sizeof(full), 0)) < 0)
201 err(1, "%s: FSSIOCCLR", full);
208 char *dev, path[64], full[64]; local
224 if ((fd = opendisk(dev, O_RDONLY, full, sizeo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgnu-v2-abi.c190 gnuv2_value_rtti_type (struct value *v, int *full, int *top, int *using_enc)
201 if (full)
202 *full = 0;
265 if (TYPE_N_BASECLASSES(rtti_type) > 1 && full && (*full) != 1)
274 if (full)
275 *full=0;
279 if (full)
280 *full=1;
286 if (full)
189 gnuv2_value_rtti_type(struct value *v, int *full, int *top, int *using_enc) argument
[all...]

Completed in 247 milliseconds

123456789