HomeSort by relevance Sort by last modified time
    Searched defs:Buffer (Results 151 - 175 of 266) sorted by null

1 2 3 4 5 67 8 91011

  /external/clang/lib/AST/
Stmt.cpp 668 char *buffer = new (C) char[size]; local
669 memcpy(buffer, str.data(), size);
670 return StringRef(buffer, size);
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 128 assert(FD != -1 && "cannot get buffer for closed file");
515 /// \brief Parses \p Buffer, which is expected to be in YAML format and
518 /// Takes ownership of \p Buffer.
519 static VFSFromYAML *create(MemoryBuffer *Buffer,
656 // Reuse the buffer for key and value, since we don't look at key after
658 SmallString<256> Buffer;
659 if (!parseScalarString(I->getKey(), Key, Buffer))
667 if (!parseScalarString(I->getValue(), Value, Buffer))
671 if (!parseScalarString(I->getValue(), Value, Buffer))
711 if (!parseScalarString(I->getValue(), Value, Buffer))
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 157 char *Buffer = allocate(EHCleanupScope::getSizeForCleanupSize(Size));
162 new (Buffer) EHCleanupScope(IsNormalCleanup,
204 char *buffer = allocate(EHFilterScope::getSizeForNumFilters(numFilters)); local
205 EHFilterScope *filter = new (buffer) EHFilterScope(numFilters);
220 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers)); local
222 new (buffer) EHCatchScope(numHandlers, InnermostEHScope);
228 char *Buffer = allocate(EHTerminateScope::getSize());
229 new (Buffer) EHTerminateScope(InnermostEHScope);
654 // guarantees maximal alignment for its buffer regardless of its
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 1967 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> buffer = local
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 557 char buffer[1024]; local
560 /* \todo [petri] Handle buffer overflows! */
563 buffer[DE_LENGTH_OF_ARRAY(buffer) - 1] = 0;
564 vsnprintf(buffer, sizeof(buffer), format, args);
567 printf("%s\n", buffer);
570 return qpTestLog_writeKeyValuePair(log, "Text", DE_NULL, DE_NULL, DE_NULL, QP_KEY_TAG_LAST, buffer);
633 } Buffer;
635 void Buffer_init (Buffer* buffer
683 Buffer* buffer = (Buffer*)png_get_io_ptr(png); local
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 616 llvm::raw_string_ostream Buffer(Storage);
617 ScalarTraits<T>::output(Val, io.getContext(), Buffer);
618 StringRef Str = Buffer.str();
796 BufPtr = new (&Buffer) TNorm(io, Obj);
799 BufPtr = new (&Buffer) TNorm(io);
815 Storage Buffer;
830 BufPtr = new (&Buffer) TNorm(io, Obj);
851 Storage Buffer;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 225 char Buffer[100];
226 sprintf(Buffer, "%A", APF.convertToDouble());
227 if ((!strncmp(Buffer, "0x", 2) ||
228 !strncmp(Buffer, "-0x", 3) ||
229 !strncmp(Buffer, "+0x", 3)) &&
230 APF.bitwiseIsEqual(APFloat(atof(Buffer)))) {
232 Out << "BitsToDouble(" << Buffer << ")";
234 Out << "BitsToFloat((float)" << Buffer << ")";
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 460 std::unique_ptr<MemoryBuffer> Buffer = std::move(BufferOrErr.get());
461 line_iterator LineIt(*Buffer, '#');
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 118 /// Match - Match the pattern string against the input buffer Buffer. This
124 size_t Match(StringRef Buffer, size_t &MatchLen,
129 void PrintFailureInfo(const SourceMgr &SM, StringRef Buffer,
142 /// matching this pattern at the start of \arg Buffer; a distance of zero
144 unsigned ComputeMatchDistance(StringRef Buffer,
362 /// Match - Match the pattern string against the input buffer Buffer. This
365 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen,
370 return Buffer.size()
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 221 GLuint Buffer[I915_DEST_SETUP_SIZE];
  /external/mesa3d/src/mesa/swrast/
s_context.h 94 /**< buffer or no buffers. */
146 GLubyte *Buffer;
175 GLubyte *Buffer; /**< The malloc'd memory for buffer */
177 /** These fields are only valid while buffer is mapped for rendering */
291 * Used to buffer N GL_POINTS, instead of rendering one by one.
300 /** Buffer for saving the sampled texture colors.
  /external/qemu/ui/
vnc.h 52 typedef struct Buffer
56 uint8_t *buffer; member in struct:Buffer
57 } Buffer;
145 Buffer output;
146 Buffer input;
160 Buffer zlib;
161 Buffer zlib_tmp;
293 /* Buffer I/O functions */
306 /* Buffer management */
307 void buffer_reserve(Buffer *buffer, size_t len)
    [all...]
  /frameworks/av/include/media/
AudioTrack.h 44 EVENT_MORE_DATA = 0, // Request to write more data to buffer.
48 EVENT_UNDERRUN = 1, // Buffer underrun occurred.
55 EVENT_BUFFER_END = 5, // Playback head is at the end of the buffer.
66 /* Client should declare Buffer on the stack and pass address to obtainBuffer()
70 class Buffer
90 }; // input: unused, output: pointer to buffer
95 * invokes the callback when a new buffer becomes available or various conditions occur.
101 * - EVENT_MORE_DATA: pointer to AudioTrack::Buffer struct. The callback must not write
161 * frameCount: Minimum size of track PCM buffer in frames. This defines the
171 * frames have been consumed from track input buffer
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 89 OMX_U8 Buffer [16*16 + 15];
95 /* Temporary buffer to store the predicted mb coefficients */
96 pTempDstBuf = armAlignTo16Bytes(Buffer);
104 /* Depending on type of MB, do prediction and fill temp buffer */
405 /* Calculate SAD from predicted buffer */
465 * [in/out] pPredIntra4x4SrcY - Pointer to current block location in buffer
902 * [in] pSrcRefBufList - Pointer to List of ref buffer of co-located reference MB
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 208 * @def G726ENC_INPUT_BUFFER_SIZE_DASF Default input buffer size DASF
215 * @def G726ENC_INPUT_BUFFER_SIZE Default input buffer size DASF
221 * @def G726ENC_OUTPUT_BUFFER_SIZE Default output buffer size
358 * G726ENC_INPUT_STREAM_ID Stream ID for Input Buffer
379 /** G726ENC_BUFFER_Dir Buffer Direction
395 /** G726ENC_BUFFS Buffer details
397 * @param BufHeader Buffer header
399 * @param Buffer Buffer
405 char Buffer;
456 OMX_BUFFERHEADERTYPE* buffer; member in struct:G726ENC_LCML_BUFHEADERTYPE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfs.h 136 PVOID Buffer;
rpcasync.h 86 void *Buffer;
257 void *Buffer;
264 void *Buffer;
rpcdcep.h 28 void *Buffer;
195 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerInqLocalConnAddress(RPC_BINDING_HANDLE Binding,void *Buffer,unsigned __LONG32 *BufferSize,unsigned __LONG32 *AddressFormat);
201 typedef void (*RPCLT_PDU_FILTER_FUNC)(void *Buffer,unsigned int BufferLength,int fDatagram);
224 char *Buffer;
247 typedef RPC_STATUS (RPC_ENTRY *I_RpcProxyGetClientAddressFn)(void *Context,char *Buffer,unsigned __LONG32 *BufferLength);
  /sdk/find_lock/
find_lock.cpp 54 PWORD Buffer;
251 // buffer. In our case we want the string to be
259 // we'll write at the beginning of our buffer
290 // buffer. In our case we want the string to be "File".
331 // The result is a buffer with:
421 unsigned char *src = (unsigned char *)uniStr->Buffer;
469 // Returns the virtual_alloc-allocated buffer on success or NULL on error.
470 // It's up to the caller to do a VirtualFree on the returned buffer.
472 // Allocate a buffer for the process information. We don't know the
474 // We'll resize the buffer if not big enough.
    [all...]
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 17 PWSTR Buffer;
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 418 * Verifies that current allocated buffer size is larger than or equal to the
420 * If the current buffer size is smaller, a new allocation is made and the old
421 * buffer data
422 * is copied to the new buffer.
423 * Buffer size is updated to minimumSize.
427 * Update length of data buffer in frame. Function verifies that new length
433 * Swap buffer and size data
437 * Swap buffer and size data
441 * Copy buffer: If newLength is bigger than allocated size, a new buffer o
    [all...]

Completed in 659 milliseconds

1 2 3 4 5 67 8 91011