HomeSort by relevance Sort by last modified time
    Searched refs:OutputBuffer (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 326 char *OutputBuffer = (char *)GVTOP(Args[0]);
338 sprintf(OutputBuffer++, "%c", *FmtStr++);
341 sprintf(OutputBuffer, "%c%c", *FmtStr, *(FmtStr+1));
342 FmtStr += 2; OutputBuffer += 2;
395 memcpy(OutputBuffer, Buffer, Len + 1);
396 OutputBuffer += Len;
  /external/tpm2/
TcpServer.c 24 char OutputBuffer[MAX_BUFFER]; //The output data buffer for the simulator.
498 OutBuffer.Buffer = (_OUTPUT_BUFFER) OutputBuffer;
515 &OutputBuffer[6], sizeof(UINT32));
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sol.c 53 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer;
gen7_sol_state.c 130 int buffer = linked_xfb_info->Outputs[i].OutputBuffer;
  /external/giflib/
quantize.c 65 GifByteType * OutputBuffer,
168 OutputBuffer[i] = Index;
gif_lib.h 222 GifByteType * OutputBuffer,
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 822 SmallVector<char, 16> OutputBuffer;
824 llvm::BitstreamWriter OutputStream(OutputBuffer);
841 Out.write(OutputBuffer.data(), OutputBuffer.size());
  /external/pdfium/third_party/lcms2-2.6/src/
cmsxform.c 177 void* OutputBuffer,
183 p -> xform(p, InputBuffer, OutputBuffer, Size, Size);
190 void* OutputBuffer,
196 p -> xform(p, InputBuffer, OutputBuffer, Size, Stride);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h 229 OUT PVOID OutputBuffer OPTIONAL,
video.h 334 PVOID OutputBuffer;
    [all...]
ntddk.h     [all...]
ntifs.h     [all...]
wdm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 182 typedef NTSTATUS (NTAPI LSA_CALLBACK_FUNCTION)(ULONG_PTR Argument1,ULONG_PTR Argument2,PSecBuffer InputBuffer,PSecBuffer OutputBuffer);
313 typedef NTSTATUS (NTAPI LSA_MAP_BUFFER)(PSecBuffer InputBuffer,PSecBuffer OutputBuffer);
580 typedef NTSTATUS (NTAPI SpAcceptLsaModeContextFn)(LSA_SEC_HANDLE CredentialHandle,LSA_SEC_HANDLE ContextHandle,PSecBufferDesc InputBuffer,ULONG ContextRequirements,ULONG TargetDataRep,PLSA_SEC_HANDLE NewContextHandle,PSecBufferDesc OutputBuffer,PULONG ContextAttributes,PTimeStamp ExpirationTime,PBOOLEAN MappedContext,PSecBuffer ContextData);
    [all...]
winternl.h 947 NTSTATUS NTAPI NtFsControlFile(HANDLE FileHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,PIO_STATUS_BLOCK IoStatusBlock,ULONG IoControlCode,PVOID InputBuffer,ULONG InputBufferLength,PVOID OutputBuffer,ULONG OutputBufferLength);
948 NTSTATUS NTAPI NtDeviceIoControlFile(HANDLE FileHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,PIO_STATUS_BLOCK IoStatusBlock,ULONG IoControlCode,PVOID InputBuffer,ULONG InputBufferLength,PVOID OutputBuffer,ULONG OutputBufferLength);
    [all...]
ks.h     [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 120 OUT PVOID OutputBuffer OPTIONAL,
136 OUT PVOID OutputBuffer OPTIONAL,
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 134 uint8_t OutputBuffer[1];
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 576 void* OutputBuffer,
lcms2.h     [all...]
  /external/mesa3d/src/glsl/
linker.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 783 milliseconds

1 2