HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 201 - 225 of 723) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 287 Uint16 *spot;
289 spot = (Uint16 *) ((Uint8 *)screen->pixels +
323 Uint16 *spot;
330 spot = (Uint16 *) ((Uint8 *)screen->pixels +
523 register Uint16 *destl,*srcl;
547 destl=(Uint16 *)dest;
551 srcl=(Uint16 *)&SDL_XPixels[src[k]];
794 register Uint16 *destl,*srcl;
807 destl=(Uint16 *)dest;
811 srcl=(Uint16 *)&SDL_XPixels[src[k]]
    [all...]
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 93 Ptbl[0] = (uint16) pow( 2., 16. - x);
97 uint16 v = (uint16) d;
100 Ptbl[256-i] = (uint16) ( 65536U - (Ptbl[i] = v));
156 cuint16 v = (uint16) (p * 65536.);
159 uint16 w;
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 540 Uint16 SDL_ReadLE16 (SDL_RWops *src)
542 Uint16 value;
547 Uint16 SDL_ReadBE16 (SDL_RWops *src)
549 Uint16 value;
583 int SDL_WriteLE16 (SDL_RWops *dst, Uint16 value)
588 int SDL_WriteBE16 (SDL_RWops *dst, Uint16 value)
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_0.c 87 Uint16 *map, *dst;
95 dst = (Uint16 *)info->d_pixels;
97 map = (Uint16 *)info->table;
247 Uint16 *dstp = (Uint16 *)info->d_pixels;
266 *dstp=((Uint16 *)palmap)[bit];
SDL_stretch.c 142 DEFINE_COPY_ROW(copy_row2, Uint16)
310 copy_row2((Uint16 *)srcp, srcrect->w,
311 (Uint16 *)dstp, dstrect->w);
SDL_blit.c 79 (Uint16)srcrect->y*src->pitch +
80 (Uint16)srcrect->x*src->format->BytesPerPixel;
85 (Uint16)dstrect->y*dst->pitch +
86 (Uint16)dstrect->x*dst->format->BytesPerPixel;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp 162 destPixel[0] = static_cast<uint16>(sourcePixel[2]) * sourcePixel[3] / 255;
163 destPixel[1] = static_cast<uint16>(sourcePixel[1]) * sourcePixel[3] / 255;
164 destPixel[2] = static_cast<uint16>(sourcePixel[0]) * sourcePixel[3] / 255;
192 destPixel[0] = static_cast<uint16>(sourcePixel[2]) * 255 / sourcePixel[3];
193 destPixel[1] = static_cast<uint16>(sourcePixel[1]) * 255 / sourcePixel[3];
194 destPixel[2] = static_cast<uint16>(sourcePixel[0]) * 255 / sourcePixel[3];
  /external/neven/Embedded/common/src/b_BasicEm/
APh.h 45 uint16 absE;
77 uint16* memPtrA );
82 const uint16* memPtrA );
Complex.h 76 uint16* memPtrA );
81 const uint16* memPtrA );
92 uint16 bbs_Complex_abs( struct bbs_Complex complA );
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec3D.h 85 uint16* memPtrA );
90 const uint16* memPtrA );
104 uint16 bts_Flt16Vec3D_norm( const struct bts_Flt16Vec3D* ptrA );
Int16Vec2D.h 76 uint16* memPtrA );
81 const uint16* memPtrA );
93 uint16 bts_Int16Vec2D_norm( const struct bts_Int16Vec2D* ptrA );
Int16Vec3D.h 72 uint16* memPtrA );
77 const uint16* memPtrA );
85 uint16 bts_Int16Vec3D_norm( const struct bts_Int16Vec3D* ptrA );
MapSequence.c 59 uint16 iL;
126 uint16 iL;
142 uint16* memPtrA )
144 uint16 iL;
159 const uint16* memPtrA,
162 uint16 iL;
179 const uint16* memPtrL = memPtrA;
195 uint16* dataPtrL = ptrA->objBufE.arrPtrE;
210 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bts_MapSequence_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n"
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5yuv.c 44 Uint16 pitches[3];
219 overlay->pitches[0] = (Uint16)ddsd.u1.lPitch;
221 overlay->pitches[0] = (Uint16)ddsd.lPitch;
  /external/chromium/chrome/browser/importer/
firefox3_importer.h 38 uint16 items,
ie_importer.h 25 uint16 items,
profile_import_process_host.h 44 uint16 items,
  /external/chromium/chrome/browser/sessions/
session_command.h 31 typedef uint16 size_type;
  /external/chromium/net/base/
gzip_header.h 88 uint16 extra_length_; // how much of the "extra field" we have yet to read
  /external/dbus/tools/
dbus-send.c 61 dbus_uint16_t uint16; local
90 uint16 = strtoul (value, NULL, 0);
91 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT16, &uint16);
200 else if (!strcmp (arg, "uint16"))
  /external/libffi/testsuite/libffi.call/
cls_align_uint16.c 2 Purpose: Check structure alignment of uint16.
  /external/neven/Embedded/common/src/b_APIEm/
FaceFinder.h 124 const struct bpi_FaceFinder* ptrA, uint16* memPtrA );
128 struct bpi_FaceFinder* ptrA, const uint16* memPtrA );
148 uint16* memPtrA );
153 const uint16* memPtrA,
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Sequence.c 60 uint16 iL;
127 uint16 iL;
143 uint16* memPtrA )
145 uint16 iL;
161 const uint16* memPtrA,
164 uint16 iL;
186 const uint16* memPtrL = memPtrA;
199 uint16* dataPtrL = ptrA->dataArrE.arrPtrE;
212 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_Sequence_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n"
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_macos.h 35 typedef UInt16 uint16_t;
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataric2p_s.h 73 void SDL_Atari_C2pConvert4_pal(Uint16 *lightpalette);

Completed in 437 milliseconds

1 2 3 4 5 6 7 891011>>