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

1 2 3 4 5 6 78 91011

  /external/clang/include/clang/Basic/
SourceManager.h 87 /// \brief Whether the buffer is invalid.
89 /// \brief Whether the buffer should not be freed on destruction.
93 // Note that the first member of this class is an aligned character buffer
102 /// \brief The actual buffer containing the characters from the input
106 /// whether the buffer is invalid.
107 mutable llvm::PointerIntPair<llvm::MemoryBuffer *, 2> Buffer;
115 /// an imaginary text buffer.
135 /// \brief Indicates whether the buffer itself was provided to override
147 : Buffer(nullptr, false), OrigEntry(Ent), ContentsEntry(Ent),
154 : Buffer(nullptr, false), OrigEntry(Ent), ContentsEntry(contentEnt)
    [all...]
  /external/clang/lib/AST/
Expr.cpp 462 SmallString<256> Buffer;
463 llvm::raw_svector_ostream Out(Buffer);
472 if (!Buffer.empty() && Buffer.front() == '\01')
473 return Buffer.substr(1);
474 return Buffer.str();
3933 void *buffer = Context.Allocate(sizeof(PseudoObjectExpr) + local
3962 void *buffer = C.Allocate(sizeof(PseudoObjectExpr) + local
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 40 delete Buffer.getPointer();
46 return Buffer.getPointer() ? Buffer.getPointer()->getBufferSize() : 0;
49 /// Returns the kind of memory used to back the memory buffer for
52 assert(Buffer.getPointer());
55 if (!Buffer.getPointer())
58 llvm::MemoryBuffer *buf = Buffer.getPointer();
64 /// scratch buffer. If the ContentCache encapsulates a source file, that
67 return Buffer.getPointer() ? (unsigned) Buffer.getPointer()->getBufferSize(
    [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 185 SmallString<128> Buffer;
189 ASTWriterData() : Stream(Buffer), Writer(Stream) { }
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 62 "We assume that the input buffer has a null character at the end"
65 // Check whether we have a BOM in the beginning of the buffer. If yes - act
97 // to quickly lex the tokens of the buffer, e.g. when handling a "#if 0" block
105 /// Lexer constructor - Create a new lexer object for the specified buffer
107 /// assumes that the associated file buffer and Preprocessor objects will
183 // scratch buffer.
188 assert(L->BufferEnd[0] == 0 && "Buffer is not nul terminated!");
236 /// spelling of this token from the provided input buffer.
292 SmallVectorImpl<char> &buffer,
299 // Try to the load the file buffer
    [all...]
ModuleMap.cpp 109 SmallVectorImpl<char> &Buffer) {
115 // create a buffer with the sanitized name.
116 Buffer.clear();
118 Buffer.push_back('_');
119 Buffer.reserve(Buffer.size() + Name.size());
122 Buffer.push_back(Name[I]);
124 Buffer.push_back('_');
127 Name = StringRef(Buffer.data(), Buffer.size())
    [all...]
  /external/jhead/
exif.c     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 817 char Buffer[40];
825 Buffer+40);
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 78 Byte *Buffer;
79 CBenchBuffer(): Buffer(0) {}
83 ::MidFree(Buffer);
84 Buffer = 0;
88 if (Buffer != 0 && BufferSize == bufferSize)
91 Buffer = (Byte *)::MidAlloc(bufferSize);
93 return (Buffer != 0);
122 Buffer[pos++] = (Byte)(res & 0xFF);
144 Buffer[pos] = Buffer[pos - rep0];
947 CBenchBuffer buffer; local
974 CBenchBuffer buffer; local
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 416 cmsBool BuildAbsolutePath(const char *relPath, const char *basePath, char *buffer, cmsUInt32Number MaxLen)
424 strncpy(buffer, relPath, MaxLen);
425 buffer[MaxLen-1] = 0;
430 strncpy(buffer, basePath, MaxLen);
431 buffer[MaxLen-1] = 0;
433 tail = strrchr(buffer, DIR_CHAR);
436 len = (cmsUInt32Number) (tail - buffer);
460 char Buffer[256], ErrMsg[1024];
464 vsnprintf(Buffer, 255, Txt, args);
465 Buffer[255] = 0
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 307 unsigned char Buffer[256];
332 for (i = 0; i < 256; ++i) Buffer[i] = (unsigned char)i;
338 for (i = *ptr; i <= *(ptr + 1); ++i) Buffer[i] = 0;
347 BufferSize = MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
351 MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
360 GetStringTypeA(ltype->lc.id, CT_CTYPE1, (const char*)Buffer, 256, ctable);
363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
381 GetStringTypeA(ltype->lc.id, CT_CTYPE1, (const char*)Buffer, 256, ltype->ctable);
427 static int __ConvertDate(const char *NTDate, char *buffer, int buf_size)
1721 char* buffer; local
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 438 * Verifies that current allocated buffer size is larger than or equal to the input size.
439 * If the current buffer size is smaller, a new allocation is made and the old buffer data
440 * is copied to the new buffer.
441 * Buffer size is updated to minimumSize.
445 * Update length of data buffer in frame. Function verifies that new length is less or
450 * Swap buffer and size data
456 * Swap buffer and size data
460 * Copy buffer: If newLength is bigger than allocated size, a new buffer of size lengt
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 80 For 352x288, size of data buffer is 231676.
81 The number of data buffer is equal to the number of cores minus one*/
123 IMG_ERR_NOBUFFERAVAILABLE = 4, //!< No buffer was available
167 * @details Enum describing buffer lock status
169 * @brief Buffer lock status
173 BUFFER_FREE = 1, //!< Buffer is not locked
174 HW_LOCK, //!< Buffer is locked by hardware
175 SW_LOCK, //!< Buffer is locked by software
176 NOTDEVICEMEMORY, //!< Buffer is not a device memory buffer
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 191 char Buffer;
284 OMX_BUFFERHEADERTYPE* buffer; member in struct:LCML_AACENC_BUFHEADERTYPE
295 OMX_BUFFERHEADERTYPE sBufHdr; /* actual buffer header */
296 OMX_BUFFERHEADERTYPE *pBufHdr[MAX_NUM_OF_BUFS]; /* records buffer header send by client */
594 /** Keep buffer timestamps **/
596 /** Index to arrBufIndex[], used for input buffer timestamps */
598 /** Index to arrBufIndex[], used for output buffer timestamps */
601 /** Keep buffer tickcount **/
711 * to atomically increment some input or output buffer counter
715 * @param counter the buffer counter to be change
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 229 * @def G711ENC_INPUT_BUFFER_SIZE_DASF Default input buffer size DASF
235 * @def G711ENC_OUTPUT_BUFFER_SIZE Default output buffer size
241 * @def G711ENC_INPUT_FRAME_SIZE Default input buffer size
249 * @def G711ENC_OUTPUT_FRAME_SIZE Default output buffer size
343 * @def Extra buffer bytes used for DSP alignment
408 * G711ENC_INPUT_STREAM_ID Stream ID for Input Buffer
445 /** G711ENC_BUFFER_Dir Buffer Direction
459 /** G711ENC_BUFFS Buffer details
461 * @param BufHeader Buffer header
463 * @param Buffer Buffe
562 OMX_BUFFERHEADERTYPE* buffer; member in struct:G711ENC_LCML_BUFHEADERTYPE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 45 *! 08-Jun-2007 A.Donjon 0.3 Variable input buffer size
93 * @def G729DEC_PACKETS_PER_BUFFER Number of PACKETS PER BUFFER
108 * @def INPUT_G729DEC_BUFFER_SIZE Standart Input Buffer Size
116 * @def OUTPUT_G729DEC_BUFFER_SIZE Standart Output Buffer Size
167 * @def CACHE_ALIGNMENT Buffer Cache Alignment
269 /** G729DEC_BUFFER_Dir Direction of the Buffer
283 * Buffer Information.
289 OMX_S8 Buffer;
294 * NBAMR Buffer Header Type Info.
333 OMX_BUFFERHEADERTYPE* buffer; member in struct:LCML_G729DEC_BUFHEADERTYPE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 259 * @def G729ENC_INPUT_BUFFER_SIZE Default input buffer size
260 * G729ENC_INPUT_BUFFER_SIZE_DASF Default input buffer size DASF
269 * @def G729ENC_OUTPUT_BUFFER_SIZE Default output buffer size
279 * @def G729ENC_OUTPUT_BUFFER_SIZE_MIME Default input buffer size MIME
464 * G729ENC_INPUT_STREAM_ID Stream ID for Input Buffer
486 /** G729ENC_BUFFER_Dir Buffer Direction
501 /** G729ENC_BUFFS Buffer details
503 * @param BufHeader Buffer header
505 * @param Buffer Buffer
597 OMX_BUFFERHEADERTYPE* buffer; member in struct:G729ENC_LCML_BUFHEADERTYPE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 115 * @def OUTPUT_NBAMRDEC_BUFFER_SIZE Standart Output Buffer Size
121 * @def INPUT_NBAMRDEC_BUFFER_SIZE_MIME Mime Input Buffer Size
128 * @def INPUT_BUFF_SIZE_EFR Input Buffer Size EFR
133 /* @def INPUT_NBAMRDEC_BUFFER_SIZE_MIME IF2 Input Buffer Size*/
140 * @def STD_NBAMRDEC_BUF_SIZE Standart Input Buffer Size
205 * @def IP_BUFFERSIZE Input Port Buffer Size
295 * @def CACHE_ALIGNMENT Buffer Cache Alignment
383 /** NBAMRDEC_BUFFER_Dir Direction of the Buffer
397 * Buffer Information.
403 OMX_S8 Buffer;
470 OMX_BUFFERHEADERTYPE* buffer; member in struct:LCML_NBAMRDEC_BUFHEADERTYPE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 134 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "Closing pipes = %d\n",_pStruct_);\
322 * WBAMRENC_INPUT_STREAM_ID Stream ID for Input Buffer
380 /** WBAMRENC_BUFFER_Dir Buffer Direction
394 /** WBAMRENC_BUFFS Buffer details
396 * @param BufHeader Buffer header
398 * @param Buffer Buffer
404 char Buffer;
439 * WBAMRENC_UAlgInBufParamStruct Input Buffer Param Structure
440 * WBAMRENC_UAlgOutBufParamStruct Output Buffer Param Structur
489 OMX_BUFFERHEADERTYPE* buffer; member in struct:WBAMRENC_LCML_BUFHEADERTYPE
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 307 unsigned char Buffer[256];
332 for (i = 0; i < 256; ++i) Buffer[i] = (unsigned char)i;
338 for (i = *ptr; i <= *(ptr + 1); ++i) Buffer[i] = 0;
347 BufferSize = MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
351 MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
360 GetStringTypeA(ltype->lc.id, CT_CTYPE1, (const char*)Buffer, 256, ctable);
363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
381 GetStringTypeA(ltype->lc.id, CT_CTYPE1, (const char*)Buffer, 256, ltype->ctable);
427 static int __ConvertDate(const char *NTDate, char *buffer, int buf_size)
1721 char* buffer; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msasn1.h 284 } Buffer;
poclass.h 156 UCHAR Buffer[1];
subauth.h 25 PWSTR Buffer;
34 PCHAR Buffer;
  /external/chromium_org/sandbox/win/src/
nt_internals.h 40 PWSTR Buffer;
48 PCHAR Buffer;

Completed in 809 milliseconds

1 2 3 4 5 6 78 91011