HomeSort by relevance Sort by last modified time
    Searched refs:byte_order (Results 1 - 25 of 32) sorted by null

1 2

  /external/srtp/crypto/test/
datatypes_driver.c 52 byte_order(void);
84 byte_order();
146 /* byte_order() prints out byte ordering of datatypes */
149 byte_order(void) { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XWDFile.h 63 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
Xlib.h 146 #define ImageByteOrder(dpy) (((_XPrivDisplay)dpy)->byte_order)
397 int byte_order; /* data byte order, LSBFirst, MSBFirst */ member in struct:_XImage
544 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 63 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
Xlib.h 146 #define ImageByteOrder(dpy) (((_XPrivDisplay)dpy)->byte_order)
397 int byte_order; /* data byte order, LSBFirst, MSBFirst */ member in struct:_XImage
544 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 63 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
Xlib.h 146 #define ImageByteOrder(dpy) (((_XPrivDisplay)dpy)->byte_order)
397 int byte_order; /* data byte order, LSBFirst, MSBFirst */ member in struct:_XImage
544 int byte_order; /* screen byte order, LSBFirst, MSBFirst */ member in struct:_XDisplay
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 26 external byte_order : DataLayout.t -> Endian.t = "llvm_byte_order"
llvm_target.mli 46 external byte_order : DataLayout.t -> Endian.t = "llvm_byte_order"
  /external/llvm/test/Bindings/Ocaml/
target.ml 40 ignore (byte_order td);
  /external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
SDL_beaudio.cc 161 format.byte_order = B_MEDIA_LITTLE_ENDIAN;
182 format.byte_order = B_MEDIA_BIG_ENDIAN;
  /external/libmtp/src/
gphoto2-endian-intel.h 11 #include <machine/byte_order.h>
gphoto2-endian-ppc.h 11 #include <machine/byte_order.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 102 data_image->byte_order = MSBFirst;
110 mask_image->byte_order = MSBFirst;
SDL_x11image.c 118 SDL_Ximage->byte_order = (SDL_BYTEORDER == SDL_BIG_ENDIAN)
  /external/chromium/chrome/browser/importer/
mork_reader.cc 566 std::string byte_order = meta_row[data.byte_order_column]; local
567 if (!byte_order.empty()) {
573 std::string byte_order_value(byte_order);
  /external/qemu/distrib/sdl-1.2.15/src/audio/ums/
SDL_umsaudio.c 58 static UMSAudioDevice_ReturnCode UADSetByteOrder(_THIS, string byte_order);
376 static UMSAudioDevice_ReturnCode UADSetByteOrder(_THIS, string byte_order)
380 byte_order );
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 128 int byte_order; /* LSBFirst, MSBFirst */ member in struct:__anon13372
xf86dgastr.h 90 CARD8 byte_order; member in struct:__anon13436
Xvproto.h 112 CARD8 byte_order; member in struct:__anon13379
  /external/libpng/contrib/gregbook/
rpng-x.c 676 ximage->byte_order = MSBFirst;
702 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst?
703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")))
720 /* recall that we set ximage->byte_order = MSBFirst above */
731 /* recall that we set ximage->byte_order = MSBFirst above */
763 /* recall that we set ximage->byte_order = MSBFirst above */
796 /* recall that we set ximage->byte_order = MSBFirst above */
828 /* recall that we set ximage->byte_order = MSBFirst above */
rpng2-x.c     [all...]
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 249 image.byte_order = LSBFirst;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xv.c 900 ret[i].byte_order = Info.byte_order;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA2.c 332 modes[i].byteOrder = info.byte_order;
410 dev->mode.byteOrder = info.byte_order;

Completed in 641 milliseconds

1 2