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

1234567891011

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmsdos_partition.h91 /* The length in sector units. */
92 grub_uint32_t length; member in struct:grub_msdos_partition_entry
H A Dscsicmd.h55 grub_uint8_t length; member in struct:grub_scsi_inquiry_data
H A Dusbdesc.h36 grub_uint8_t length; member in struct:grub_usb_desc
42 grub_uint8_t length; member in struct:grub_usb_desc_device
60 grub_uint8_t length; member in struct:grub_usb_desc_config
73 grub_uint8_t length;
86 grub_uint8_t length; member in struct:grub_usb_desc_if
99 grub_uint8_t length; member in struct:grub_usb_desc_endp
109 grub_uint8_t length; member in struct:grub_usb_desc_str
116 grub_uint8_t length; member in struct:grub_usb_usb_hubdesc
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c111 unsigned long length; /* %ecx */ local
124 "=c" (length),
358 int i, length; local
372 length = check->fields.length * 16;
373 if (!length)
376 for (i = 0; i < length ; ++i)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbios.c61 unsigned char length;
78 dap.length = sizeof (dap);
59 unsigned char length; member in struct:disk_address_packet
H A Dmd5.c90 static unsigned int length; variable
148 length = 0;
154 int buflen = length & 63;
155 length += inputlen;
180 int i, buflen = length & 63;
191 *(UINT4 *) (buffer + 56) = cpu_to_le32 (8 * length);
245 length = 0;
261 length = 0;
330 length = 0;
H A Dsmp-imps.c288 get_checksum (unsigned start, int length) argument
292 while (length-- > 0)
647 imps_scan (unsigned start, unsigned length) argument
650 start, length));
652 while (length > 0)
657 && fps_ptr->length == 1
666 length -= 16;
H A Dsmp-imps.h107 unsigned char length; member in struct:imps_fps
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm65 my $LOG_10_A = length($LOG_10)-1;
69 my $LOG_2_A = length($LOG_2)-1;
175 if (CORE::length($$mfv) != 0)
177 my $len = $MBI->_new( CORE::length($$mfv));
184 if (CORE::length($$mfv) == 0)
337 $len = CORE::length($es);
456 # the numify somewhat limits our length, but makes it much faster
466 # so make mantissa equal length by padding with zero (shift left)
523 # the numify somewhat limits our length, but makes it much faster
530 # so make mantissa equal-length b
2441 sub length subroutine
[all...]
H A DBigRat.pm769 sub length subroutine
774 $x->{_n}->length(); # length(-123/1) => length(123)
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dconftab.h83 short length; member in struct:Prefix_s
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dconftab.h83 short length; member in struct:Prefix_s
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dconftab.h83 short length; member in struct:Prefix_s
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dconftab.h83 short length; member in struct:Prefix_s
/osnet-11/usr/src/lib/libc/port/fp/
H A D__x_power.c50 * Multiply a base-2**16 significand by multiplier. Extend length as
57 int j, length = pbf->blength; local
60 for (j = 0; j < length; j++) {
71 * Multiply a base-10**4 significand by multiplier. Extend length as
78 int j, length = pbf->blength; local
81 for (j = 0; j < length; j++) {
93 * Multiply a base-10**4 significand by 2**multiplier. Extend length
100 int j, length = pbf->blength; local
103 for (j = 0; j < length; j++) {
149 * Given x[] and y[], base-2**16 vectors of length
240 int tablepower[3], length[3]; local
[all...]
H A Ddouble_decim.c159 * is stored in pd->ds, terminated by a null byte. The length of this
431 int length = p->blength; local
435 for (zeros = 0; zeros < length && p->bsignificand[zeros] == 0; zeros++)
438 length -= zeros;
440 for (i = 0; i < length; i++)
442 p->blength = length;
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Drules.c129 register int length; local
132 length = strlen(string);
142 } else if (length > 2 && string[length - 1] == 'y') {
143 if (strchr("aeiou", string[length - 2])) {
148 (void) strcpy(area + length - 1, "ies");
150 } else if (string[length - 1] == 's') {
454 int length; local
457 length = Char2Int(*(++ptr));
458 if (start < 0 || length <
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c220 CK_ULONG length; local
226 slot_session->hSession, NULL, &length);
228 *out_length += length;
291 * state length to indicate the minimum needed.
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c49 IN DAT_VLEN length,
64 length,
45 dat_lmr_create( IN DAT_IA_HANDLE ia_handle, IN DAT_MEM_TYPE mem_type, IN DAT_REGION_DESCRIPTION region_description, IN DAT_VLEN length, IN DAT_PZ_HANDLE pz_handle, IN DAT_MEM_PRIV_FLAGS privileges, OUT DAT_LMR_HANDLE *lmr_handle, OUT DAT_LMR_CONTEXT *lmr_context, OUT DAT_RMR_CONTEXT *rmr_context, OUT DAT_VLEN *registered_length, OUT DAT_VADDR *registered_address) argument
/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c288 size_t length; local
297 length = strlen(in);
299 if (strcmp(in + (length - strlen(LA_SUFFIX)), LA_SUFFIX)) {
300 if(!strcmp(in + (length - strlen(SO_SUFFIX)),SO_SUFFIX)) {
304 length = strlen(line);
305 *(line + (length - strlen(SO_SUFFIX))) = '\0';
652 size_t length; local
660 length = NAMLEN(dir);
662 if (length < 4)
666 if (length
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_gss.c130 svcbuf.length = num_bytes;
153 int length; local
155 length = in->length;
156 if ((length == 0) || (smbfs_mb_init_sz(out, length) != 0))
164 out->mb_count = m->m_len = length;
188 out->length = m->m_len;
228 if (input_tok && input_tok->length > 0)
231 if (send_tok && send_tok->length >
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dlsar_clnt.c174 arg.attributes.length = sizeof (struct mslsa_object_attributes);
428 uint32_t length; local
455 length = smb_wcequiv_strlen(name);
456 names.name[0].length = length;
457 names.name[0].allosize = length;
1196 size_t length; local
1206 length = smb_wcequiv_strlen(name);
1208 length += sizeof (smb_wchar_t);
1210 arg.name.length
1283 size_t length; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c294 fs_info->sector_count = fs->geom->length;
302 if (!fat_calc_sizes (fs->geom->length, 0,
507 if (!fat_calc_sizes (fs->geom->length,
589 PedSector length, PedSector min_data_size)
597 ped_geometry_init (&geom, fs->geom->dev, fs->geom->start, length);
637 PedSector max_length = fs->geom->length;
638 PedSector length; local
641 length = (min_length + max_length) / 2;
642 if (_test_resize_size (fs, length, min_data_size))
643 max_length = length;
588 _test_resize_size(const PedFileSystem* fs, PedSector length, PedSector min_data_size) argument
[all...]
H A Dfat.h84 uint32_t length; member in struct:_FatDirEntry
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c51 * and replies can be variable-length, they are prefixed on "the wire"
56 * note that the length of this dhcp_ipc_request_t is variable (using
63 * note again that the length of the dhcp_ipc_reply_t is variable.
181 * uint32_t: the minimum length of the packet
191 uint32_t length; local
193 retval = dhcp_ipc_timed_read(fd, &length, sizeof (uint32_t), &msec);
197 if (length == 0)
200 *msg = malloc(length);
204 retval = dhcp_ipc_timed_read(fd, *msg, length, &msec);
210 if (length < base_lengt
973 dhcp_ipc_timed_read(int fd, void *buffer, unsigned int length, int *msec) argument
[all...]

Completed in 87 milliseconds

1234567891011