/external/clang/test/Sema/ |
struct-packed-align.c | 131 // Alignment doesn't affect packing in MS mode.
|
/external/kernel-headers/original/uapi/linux/ |
vm_sockets.h | 139 * boundaries without resorting to compiler packing directives. The total size
|
/external/libgsm/ |
ChangeLog | 29 src/gsm_option.c: three options related to WAV #49 packing
|
/external/libvorbis/doc/vorbisfile/ |
ov_read.html | 86 <dd>Specifies big or little endian byte packing. 0 for little endian, 1 for b
|
/external/mesa3d/docs/ |
llvmpipe.html | 170 <li> lp_test_format: pixel unpacking/packing
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_quad.c | 98 /* same packing as _twocoord, but can use aos swizzle helper */
|
/external/mesa3d/src/glsl/ |
ir_set_program_inouts.cpp | 82 * something doing a more clever packing would use something other
|
/external/skia/src/core/ |
SkBitmapProcState.h | 150 /* Macros for packing and unpacking pairs of 16bit values in a 32bit uint.
|
SkMultiPictureDraw.cpp | 138 // would improve the packing and reduce the number of swaps
|
/external/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 160 // Packing 32 bits |accum| to 16 bits per channel (signed saturation). 162 // Packing 16 bits |accum| to 8 bits per channel (unsigned saturation). 362 // Packing 32 bits |accum| to 16 bits per channel (signed saturation). 368 // Packing 16 bits |accum| to 8 bits per channel (unsigned saturation).
|
/external/skia/src/utils/ |
SkTextureCompressor_R11EAC.cpp | 375 // This function returns a 48-bit packing of the form: 381 // For both architectures, we can figure out a packing of the bits by 452 // compression scheme expects the packing allows us to efficiently pack 454 // and tightly packing it into a uint64_t is a little trickier, which is
|
/external/vboot_reference/tests/ |
vboot_common_tests.c | 17 * Test struct packing for vboot_struct.h structs which are passed between
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_PutVLCBits.c | 127 /* RLE encoding and packing the bits into the streams */
|
/frameworks/base/libs/hwui/font/ |
CacheTexture.h | 41 * sub-optimal packing of small glyphs into wide columns). If there is no column in which the
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
LineWrapLayout.java | 31 * A line-wrapping flow layout. Arranges children in horizontal flow, packing as many
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
PackedString.java | 33 * Packing format is:
|
/packages/services/Telephony/src/com/android/phone/common/mail/ |
PackedString.java | 32 * Packing format is:
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
floatobject.h | 83 * packing of INFs and NaNs (if such things exist on the platform) isn't
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
floatobject.h | 83 * packing of INFs and NaNs (if such things exist on the platform) isn't
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 109 PIXEL_PACKING("Pixel Packing"),
|
/system/bt/embdrv/sbc/encoder/srce/ |
sbc_packing.c | 21 * This file contains code for packing the Encoded data into bit streams.
|
/external/mesa3d/src/mesa/main/ |
pack.c | 28 * Image and pixel span packing and unpacking. 121 * Pack polygon stipple into user memory given current pixel packing 126 const struct gl_pixelstore_attrib *packing ) 140 _mesa_pack_bitmap(32, 32, ptrn, dest, packing); 150 const struct gl_pixelstore_attrib *packing ) 168 _mesa_image_address2d(packing, pixels, width, height, 175 if ((packing->SkipPixels & 7) == 0) { 177 if (packing->LsbFirst) { 184 if (packing->LsbFirst) { 185 GLubyte srcMask = 1 << (packing->SkipPixels & 0x7) [all...] |
format_pack.c | 26 * Color, depth, stencil packing functions. 30 * There are both per-pixel and per-row packing functions: 556 /* use fallback row packing functions */ 578 /* use fallback row packing functions */ 600 /* use fallback row packing functions */ [all...] |
texstore.c | 315 * \param srcPacking source image pixel packing 556 * \param srcPacking source image pixel packing [all...] |
/external/clang/include/clang/Driver/ |
CLCompatOptions.td | 159 HelpText<"Specify the default maximum struct packing alignment">, 162 HelpText<"Set the default maximum struct packing alignment to 1">,
|