HomeSort by relevance Sort by last modified time
    Searched refs:FAR (Results 126 - 150 of 190) sorted by null

1 2 3 4 56 7 8

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 84 static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam);
96 static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam);
179 int CALLBACK FontFamilyChecker::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam)
185 int CALLBACK ValidFontFamilyFinder::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam)
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 71 } FAR ct_data;
84 } FAR tree_desc;
87 typedef Pos FAR Posf;
263 } FAR deflate_state;
zutil.h 48 typedef uch FAR uchf;
50 typedef ush FAR ushf;
  /external/zlib/
deflate.h 74 } FAR ct_data;
87 } FAR tree_desc;
90 typedef Pos FAR Posf;
273 } FAR deflate_state;
gzguts.h 174 typedef gz_state FAR *gz_statep;
zutil.h 42 typedef uch FAR uchf;
44 typedef ush FAR ushf;
  /external/qemu/distrib/libpng-1.2.19/
png.h 522 typedef png_color FAR * png_colorp;
523 typedef png_color FAR * FAR * png_colorpp;
533 typedef png_color_16 FAR * png_color_16p;
534 typedef png_color_16 FAR * FAR * png_color_16pp;
544 typedef png_color_8 FAR * png_color_8p;
545 typedef png_color_8 FAR * FAR * png_color_8pp;
559 typedef png_sPLT_entry FAR * png_sPLT_entryp
    [all...]
  /external/jpeg/
jmemmgr.c 83 * link pointer must be FAR on 80x86 machines.
100 typedef union large_pool_struct FAR * large_pool_ptr;
331 * except that FAR pointers are used on 80x86. However the pool
341 METHODDEF(void FAR *)
377 return (void FAR *) (hdr_ptr + 1); /* point to first data byte in pool */
383 * The pointers are in near heap, the samples themselves in FAR heap.
711 (void FAR *) ptr->mem_buffer[i],
715 (void FAR *) ptr->mem_buffer[i],
744 (void FAR *) ptr->mem_buffer[i],
748 (void FAR *) ptr->mem_buffer[i]
    [all...]
jpeglib.h 66 typedef JSAMPLE FAR *JSAMPROW; /* ptr to one image row of pixel samples. */
71 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */
75 typedef JCOEF FAR *JCOEFPTR; /* useful in a couple of places */
193 typedef struct jpeg_marker_struct FAR * jpeg_saved_marker_ptr;
200 JOCTET FAR * data; /* the data contained in the marker */
501 int input_scan_number; /* Number of SOS markers seen so far */
506 * to get ahead of input scan/row, but it can fall arbitrarily far behind.
767 int completed_passes; /* passes completed so far */
    [all...]
jccoefct.c 45 * MCU constructed and sent. (On 80x86, the workspace is FAR even though
183 jzero_far((void FAR *) coef->MCU_buffer[blkn + blockcnt],
191 jzero_far((void FAR *) coef->MCU_buffer[blkn],
289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
308 jzero_far((void FAR *) thisblockrow,
jquant1.c 135 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
533 jzero_far((void FAR *) output_buf[row],
638 jzero_far((void FAR *) output_buf[row],
784 jzero_far((void FAR *) cquantize->fserrors[i], arraysize);
847 * We do this now since it is FAR storage and may affect the memory
jdmarker.c 103 unsigned int bytes_read; /* data bytes read so far in marker */
584 examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data,
660 examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data,
716 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
719 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);
745 JOCTET FAR * data;
771 data = cur_marker->data = (JOCTET FAR *) (cur_marker + 1);
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 83 * link pointer must be FAR on 80x86 machines.
100 typedef union large_pool_struct FAR * large_pool_ptr;
331 * except that FAR pointers are used on 80x86. However the pool
341 METHODDEF(void FAR *)
377 return (void FAR *) (hdr_ptr + 1); /* point to first data byte in pool */
383 * The pointers are in near heap, the samples themselves in FAR heap.
711 (void FAR *) ptr->mem_buffer[i],
715 (void FAR *) ptr->mem_buffer[i],
744 (void FAR *) ptr->mem_buffer[i],
748 (void FAR *) ptr->mem_buffer[i]
    [all...]
jpeglib.h 66 typedef JSAMPLE FAR *JSAMPROW; /* ptr to one image row of pixel samples. */
71 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */
75 typedef JCOEF FAR *JCOEFPTR; /* useful in a couple of places */
193 typedef struct jpeg_marker_struct FAR * jpeg_saved_marker_ptr;
200 JOCTET FAR * data; /* the data contained in the marker */
501 int input_scan_number; /* Number of SOS markers seen so far */
506 * to get ahead of input scan/row, but it can fall arbitrarily far behind.
767 int completed_passes; /* passes completed so far */
    [all...]
jccoefct.c 45 * MCU constructed and sent. (On 80x86, the workspace is FAR even though
183 jzero_far((void FAR *) coef->MCU_buffer[blkn + blockcnt],
191 jzero_far((void FAR *) coef->MCU_buffer[blkn],
289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
308 jzero_far((void FAR *) thisblockrow,
jquant1.c 135 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
533 jzero_far((void FAR *) output_buf[row],
638 jzero_far((void FAR *) output_buf[row],
784 jzero_far((void FAR *) cquantize->fserrors[i], arraysize);
847 * We do this now since it is FAR storage and may affect the memory
  /external/libpng/
png.h 638 typedef png_color FAR * png_colorp;
639 typedef png_color FAR * FAR * png_colorpp;
649 typedef png_color_16 FAR * png_color_16p;
650 typedef png_color_16 FAR * FAR * png_color_16pp;
660 typedef png_color_8 FAR * png_color_8p;
661 typedef png_color_8 FAR * FAR * png_color_8pp;
675 typedef png_sPLT_entry FAR * png_sPLT_entryp
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drm.h 29 STDAPI Direct3DRMCreate(LPDIRECT3DRM FAR *lplpDirect3DRM);
39 (THIS_ REFCLSID rclsid, LPUNKNOWN pUnkOuter, REFIID riid, LPVOID FAR* ppv) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRM.H 29 STDAPI Direct3DRMCreate(LPDIRECT3DRM FAR *lplpDirect3DRM);
39 (THIS_ REFCLSID rclsid, LPUNKNOWN pUnkOuter, REFIID riid, LPVOID FAR* ppv) PURE;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 204 #define XFD_SETCOUNT(p) (((fd_set FAR *)(p))->fd_count)
205 #define XFD_FD(p,i) (((fd_set FAR *)(p))->fd_array[i])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 204 #define XFD_SETCOUNT(p) (((fd_set FAR *)(p))->fd_count)
205 #define XFD_FD(p,i) (((fd_set FAR *)(p))->fd_array[i])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 204 #define XFD_SETCOUNT(p) (((fd_set FAR *)(p))->fd_count)
205 #define XFD_FD(p,i) (((fd_set FAR *)(p))->fd_array[i])
  /external/quake/quake/src/QW/client/
snd_win.c 25 HRESULT (WINAPI *pDirectSoundCreate)(GUID FAR *lpGUID, LPDIRECTSOUND FAR *lplpDS, IUnknown FAR *pUnkOuter);
  /external/quake/quake/src/WinQuake/
snd_win.cpp 25 HRESULT (WINAPI *pDirectSoundCreate)(GUID FAR *lpGUID, LPDIRECTSOUND FAR *lplpDS, IUnknown FAR *pUnkOuter);
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 42 #define FAR

Completed in 3692 milliseconds

1 2 3 4 56 7 8