Searched defs:length (Results 251 - 259 of 259) sorted by relevance

<<11

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c180 disk_read_print_func(unsigned int sector, int offset, int length) argument
182 grub_printf ("[%u,%d,%d]", sector, offset, length);
198 int length);
203 int length)
211 last_length = length;
235 sector-part_start, offset, offset+length);
242 last_length = length;
1379 " 32-bit CS length: 0x%x\n"
1380 " 16-bit CS length: 0x%x\n"
1381 " 16-bit DS length
201 disk_read_blocklist_func(unsigned int sector, int offset, int length) argument
2376 disk_read_savesect_func(unsigned int sector, int offset, int length) argument
2393 disk_read_blocklist_func(unsigned int sector, int offset, int length) argument
4391 disk_read_savesect_func(unsigned int sector, int offset, int length) argument
[all...]
H A Dshared.h453 unsigned long long length; /* Length in bytes. */ member in struct:mmar_desc
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c156 /* number of length codes, not counting the special END_BLOCK code */
191 ush len; /* length of bit string */
239 * performed with a length multiple of the block size. Also, it limits
274 uInt match_length; /* length of best match */
288 * length. A higher limit improves compression ratio but degrades the
298 /* Insert new strings in the hash table only if the match length is not
299 * greater than this length. This saves time but degrades compression.
313 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
319 struct tree_desc_s bl_desc; /* desc. for bit length tree */
322 /* number of codes at each bit length fo
1674 int length; /* length value */ local
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h368 * This is followed by a sequence of variable length attribute records which
529 * maximum 64 character length) as described by the attribute definitions
719 * entry has length = X and lcn = -1. The mapping pairs array actually
720 * uses a delta_lcn value length of 0, i.e. delta_lcn is not present at
723 * the same principles apply as above, except that the length is not
732 * length = X and lcn >= 0. The mapping pairs array stores this as
733 * normal with a run length of X and some specific delta_lcn, i.e.
738 * list entry has length L < X and lcn >= 0. The mapping pairs array
739 * stores this as normal with a run length of X and some specific
741 * immediately followed by a sparse entry with length
793 /* 4*/ le32 length; /* Byte size of the resident part of the member in struct:__anon2055
1109 /* 4*/ le16 length; /* Byte size of this entry. */ member in struct:__anon2064
2119 le32 length; /* Size in bytes of this entry in $SDS stream. */ member in struct:__anon2096
2135 le32 length; /* Size in bytes of this entry in $SDS stream. */ member in struct:__anon2097
2170 le32 length; /* Size in bytes of this entry in $SDS stream. */ member in struct:__anon2098
2599 /* 8*/ le16 length; /* Byte size of this index entry, multiple of member in struct:__anon2115
2639 le16 length; /* Byte size of this index entry, multiple of member in struct:__anon2118
2893 /* 0*/ le32 length; /* Length of EFS attribute in bytes. */ member in struct:__anon2130
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1597 (unsigned int)etype->length);
1655 print_buffer_bin((unsigned char *)authz->data, authz->length,
1658 *authz_data = (unsigned char *)malloc(authz->length);
1663 (void) memcpy(*authz_data, authz->data, authz->length);
1664 *authz_data_len = authz->length;
1919 * it is missing the sequence tag and length, so it requires
2066 name.length = gen->d.otherName->value->value.sequence->length;
2072 print_buffer_bin((unsigned char *)name.data, name.length,
2307 key_block->length
2746 long length = (long) len; local
3496 long length = indata_len; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h389 grub_efi_uint8_t length[2]; member in struct:grub_efi_device_path
399 ((dp)->length[0] | ((grub_efi_uint16_t) ((dp)->length[1]) << 8))
999 (*copy_mem) (void *destination, void *source, grub_efi_uintn_t length);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h2761 #define PERL_MAGIC_arylen '#' /* Array length ($#ary) */
3517 e_no_len, /* no length */
3528 I32 length; /* length/repeat count */ member in struct:__anon93
3529 howlen_t howlen; /* how length is given */
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h604 /* CK_ATTRIBUTE is a structure that includes the type, length
1506 CK_ULONG ulIvLen; /* length of IV in bytes */
1526 * ciphers' MAC_GENERAL mechanisms. Its value is the length of
1537 CK_ULONG length; member in struct:CK_DES_CBC_ENCRYPT_DATA_PARAMS
1545 CK_ULONG length; member in struct:CK_AES_CBC_ENCRYPT_DATA_PARAMS
1613 CK_ULONG ulXLen; /* length of extra data in bytes */
1871 CK_ULONG length; member in struct:CK_CAMELLIA_CBC_ENCRYPT_DATA_PARAMS
1880 CK_ULONG length; member in struct:CK_ARIA_CBC_ENCRYPT_DATA_PARAMS
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h365 uint16_t length; /* Length of data DMAed into data buffer */ member in struct:e1000_rx_desc
407 uint16_t length; /* Data buffer length */ member in struct:e1000_tx_desc::__anon195::__anon196
467 uint8_t hdr_len; /* Header length */
479 uint16_t length; /* Data buffer length */ member in struct:e1000_data_desc::__anon205::__anon206
527 volatile uint32_t length; /* Flexible Filter Length (RW) */ member in struct:e1000_fflt_entry
546 /* Each Flexible Filter is at most 128 (0x80) bytes in length */
1264 #define E1000_RDLEN_LEN 0x0007ff80 /* descriptor length */
1599 * length
[all...]

Completed in 176 milliseconds

<<11