HomeSort by relevance Sort by last modified time
    Searched full:pack (Results 251 - 275 of 938) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Basic/
DiagnosticParseKinds.td 484 "expected the name of a parameter pack">;
486 "missing parentheses around the size of parameter pack %0">;
488 "expected parenthesized parameter pack name in 'sizeof...' expression">;
526 // - #pragma pack
528 "unknown action for '#pragma pack' - ignored">;
530 "invalid constant for '#pragma pack', expected %0 - ignored">;
532 "expected integer or identifier in '#pragma pack' - ignored">;
  /external/quake/quake/src/QW/client/
gl_screen.c 686 byte *pack; local
711 // pack the image
712 pack = &pcx->data;
721 *pack++ = *data++;
724 *pack++ = 0xc1;
725 *pack++ = *data++;
734 *pack++ = 0x0c; // palette ID byte
736 *pack++ = *palette++;
739 length = pack - (byte *)pcx;
screen.c 595 byte *pack; local
620 // pack the image
621 pack = &pcx->data;
628 *pack++ = *data++;
631 *pack++ = 0xc1;
632 *pack++ = *data++;
640 *pack++ = 0x0c; // palette ID byte
642 *pack++ = *palette++;
645 length = pack - (byte *)pcx;
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 90 // Pack the |items_hbox_| in the outer hbox.
111 // Create and pack the close button.
134 // Pack the link and the icon in outer hbox.
download_shelf_gtk.h 70 // Get the hbox download items ought to pack themselves into.
  /external/dbus/dbus/
dbus-marshal-basic.c     [all...]
  /external/webkit/Source/WebCore/css/
mediaControlsQuickTime.css 65 -webkit-box-pack: center;
75 -webkit-box-pack: center;
97 -webkit-box-pack: center;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 96 // Just in case we hit a problem in communication with the dictionary pack.
98 Log.e(TAG, "Exception communicating with the dictionary pack : " + e);
181 Log.e(TAG, "Could not have the dictionary pack delete a word list");
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ScreenShotDialog.java 91 shell.pack();
266 mImageLabel.pack();
267 shell.pack();
  /bionic/libm/include/i387/
fenv.h 36 * To preserve binary compatibility with FreeBSD 5.3, we pack the
  /dalvik/vm/alloc/
HeapBitmap.h 37 /* Pack the bits in backwards so they come out in address order
  /development/tools/emulator/opengl/host/tools/emugen/
Var.h 104 std::string m_packExpression; // an expression to pack data into the stream
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.h 34 size_t pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
  /external/chromium/chrome/browser/chromeos/
wm_ipc.h 79 // that we can pack into a ClientMessageEvent -- it holds five, but we
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 32 // We add the buttons in reverse order and pack end instead of start so
  /external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.h 44 // |child| is the widget we pack into |widget_|.
  /external/chromium/chrome/common/
win_safe_util.cc 20 // services functionally deployed with IE6 or Service pack 2. This
  /external/clang/lib/Parse/
ParsePragma.h 55 explicit PragmaPackHandler(Sema &A) : PragmaHandler("pack"),
  /external/clang/test/CodeGen/
decl.c 88 #pragma pack(push, 2)
  /external/jpeg/
jccolor.c 312 #define PACK(a, b, c, d) ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24))
326 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
328 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 34 pkhbt r4, r0, r0, lsl #16 ; pack r0 into r4 1, r0 req`d ^1 pack
182 pkhbt r6, r6, r7, lsl #16 ; partial c1_2 | partial c1_1 pack
183 pkhbt r12, r12, r8, lsl #16 ; partial d1_2 | partial d1_1 pack
  /external/llvm/include/llvm/MC/
MCFixup.h 32 // Limit range of target fixups, in case we want to pack more efficiently
  /external/oprofile/events/i386/core/
unit_masks 48 0x04 MMX pack operations
  /external/qemu/distrib/sdl-1.2.12/include/
begin_code.h 108 #pragma pack(push,4)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
BaseTypes.h 88 // pack/unpack input and output

Completed in 1634 milliseconds

<<11121314151617181920>>