/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DebugPort.h | 58 @param BufferSize On input, the requested number of bytes of data to write. On output, the
72 IN OUT UINTN *BufferSize,
81 @param BufferSize On input, the requested number of bytes of data to read. On output, the
96 IN OUT UINTN *BufferSize,
|
LoadFile.h | 50 @param BufferSize On input the size of Buffer in bytes. On output with a return
56 BufferSize.
61 BufferSize is NULL.
75 IN OUT UINTN *BufferSize,
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/SerializeVariablesLib/ |
SerializeVariablesLib.h | 34 UINTN BufferSize;
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/ |
SerialIo.c | 100 @param[in, out] BufferSize On input the size of Buffer, on output the amount of
113 IN OUT UINTN *BufferSize,
121 @param[in, out] BufferSize On input the size of Buffer, on output the amount of
134 IN OUT UINTN *BufferSize,
553 @param[in, out] BufferSize On input the size of Buffer, on output the amount of
566 IN OUT UINTN *BufferSize,
586 if (*BufferSize == 0) {
590 *BufferSize = 0;
594 *BufferSize = 1;
596 *BufferSize = DebugPortWriteBuffer (Handle, Buffer, *BufferSize); [all...] |
/external/llvm/lib/Support/ |
StreamingMemoryObject.cpp | 51 uint64_t BufferSize = LastChar - FirstChar; 52 if (Address >= BufferSize) 56 if (End > BufferSize) 57 End = BufferSize;
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
FileAppender.java | 29 public FileAppender(Layout layout, String filename, boolean append, boolean bufferedIO, int bufferSize) {
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
StreamingMemoryObject.cpp | 51 uint64_t BufferSize = LastChar - FirstChar; 52 if (Address >= BufferSize) 56 if (End > BufferSize) 57 End = BufferSize;
|
/external/syslinux/com32/lib/syslinux/ |
pxe_get_cached.c | 58 gci->BufferSize = gci->BufferLimit = max_dhcp_packet; 74 nbuf = malloc(gci->BufferSize); 80 memcpy(nbuf, bbuf, gci->BufferSize); 83 *len = gci->BufferSize;
|
/external/tpm2/ |
CpriRNG_fp.h | 11 _cpri__DrbgGetPutState(GET_PUT direction, int bufferSize, BYTE *buffer);
|
/frameworks/av/media/mtp/ |
MtpPacket.cpp | 31 MtpPacket::MtpPacket(int bufferSize) 33 mBufferSize(bufferSize), 34 mAllocationIncrement(bufferSize), 37 mBuffer = (uint8_t *)malloc(bufferSize);
|
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/ |
UsbAoapHostActivity.java | 113 public void testStarted(int mode, int bufferSize) { 114 addLog("Starting " + getTestModeString(mode) + " mode test with buffer size " + bufferSize 119 public void testFinished(int mode, int bufferSize) { 120 addLog("Completed " + getTestModeString(mode) + " mode test with buffer size " + bufferSize
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
msports.h | 40 IN DWORD BufferSize,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/ |
FwVolRead.c | 232 @param BufferSize BufferSize is a pointer to caller allocated
233 UINTN. On input *BufferSize indicates the
235 to by Buffer. On output, *BufferSize
268 IN OUT UINTN *BufferSize,
340 InputBufferSize = *BufferSize;
351 *BufferSize = FileSize;
409 @param BufferSize BufferSize is a pointer to caller allocated
432 IN OUT UINTN *BufferSize,
[all...] |
/external/icu/icu4c/source/i18n/ |
ucoleitr.cpp | 59 int32_t bufferSize; 73 bufferSize = UPRV_LENGTHOF(defaultBuffer); 93 if (bufferIndex >= bufferSize) { 94 RCEI *newBuffer = NEW_ARRAY(RCEI, bufferSize + BUFFER_GROW); 100 ARRAY_COPY(newBuffer, buffer, bufferSize); 107 bufferSize += BUFFER_GROW; 130 bufferSize = UPRV_LENGTHOF(defaultBuffer); 155 if (bufferIndex >= bufferSize) { 156 PCEI *newBuffer = NEW_ARRAY(PCEI, bufferSize + BUFFER_GROW); 162 ARRAY_COPY(newBuffer, buffer, bufferSize); [all...] |
/device/generic/goldfish-opengl/system/renderControl_enc/ |
renderControl.in | 3 GL_ENTRY(EGLint, rcQueryEGLString, EGLenum name, void *buffer, EGLint bufferSize) 4 GL_ENTRY(EGLint, rcGetGLString, EGLenum name, void *buffer, EGLint bufferSize)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/ |
TapeIo.h | 57 IN OUT UINTN *BufferSize,
67 BufferSize - Size of the buffer in bytes pointed to by Buffer.
84 BufferSize or the device is operating in fixed block
85 size mode and the BufferSize was not a multiple of
97 IN UINTN *BufferSize,
107 BufferSize - Size of the buffer in bytes pointed to by Buffer.
125 BufferSize or the device is operating in fixed block
126 size mode and the BufferSize was not a multiple of
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/ |
FirmwareVolume.h | 43 UINT32 BufferSize;
61 IN UINTN BufferSize,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Include/ |
PeiHobLib.h | 138 IN UINTN BufferSize
154 BufferSize - The size in byte of BufferSize
345 OUT UINTN *BufferSize OPTIONAL
361 BufferSize - A Pointer to the size in byte of BufferSize.
375 OUT UINTN *BufferSize OPTIONAL
386 BufferSize Buffer size.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Tcp/ |
Tcp.h | 73 IN UINTN *BufferSize,
88 IN OUT UINTN *BufferSize,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/VariableStore/ |
VariableStore.h | 52 IN UINTN BufferSize,
61 IN UINTN BufferSize,
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/ |
VirtioPciDevice.h | 47 IN UINTN BufferSize,
69 IN UINTN BufferSize,
|
/external/curl/lib/ |
socks.h | 33 * blocks until all bytes amount of buffersize will be read. No more, no less. 41 ssize_t buffersize,
|
/external/deqp/framework/delibs/destream/ |
deStreamCpyThread.h | 37 deInt32 bufferSize; 40 deStreamCpyThread* deStreamCpyThread_create (deInStream* input, deOutStream* output, deInt32 bufferSize);
|
/external/openssh/regress/ |
ssh-com-sftp.sh | 14 BUFFERSIZE="5 1000 32000 64000" 48 for B in ${BUFFERSIZE}; do
|
/external/syslinux/efi32/include/efi/ |
efiser.h | 93 IN OUT UINTN *BufferSize, 101 IN OUT UINTN *BufferSize,
|