HomeSort by relevance Sort by last modified time
    Searched full:buffersize (Results 276 - 300 of 1885) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 147 size_t bufferSize = 4096;
150 char* data = (char*)sk_malloc_throw(bufferSize);
153 bufferSize - streamLen)) != 0) {
155 if (streamLen == bufferSize) {
156 bufferSize *= 2;
157 data = (char*)sk_realloc_throw(data, bufferSize);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 49 /// BufferSize - The size of the buffer in bytes.
51 size_t BufferSize;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
111 OwnsStream(Owns), BufferSize(BuffSize), BufferArray(nullptr),
113 if (BufferSize != 0)
114 BufferArray = new char[BufferSize];
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 49 /// BufferSize - The size of the buffer in bytes.
51 size_t BufferSize;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
111 OwnsStream(Owns), BufferSize(BuffSize), BufferArray(nullptr),
113 if (BufferSize != 0)
114 BufferArray = new char[BufferSize];
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 49 /// BufferSize - The size of the buffer in bytes.
51 size_t BufferSize;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
111 OwnsStream(Owns), BufferSize(BuffSize), BufferArray(nullptr),
113 if (BufferSize != 0)
114 BufferArray = new char[BufferSize];
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 49 /// BufferSize - The size of the buffer in bytes.
51 size_t BufferSize;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
111 OwnsStream(Owns), BufferSize(BuffSize), BufferArray(nullptr),
113 if (BufferSize != 0)
114 BufferArray = new char[BufferSize];
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 49 /// BufferSize - The size of the buffer in bytes.
51 size_t BufferSize;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
111 OwnsStream(Owns), BufferSize(BuffSize), BufferArray(nullptr),
113 if (BufferSize != 0)
114 BufferArray = new char[BufferSize];
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 49 /// BufferSize - The size of the buffer in bytes.
51 size_t BufferSize;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
111 OwnsStream(Owns), BufferSize(BuffSize), BufferArray(nullptr),
113 if (BufferSize != 0)
114 BufferArray = new char[BufferSize];
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 49 /// BufferSize - The size of the buffer in bytes.
51 size_t BufferSize;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
111 OwnsStream(Owns), BufferSize(BuffSize), BufferArray(nullptr),
113 if (BufferSize != 0)
114 BufferArray = new char[BufferSize];
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 49 /// BufferSize - The size of the buffer in bytes.
51 size_t BufferSize;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
111 OwnsStream(Owns), BufferSize(BuffSize), BufferArray(nullptr),
113 if (BufferSize != 0)
114 BufferArray = new char[BufferSize];
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 1132 UINT64 BufferSize = 0;
1158 &BufferSize,
    [all...]
  /external/protobuf/objectivec/Tests/
GPBCodedOuputStreamTests.m 46 bufferSize:(size_t)bufferSize;
51 bufferSize:(size_t)bufferSize {
52 NSMutableData *data = [NSMutableData dataWithLength:bufferSize];
97 bufferSize:blockSize];
121 bufferSize:blockSize];
170 bufferSize:blockSize];
184 bufferSize:blockSize];
322 bufferSize:blockSize]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iscsidsc.h 394 ULONG *BufferSize,
400 ULONG *BufferSize,
411 PULONG BufferSize,
419 PULONG BufferSize,
559 ULONG *BufferSize,
564 ULONG *BufferSize,
594 PULONG BufferSize,
600 PULONG BufferSize,
640 PULONG BufferSize,
646 PULONG BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/
PeiHobLib.c 240 IN UINTN BufferSize
256 BufferSize - The size in byte of BufferSize
275 Length = sizeof(EFI_HOB_GUID_TYPE) + BufferSize;
279 CopyMem(Hob.Raw + sizeof(EFI_HOB_GUID_TYPE), Buffer, BufferSize);
552 OUT UINTN *BufferSize OPTIONAL
568 BufferSize - A Pointer to the size in byte of BufferSize.
594 if (BufferSize) {
595 *BufferSize = GuidHob.Header->HobLength - sizeof (EFI_HOB_GUID_TYPE);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Locate.c 101 @param BufferSize On input the size of Buffer. On output the
106 returned in BufferSize.
118 IN OUT UINTN *BufferSize,
131 if (BufferSize == NULL) {
135 if ((*BufferSize > 0) && (Buffer == NULL)) {
222 if (ResultSize <= *BufferSize) {
239 if (ResultSize > *BufferSize) {
243 *BufferSize = ResultSize;
654 UINTN BufferSize;
664 BufferSize = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DebugPort.c 509 UINTN BufferSize;
513 BufferSize = 1;
514 This->Read (This, 0, &BufferSize, &BitBucket);
526 @param BufferSize On input, the size of Buffer.
539 IN OUT UINTN *BufferSize,
550 LocalBufferSize = *BufferSize;
569 LocalBufferSize = *BufferSize - (BufferPtr - (UINT8 *) Buffer);
572 *BufferSize = (UINTN) (BufferPtr - (UINT8 *) Buffer);
584 @param BufferSize On input, the size of Buffer.
597 IN OUT UINTN *BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SerialDxe/
SerialIo.c 124 @param BufferSize On input, the size of the Buffer. On output, the amount of
137 IN OUT UINTN *BufferSize,
145 @param BufferSize On input, the size of the Buffer. On output, the amount of
158 IN OUT UINTN *BufferSize,
414 @param BufferSize On input, the size of the Buffer. On output, the amount of
427 IN OUT UINTN *BufferSize,
433 Count = SerialPortWrite (Buffer, *BufferSize);
435 if (Count != *BufferSize) {
436 *BufferSize = Count;
447 @param BufferSize On input, the size of the Buffer. On output, the amount of
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuBlockIo.h 53 Read BufferSize bytes from Lba into Buffer.
66 @param[in] BufferSize Size of Buffer, must be a multiple of device block size.
78 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of the
92 IN UINTN BufferSize,
97 Write BufferSize bytes from Lba into Buffer.
110 @param[in] BufferSize Size of Buffer, must be a multiple of device block size.
134 IN UINTN BufferSize,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BlockIo2.h 71 Read BufferSize bytes from Lba into Buffer.
84 @param[in] BufferSize Size of Buffer, must be a multiple of device block size.
96 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of the
110 IN UINTN BufferSize,
115 Write BufferSize bytes from Lba into Buffer.
128 @param[in] BufferSize Size of Buffer, must be a multiple of device block size.
152 IN UINTN BufferSize,
FirmwareVolume2.h 227 - BufferSize is returned with the size that is required to
239 value of *BufferSize indicates the size of the
243 EFI_WARN_BUFFER_TOO_SMALL is returned, and then BufferSize is
250 The size of the new buffer is returned in BufferSize and all
268 @param BufferSize Pointer to a caller-allocated UINTN. It
307 IN OUT UINTN *BufferSize,
326 allocated. In this case, the input value of *BufferSize
331 and then BufferSize is returned with the size that is required
338 the new buffer is returned in *BufferSize and all other output
366 @param BufferSize Pointer to a caller-allocated UINTN. It
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Verify.c 272 UINTN BufferSize;
330 BufferSize = sizeof (UINT8);
331 OldSize = BufferSize;
339 OldSize = BufferSize;
341 BufferSize = OldSize + SingleCertSize + sizeof (UINT32);
342 CertBuf = malloc (BufferSize);
367 *CertLength = BufferSize - OldSize - sizeof (UINT32);
375 *StackLength = BufferSize;
474 UINTN BufferSize;
597 BufferSize = sizeof (UINT8);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 74 IN UINTN BufferSize
82 IN UINTN BufferSize
90 IN UINTN BufferSize
466 IN UINTN BufferSize,
480 BufferSize - Maximum number of characters to put into buffer. Zero means no
497 Return = VSPrint (Buffer, BufferSize, Format, Marker);
507 IN UINTN BufferSize,
523 BufferSize - Maximum number of characters to put into buffer. Zero means
557 NumberOfCharacters = BufferSize / sizeof (CHAR_W);
558 BufferLeft = BufferSize;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSimpleFileSystemDxe/
EmuSimpleFileSystem.c 170 @param BufferSize On input size of buffer, on output amount of data in buffer.
177 @retval EFI_BUFFER_TO_SMALL BufferSize is too small. BufferSize contains required size.
184 IN OUT UINTN *BufferSize,
192 if (This == NULL || BufferSize == NULL) {
196 if ((*BufferSize != 0) && (Buffer == NULL)) {
197 // Buffer can be NULL if *BufferSize is zero
205 Status = PrivateFile->Io->Read (PrivateFile->Io, BufferSize, Buffer);
216 @param BufferSize On input size of buffer, on output amount of data in buffer.
234 IN OUT UINTN *BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DmpStore.c 110 UINTN BufferSize;
135 BufferSize = sizeof (NameSize);
136 Status = ShellReadFile (FileHandle, &BufferSize, &NameSize);
137 if (EFI_ERROR (Status) || (BufferSize != sizeof (NameSize))) {
145 BufferSize = sizeof (DataSize);
146 Status = ShellReadFile (FileHandle, &BufferSize, &DataSize);
147 if (EFI_ERROR (Status) || (BufferSize != sizeof (DataSize))) {
156 BufferSize = sizeof (NameSize) + sizeof (DataSize) + RemainingSize;
157 Buffer = AllocatePool (BufferSize);
162 BufferSize = RemainingSize;
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 30 * Each test can define it's own BUFFERSIZE
264 #define BUFFERSIZE 17 /* make it interesting :) */
270 The 'buffersize' is in bytes of input.
299 char inBuf[BUFFERSIZE];
322 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv));
324 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize);
330 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) )
383 #undef BUFFERSIZE
385 #define BUFFERSIZE 1024
399 char inBuf[BUFFERSIZE];
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrOpCodeCreation.c 83 if (Data->Offset + sizeof (EFI_IFR_END) > Data->BufferSize) {
114 if (Data->Offset + sizeof (EFI_IFR_DEFAULT) > Data->BufferSize) {
151 if (Data->Offset + sizeof (EFI_IFR_ACTION) > Data->BufferSize) {
186 if (Data->Offset + sizeof (EFI_IFR_SUBTITLE) > Data->BufferSize) {
218 if (Data->Offset + sizeof (EFI_IFR_TEXT) > Data->BufferSize) {
255 if (Data->Offset + sizeof (EFI_IFR_REF) > Data->BufferSize) {
294 if (Data->Offset + OptionCount * sizeof (EFI_IFR_ONE_OF_OPTION) > Data->BufferSize) {
343 if (Data->Offset + Length > Data->BufferSize) {
402 if (Data->Offset + Length > Data->BufferSize) {
450 if (Data->Offset + sizeof (EFI_IFR_CHECKBOX) > Data->BufferSize) {
    [all...]

Completed in 2002 milliseconds

<<11121314151617181920>>