/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
hw_rome.c | 810 int readSize, err = 0, total_segment, remain_size, nvm_length, nvm_index, i; 837 readSize = fread (pdata_buffer,1,fileSize,pFile); 842 if (readSize != fileSize) { 843 ALOGE("Read file size(%d) not matched with actual file size (%ld bytes)",readSize,fileSize); 880 return readSize; 921 return readSize; [all...] |
/hardware/qcom/bt/sdm845/libbt-vendor/src/ |
hw_rome.c | 825 int readSize, err = 0, total_segment, remain_size, nvm_length, nvm_index, i; 852 readSize = fread (pdata_buffer,1,fileSize,pFile); 857 if (readSize != fileSize) { 858 ALOGE("Read file size(%d) not matched with actual file size (%ld bytes)",readSize,fileSize); 895 return readSize; [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/ |
BasePeCoff.c | [all...] |
/external/syslinux/efi32/include/efi/ |
efilib.h | 784 IN OUT UINTN *ReadSize,
|
/external/syslinux/efi64/include/efi/ |
efilib.h | 784 IN OUT UINTN *ReadSize,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efilib.h | 784 IN OUT UINTN *ReadSize,
|
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 933 const int readSize = mEventPacket.readResponse(mRequestIntr->dev); 939 return readSize != 0 ? result : 0;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
bz2module.c | 1032 size_t readsize;
local [all...] |
/external/python/cpython2/Modules/ |
bz2module.c | 1021 size_t readsize; local 1125 readsize = buffersize; 1127 /* offset might be wider that readsize, but the result [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/ |
EfiShell.h | 794 @param[in] ReadSize On input, the size of Buffer, in bytes. On output, the amount of data read.
801 @retval EFI_BUFFER_TO_SMALL Buffer is too small. ReadSize contains required size.
807 IN OUT UINTN *ReadSize,
[all...] |
/external/webrtc/webrtc/modules/media_file/ |
media_file_utility.cc | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coffgen.c | 236 bfd_size_type readsize; /* Length of file_info. */ local 270 readsize = (bfd_size_type) nscns * scnhsz; 271 external_sections = (char *) bfd_alloc (abfd, readsize); 275 if (bfd_bread ((void *) external_sections, readsize, abfd) != readsize) [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
ShellLib.h | 208 @param[in, out] ReadSize On input the size of buffer in bytes. On return
216 @retval EFI_BUFFER_TO_SMALL Buffer is too small. ReadSize contains required
224 IN OUT UINTN *ReadSize,
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
GenFvInternalLib.c | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
GenFw.c | 785 IN OUT UINT32 *ReadSize,
800 ReadSize - The number of bytes to read from the file starting at FileOffset
806 EFI_SUCCESS - ReadSize bytes of data were read into Buffer from the PE/COFF file starting at FileOffset
816 Length = *ReadSize;
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
GenFvImageLib.c | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
FileHandleLib.h | 94 @retval EFI_BUFFER_TO_SMALL Buffer is too small. ReadSize contains required
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/ |
FileHandleLib.h | 106 @retval EFI_BUFFER_TO_SMALL Buffer is too small. ReadSize contains required
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
stress_iio.c | 771 printf("readsize=%d, left_over_size=%d\n", read_size, left_over_size);
|
/toolchain/binutils/binutils-2.25/gold/ |
object.cc | 832 section_size_type readsize = need_local_symbols ? datasize : extsize; local 834 if (readsize == 0) 840 File_view* fvsymtab = this->get_lasting_view(readoff, readsize, true, false); 863 sd->symbols_size = readsize; [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/ |
UefiFileHandleLib.c | 160 @retval EFI_BUFFER_TO_SMALL Buffer is too small. ReadSize contains required
[all...] |
/frameworks/av/media/libstagefright/ |
MPEG4Extractor.cpp | 600 static int32_t readSize(off64_t offset, 633 int32_t size = readSize(data_offset, mDataSource, &numOfBytes); 693 size = readSize(data_offset, mDataSource, &numOfBytes); 709 dataLen = readSize(data_offset, mDataSource, &numOfBytes); [all...] |
/external/libvorbis/lib/ |
vorbisfile.c | 65 #define READSIZE 2048 /* a smaller read size is needed for low-rate streaming. */ 71 char *buffer=ogg_sync_buffer(&vf->oy,READSIZE); 72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource); [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/net/http/ |
fcgi.a | 760 pairs ?Tgclocals·53cdb2efd9036e99269a84884dd4160f ?Tgclocals·a55453bdc7227f7d7065f68bac282001 ?"".readSize |