/external/llvm/include/llvm/Bitcode/ |
ReaderWriter.h | 74 inline bool isBitcodeWrapper(const unsigned char *BufPtr, 78 return BufPtr != BufEnd && 79 BufPtr[0] == 0xDE && 80 BufPtr[1] == 0xC0 && 81 BufPtr[2] == 0x17 && 82 BufPtr[3] == 0x0B; 88 inline bool isRawBitcode(const unsigned char *BufPtr, 92 return BufPtr != BufEnd && 93 BufPtr[0] == 'B' && 94 BufPtr[1] == 'C' & [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
ReaderWriter_2_9.h | 66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, 70 return BufPtr != BufEnd && 71 BufPtr[0] == 0xDE && 72 BufPtr[1] == 0xC0 && 73 BufPtr[2] == 0x17 && 74 BufPtr[3] == 0x0B; 80 static inline bool isRawBitcode(const unsigned char *BufPtr, 84 return BufPtr != BufEnd && 85 BufPtr[0] == 'B' && 86 BufPtr[1] == 'C' & [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
ReaderWriter_2_9_func.h | 66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, 70 return BufPtr != BufEnd && 71 BufPtr[0] == 0xDE && 72 BufPtr[1] == 0xC0 && 73 BufPtr[2] == 0x17 && 74 BufPtr[3] == 0x0B; 80 static inline bool isRawBitcode(const unsigned char *BufPtr, 84 return BufPtr != BufEnd && 85 BufPtr[0] == 'B' && 86 BufPtr[1] == 'C' & [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
ReaderWriter_3_2.h | 66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, 70 return BufPtr != BufEnd && 71 BufPtr[0] == 0xDE && 72 BufPtr[1] == 0xC0 && 73 BufPtr[2] == 0x17 && 74 BufPtr[3] == 0x0B; 80 static inline bool isRawBitcode(const unsigned char *BufPtr, 84 return BufPtr != BufEnd && 85 BufPtr[0] == 'B' && 86 BufPtr[1] == 'C' & [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
dboolhuff.c | 39 const unsigned char *bufptr = br->user_buffer; local 43 size_t bytes_left = br->user_buffer_end - bufptr; 51 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n); 52 bufptr = decrypted; 66 value |= (VP8_BD_VALUE)*bufptr << shift; 67 ++bufptr;
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/ |
Xvlibint.h | 58 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\ 60 req = (xv##name##Req *)(dpy->last_req = dpy->bufptr);\ 64 dpy->bufptr += SIZEOF(xv##name##Req);\ 70 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\ 72 req = (xv/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\ 76 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 | 51 char *BufPtr = BufferEnd; 52 *--BufPtr = 0; // Null terminate buffer. 54 *--BufPtr = '0'; // Handle special case. 55 return BufPtr; 60 *--BufPtr = hexdigit(Mod); 63 return BufPtr; 73 char *BufPtr = Buffer+11; 75 if (X == 0) *--BufPtr = '0'; // Handle special case... 78 *--BufPtr = '0' + char(X % 10); 82 if (isNeg) *--BufPtr = '-'; // Add negative sign.. [all...] |
/frameworks/av/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) {
|
/prebuilts/gcc/linux-x86/host/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)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxbufstr.h | 38 char *bufptr; member in struct:_zlibbuffer 43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxbufstr.h | 38 char *bufptr; member in struct:_zlibbuffer 43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
|
/prebuilts/gcc/linux-x86/host/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/clang/test/Analysis/ |
misc-ps-64.m | 19 unsigned char buf[10], *bufptr = buf; 22 shazam(x, &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
|
/system/core/adb/ |
usb_linux.c | 154 unsigned char* bufptr = devdesc; local 178 bufend = bufptr + desclength; 187 device = (struct usb_device_descriptor*)bufptr; 188 bufptr += USB_DT_DEVICE_SIZE; 200 config = (struct usb_config_descriptor *)bufptr; 201 bufptr += USB_DT_CONFIG_SIZE; 209 while (bufptr < bufend) { 210 unsigned char length = bufptr[0]; 211 unsigned char type = bufptr[1]; 214 interface = (struct usb_interface_descriptor *)bufptr; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11dyn.c | 119 if (dpy->bufptr + len > dpy->bufmax) 121 dpy->last_req = dpy->bufptr; 122 req = (xReq*)dpy->bufptr; 125 dpy->bufptr += len;
|
/external/valgrind/main/coregrind/ |
m_debugger.c | 385 Char *bufptr; local 391 bufptr = buf; 395 /* each iteration can advance bufptr by at most the length 398 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/); 403 VG_(memcpy)(bufptr, file, VG_(strlen)(file)); 404 bufptr += VG_(strlen)(file); 408 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf)); 409 bufptr += VG_(strlen)(pidbuf); 413 *bufptr++ = *cmdptr++; 418 *bufptr++ = *cmdptr++ [all...] |
/external/llvm/include/llvm/Support/ |
YAMLTraits.h | 607 : io(i_o), BufPtr(NULL), Result(Obj) { 609 BufPtr = new (&Buffer) TNorm(io, Obj); 612 BufPtr = new (&Buffer) TNorm(io); 618 Result = BufPtr->denormalize(io); 620 BufPtr->~TNorm(); 623 TNorm* operator->() { return BufPtr; } 630 TNorm *BufPtr; 641 : io(i_o), BufPtr(NULL), Result(Obj) { 643 BufPtr = new (&Buffer) TNorm(io, Obj); 646 BufPtr = new TNorm(io) [all...] |
/external/skia/gm/ |
gm_expectations.cpp | 242 char* bufPtr = bufStart; 245 size_t bytesReadThisTime = stream.read(bufPtr, bytesRemaining); 250 bufPtr += bytesReadThisTime;
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
memoryobject.h | 57 /* create new if bufptr is NULL
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
memoryobject.h | 57 /* create new if bufptr is NULL
|