/external/mesa3d/src/mesa/main/ |
pack.c | 27 * \file pack.c 52 #include "pack.h" 121 * Pack polygon stipple into user memory given current pixel packing 247 * Pack bitmap data. [all...] |
bufferobj.c | 83 return &ctx->Pack.BufferObj; 915 /* unbind any pixel pack/unpack pointers bound to this buffer */ 916 if (ctx->Pack.BufferObj == bufObj) { [all...] |
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl | 634 my ($pack,$file,$line); 635 ($pack,$file,$line) = caller();
|
/external/chromium_org/third_party/mesa/ |
mesa.gyp | 407 'src/src/mesa/main/pack.c', 408 'src/src/mesa/main/pack.h',
|
/external/clang/lib/AST/ |
Decl.cpp | 238 // contribute to visibility, pack or not. 247 // Handle the non-pack case first. 255 // Look at all the types in an expanded pack. 268 // Handle the non-pack case first. 275 // Look at all expansions in an expanded pack. 341 case TemplateArgument::Pack: [all...] |
StmtPrinter.cpp | [all...] |
/external/clang/tools/libclang/ |
CIndexUSRs.cpp | 741 Out << 'P'; // pack expansion of... 751 case TemplateArgument::Pack:
|
RecursiveASTVisitor.h | 681 case TemplateArgument::Pack: 690 // FIXME: no source locations for a template argument pack? 722 case TemplateArgument::Pack: [all...] |
/external/grub/netboot/ |
sk_g16.c | 623 const char *pack) /* Packet */ 642 memcpy(&p->ram->tmdbuf[p->tmdnum][ETH_HLEN], pack, s);
|
/external/libpng/ |
example.c | 728 /* Pack pixels into bytes */ 734 /* Get rid of filler (OR ALPHA) bytes, pack XRGB/RGBX/ARGB/RGBA into
|
/external/llvm/include/llvm/MC/ |
MCAssembler.h | 696 // FIXME: Pack this in with other fields? We could put it in offset, since a 706 // FIXME: Pack this in with other fields? [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticSemaKinds.td | 461 "expected #pragma pack parameter to be '1', '2', '4', '8', or '16'">; 463 def warn_pragma_pack_show : Warning<"value of #pragma pack(show) == %0">; 466 def warn_pragma_pack_pop_failed : Warning<"#pragma pack(pop, ...) failed: %0">; [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | 28 In Visual C, VC6 has mmintrin.h in the "Processor Pack" add-on. 30 determine if the Processor Pack is installed, as far as I can tell. 99 /* Pack RGB into 8bit pixel */ 152 /* Pack RGB into 8bit pixel */ 207 /* Pack RGB into 8bit pixel */ [all...] |
/external/valgrind/main/mpi/ |
libmpiwrap.c | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tarfile.py | 217 n = struct.unpack("L", struct.pack("l", n))[0] 455 timestamp = struct.pack("<L", long(time.time())) 502 self.fileobj.write(struct.pack("<L", self.crc & 0xffffffffL)) 503 self.fileobj.write(struct.pack("<L", self.pos & 0xffffFFFFL)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tarfile.py | 217 n = struct.unpack("L", struct.pack("l", n))[0] 455 timestamp = struct.pack("<L", long(time.time())) 502 self.fileobj.write(struct.pack("<L", self.crc & 0xffffffffL)) 503 self.fileobj.write(struct.pack("<L", self.pos & 0xffffFFFFL)) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
bufferobj.c | 83 return &ctx->Pack.BufferObj; 915 /* unbind any pixel pack/unpack pointers bound to this buffer */ 916 if (ctx->Pack.BufferObj == bufObj) { [all...] |
/external/clang/include/clang/AST/ |
RecursiveASTVisitor.h | 747 case TemplateArgument::Pack: 756 // FIXME: no source locations for a template argument pack? 788 case TemplateArgument::Pack: [all...] |
/external/llvm/include/llvm/IR/ |
IntrinsicsX86.td | [all...] |
/external/gcc-demangle/ |
cp-demangle.c | 684 printf ("pack expansion\n"); [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cp-demangle.c | 706 printf ("pack expansion\n"); [all...] |