Searched
full:pack (Results
901 -
925 of
1834) sorted by null
<<31323334353637383940>>
/external/clang/include/clang/Basic/ |
LangOptions.def | 174 LANGOPT(ApplePragmaPack, 1, 0, "Apple gcc-compatible #pragma pack handling")
|
/external/clang/test/SemaCXX/ |
lambda-expressions.cpp | 222 // also say which slice of the pack expansion is being performed in the
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestRenderToMemory.java | 151 frame.pack();
|
/external/libpcap/ |
pcap-septel.c | 45 #include <pack.h>
|
/external/libvorbis/doc/vorbisfile/ |
example.html | 174 Now that we've finished playing, we can pack up and go home. It's important to call <a href="ov_clear.html">ov_clear()</a> when we're finished.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
matlab.php | 156 'more','munlock','open','openvar','pack','partialpath','path',
|
perl.php | 114 'ord', 'pack', 'package', 'pipe', 'pop', 'pos', 'print',
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 139 pkhbt r12, r4, r3 ; pack the filter differently
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
relocs.py | 131 self.file.write(struct.pack('><'[self.isLSB] + 'B', value)) 134 self.file.write(struct.pack('><'[self.isLSB] + 'H', value)) 137 self.file.write(struct.pack('><'[self.isLSB] + 'I', value)) 140 self.file.write(struct.pack('><'[self.isLSB] + 'Q', value)) [all...] |