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

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 44 XRayLogInitStatus __xray_log_init(size_t BufferSize, size_t MaxBuffers,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 44 XRayLogInitStatus __xray_log_init(size_t BufferSize, size_t MaxBuffers,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 44 XRayLogInitStatus __xray_log_init(size_t BufferSize, size_t MaxBuffers,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 44 XRayLogInitStatus __xray_log_init(size_t BufferSize, size_t MaxBuffers,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 44 XRayLogInitStatus __xray_log_init(size_t BufferSize, size_t MaxBuffers,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 44 XRayLogInitStatus __xray_log_init(size_t BufferSize, size_t MaxBuffers,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 44 XRayLogInitStatus __xray_log_init(size_t BufferSize, size_t MaxBuffers,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 44 XRayLogInitStatus __xray_log_init(size_t BufferSize, size_t MaxBuffers,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntcons.h 147 ULONG EVNTAPI EventAccessQuery (LPGUID Guid, PSECURITY_DESCRIPTOR Buffer, PULONG BufferSize);
  /system/chre/platform/slpi/include/chre/target_platform/
platform_log_base.h 32 typedef void (FlushLogBufferCallback)(const char *buffer, size_t bufferSize,
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 312 int BufferSize;
347 BufferSize = MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
348 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
349 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
351 MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
364 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
365 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
368 if (!WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuffer, BufferSize, (char*)TargetBuffer, 256, NULL, FALSE)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 312 int BufferSize;
347 BufferSize = MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
348 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
349 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
351 MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
364 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
365 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
368 if (!WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuffer, BufferSize, (char*)TargetBuffer, 256, NULL, FALSE)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c 778 BufferPtr. If BufferSize is too small to contain the entire downloaded file,
779 then EFI_BUFFER_TOO_SMALL will be returned and BufferSize will be set to zero,
781 if the TFTP server supports TFTP options). If BufferSize is large enough for the
782 read operation, then BufferSize will be set to the size of the downloaded file,
792 BufferSize specifies the number of bytes to send. If the write operation completes
795 is returned in BufferSize, and EFI_SUCCESS will be returned. If the TFTP server
810 @param[in, out] BufferSize For get-file-size operations, *BufferSize returns the size of the
837 IN OUT UINT64 *BufferSize,
    [all...]
PxeBcSupport.c 610 @param[in] BufferSize A pointer to the size of the data at BufferPtr.
625 IN UINTN *BufferSize,
648 TxData->FragmentTable[FragCount - 1].FragmentLength = (UINT32) *BufferSize;
650 DataLength = (UINT32) *BufferSize;
715 @param[in] BufferSize A pointer to the size of the data at BufferPtr.
729 IN UINTN *BufferSize,
752 TxData->FragmentTable[FragCount - 1].FragmentLength = (UINT32) *BufferSize;
754 DataLength = (UINT32) *BufferSize;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 522 size_t bytesread, buffersize, chunksize; local
551 buffersize = Util_NewBufferSize((size_t)0);
553 buffersize = bytesrequested;
554 if (buffersize > INT_MAX) {
560 ret = PyString_FromStringAndSize((char *)NULL, buffersize);
569 buffersize-bytesread,
585 buffersize = Util_NewBufferSize(buffersize);
586 if (_PyString_Resize(&ret, buffersize) < 0)
592 if (bytesread != buffersize)
666 size_t buffersize = SMALLCHUNK; local
1030 size_t buffersize = SMALLCHUNK; local
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 510 size_t bytesread, buffersize, chunksize; local
539 buffersize = Util_NewBufferSize((size_t)0);
541 buffersize = bytesrequested;
542 if (buffersize > INT_MAX) {
548 ret = PyString_FromStringAndSize((char *)NULL, buffersize);
557 buffersize-bytesread,
573 buffersize = Util_NewBufferSize(buffersize);
574 if (_PyString_Resize(&ret, buffersize) < 0)
580 if (bytesread != buffersize)
654 size_t buffersize = SMALLCHUNK; local
1019 size_t buffersize = SMALLCHUNK; local
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PxeBaseCode.h 509 BufferPtr. If BufferSize is too small to contain the entire downloaded file,
510 then EFI_BUFFER_TOO_SMALL will be returned and BufferSize will be set to zero
512 if the TFTP server supports TFTP options). If BufferSize is large enough for the
513 read operation, then BufferSize will be set to the size of the downloaded file,
523 BufferSize specifies the number of bytes to send. If the write operation completes
526 is returned in BufferSize, and EFI_SUCCESS will be returned. If the TFTP server
549 @param BufferSize For get-file-size operations, *BufferSize returns the size of the
576 IN OUT UINT64 *BufferSize,
609 @param BufferSize A pointer to the size of the data at BufferPtr.
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 744 outBuffer->bufferSize = mTotalSize + 100;
886 LOG_V("outBuffer->bufferSize = %d, sizeCopiedHere = %d, mTotalSizeCopied = %d\n",
887 outBuffer->bufferSize, sizeCopiedHere, mTotalSizeCopied);
889 if (mCurSegment->size < mOffsetInSeg || outBuffer->bufferSize < sizeCopiedHere) {
890 LOG_E("mCurSegment->size < mOffsetInSeg || outBuffer->bufferSize < sizeCopiedHere\n");
894 if ((mCurSegment->size - mOffsetInSeg) <= outBuffer->bufferSize - sizeCopiedHere) {
902 sizeToBeCopied = outBuffer->bufferSize - sizeCopiedHere;
904 (uint8_t *)mCurSegment->buf + mOffsetInSeg, outBuffer->bufferSize - sizeCopiedHere);
907 outBuffer->dataSize = outBuffer->bufferSize;
963 mHrdParam.bufferSize = 0
    [all...]
  /device/google/marlin/
init.common.rc 473 setprop net.tcp.buffersize.wifi 524288,2097152,4194304,262144,524288,1048576
491 setprop net.tcp.buffersize.default 4096,87380,524288,4096,16384,110208
492 setprop net.tcp.buffersize.lte 2097152,4194304,8388608,262144,524288,1048576
493 setprop net.tcp.buffersize.umts 4094,87380,110208,4096,16384,110208
494 setprop net.tcp.buffersize.hspa 4094,87380,1220608,4096,16384,1220608
495 setprop net.tcp.buffersize.hsupa 4094,87380,1220608,4096,16384,1220608
496 setprop net.tcp.buffersize.hsdpa 4094,87380,1220608,4096,16384,1220608
497 setprop net.tcp.buffersize.hspap 4094,87380,1220608,4096,16384,1220608
498 setprop net.tcp.buffersize.edge 4093,26280,35040,4096,16384,35040
499 setprop net.tcp.buffersize.gprs 4092,8760,11680,4096,8760,1168
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.c 1118 IN UINTN BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c 1118 IN UINTN BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MrcWrapper.c 504 UINTN BufferSize;
507 BufferSize = ((sizeof (VarData.timings) + 0x7) & (~0x7)); // HOB data size (stored in variable) is required to be multiple of 8bytes
514 &BufferSize,
555 UINTN BufferSize;
810 BufferSize = sizeof (EFI_SMRAM_HOB_DESCRIPTOR_BLOCK);
811 BufferSize += ((SmramRanges - 1) * sizeof (EFI_SMRAM_DESCRIPTOR));
815 BufferSize
891 UINTN BufferSize;
930 BufferSize = sizeof (EFI_SMRAM_HOB_DESCRIPTOR_BLOCK);
932 BufferSize += ((SmramRanges - 1) * sizeof (EFI_SMRAM_DESCRIPTOR));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 275 vk::VkDeviceSize bufferSize = 0;
278 bufferSize = vk::mapVkFormat(m_format).getPixelSize() * width * height * depth;
299 bufferSize = pixelSize*width*height*depth;
302 BufferCreateInfo stagingBufferResourceCreateInfo(bufferSize, vk::VK_BUFFER_USAGE_TRANSFER_DST_BIT | vk::VK_BUFFER_USAGE_TRANSFER_SRC_BIT);
371 deMemcpy(data, destPtr, static_cast<size_t>(bufferSize));
661 vk::VkDeviceSize bufferSize = 0;
663 bufferSize = vk::mapVkFormat(m_format).getPixelSize() *width*height*depth;
683 bufferSize = pixelSize*width*height*depth;
685 BufferCreateInfo stagingBufferResourceCreateInfo(bufferSize, vk::VK_BUFFER_USAGE_TRANSFER_DST_BIT | vk::VK_BUFFER_USAGE_TRANSFER_SRC_BIT);
688 deMemcpy(destPtr, data, static_cast<size_t>(bufferSize));
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c 216 @param BufferSize[in, out] On input, the size of the Buffer. On output,
232 IN OUT UINTN *BufferSize,
301 for (Index = 0; Index < *BufferSize; Index++) {
314 *BufferSize = Index;
341 UINTN BufferSize;
346 BufferSize = sizeof (StatusBuffer);
358 &BufferSize,
385 UINTN BufferSize;
394 BufferSize = 0;
395 ReadDataFromUsb (UsbSerialDevice, &BufferSize, NULL);
    [all...]
  /external/tpm2/
SessionProcess.c 566 INT32 bufferSize;
657 bufferSize = sizeof(TPMA_SESSION);
659 &buffer, &bufferSize);
789 INT32 bufferSize = sizeof(TPMA_LOCALITY);
791 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, &bufferSize);
    [all...]

Completed in 1021 milliseconds

<<21222324252627282930>>