HomeSort by relevance Sort by last modified time
    Searched full:bufptr (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 68 static inline bool isBitcodeWrapper(const unsigned char *BufPtr,
72 return BufPtr != BufEnd &&
73 BufPtr[0] == 0xDE &&
74 BufPtr[1] == 0xC0 &&
75 BufPtr[2] == 0x17 &&
76 BufPtr[3] == 0x0B;
82 static inline bool isRawBitcode(const unsigned char *BufPtr,
86 return BufPtr != BufEnd &&
87 BufPtr[0] == 'B' &&
88 BufPtr[1] == 'C' &
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 70 static inline bool isBitcodeWrapper(const unsigned char *BufPtr,
74 return BufPtr != BufEnd &&
75 BufPtr[0] == 0xDE &&
76 BufPtr[1] == 0xC0 &&
77 BufPtr[2] == 0x17 &&
78 BufPtr[3] == 0x0B;
84 static inline bool isRawBitcode(const unsigned char *BufPtr,
88 return BufPtr != BufEnd &&
89 BufPtr[0] == 'B' &&
90 BufPtr[1] == 'C' &
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xvlibint.h 53 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\
55 req = (xv##name##Req *)(dpy->last_req = dpy->bufptr);\
59 dpy->bufptr += SIZEOF(xv##name##Req);\
65 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\
67 req = (xv/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
71 dpy->bufptr += SIZEOF(xv/**/name/**/Req);\
  /external/clang/test/CodeGen/
globalinit.c 24 static char *bufptr = buf; local
26 return c ? buf : bufptr;
  /external/llvm/include/llvm/ADT/
StringExtras.h 44 char *BufPtr = BufferEnd;
45 *--BufPtr = 0; // Null terminate buffer.
47 *--BufPtr = '0'; // Handle special case.
48 return BufPtr;
53 *--BufPtr = hexdigit(Mod);
56 return BufPtr;
66 char *BufPtr = Buffer+11;
68 if (X == 0) *--BufPtr = '0'; // Handle special case...
71 *--BufPtr = '0' + char(X % 10);
75 if (isNeg) *--BufPtr = '-'; // Add negative sign..
    [all...]
  /frameworks/base/media/mtp/
MtpPacket.cpp 70 char* bufptr = buffer; local
73 sprintf(bufptr, "%02X ", mBuffer[i]);
74 bufptr += strlen(bufptr);
77 bufptr = buffer;
80 if (bufptr != buffer) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxbufstr.h 38 char *bufptr; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 99 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
404 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
405 dpy->last_req = dpy->bufptr;\
406 *(dpy->bufptr) = X_NoOperation;\
407 *(dpy->bufptr+1) = 0;\
408 *(dpy->bufptr+2) = 0;\
409 *(dpy->bufptr+3) = 1;\
411 dpy->bufptr += 4;\
430 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
432 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
    [all...]
  /external/libvpx/vp8/decoder/
dboolhuff.c 51 const unsigned char *bufptr; local
56 bufptr = br->user_buffer;
60 VP8DX_BOOL_DECODER_FILL(count, value, bufptr, bufend);
62 br->user_buffer = bufptr;
detokenize.c 86 VP8DX_BOOL_DECODER_FILL(count, value, bufptr, bufend);
198 const BOOL_DATA *bufptr; local
233 bufptr = bc->user_buffer;
365 bc->user_buffer = bufptr;
  /external/llvm/test/CodeGen/X86/
2008-09-29-ReMatBug.ll 32 %bufptr.0.lcssa = phi i8* [ null, %bb6 ], [ null, %bb37 ] ; <i8*> [#uses=2]
42 %8 = getelementptr i8* %bufptr.0.lcssa, i32 %totalLength.0.ph ; <i8*> [#uses=1]
62 %bufptr.1.ph = phi i8* [ null, %bb4 ], [ %bufptr.0.lcssa, %bb35 ] ; <i8*> [#uses=2]
71 %12 = icmp eq i8* null, %bufptr.1.ph ; <i1> [#uses=1]
75 call void @quux(i8* %bufptr.1.ph) nounwind nounwind
  /external/qemu/audio/
dsound_template.h 29 #define BUFPTR LPDIRECTSOUNDCAPTUREBUFFER
37 #define BUFPTR LPDIRECTSOUNDBUFFER
43 BUFPTR buf,
62 BUFPTR buf,
291 #undef BUFPTR
  /external/clang/test/Analysis/
misc-ps-64.m 21 unsigned char buf[10], *bufptr = buf;
24 shazam(x, &bufptr);
  /system/core/adb/
usb_linux.c 153 unsigned char* bufptr = devdesc; local
177 bufend = bufptr + desclength;
186 device = (struct usb_device_descriptor*)bufptr;
187 bufptr += USB_DT_DEVICE_SIZE;
199 config = (struct usb_config_descriptor *)bufptr;
200 bufptr += USB_DT_CONFIG_SIZE;
208 while (bufptr < bufend) {
209 unsigned char length = bufptr[0];
210 unsigned char type = bufptr[1];
213 interface = (struct usb_interface_descriptor *)bufptr;
    [all...]
  /external/quake/quake/src/QW/client/
d_copy.s 18 #define bufptr 4+16 define
45 movl bufptr(%esp),%esi
  /external/quake/quake/src/WinQuake/
d_copy.s 18 #define bufptr 4+16 define
45 movl bufptr(%esp),%esi
  /external/valgrind/main/coregrind/
m_debugger.c 283 Char *bufptr; local
289 bufptr = buf;
293 /* each iteration can advance bufptr by at most the length
296 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/);
301 VG_(memcpy)(bufptr, file, VG_(strlen)(file));
302 bufptr += VG_(strlen)(file);
306 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
307 bufptr += VG_(strlen)(pidbuf);
311 *bufptr++ = *cmdptr++;
316 *bufptr++ = *cmdptr++
    [all...]
  /external/clang/lib/Lex/
MacroArgs.cpp 223 const char *BufPtr = &Result[CurStrLen];
225 unsigned ActualTokLen = PP.getSpelling(Tok, BufPtr, &Invalid);
229 // the string instead of filling in BufPtr, memcpy it onto our string.
230 if (BufPtr != &Result[CurStrLen])
231 memcpy(&Result[CurStrLen], BufPtr, ActualTokLen);
TokenLexer.cpp 487 const char *BufPtr = &Buffer[0];
489 unsigned LHSLen = PP.getSpelling(Tok, BufPtr, &Invalid);
490 if (BufPtr != &Buffer[0]) // Really, we want the chars in Buffer!
491 memcpy(&Buffer[0], BufPtr, LHSLen);
495 BufPtr = &Buffer[LHSLen];
496 unsigned RHSLen = PP.getSpelling(RHS, BufPtr, &Invalid);
499 if (BufPtr != &Buffer[LHSLen]) // Really, we want the chars in Buffer!
500 memcpy(&Buffer[LHSLen], BufPtr, RHSLen);
  /external/llvm/lib/Support/
MemoryBuffer.cpp 321 char *BufPtr = const_cast<char*>(SB->getBufferStart());
328 ssize_t NumRead = ::read(FD, BufPtr, BytesLeft);
336 Buf->BufferEnd = BufPtr;
337 *BufPtr = 0;
342 BufPtr += NumRead;
  /external/grub/netboot/
natsemi.c 171 u32 bufptr;
512 txd.bufptr = (u32) &txb[0];
541 rxd[i].bufptr = (u32) &rxb[i*RX_BUF_SIZE];
543 printf("natsemi_init_rxd: rxd[%d]=%X link=%X cmdsts=%X bufptr=%X\n",
544 i, &rxd[i], rxd[i].link, rxd[i].cmdsts, rxd[i].bufptr);
640 txd.bufptr = (u32) &txb[0];
708 rxd[cur_rx].bufptr = (u32) &rxb[cur_rx*RX_BUF_SIZE];
170 u32 bufptr; member in struct:_BufferDesc
sis900.c 600 txd.bufptr = (u32) &txb[0];
631 rxd[i].bufptr = (u32) &rxb[i*RX_BUF_SIZE];
633 printf("sis900_init_rxd: rxd[%d]=%X link=%X cmdsts=%X bufptr=%X\n",
634 i, &rxd[i], rxd[i].link, rxd[i].cmdsts, rxd[i].bufptr);
948 txd.bufptr = (u32) &txb[0];
1021 rxd[cur_rx].bufptr = (u32) &rxb[cur_rx*RX_BUF_SIZE];
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 541 Value *BufPtr;
544 BufPtr = new LoadInst(OldJmpBufPtr, "oldjmpbufptr", UnwindHandler);
545 new StoreInst(BufPtr, JBListHead, UnwindHandler);
547 BufPtr = new LoadInst(JBListHead, "ehlist", UnwindHandler);
551 Value *NotNull = new ICmpInst(*UnwindHandler, ICmpInst::ICMP_NE, BufPtr,
552 Constant::getNullValue(BufPtr->getType()),
560 Idx[0] = GetElementPtrInst::Create(BufPtr, &Idx[0], &Idx[2], "JmpBuf",
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 488 unsigned char *BufPtr = (unsigned char *)MemBuf->getBufferStart();
489 unsigned char *EndBufPtr = BufPtr+MemBuf->getBufferSize();
493 if (isBitcodeWrapper(BufPtr, EndBufPtr))
494 if (SkipBitcodeWrapperHeader(BufPtr, EndBufPtr))
497 BitstreamReader StreamFile(BufPtr, EndBufPtr);
532 uint64_t BufferSizeBits = (EndBufPtr-BufPtr)*CHAR_BIT;
  /external/icu4c/test/cintltst/
reapits.c     [all...]

Completed in 3939 milliseconds

1 2