Searched defs:length (Results 1 - 25 of 26) sorted by relevance

12

/bionic/libc/kernel/arch-arm/asm/
H A Dscatterlist.h29 unsigned int length; member in struct:scatterlist
32 #define sg_dma_len(sg) ((sg)->length)
/bionic/libc/kernel/arch-mips/asm/
H A Dscatterlist.h27 unsigned int length; member in struct:scatterlist
31 #define sg_dma_len(sg) ((sg)->length)
/bionic/libc/kernel/arch-x86/asm/
H A Dscatterlist_32.h27 unsigned int length; member in struct:scatterlist
32 #define sg_dma_len(sg) ((sg)->length)
/bionic/libc/bionic/
H A Ddlmalloc.c30 static void* named_anonymous_mmap(size_t length);
52 static void* named_anonymous_mmap(size_t length) argument
55 ret = mmap(NULL, length, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0);
59 __bionic_name_mem(ret, length, "libc_malloc");
H A Dstrerror_r.cpp48 size_t length; local
52 length = snprintf(buf, buf_len, "%s", error_name);
54 length = snprintf(buf, buf_len, "Unknown error %d", error_number);
56 if (length >= buf_len) {
75 size_t length = snprintf(buf, buf_len, "%s signal %d", prefix, signal_number); local
76 if (length >= buf_len) {
H A Dlibc_logging.cpp182 size_t length = p - buf; local
183 for (size_t i = 0, j = length - 1; i < j; ++i, --j) {
302 /* length modifier */
/bionic/libc/kernel/common/linux/usb/
H A Df_mtp.h25 int64_t length; member in struct:mtp_file_range
31 size_t length; member in struct:mtp_event
H A Dfunctionfs.h42 __le32 length; member in struct:usb_functionfs_descs_head
50 __le32 length; member in struct:usb_functionfs_strings_head
/bionic/libc/string/
H A Dbcopy.c52 memcpy(void *dst0, const void *src0, size_t length) argument
56 memmove(void *dst0, const void *src0, size_t length)
59 bcopy(const void *src0, void *dst0, size_t length)
67 if (length == 0 || dst == src) /* nothing to do */
86 if ((t ^ (long)dst) & wmask || length < wsize)
87 t = length;
90 length -= t;
96 t = length / wsize;
98 t = length & wmask;
106 src += length;
[all...]
/bionic/libc/kernel/common/linux/
H A Dblkpg.h40 long long length; member in struct:blkpg_partition
H A Dublock.h69 __u64 length; member in struct:ublock_read_in
79 __u64 length; member in struct:ublock_write_in
H A Dif_pppox.h117 __be16 length; member in struct:pppoe_hdr
H A Ddm-ioctl.h47 uint64_t length; member in struct:dm_target_spec
H A Dif_ppp.h72 __u32 length; member in struct:ppp_option_data
H A Dipv6.h79 __u8 length; member in struct:ipv6_destopt_hao
H A Dusbdevice_fs.h72 unsigned int length; member in struct:usbdevfs_iso_packet_desc
H A Datm.h171 int length; member in struct:atmif_sioc
H A Datmdev.h105 int length; member in struct:atm_iobuf
H A Dfd.h229 long length; member in struct:floppy_raw_cmd
H A Dfb.h209 __u32 length; member in struct:fb_bitfield
H A Dwireless.h301 __u16 length; member in struct:iw_point
536 #define IW_EV_POINT_OFF (((char *) &(((struct iw_point *) NULL)->length)) - (char *) NULL)
H A Dinput.h921 __u16 length; member in struct:ff_replay
/bionic/libc/kernel/common/mtd/
H A Dmtd-abi.h24 uint32_t length; member in struct:erase_info_user
29 uint32_t length; member in struct:mtd_oob_buf
82 uint32_t length; member in struct:otp_info
120 uint32_t length; member in struct:nand_oobfree
/bionic/libc/stdio/
H A Dvfprintf.c1230 int *length)
1266 *length = rve - digits;
1229 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch, int *length) argument
/bionic/libc/kernel/common/sound/
H A Dasound.h89 size_t length; member in struct:snd_hwdep_dsp_image
834 unsigned int length; member in struct:snd_ctl_tlv

Completed in 3464 milliseconds

12