Searched refs:data (Results 101 - 125 of 178) sorted by relevance

12345678

/bionic/libc/arch-arm/denver/bionic/
H A Dmemset.S206 .data
/bionic/libc/arch-arm/generic/bionic/
H A Dmemset.S131 .data
/bionic/libc/arch-arm/krait/bionic/
H A D__strcat_chk.S39 // do a memcpy of the data.
210 .data
H A D__strcpy_chk.S37 // Get the length of the source string first, then do a memcpy of the data
171 .data
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dbootparam.h59 __u8 data[0]; member in struct:setup_data
H A Dkvm.h196 __u64 data; member in struct:kvm_msr_entry
/bionic/libc/kernel/uapi/drm/
H A Dexynos_drm.h59 __u32 data; member in struct:drm_exynos_g2d_cmd
H A Damdgpu_drm.h190 uint32_t data[64]; member in struct:drm_amdgpu_gem_metadata::__anon120
191 } data; member in struct:drm_amdgpu_gem_metadata
H A Ddrm_mode.h306 __u64 data; member in struct:drm_mode_get_blob
445 __u64 data; member in struct:drm_mode_create_blob
/bionic/libc/kernel/uapi/linux/android/
H A Dbinder.h119 } data; member in struct:binder_transaction_data
/bionic/libc/kernel/uapi/linux/
H A Dbinder.h117 } data; member in struct:binder_transaction_data
H A Dfd.h216 void __user * data; member in struct:floppy_raw_cmd
H A Dnubus.h201 __u32 data; member in struct:nubus_dirent
H A Dkvm.h240 __u8 data[8]; member in struct:kvm_run::__anon502::__anon508
281 __u32 data; member in struct:kvm_run::__anon502::__anon513
289 __u64 data[16]; member in struct:kvm_run::__anon502::__anon514
360 __u8 data[8]; member in struct:kvm_coalesced_mmio
827 __u32 data; member in struct:kvm_irq_routing_msi
964 __u32 data; member in struct:kvm_msi
H A Dsoundcard.h130 char data[4000]; member in struct:synth_control
230 char data[1]; member in struct:patch_info
240 unsigned char data[1]; member in struct:sysex_info
380 unsigned char data[30]; member in struct:__anon752
540 unsigned char data[4000]; member in struct:copr_buffer
554 unsigned char data[4000]; member in struct:copr_msg
H A Dbcache.h170 } __attribute((packed)) data[]; member in struct:prio_set
H A Dfb.h372 const char * data; member in struct:fb_image
H A Dvfio.h110 __u8 data[]; member in struct:vfio_irq_set
/bionic/libm/x86/
H A De_hypot.S218 .data
/bionic/libm/x86_64/
H A De_hypot.S193 .data
/bionic/tools/bionicbb/
H A Dpresubmit.py154 requests.post(url, headers=headers, data=json.dumps(request_data))
/bionic/libc/kernel/uapi/linux/dvb/
H A Dfrontend.h420 __u32 data; member in union:dtv_property::__anon306
424 __u8 data[32]; member in struct:dtv_property::__anon306::__anon307
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
H A Dsha1.c18 #define SHA1HANDSOFF /* Copies data before messing with it. */
236 * Run your data through this.
238 void SHA1Update(SHA1_CTX *context, const uint8_t *data, unsigned int len) argument
243 _DIAGASSERT(data != 0);
250 (void)memcpy(&context->buffer[j], data, (i = 64-j));
253 SHA1Transform(context->state, &data[i]);
258 (void)memcpy(&context->buffer[j], &data[i], len - i);
/bionic/linker/
H A Dlinker.h455 int do_dl_iterate_phdr(int (*cb)(dl_phdr_info* info, size_t size, void* data), void* data);
/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h227 } data; member in struct:snd_seq_event

Completed in 2166 milliseconds

12345678