| /netbsd-src/sys/ufs/ffs/ |
| H A D | ffs_subr.c | 148 int field, subfield; in ffs_fragacct() local 157 subfield = inside[siz]; in ffs_fragacct() 159 if ((fragmap & field) == subfield) { in ffs_fragacct() 165 subfield <<= siz; in ffs_fragacct() 168 subfield <<= 1; in ffs_fragacct()
|
| H A D | ffs_alloc.c | 2164 int blk, field, subfield, pos; in ffs_mapsearch() local 2213 subfield = inside[allocsiz]; in ffs_mapsearch() 2215 if ((blk & field) == subfield) in ffs_mapsearch() 2218 subfield <<= 1; in ffs_mapsearch()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | get.c | 181 unsigned int subfield, char *buf, size_t buf_len, int condensed) in format_field() argument 268 if ((unsigned)tl->tl_data_type == subfield) in format_field() 275 switch (subfield) { in format_field() 343 snprintf(buf, buf_len, "unknown type %d", subfield); in format_field()
|
| /netbsd-src/usr.sbin/makefs/ffs/ |
| H A D | ffs_alloc.c | 542 int blk, field, subfield, pos; in ffs_mapsearch() local 586 subfield = inside[allocsiz]; in ffs_mapsearch() 588 if ((blk & field) == subfield) in ffs_mapsearch() 591 subfield <<= 1; in ffs_mapsearch()
|
| /netbsd-src/external/bsd/ntp/dist/scripts/stats/ |
| H A D | README.timecodes | 7 character that begins a subfield. The values given after this symbol 141 indicated by other than "0000" in the tttt subfield at Q.
|
| /netbsd-src/common/dist/zlib/doc/ |
| H A D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 441 SI1 and SI2 provide a subfield ID, typically two ASCII letters 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 444 IDs; please send him any subfield ID you wish to use. Subfield 459 LEN gives the length of the subfield data, excluding the 4
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/doc/ |
| H A D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 441 SI1 and SI2 provide a subfield ID, typically two ASCII letters 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 444 IDs; please send him any subfield ID you wish to use. Subfield 459 LEN gives the length of the subfield data, excluding the 4
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/ |
| H A D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 441 SI1 and SI2 provide a subfield ID, typically two ASCII letters 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 444 IDs; please send him any subfield ID you wish to use. Subfield 459 LEN gives the length of the subfield data, excluding the 4
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/doc/ |
| H A D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 441 SI1 and SI2 provide a subfield ID, typically two ASCII letters 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 444 IDs; please send him any subfield ID you wish to use. Subfield 459 LEN gives the length of the subfield data, excluding the 4
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/doc/ |
| H A D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 441 SI1 and SI2 provide a subfield ID, typically two ASCII letters 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 444 IDs; please send him any subfield ID you wish to use. Subfield 459 LEN gives the length of the subfield data, excluding the 4
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-codegen.cc | 1227 tree subfield = lookup_anon_field (TREE_TYPE (field), type); in lookup_anon_field() local 1228 if (subfield) in lookup_anon_field() 1229 return subfield; in lookup_anon_field()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-codegen.cc | 1289 tree subfield = lookup_anon_field (TREE_TYPE (field), type); in lookup_anon_field() local 1290 if (subfield) in lookup_anon_field() 1291 return subfield; in lookup_anon_field()
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | or1korfpx.cpu | 109 ; Extract the multi-ifield from the subfield bits
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | or1korfpx.cpu | 109 ; Extract the multi-ifield from the subfield bits
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | or1korfpx.cpu | 109 ; Extract the multi-ifield from the subfield bits
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | or1korfpx.cpu | 109 ; Extract the multi-ifield from the subfield bits
|
| /netbsd-src/external/gpl2/groff/dist/doc/ |
| H A D | groff-2 | 3397 subfield gives the width of the glyph. The HEIGHT subfield gives the 3400 negative height. The DEPTH subfield gives the depth of the glyph, that 3404 rather than a negative depth. The ITALIC-CORRECTION subfield gives the 3407 LEFT-ITALIC-CORRECTION subfield gives the amount of space that should
|
| H A D | groff.texinfo | 15601 The @var{width} subfield gives the width of the glyph. The @var{height} 15602 subfield gives the height of the glyph (upwards is positive); if a 15604 height, rather than a negative height. The @var{depth} subfield gives 15609 @var{italic-correction} subfield gives the amount of space that should 15611 glyph from a roman font. The @var{left-italic-correction} subfield
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 2473 tree subfield = lookup_anon_field (TREE_TYPE (field), type); in lookup_anon_field() local 2474 if (subfield) in lookup_anon_field() 2475 return subfield; in lookup_anon_field()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | ChangeLog-2015 | 1926 * trans.h (gfc_ss_info): New subfield dummy_arg.
|
| H A D | ChangeLog-2011 | 835 and rename subfield expr to value.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2007 | 14807 * rtl.def (VAR_LOCATION): Add a new integer subfield to VAR_LOCATION
|
| H A D | ChangeLog-2013 | 36252 this and the pointer to the next subfield its ID.
|