SYMBOL INDEX (1488 symbols across 37 files) FILE: bin/android/BBCBasic.java class BBCBasic (line 5) | public class BBCBasic extends SDLActivity method getLibraries (line 7) | protected String[] getLibraries() { method setOrientationBis (line 24) | public void setOrientationBis(int w, int h, boolean resizable, String ... FILE: bin/wasm/BBC.h type heapptr (line 214) | typedef unsigned int heapptr ; type PARM (line 217) | typedef struct tagPARM type __attribute__ (line 254) | struct __attribute__ ((packed)) __attribute__ type RND (line 260) | typedef struct tagRND type node (line 267) | struct node type node (line 272) | typedef struct node node ; type __attribute__ (line 376) | typedef __attribute__((aligned(1))) type __attribute__ (line 377) | typedef __attribute__((aligned(1))) type __attribute__ (line 378) | typedef __attribute__((aligned(1))) type __attribute__ (line 379) | typedef __attribute__((aligned(1))) type __attribute__ (line 380) | typedef __attribute__((aligned(1))) type __attribute__ (line 381) | typedef __attribute__((aligned(1))) type __attribute__ (line 382) | typedef __attribute__((aligned(1))) FILE: bin/wasm/bbcsdl.h type heapptr (line 129) | typedef unsigned int heapptr ; type PARM (line 132) | typedef struct tagPARM type FCB (line 138) | typedef struct tagFCB type RND (line 146) | typedef struct tagRND FILE: bin/win32/sdlrun.c type PROGINFO (line 28) | typedef struct tagPROGINFO { function WinMain (line 39) | int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, FILE: bin/win64/sdlrun.c type PROGINFO (line 28) | typedef struct tagPROGINFO { function WinMain (line 39) | int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, FILE: include/BBC.h type heapptr (line 219) | typedef unsigned int heapptr ; type PARM (line 222) | typedef struct tagPARM type __attribute__ (line 259) | struct __attribute__ ((packed)) __attribute__ type RND (line 265) | typedef struct tagRND type node (line 272) | struct node type node (line 277) | typedef struct node node ; type __attribute__ (line 370) | typedef __attribute__((aligned(1))) type __attribute__ (line 371) | typedef __attribute__((aligned(1))) type __attribute__ (line 372) | typedef __attribute__((aligned(1))) type __attribute__ (line 373) | typedef __attribute__((aligned(1))) type __attribute__ (line 374) | typedef __attribute__((aligned(1))) type __attribute__ (line 375) | typedef __attribute__((aligned(1))) type __attribute__ (line 376) | typedef __attribute__((aligned(1))) function ILOAD (line 380) | static inline int ILOAD(void* p){ return (intptr_t)p&3 ? *((unaligned_in... function ISTORE (line 381) | static inline void ISTORE(void* p, int i){ if ((intptr_t)p&3) *((unalign... FILE: include/SDL_net.h type Uint8 (line 30) | typedef uint8_t Uint8; type Uint16 (line 31) | typedef uint16_t Uint16; type Uint32 (line 32) | typedef uint32_t Uint32; type SDLNet_version (line 34) | typedef struct SDLNet_version { type SDL_version (line 46) | typedef SDL_version SDLNet_version; type IPaddress (line 90) | typedef struct { type _TCPsocket (line 131) | struct _TCPsocket type _UDPsocket (line 182) | struct _UDPsocket type UDPpacket (line 183) | typedef struct { type _SDLNet_SocketSet (line 298) | struct _SDLNet_SocketSet type _SDLNet_GenericSocket (line 301) | struct _SDLNet_GenericSocket { function SDL_FORCE_INLINE (line 313) | SDL_FORCE_INLINE int SDLNet_TCP_AddSocket(SDLNet_SocketSet set, TCPsocke... function SDL_FORCE_INLINE (line 317) | SDL_FORCE_INLINE int SDLNet_UDP_AddSocket(SDLNet_SocketSet set, UDPsocke... function SDL_FORCE_INLINE (line 325) | SDL_FORCE_INLINE int SDLNet_TCP_DelSocket(SDLNet_SocketSet set, TCPsocke... function SDL_FORCE_INLINE (line 329) | SDL_FORCE_INLINE int SDLNet_UDP_DelSocket(SDLNet_SocketSet set, UDPsocke... function SDL_FORCE_INLINE (line 348) | SDL_FORCE_INLINE int _SDLNet_SocketReady(SDLNet_GenericSocket sock) function SDL_FORCE_INLINE (line 385) | SDL_FORCE_INLINE void _SDLNet_Write16(Uint16 value, void *areap) function SDL_FORCE_INLINE (line 390) | SDL_FORCE_INLINE void _SDLNet_Write32(Uint32 value, void *areap) function SDL_FORCE_INLINE (line 395) | SDL_FORCE_INLINE Uint16 _SDLNet_Read16(const void *areap) function SDL_FORCE_INLINE (line 400) | SDL_FORCE_INLINE Uint32 _SDLNet_Read32(const void *areap) function SDL_FORCE_INLINE (line 407) | SDL_FORCE_INLINE void _SDLNet_Write16(Uint16 value, void *areap) function SDL_FORCE_INLINE (line 414) | SDL_FORCE_INLINE void _SDLNet_Write32(Uint32 value, void *areap) function SDL_FORCE_INLINE (line 423) | SDL_FORCE_INLINE Uint16 _SDLNet_Read16(void *areap) function SDL_FORCE_INLINE (line 429) | SDL_FORCE_INLINE Uint32 _SDLNet_Read32(const void *areap) FILE: include/SDL_stbimage.h function yourFunction (line 61) | void yourFunction(const char* imageFilePath) type STBIMG_stbio_RWops (line 155) | typedef struct { type STBIMG__image (line 242) | typedef struct { function SDL_Surface (line 249) | static SDL_Surface* STBIMG__CreateSurfaceImpl(STBIMG__image img, int fre... function SDL_STBIMG_DEF (line 307) | SDL_STBIMG_DEF SDL_Surface* STBIMG_LoadFromMemory(const unsigned char* b... function STBIMG__io_read (line 357) | static int STBIMG__io_read(void* user, char* data, int size) function STBIMG__io_skip (line 371) | static void STBIMG__io_skip(void* user, int n) function STBIMG__io_eof (line 383) | static int STBIMG__io_eof(void* user) function SDL_STBIMG_DEF (line 390) | SDL_STBIMG_DEF SDL_bool STBIMG_stbi_callback_from_RW(SDL_RWops* src, STB... function SDL_STBIMG_DEF (line 417) | SDL_STBIMG_DEF SDL_Surface* STBIMG_Load_RW(SDL_RWops* src, int freesrc) function SDL_STBIMG_DEF (line 500) | SDL_STBIMG_DEF SDL_Surface* STBIMG_Load_RW_noSeek(SDL_RWops* src, int fr... function SDL_STBIMG_DEF (line 556) | SDL_STBIMG_DEF SDL_Surface* STBIMG_Load(const char* file) function SDL_STBIMG_DEF (line 564) | SDL_STBIMG_DEF SDL_Surface* STBIMG_CreateSurface(unsigned char* pixelDat... function SDL_Texture (line 593) | static SDL_Texture* STBIMG__SurfToTex(SDL_Renderer* renderer, SDL_Surfac... function SDL_STBIMG_DEF (line 608) | SDL_STBIMG_DEF SDL_Texture* function SDL_STBIMG_DEF (line 614) | SDL_STBIMG_DEF SDL_Texture* function SDL_STBIMG_DEF (line 620) | SDL_STBIMG_DEF SDL_Texture* function SDL_STBIMG_DEF (line 626) | SDL_STBIMG_DEF SDL_Texture* function SDL_STBIMG_DEF (line 634) | SDL_STBIMG_DEF SDL_Texture* FILE: include/SDL_ttf.h type TTF_Font (line 77) | typedef struct _TTF_Font TTF_Font; FILE: include/bbccon.h type heapptr (line 115) | typedef unsigned int heapptr ; type PARM (line 118) | typedef struct tagPARM type FCB (line 124) | typedef struct tagFCB type RND (line 132) | typedef struct tagRND FILE: include/bbcsdl.h type heapptr (line 129) | typedef unsigned int heapptr ; type PARM (line 132) | typedef struct tagPARM type FCB (line 138) | typedef struct tagFCB type RND (line 146) | typedef struct tagRND FILE: include/dr_mp3.h type drmp3_int8 (line 66) | typedef signed char drmp3_int8; type drmp3_uint8 (line 67) | typedef unsigned char drmp3_uint8; type drmp3_int16 (line 68) | typedef signed short drmp3_int16; type drmp3_uint16 (line 69) | typedef unsigned short drmp3_uint16; type drmp3_int32 (line 70) | typedef signed int drmp3_int32; type drmp3_uint32 (line 71) | typedef unsigned int drmp3_uint32; type drmp3_int64 (line 72) | typedef signed __int64 drmp3_int64; type drmp3_uint64 (line 73) | typedef unsigned __int64 drmp3_uint64; type drmp3_int8 (line 76) | typedef int8_t drmp3_int8; type drmp3_uint8 (line 77) | typedef uint8_t drmp3_uint8; type drmp3_int16 (line 78) | typedef int16_t drmp3_int16; type drmp3_uint16 (line 79) | typedef uint16_t drmp3_uint16; type drmp3_int32 (line 80) | typedef int32_t drmp3_int32; type drmp3_uint32 (line 81) | typedef uint32_t drmp3_uint32; type drmp3_int64 (line 82) | typedef int64_t drmp3_int64; type drmp3_uint64 (line 83) | typedef uint64_t drmp3_uint64; type drmp3_uint8 (line 85) | typedef drmp3_uint8 drmp3_bool8; type drmp3_uint32 (line 86) | typedef drmp3_uint32 drmp3_bool32; type drmp3dec_frame_info (line 96) | typedef struct type drmp3dec (line 101) | typedef struct type drmp3_src (line 123) | typedef struct drmp3_src drmp3_src; type drmp3_uint64 (line 124) | typedef drmp3_uint64 (* drmp3_src_read_proc)(drmp3_src* pSRC, drmp3_uint... type drmp3_src_algorithm (line 126) | typedef enum type drmp3_src_cache (line 133) | typedef struct type drmp3_src_config (line 141) | typedef struct type drmp3_src (line 150) | struct drmp3_src type drmp3_seek_origin (line 168) | typedef enum type drmp3_seek_point (line 174) | typedef struct type drmp3_bool32 (line 204) | typedef drmp3_bool32 (* drmp3_seek_proc)(void* pUserData, int offset, dr... type drmp3_config (line 206) | typedef struct type drmp3 (line 212) | typedef struct type __m128 (line 413) | typedef __m128 drmp3_f4; function drmp3_have_simd (line 441) | static int drmp3_have_simd(void) type float32x4_t (line 480) | typedef float32x4_t drmp3_f4; function drmp3_have_simd (line 481) | static int drmp3_have_simd(void) type drmp3_bs (line 498) | typedef struct type drmp3_L12_scale_info (line 504) | typedef struct type drmp3_L12_subband_alloc (line 510) | typedef struct type drmp3_L3_gr_info (line 515) | typedef struct type drmp3dec_scratch (line 524) | typedef struct function drmp3_bs_init (line 533) | static void drmp3_bs_init(drmp3_bs *bs, const drmp3_uint8 *data, int bytes) function drmp3_uint32 (line 540) | static drmp3_uint32 drmp3_bs_get_bits(drmp3_bs *bs, int n) function drmp3_hdr_valid (line 556) | static int drmp3_hdr_valid(const drmp3_uint8 *h) function drmp3_hdr_compare (line 565) | static int drmp3_hdr_compare(const drmp3_uint8 *h1, const drmp3_uint8 *h2) function drmp3_hdr_bitrate_kbps (line 573) | static unsigned drmp3_hdr_bitrate_kbps(const drmp3_uint8 *h) function drmp3_hdr_sample_rate_hz (line 582) | static unsigned drmp3_hdr_sample_rate_hz(const drmp3_uint8 *h) function drmp3_hdr_frame_samples (line 588) | static unsigned drmp3_hdr_frame_samples(const drmp3_uint8 *h) function drmp3_hdr_frame_bytes (line 593) | static int drmp3_hdr_frame_bytes(const drmp3_uint8 *h, int free_format_s... function drmp3_hdr_padding (line 603) | static int drmp3_hdr_padding(const drmp3_uint8 *h) function drmp3_L12_subband_alloc (line 609) | static const drmp3_L12_subband_alloc *drmp3_L12_subband_alloc_table(cons... function drmp3_L12_read_scalefactors (line 654) | static void drmp3_L12_read_scalefactors(drmp3_bs *bs, drmp3_uint8 *pba, ... function drmp3_L12_read_scale_info (line 678) | static void drmp3_L12_read_scale_info(const drmp3_uint8 *hdr, drmp3_bs *... function drmp3_L12_dequantize_granule (line 726) | static int drmp3_L12_dequantize_granule(float *grbuf, drmp3_bs *bs, drmp... function drmp3_L12_apply_scf_384 (line 761) | static void drmp3_L12_apply_scf_384(drmp3_L12_scale_info *sci, const flo... function drmp3_L3_read_side_info (line 776) | static int drmp3_L3_read_side_info(drmp3_bs *bs, drmp3_L3_gr_info *gr, c... function drmp3_L3_read_scalefactors (line 901) | static void drmp3_L3_read_scalefactors(drmp3_uint8 *scf, drmp3_uint8 *is... function drmp3_L3_ldexp_q2 (line 934) | static float drmp3_L3_ldexp_q2(float y, int exp_q2) function drmp3_L3_decode_scalefactors (line 946) | static void drmp3_L3_decode_scalefactors(const drmp3_uint8 *hdr, drmp3_u... function drmp3_L3_pow_43 (line 1013) | static float drmp3_L3_pow_43(int x) function drmp3_L3_huffman (line 1034) | static void drmp3_L3_huffman(float *dst, drmp3_bs *bs, const drmp3_L3_gr... function drmp3_L3_midside_stereo (line 1140) | static void drmp3_L3_midside_stereo(float *left, int n) function drmp3_L3_intensity_stereo_band (line 1162) | static void drmp3_L3_intensity_stereo_band(float *left, int n, float kl,... function drmp3_L3_stereo_top_band (line 1172) | static void drmp3_L3_stereo_top_band(const float *right, const drmp3_uin... function drmp3_L3_stereo_process (line 1192) | static void drmp3_L3_stereo_process(float *left, const drmp3_uint8 *ist_... function drmp3_L3_intensity_stereo (line 1226) | static void drmp3_L3_intensity_stereo(float *left, drmp3_uint8 *ist_pos,... function drmp3_L3_reorder (line 1246) | static void drmp3_L3_reorder(float *grbuf, float *scratch, const drmp3_u... function drmp3_L3_antialias (line 1263) | static void drmp3_L3_antialias(float *grbuf, int nbands) function drmp3_L3_dct3_9 (line 1298) | static void drmp3_L3_dct3_9(float *y) function drmp3_L3_imdct36 (line 1338) | static void drmp3_L3_imdct36(float *grbuf, float *overlap, const float *... function drmp3_L3_idct3 (line 1395) | static void drmp3_L3_idct3(float x0, float x1, float x2, float *dst) function drmp3_L3_imdct12 (line 1404) | static void drmp3_L3_imdct12(float *x, float *dst, float *overlap) function drmp3_L3_imdct_short (line 1424) | static void drmp3_L3_imdct_short(float *grbuf, float *overlap, int nbands) function drmp3_L3_change_sign (line 1437) | static void drmp3_L3_change_sign(float *grbuf) function drmp3_L3_imdct_gr (line 1445) | static void drmp3_L3_imdct_gr(float *grbuf, float *overlap, unsigned blo... function drmp3_L3_save_reservoir (line 1463) | static void drmp3_L3_save_reservoir(drmp3dec *h, drmp3dec_scratch *s) function drmp3_L3_restore_reservoir (line 1479) | static int drmp3_L3_restore_reservoir(drmp3dec *h, drmp3_bs *bs, drmp3de... function drmp3_L3_decode (line 1489) | static void drmp3_L3_decode(drmp3dec *h, drmp3dec_scratch *s, drmp3_L3_g... function drmp3d_DCT_II (line 1525) | static void drmp3d_DCT_II(float *grbuf, int n) type drmp3_int16 (line 1681) | typedef drmp3_int16 drmp3d_sample_t; function drmp3_int16 (line 1683) | static drmp3_int16 drmp3d_scale_pcm(float sample) type drmp3d_sample_t (line 1692) | typedef float drmp3d_sample_t; function drmp3d_scale_pcm (line 1694) | static float drmp3d_scale_pcm(float sample) function drmp3d_synth_pair (line 1700) | static void drmp3d_synth_pair(drmp3d_sample_t *pcm, int nch, const float... function drmp3d_synth (line 1725) | static void drmp3d_synth(float *xl, drmp3d_sample_t *dstl, int nch, floa... function drmp3d_synth_granule (line 1876) | static void drmp3d_synth_granule(float *qmf_state, float *grbuf, int nba... function drmp3d_match_frame (line 1904) | static int drmp3d_match_frame(const drmp3_uint8 *hdr, int mp3_bytes, int... function drmp3d_find_frame (line 1918) | static int drmp3d_find_frame(const drmp3_uint8 *mp3, int mp3_bytes, int ... function drmp3dec_init (line 1956) | void drmp3dec_init(drmp3dec *dec) function drmp3dec_decode_frame (line 1961) | int drmp3dec_decode_frame(drmp3dec *dec, const unsigned char *mp3, int m... function drmp3dec_f32_to_s16 (line 2055) | void drmp3dec_f32_to_s16(const float *in, drmp3_int16 *out, int num_samp... function drmp3_mix_f32 (line 2179) | static inline float drmp3_mix_f32(float x, float y, float a) function drmp3_blend_f32 (line 2184) | static void drmp3_blend_f32(float* pOut, float* pInA, float* pInB, float... function drmp3_src_cache_init (line 2192) | void drmp3_src_cache_init(drmp3_src* pSRC, drmp3_src_cache* pCache) function drmp3_uint64 (line 2202) | drmp3_uint64 drmp3_src_cache_read_frames(drmp3_src_cache* pCache, drmp3_... function drmp3_bool32 (line 2259) | drmp3_bool32 drmp3_src_init(const drmp3_src_config* pConfig, drmp3_src_r... function drmp3_bool32 (line 2279) | drmp3_bool32 drmp3_src_set_input_sample_rate(drmp3_src* pSRC, drmp3_uint... function drmp3_bool32 (line 2292) | drmp3_bool32 drmp3_src_set_output_sample_rate(drmp3_src* pSRC, drmp3_uin... function drmp3_uint64 (line 2305) | drmp3_uint64 drmp3_src_read_frames_ex(drmp3_src* pSRC, drmp3_uint64 fram... function drmp3_uint64 (line 2325) | drmp3_uint64 drmp3_src_read_frames(drmp3_src* pSRC, drmp3_uint64 frameCo... function drmp3_uint64 (line 2330) | drmp3_uint64 drmp3_src_read_frames_passthrough(drmp3_src* pSRC, drmp3_ui... function drmp3_uint64 (line 2340) | drmp3_uint64 drmp3_src_read_frames_linear(drmp3_src* pSRC, drmp3_uint64 ... function drmp3__on_read (line 2420) | static size_t drmp3__on_read(drmp3* pMP3, void* pBufferOut, size_t bytes... function drmp3_bool32 (line 2427) | static drmp3_bool32 drmp3__on_seek(drmp3* pMP3, int offset, drmp3_seek_o... function drmp3_bool32 (line 2444) | static drmp3_bool32 drmp3__on_seek_64(drmp3* pMP3, drmp3_uint64 offset, ... function drmp3_uint32 (line 2477) | static drmp3_uint32 drmp3_decode_next_frame_ex(drmp3* pMP3, drmp3d_sampl... function drmp3_uint32 (line 2563) | static drmp3_uint32 drmp3_decode_next_frame(drmp3* pMP3) function drmp3_uint32 (line 2570) | static drmp3_uint32 drmp3_seek_next_frame(drmp3* pMP3) function drmp3_uint64 (line 2588) | static drmp3_uint64 drmp3_read_src(drmp3_src* pSRC, drmp3_uint64 frameCo... function drmp3_bool32 (line 2672) | drmp3_bool32 drmp3_init_internal(drmp3* pMP3, drmp3_read_proc onRead, dr... function drmp3_bool32 (line 2728) | drmp3_bool32 drmp3_init(drmp3* pMP3, drmp3_read_proc onRead, drmp3_seek_... function drmp3__on_read_memory (line 2739) | static size_t drmp3__on_read_memory(void* pUserData, void* pBufferOut, s... function drmp3_bool32 (line 2758) | static drmp3_bool32 drmp3__on_seek_memory(void* pUserData, int byteOffse... function drmp3_bool32 (line 2787) | drmp3_bool32 drmp3_init_memory(drmp3* pMP3, const void* pData, size_t da... function drmp3__on_read_stdio (line 2810) | static size_t drmp3__on_read_stdio(void* pUserData, void* pBufferOut, si... function drmp3_bool32 (line 2815) | static drmp3_bool32 drmp3__on_seek_stdio(void* pUserData, int offset, dr... function drmp3_bool32 (line 2820) | drmp3_bool32 drmp3_init_file(drmp3* pMP3, const char* filePath, const dr... function drmp3_uninit (line 2846) | void drmp3_uninit(drmp3* pMP3) function drmp3_uint64 (line 2861) | drmp3_uint64 drmp3_read_pcm_frames_f32(drmp3* pMP3, drmp3_uint64 framesT... function drmp3_reset (line 2893) | void drmp3_reset(drmp3* pMP3) function drmp3_bool32 (line 2915) | drmp3_bool32 drmp3_seek_to_start_of_stream(drmp3* pMP3) function drmp3_get_cached_pcm_frame_count_from_src (line 2930) | float drmp3_get_cached_pcm_frame_count_from_src(drmp3* pMP3) function drmp3_get_pcm_frames_remaining_in_mp3_frame (line 2935) | float drmp3_get_pcm_frames_remaining_in_mp3_frame(drmp3* pMP3) function drmp3_bool32 (line 2952) | drmp3_bool32 drmp3_seek_forward_by_pcm_frames__brute_force(drmp3* pMP3, ... function drmp3_bool32 (line 2996) | drmp3_bool32 drmp3_seek_to_pcm_frame__brute_force(drmp3* pMP3, drmp3_uin... function drmp3_bool32 (line 3018) | drmp3_bool32 drmp3_find_closest_seek_point(drmp3* pMP3, drmp3_uint64 fra... function drmp3_bool32 (line 3039) | drmp3_bool32 drmp3_seek_to_pcm_frame__seek_table(drmp3* pMP3, drmp3_uint... function drmp3_bool32 (line 3100) | drmp3_bool32 drmp3_seek_to_pcm_frame(drmp3* pMP3, drmp3_uint64 frameIndex) function drmp3_bool32 (line 3118) | drmp3_bool32 drmp3_get_mp3_and_pcm_frame_count(drmp3* pMP3, drmp3_uint64... function drmp3_uint64 (line 3178) | drmp3_uint64 drmp3_get_pcm_frame_count(drmp3* pMP3) function drmp3_uint64 (line 3188) | drmp3_uint64 drmp3_get_mp3_frame_count(drmp3* pMP3) function drmp3__accumulate_running_pcm_frame_count (line 3198) | void drmp3__accumulate_running_pcm_frame_count(drmp3* pMP3, drmp3_uint32... type drmp3__seeking_mp3_frame_info (line 3209) | typedef struct function drmp3_bool32 (line 3215) | drmp3_bool32 drmp3_calculate_seek_points(drmp3* pMP3, drmp3_uint32* pSee... function drmp3_bool32 (line 3336) | drmp3_bool32 drmp3_bind_seek_table(drmp3* pMP3, drmp3_uint32 seekPointCo... function drmp3_free (line 3445) | void drmp3_free(void* p) FILE: include/stb_image.h type stbi_uc (line 384) | typedef unsigned char stbi_uc; type stbi_us (line 385) | typedef unsigned short stbi_us; type stbi_io_callbacks (line 408) | typedef struct type stbi__uint16 (line 639) | typedef unsigned short stbi__uint16; type stbi__int16 (line 640) | typedef signed short stbi__int16; type stbi__uint32 (line 641) | typedef unsigned int stbi__uint32; type stbi__int32 (line 642) | typedef signed int stbi__int32; type stbi__uint16 (line 645) | typedef uint16_t stbi__uint16; type stbi__int16 (line 646) | typedef int16_t stbi__int16; type stbi__uint32 (line 647) | typedef uint32_t stbi__uint32; type stbi__int32 (line 648) | typedef int32_t stbi__int32; function stbi__cpuid3 (line 729) | static int stbi__cpuid3(void) function stbi__sse2_available (line 751) | static int stbi__sse2_available(void) function stbi__sse2_available (line 762) | static int stbi__sse2_available(void) type stbi__context (line 802) | typedef struct function stbi__start_mem (line 823) | static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int... function stbi__start_callbacks (line 833) | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c... function stbi__stdio_read (line 847) | static int stbi__stdio_read(void *user, char *data, int size) function stbi__stdio_skip (line 852) | static void stbi__stdio_skip(void *user, int n) function stbi__stdio_eof (line 862) | static int stbi__stdio_eof(void *user) function stbi__start_file (line 874) | static void stbi__start_file(stbi__context *s, FILE *f) function stbi__rewind (line 883) | static void stbi__rewind(stbi__context *s) type stbi__result_info (line 898) | typedef struct function STBIDEF (line 969) | STBIDEF const char *stbi_failure_reason(void) function stbi__err (line 975) | static int stbi__err(const char *str) function stbi__addsizes_valid (line 999) | static int stbi__addsizes_valid(int a, int b) function stbi__mul2sizes_valid (line 1011) | static int stbi__mul2sizes_valid(int a, int b) function stbi__mad2sizes_valid (line 1021) | static int stbi__mad2sizes_valid(int a, int b, int add) function stbi__mad3sizes_valid (line 1028) | static int stbi__mad3sizes_valid(int a, int b, int c, int add) function stbi__mad4sizes_valid (line 1036) | static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) function stbi_image_free (line 1081) | __attribute__ ((visibility ("default"))) void stbi_image_free(void *retv... function stbi_set_flip_vertically_on_load (line 1096) | __attribute__ ((visibility ("default"))) void stbi_set_flip_vertically_o... function STBIDEF (line 1106) | STBIDEF void stbi_set_flip_vertically_on_load_thread(int flag_true_if_sh... function stbi_uc (line 1170) | static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, ... function stbi__uint16 (line 1186) | static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, ... function stbi__vertical_flip (line 1202) | static void stbi__vertical_flip(void *image, int w, int h, int bytes_per... function stbi__vertical_flip_slices (line 1227) | static void stbi__vertical_flip_slices(void *image, int w, int h, int z,... function stbi__uint16 (line 1266) | static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, ... function stbi__float_postprocess (line 1294) | static void stbi__float_postprocess(float *result, int *x, int *y, int *... function STBIDEF (line 1311) | STBIDEF int stbi_convert_wchar_to_utf8(char *buffer, size_t bufferlen, c... function FILE (line 1317) | static FILE *stbi__fopen(char const *filename, char const *mode) function STBIDEF (line 1346) | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *co... function STBIDEF (line 1356) | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp,... function STBIDEF (line 1369) | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, in... function STBIDEF (line 1382) | STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int ... function STBIDEF (line 1395) | STBIDEF stbi_us *stbi_load_16_from_memory(stbi_uc const *buffer, int len... function STBIDEF (line 1402) | STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *cl... function STBIDEF (line 1409) | STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, i... function STBIDEF (line 1416) | STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk,... function stbi_uc (line 1424) | __attribute__ ((visibility ("default"))) stbi_uc *stbi_load_gif_from_mem... function STBIDEF (line 1458) | STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, in... function STBIDEF (line 1465) | STBIDEF float *stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, ... function STBIDEF (line 1473) | STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *com... function STBIDEF (line 1483) | STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, ... function STBIDEF (line 1497) | STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 1511) | STBIDEF int stbi_is_hdr (char const *filename) function STBIDEF (line 1522) | STBIDEF int stbi_is_hdr_from_file(FILE *f) function STBIDEF (line 1539) | STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clb... function STBIDEF (line 1555) | STBIDEF void stbi_ldr_to_hdr_gamma(float gamma) { stbi__l2h_gamma = ga... function STBIDEF (line 1556) | STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = sc... function STBIDEF (line 1561) | STBIDEF void stbi_hdr_to_ldr_gamma(float gamma) { stbi__h2l_gamma_i = ... function STBIDEF (line 1562) | STBIDEF void stbi_hdr_to_ldr_scale(float scale) { stbi__h2l_scale_i = ... function stbi__refill_buffer (line 1577) | static void stbi__refill_buffer(stbi__context *s) function stbi_inline (line 1594) | stbi_inline static stbi_uc stbi__get8(stbi__context *s) function stbi_inline (line 1608) | stbi_inline static int stbi__at_eof(stbi__context *s) function stbi__skip (line 1624) | static void stbi__skip(stbi__context *s, int n) function stbi__getn (line 1646) | static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) function stbi__get16be (line 1674) | static int stbi__get16be(stbi__context *s) function stbi__uint32 (line 1684) | static stbi__uint32 stbi__get32be(stbi__context *s) function stbi__get16le (line 1694) | static int stbi__get16le(stbi__context *s) function stbi__uint32 (line 1702) | static stbi__uint32 stbi__get32le(stbi__context *s) function stbi_uc (line 1726) | static stbi_uc stbi__compute_y(int r, int g, int b) function stbi__uint16 (line 1783) | static stbi__uint16 stbi__compute_y_16(int r, int g, int b) function stbi__uint16 (line 1792) | static stbi__uint16 *stbi__convert_format16(stbi__uint16 *data, int img_... function stbi_uc (line 1864) | static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) type stbi__huffman (line 1918) | typedef struct type stbi__jpeg (line 1929) | typedef struct function stbi__build_huffman (line 1983) | static int stbi__build_huffman(stbi__huffman *h, int *count) function stbi__build_fast_ac (line 2027) | static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) function stbi__grow_buffer_unsafe (line 2052) | static void stbi__grow_buffer_unsafe(stbi__jpeg *j) function stbi_inline (line 2074) | stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffm... function stbi_inline (line 2128) | stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) function stbi_inline (line 2143) | stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) function stbi_inline (line 2154) | stbi_inline static int stbi__jpeg_get_bit(stbi__jpeg *j) function stbi__jpeg_decode_block (line 2182) | static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__... function stbi__jpeg_decode_block_prog_dc (line 2234) | static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64]... function stbi__jpeg_decode_block_prog_ac (line 2262) | static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64]... function stbi_inline (line 2382) | stbi_inline static stbi_uc stbi__clamp(int x) function stbi__idct_block (line 2433) | static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2496) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2677) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi_uc (line 2885) | static stbi_uc stbi__get_marker(stbi__jpeg *j) function stbi__jpeg_reset (line 2902) | static void stbi__jpeg_reset(stbi__jpeg *j) function stbi__parse_entropy_coded_data (line 2915) | static int stbi__parse_entropy_coded_data(stbi__jpeg *z) function stbi__jpeg_dequantize (line 3039) | static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant) function stbi__jpeg_finish (line 3046) | static void stbi__jpeg_finish(stbi__jpeg *z) function stbi__process_marker (line 3065) | static int stbi__process_marker(stbi__jpeg *z, int m) function stbi__process_scan_header (line 3168) | static int stbi__process_scan_header(stbi__jpeg *z) function stbi__free_jpeg_components (line 3207) | static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) function stbi__process_frame_header (line 3229) | static int stbi__process_frame_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_header (line 3330) | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_image (line 3355) | static int stbi__decode_jpeg_image(stbi__jpeg *j) type stbi_uc (line 3397) | typedef stbi_uc *(*resample_row_func)(stbi_uc *out, stbi_uc *in0, stbi_u... function stbi_uc (line 3402) | static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *... function stbi_uc (line 3411) | static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, s... function stbi_uc (line 3421) | static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3451) | static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3476) | static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_n... function stbi_uc (line 3592) | static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_nea... function stbi__YCbCr_to_RGB_row (line 3606) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_simd (line 3632) | static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi... function stbi__setup_jpeg (line 3767) | static void stbi__setup_jpeg(stbi__jpeg *j) function stbi__cleanup_jpeg (line 3789) | static void stbi__cleanup_jpeg(stbi__jpeg *j) type stbi__resample (line 3794) | typedef struct function stbi_uc (line 3805) | static stbi_uc stbi__blinn_8x8(stbi_uc x, stbi_uc y) function stbi_uc (line 3811) | static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, i... function stbi__jpeg_test (line 3987) | static int stbi__jpeg_test(stbi__context *s) function stbi__jpeg_info_raw (line 4000) | static int stbi__jpeg_info_raw(stbi__jpeg *j, int *x, int *y, int *comp) function stbi__jpeg_info (line 4012) | static int stbi__jpeg_info(stbi__context *s, int *x, int *y, int *comp) type stbi__zhuffman (line 4040) | typedef struct function stbi_inline (line 4050) | stbi_inline static int stbi__bitreverse16(int n) function stbi_inline (line 4059) | stbi_inline static int stbi__bit_reverse(int v, int bits) function stbi__zbuild_huffman (line 4067) | static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizeli... type stbi__zbuf (line 4120) | typedef struct function stbi_inline (line 4134) | stbi_inline static int stbi__zeof(stbi__zbuf *z) function stbi_inline (line 4139) | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) function stbi__fill_bits (line 4144) | static void stbi__fill_bits(stbi__zbuf *z) function stbi__zreceive (line 4156) | int stbi__zreceive(stbi__zbuf *z, int n) function stbi__zhuffman_decode_slowpath (line 4166) | static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) function stbi_inline (line 4185) | stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffm... function stbi__zexpand (line 4204) | static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to m... function stbi__parse_huffman_block (line 4240) | static int stbi__parse_huffman_block(stbi__zbuf *a) function stbi__compute_huffman_codes (line 4282) | static int stbi__compute_huffman_codes(stbi__zbuf *a) function stbi__parse_uncompressed_block (line 4332) | static int stbi__parse_uncompressed_block(stbi__zbuf *a) function stbi__parse_zlib_header (line 4361) | static int stbi__parse_zlib_header(stbi__zbuf *a) function stbi__parse_zlib (line 4404) | static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) function stbi__do_zlib (line 4432) | static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, i... function STBIDEF (line 4442) | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int ... function STBIDEF (line 4458) | STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *... function STBIDEF (line 4463) | STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *b... function STBIDEF (line 4479) | STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const ... function STBIDEF (line 4490) | STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int l... function STBIDEF (line 4506) | STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, co... type stbi__pngchunk (line 4529) | typedef struct function stbi__pngchunk (line 4535) | static stbi__pngchunk stbi__get_chunk_header(stbi__context *s) function stbi__check_png_header (line 4543) | static int stbi__check_png_header(stbi__context *s) type stbi__png (line 4552) | typedef struct function stbi__paeth (line 4580) | static int stbi__paeth(int a, int b, int c) function stbi__create_png_image_raw (line 4594) | static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__... function stbi__create_png_image (line 4806) | static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stb... function stbi__compute_transparency (line 4851) | static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int o... function stbi__compute_transparency16 (line 4876) | static int stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3]... function stbi__expand_png_palette (line 4901) | static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int ... function STBIDEF (line 4941) | STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpr... function STBIDEF (line 4946) | STBIDEF void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_conv... function STBIDEF (line 4958) | STBIDEF void stbi__unpremultiply_on_load_thread(int flag_true_if_should_... function STBIDEF (line 4964) | STBIDEF void stbi_convert_iphone_png_to_rgb_thread(int flag_true_if_shou... function stbi__de_iphone (line 4978) | static void stbi__de_iphone(stbi__png *z) function stbi__parse_png_file (line 5023) | static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) function stbi__png_test (line 5238) | static int stbi__png_test(stbi__context *s) function stbi__png_info_raw (line 5246) | static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) function stbi__png_info (line 5258) | static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp) function stbi__png_is16 (line 5265) | static int stbi__png_is16(stbi__context *s) function stbi__bmp_test_raw (line 5282) | static int stbi__bmp_test_raw(stbi__context *s) function stbi__bmp_test (line 5297) | static int stbi__bmp_test(stbi__context *s) function stbi__high_bit (line 5306) | static int stbi__high_bit(unsigned int z) function stbi__bitcount (line 5318) | static int stbi__bitcount(unsigned int a) function stbi__shiftsigned (line 5331) | static int stbi__shiftsigned(unsigned int v, int shift, int bits) type stbi__bmp_data (line 5351) | typedef struct function stbi__bmp_set_mask_defaults (line 5358) | static int stbi__bmp_set_mask_defaults(stbi__bmp_data *info, int compress) function stbi__tga_get_comp (line 5661) | static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_r... function stbi__tga_info (line 5677) | static int stbi__tga_info(stbi__context *s, int *x, int *y, int *comp) function stbi__tga_test (line 5742) | static int stbi__tga_test(stbi__context *s) function stbi__tga_read_rgb16 (line 5774) | static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out) function stbi__psd_test (line 6003) | static int stbi__psd_test(stbi__context *s) function stbi__psd_decode_rle (line 6010) | static int stbi__psd_decode_rle(stbi__context *s, stbi_uc *p, int pixelC... function stbi__pic_is4 (line 6258) | static int stbi__pic_is4(stbi__context *s,const char *str) function stbi__pic_test_core (line 6268) | static int stbi__pic_test_core(stbi__context *s) type stbi__pic_packet (line 6284) | typedef struct function stbi_uc (line 6289) | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) function stbi__copyval (line 6303) | static void stbi__copyval(int channel,stbi_uc *dest,const stbi_uc *src) function stbi_uc (line 6312) | static stbi_uc *stbi__pic_load_core(stbi__context *s,int width,int heigh... function stbi__pic_test (line 6463) | static int stbi__pic_test(stbi__context *s) type stbi__gif_lzw (line 6475) | typedef struct type stbi__gif (line 6482) | typedef struct function stbi__gif_test_raw (line 6502) | static int stbi__gif_test_raw(stbi__context *s) function stbi__gif_test (line 6512) | static int stbi__gif_test(stbi__context *s) function stbi__gif_parse_colortable (line 6519) | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256... function stbi__gif_header (line 6530) | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, i... function stbi__gif_info_raw (line 6561) | static int stbi__gif_info_raw(stbi__context *s, int *x, int *y, int *comp) function stbi__out_gif_code (line 6576) | static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) function stbi_uc (line 6613) | static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) function stbi_uc (line 6700) | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int ... function stbi__gif_info (line 6999) | static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp) function stbi__hdr_test_core (line 7009) | static int stbi__hdr_test_core(stbi__context *s, const char *signature) function stbi__hdr_test (line 7019) | static int stbi__hdr_test(stbi__context* s) function stbi__hdr_convert (line 7053) | static void stbi__hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi__hdr_info (line 7211) | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_info (line 7257) | static int stbi__bmp_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_info (line 7281) | static int stbi__psd_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_is16 (line 7316) | static int stbi__psd_is16(stbi__context *s) function stbi__pic_info (line 7345) | static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_test (line 7416) | static int stbi__pnm_test(stbi__context *s) function stbi__pnm_isspace (line 7458) | static int stbi__pnm_isspace(char c) function stbi__pnm_skip_whitespace (line 7463) | static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) function stbi__pnm_isdigit (line 7477) | static int stbi__pnm_isdigit(char c) function stbi__pnm_getinteger (line 7482) | static int stbi__pnm_getinteger(stbi__context *s, char *c) function stbi__pnm_info (line 7494) | static int stbi__pnm_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_is16 (line 7533) | static int stbi__pnm_is16(stbi__context *s) function stbi__info_main (line 7541) | static int stbi__info_main(stbi__context *s, int *x, int *y, int *comp) function stbi__is_16_main (line 7583) | static int stbi__is_16_main(stbi__context *s) function STBIDEF (line 7600) | STBIDEF int stbi_info(char const *filename, int *x, int *y, int *comp) function STBIDEF (line 7610) | STBIDEF int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function STBIDEF (line 7621) | STBIDEF int stbi_is_16_bit(char const *filename) function STBIDEF (line 7631) | STBIDEF int stbi_is_16_bit_from_file(FILE *f) function STBIDEF (line 7643) | STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x... function STBIDEF (line 7650) | STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *u... function STBIDEF (line 7657) | STBIDEF int stbi_is_16_bit_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 7664) | STBIDEF int stbi_is_16_bit_from_callbacks(stbi_io_callbacks const *c, vo... FILE: include/zconf.h type z_size_t (line 241) | typedef unsigned long z_size_t; type z_size_t (line 245) | typedef unsigned NO_SIZE_T z_size_t; type z_size_t (line 248) | typedef size_t z_size_t; type z_size_t (line 250) | typedef unsigned long z_size_t; type Byte (line 391) | typedef unsigned char Byte; type uInt (line 393) | typedef unsigned int uInt; type uLong (line 394) | typedef unsigned long uLong; type Byte (line 400) | typedef Byte FAR Bytef; type charf (line 402) | typedef char FAR charf; type intf (line 403) | typedef int FAR intf; type uInt (line 404) | typedef uInt FAR uIntf; type uLong (line 405) | typedef uLong FAR uLongf; type Byte (line 412) | typedef Byte const *voidpc; type Byte (line 413) | typedef Byte FAR *voidpf; type Byte (line 414) | typedef Byte *voidp; type Z_U4 (line 429) | typedef Z_U4 z_crc_t; type z_crc_t (line 431) | typedef unsigned long z_crc_t; FILE: include/zlib.h type voidpf (line 81) | typedef voidpf (*alloc_func) type internal_state (line 84) | struct internal_state type z_stream (line 86) | typedef struct z_stream_s { type z_stream (line 108) | typedef z_stream FAR *z_streamp; type gz_header (line 114) | typedef struct gz_header_s { type gz_header (line 131) | typedef gz_header FAR *gz_headerp; type gzFile_s (line 1300) | struct gzFile_s type gzFile_s (line 1817) | struct gzFile_s { FILE: src/SDL2_gfxPrimitives.c type SDL2_gfxBresenhamIterator (line 46) | typedef struct { function pixel (line 63) | int pixel(SDL_Renderer *renderer, Sint16 x, Sint16 y) function pixelColor (line 78) | int pixelColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Uint32 color) function pixelRGBA (line 97) | int pixelRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Uint8 r, Uint... function pixelRGBAWeight (line 120) | int pixelRGBAWeight(SDL_Renderer * renderer, Sint16 x, Sint16 y, Uint8 r... function hline (line 148) | int hline(SDL_Renderer * renderer, Sint16 x1, Sint16 x2, Sint16 y) function hlineColor (line 165) | int hlineColor(SDL_Renderer * renderer, Sint16 x1, Sint16 x2, Sint16 y, ... function hlineRGBA (line 185) | int hlineRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 x2, Sint16 y, U... function vline (line 206) | int vline(SDL_Renderer * renderer, Sint16 x, Sint16 y1, Sint16 y2) function vlineColor (line 222) | int vlineColor(SDL_Renderer * renderer, Sint16 x, Sint16 y1, Sint16 y2, ... function vlineRGBA (line 242) | int vlineRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y1, Sint16 y2, U... function rectangleColor (line 265) | int rectangleColor(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16... function rectangleRGBA (line 286) | int rectangleRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 ... function roundedRectangleColor (line 358) | int roundedRectangleColor(SDL_Renderer * renderer, Sint16 x1, Sint16 y1,... function roundedRectangleRGBA (line 380) | int roundedRectangleRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, ... function roundedBoxColor (line 503) | int roundedBoxColor(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint1... function roundedBoxRGBA (line 525) | int roundedBoxRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16... function boxColor (line 700) | int boxColor(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2, S... function boxRGBA (line 721) | int boxRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2, Si... function line (line 791) | int line(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2, Sint1... function lineColor (line 811) | int lineColor(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2, ... function lineRGBA (line 832) | int lineRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2, S... function _aalineRGBA (line 872) | int _aalineRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2... function aalineColor (line 1081) | int aalineColor(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2... function aalineRGBA (line 1102) | int aalineRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2,... function circleColor (line 1120) | int circleColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad,... function circleRGBA (line 1140) | int circleRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad, ... function arcColor (line 1160) | int arcColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad, Si... function arcRGBA (line 1183) | int arcRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad, Sin... function aacircleColor (line 1418) | int aacircleColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 ra... function aacircleRGBA (line 1438) | int aacircleRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad... function filledCircleColor (line 1459) | int filledCircleColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint1... function filledCircleRGBA (line 1479) | int filledCircleRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16... function ellipseColor (line 1498) | int ellipseColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rx,... function ellipseRGBA (line 1519) | int ellipseRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rx, ... function lrint (line 1667) | static __inline long function lrint (line 1688) | __declspec(naked) long int function aaellipseColor (line 1714) | int aaellipseColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 r... function aaellipseRGBA (line 1735) | int aaellipseRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rx... function filledEllipseColor (line 1930) | int filledEllipseColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint... function filledEllipseRGBA (line 1951) | int filledEllipseRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint1... function _pieRGBA (line 2098) | int _pieRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad, Si... function pieColor (line 2213) | int pieColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad, function pieRGBA (line 2236) | int pieRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad, function filledPieColor (line 2255) | int filledPieColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 r... function filledPieRGBA (line 2277) | int filledPieRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad, function trigonColor (line 2301) | int trigonColor(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2... function trigonRGBA (line 2333) | int trigonRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 x2,... function aatrigonColor (line 2367) | int aatrigonColor(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 ... function aatrigonRGBA (line 2399) | int aatrigonRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint16 ... function filledTrigonColor (line 2433) | int filledTrigonColor(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sin... function filledTrigonRGBA (line 2467) | int filledTrigonRGBA(SDL_Renderer * renderer, Sint16 x1, Sint16 y1, Sint... function polygonColor (line 2496) | int polygonColor(SDL_Renderer * renderer, const Sint16 * vx, const Sint1... function polygon (line 2512) | int polygon(SDL_Renderer * renderer, const Sint16 * vx, const Sint16 * v... function polygonRGBA (line 2578) | int polygonRGBA(SDL_Renderer * renderer, const Sint16 * vx, const Sint16... function aapolygonColor (line 2630) | int aapolygonColor(SDL_Renderer * renderer, const Sint16 * vx, const Sin... function aapolygonRGBA (line 2650) | int aapolygonRGBA(SDL_Renderer * renderer, const Sint16 * vx, const Sint... function _gfxPrimitivesCompareInt (line 2708) | int _gfxPrimitivesCompareInt(const void *a, const void *b) function filledPolygonRGBAMT (line 2745) | int filledPolygonRGBAMT(SDL_Renderer * renderer, const Sint16 * vx, cons... function filledPolygonColor (line 2913) | int filledPolygonColor(SDL_Renderer * renderer, const Sint16 * vx, const... function filledPolygonRGBA (line 2933) | int filledPolygonRGBA(SDL_Renderer * renderer, const Sint16 * vx, const ... function _HLineTextured (line 2955) | int _HLineTextured(SDL_Renderer *renderer, Sint16 x1, Sint16 x2, Sint16 ... function texturedPolygonMT (line 3054) | int texturedPolygonMT(SDL_Renderer *renderer, const Sint16 * vx, const S... function texturedPolygon (line 3226) | int texturedPolygon(SDL_Renderer *renderer, const Sint16 * vx, const Sin... function gfxPrimitivesSetFont (line 3296) | void gfxPrimitivesSetFont(const void *fontdata, Uint32 cw, Uint32 ch) function gfxPrimitivesSetFontRotation (line 3347) | void gfxPrimitivesSetFontRotation(Uint32 rotation) function gfxPrimitivesSetFontZoom (line 3379) | void gfxPrimitivesSetFontZoom(Uint32 zoomx, Uint32 zoomy) function characterRGBA (line 3408) | int characterRGBA(SDL_Renderer *renderer, Sint16 x, Sint16 y, char c, Ui... function characterColor (line 3540) | int characterColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, char c, ... function stringColor (line 3561) | int stringColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, const char ... function stringRGBA (line 3581) | int stringRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, const char *... function _evaluateBezier (line 3622) | double _evaluateBezier (double *data, int ndata, double t) function bezierColor (line 3681) | int bezierColor(SDL_Renderer * renderer, const Sint16 * vx, const Sint16... function bezierRGBA (line 3702) | int bezierRGBA(SDL_Renderer * renderer, const Sint16 * vx, const Sint16 ... function _bresenhamInitialize (line 3789) | int _bresenhamInitialize(SDL2_gfxBresenhamIterator *b, Sint16 x1, Sint16... function _bresenhamIterate (line 3851) | int _bresenhamIterate(SDL2_gfxBresenhamIterator *b) function x_perpendicular (line 3893) | static void x_perpendicular(SDL_Renderer *B, function x_varthick_line (line 3951) | static void x_varthick_line function y_perpendicular (line 4005) | static void y_perpendicular(SDL_Renderer *B, function y_varthick_line (line 4063) | static void y_varthick_line function draw_varthick_line (line 4117) | void draw_varthick_line(SDL_Renderer *B, int style, function thickLineColor (line 4170) | int thickLineColor(SDL_Renderer *renderer, Sint16 x1, Sint16 y1, Sint16 ... function thickLineColorStyle (line 4177) | int thickLineColorStyle(SDL_Renderer *renderer, Sint16 x1, Sint16 y1, Si... function thickLineRGBA (line 4201) | int thickLineRGBA(SDL_Renderer *renderer, Sint16 x1, Sint16 y1, Sint16 x... function RedefineChar (line 4233) | int RedefineChar(SDL_Renderer *renderer, char c, unsigned char *charpos,... function renderdrawline (line 4311) | static int renderdrawline(SDL_Renderer *renderer, int x1, int y1, int x2... function hlinecliparc (line 4351) | static int hlinecliparc(SDL_Renderer *renderer, int x1, int x2, int y, i... function thickEllipseRGBA (line 4400) | int thickEllipseRGBA(SDL_Renderer * renderer, Sint16 xc, Sint16 yc, Sint... function thickArcRGBA (line 4485) | int thickArcRGBA(SDL_Renderer * renderer, Sint16 xc, Sint16 yc, Sint16 r... function thickCircleRGBA (line 4533) | int thickCircleRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 ... function thickEllipseColor (line 4539) | int thickEllipseColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint1... function thickArcColor (line 4546) | int thickArcColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 ra... function thickCircleColor (line 4553) | int thickCircleColor(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16... function filledPolyBezierRGBA (line 4574) | int filledPolyBezierRGBA(SDL_Renderer * renderer, const Sint16 *x, const... function filledPolyBezierColor (line 4645) | int filledPolyBezierColor(SDL_Renderer * renderer, const Sint16 *x, cons... function aaFilledEllipseRGBA (line 4668) | int aaFilledEllipseRGBA(SDL_Renderer * renderer, float cx, float cy, flo... function aaFilledEllipseColor (line 4783) | int aaFilledEllipseColor(SDL_Renderer * renderer, float cx, float cy, fl... function _gfxPrimitivesCompareFloat2 (line 4789) | static int _gfxPrimitivesCompareFloat2(const void *a, const void *b) function aaFilledPolygonRGBA (line 4815) | int aaFilledPolygonRGBA(SDL_Renderer * renderer, const double * vx, cons... function aaFilledPolygonColor (line 5026) | int aaFilledPolygonColor(SDL_Renderer * renderer, const double * vx, con... function aaFilledPieRGBA (line 5050) | int aaFilledPieRGBA(SDL_Renderer * renderer, float cx, float cy, float r... function aaFilledPieColor (line 5102) | int aaFilledPieColor(SDL_Renderer * renderer, float cx, float cy, float ... function aaArcRGBA (line 5126) | int aaArcRGBA(SDL_Renderer * renderer, float cx, float cy, float rx, flo... function aaArcColor (line 5177) | int aaArcColor(SDL_Renderer * renderer, float cx, float cy, float rx, fl... function aaBezierRGBA (line 5199) | int aaBezierRGBA(SDL_Renderer * renderer, double *x, double *y, int n, i... function aaBezierColor (line 5255) | int aaBezierColor(SDL_Renderer * renderer, double *x, double *y, int n, ... function aaFilledPolyBezierRGBA (line 5276) | int aaFilledPolyBezierRGBA(SDL_Renderer * renderer, double *x, double *y... function aaFilledPolyBezierColor (line 5326) | int aaFilledPolyBezierColor(SDL_Renderer * renderer, double *x, double *... FILE: src/SDL2_rotozoom.c function SDL_STBIMG_DEF (line 47) | SDL_STBIMG_DEF int GFX_bezierColor(SDL_Renderer* renderer, const Sint16*... function SDL_STBIMG_DEF (line 50) | SDL_STBIMG_DEF int GFX_filledPolyBezierColor(SDL_Renderer * renderer, co... function SDL_STBIMG_DEF (line 53) | SDL_STBIMG_DEF int GFX_aaFilledEllipseColor(SDL_Renderer * renderer, flo... function SDL_STBIMG_DEF (line 56) | SDL_STBIMG_DEF int GFX_aaFilledPolygonColor(SDL_Renderer * renderer, con... function SDL_STBIMG_DEF (line 59) | SDL_STBIMG_DEF int GFX_aaFilledPieColor(SDL_Renderer * renderer, float c... function SDL_STBIMG_DEF (line 62) | SDL_STBIMG_DEF int GFX_aaArcColor(SDL_Renderer * renderer, float cx, flo... function SDL_STBIMG_DEF (line 65) | SDL_STBIMG_DEF int GFX_aaBezierColor(SDL_Renderer * renderer, double *x,... function SDL_STBIMG_DEF (line 68) | SDL_STBIMG_DEF int GFX_aaFilledPolyBezierColor(SDL_Renderer * renderer, ... function SDL_STBIMG_DEF (line 71) | SDL_STBIMG_DEF double GFX_EvaluateBezier(double *data, int ndata, double t) function SDL_STBIMG_DEF (line 74) | SDL_STBIMG_DEF SDL_Surface* GFX_RotoZoomSurface(SDL_Surface * src, doubl... type tColorRGBA (line 82) | typedef struct tColorRGBA { type tColorY (line 92) | typedef struct tColorY { function Uint32 (line 121) | Uint32 _colorkey(SDL_Surface *src) function _shrinkSurfaceRGBA (line 144) | int _shrinkSurfaceRGBA(SDL_Surface * src, SDL_Surface * dst, int factorx... function _shrinkSurfaceY (line 232) | int _shrinkSurfaceY(SDL_Surface * src, SDL_Surface * dst, int factorx, i... function _zoomSurfaceRGBA (line 315) | int _zoomSurfaceRGBA(SDL_Surface * src, SDL_Surface * dst, int flipx, in... function _zoomSurfaceY (line 548) | int _zoomSurfaceY(SDL_Surface * src, SDL_Surface * dst, int flipx, int f... function _transformSurfaceRGBA (line 667) | void _transformSurfaceRGBA(SDL_Surface * src, SDL_Surface * dst, int cx,... function transformSurfaceY (line 784) | void transformSurfaceY(SDL_Surface * src, SDL_Surface * dst, int cx, int... function SDL_Surface (line 841) | SDL_Surface* rotateSurface90Degrees(SDL_Surface* src, int numClockwiseTu... function _rotozoomSurfaceSizeTrig (line 992) | void _rotozoomSurfaceSizeTrig(int width, int height, double angle, doubl... function rotozoomSurfaceSizeXY (line 1034) | void rotozoomSurfaceSizeXY(int width, int height, double angle, double z... function rotozoomSurfaceSize (line 1051) | void rotozoomSurfaceSize(int width, int height, double angle, double zoo... function SDL_Surface (line 1073) | SDL_Surface *rotozoomSurface(SDL_Surface * src, double angle, double zoo... function SDL_Surface (line 1094) | SDL_Surface *rotozoomSurfaceXY(SDL_Surface * src, double angle, double z... function zoomSurfaceSize (line 1349) | void zoomSurfaceSize(int width, int height, double zoomx, double zoomy, ... function SDL_Surface (line 1399) | SDL_Surface *zoomSurface(SDL_Surface * src, double zoomx, double zoomy, ... function SDL_Surface (line 1550) | SDL_Surface *shrinkSurface(SDL_Surface *src, int factorx, int factory) FILE: src/b2Alias.cpp class DebugDraw (line 14) | class DebugDraw : public b2Draw { // b2Draw has all the virtual function... function VISIBLE (line 134) | VISIBLE int b2NewWorld(void* a, void* b) { return _ZN7b2WorldC1ERK6b2Vec... function VISIBLE (line 135) | VISIBLE int b2CircleShape(void* a) { return _ZN13b2CircleShapeC1Ev(a); } function VISIBLE (line 136) | VISIBLE int b2PolygonShape(void* a) { return _ZN14b2PolygonShapeC1Ev(a); } function VISIBLE (line 137) | VISIBLE int b2ChainShape(void* a) { return _ZN12b2ChainShapeC1Ev(a); } function VISIBLE (line 138) | VISIBLE void b2SetUserDataB(void* a, void* b) { _ZN6b2Body11SetUserDataE... function VISIBLE (line 139) | VISIBLE void b2SetUserDataF(void* a, void* b) { _ZN9b2Fixture11SetUserDa... function VISIBLE (line 140) | VISIBLE void b2SetUserDataJ(void* a, void* b) { _ZN7b2Joint11SetUserData... function VISIBLE (line 141) | VISIBLE void b2DestroyBody(void* a, void* b) { _ZN7b2World11DestroyBodyE... function VISIBLE (line 142) | VISIBLE void b2SetNextVertex(void* a, void* b) { _ZN12b2ChainShape13SetN... function VISIBLE (line 143) | VISIBLE void b2SetPrevVertex(void* a, void* b) { _ZN12b2ChainShape13SetP... function VISIBLE (line 144) | VISIBLE void b2SetFilterData(void* a, void* b) { _ZN9b2Fixture13SetFilte... function VISIBLE (line 145) | VISIBLE void b2DestroyFixture(void* a, void* b) { _ZN6b2Body14DestroyFix... function VISIBLE (line 146) | VISIBLE void b2SetLinearVelocity(void* a, void* b) { _ZN6b2Body17SetLine... function VISIBLE (line 147) | VISIBLE void b2SetGravity(void* a, void* b) { _ZN7b2World10SetGravityERK... function VISIBLE (line 148) | VISIBLE void b2SetTarget(void* a, void* b) { _ZN12b2MouseJoint9SetTarget... function VISIBLE (line 149) | VISIBLE void b2DestroyJoint(void* a, void* b) { _ZN7b2World12DestroyJoin... function b2DistanceJointGetAnchorA (line 152) | VISIBLE long long b2DistanceJointGetAnchorA(void* a, void* b) { return _... function b2DistanceJointGetAnchorB (line 153) | VISIBLE long long b2DistanceJointGetAnchorB(void* a, void* b) { return _... function b2PulleyJointGetAnchorA (line 154) | VISIBLE long long b2PulleyJointGetAnchorA(void* a, void* b) { return _ZN... function b2PulleyJointGetAnchorB (line 155) | VISIBLE long long b2PulleyJointGetAnchorB(void* a, void* b) { return _ZN... function b2RopeJointGetAnchorA (line 156) | VISIBLE long long b2RopeJointGetAnchorA(void* a, void* b) { return _ZNK1... function b2RopeJointGetAnchorB (line 157) | VISIBLE long long b2RopeJointGetAnchorB(void* a, void* b) { return _ZNK1... function VISIBLE (line 159) | VISIBLE bool b2IsAwake(void* a) { return _ZNK6b2Body7IsAwakeEv(a); } function VISIBLE (line 160) | VISIBLE bool b2IsTouching(void* a) { return _ZNK9b2Contact10IsTouchingEv... function VISIBLE (line 161) | VISIBLE int b2GetChildIndexA(void* a) { return _ZNK9b2Contact14GetChildI... function VISIBLE (line 162) | VISIBLE int b2GetChildIndexB(void* a) { return _ZNK9b2Contact14GetChildI... function VISIBLE (line 163) | VISIBLE double b2GetMass(void* a) { return _ZNK6b2Body7GetMassEv(a); } function VISIBLE (line 164) | VISIBLE double b2GetAngularVelocity(void* a) { return _ZNK6b2Body18GetAn... function VISIBLE (line 165) | VISIBLE void* b2GetLinearVelocity(void* a) { return _ZNK6b2Body17GetLine... function VISIBLE (line 167) | VISIBLE void* b2CreateBody(void* a, void* b) { return _ZN7b2World10Creat... function VISIBLE (line 168) | VISIBLE void* b2GetBody(void* a) { return _ZN9b2Fixture7GetBodyEv(a); } function VISIBLE (line 169) | VISIBLE void* b2GetShape(void* a) { return _ZN9b2Fixture8GetShapeEv(a); } function VISIBLE (line 170) | VISIBLE void* b2GetTransform(void* a) { return _ZNK6b2Body12GetTransform... function VISIBLE (line 171) | VISIBLE void* b2GetUserDataB(void* a) { return _ZNK6b2Body11GetUserDataE... function VISIBLE (line 172) | VISIBLE void* b2GetUserDataF(void* a) { return _ZNK9b2Fixture11GetUserDa... function VISIBLE (line 173) | VISIBLE void* b2GetUserDataJ(void* a) { return _ZNK7b2Joint11GetUserData... function VISIBLE (line 174) | VISIBLE void* b2GetBodyA(void* a) { return _ZN7b2Joint8GetBodyAEv(a); } function VISIBLE (line 175) | VISIBLE void* b2GetBodyB(void* a) { return _ZN7b2Joint8GetBodyBEv(a); } function VISIBLE (line 176) | VISIBLE void* b2GetContactListW(void* a) { return _ZN7b2World14GetContac... function VISIBLE (line 177) | VISIBLE void* b2GetContactListB(void* a) { return _ZN6b2Body14GetContact... function VISIBLE (line 178) | VISIBLE void* b2GetNextContact(void* a) { return _ZN9b2Contact7GetNextEv... function VISIBLE (line 179) | VISIBLE void* b2GetFixtureA(void* a) { return _ZN9b2Contact11GetFixtureA... function VISIBLE (line 180) | VISIBLE void* b2GetFixtureB(void* a) { return _ZN9b2Contact11GetFixtureB... function VISIBLE (line 181) | VISIBLE void* b2GetBodyList(void* a) { return _ZN7b2World11GetBodyListEv... function VISIBLE (line 182) | VISIBLE void* b2GetNextBody(void* a) { return _ZN6b2Body7GetNextEv(a); } function VISIBLE (line 183) | VISIBLE void* b2CreateFixtureFromDef(void* a, void* b) { return _ZN6b2Bo... function VISIBLE (line 184) | VISIBLE void* b2CreateJoint(void* a, void* b) { return _ZN7b2World11Crea... function VISIBLE (line 186) | VISIBLE void* b2CreateFixtureFromShape(void* a, void* b, float c) { retu... function VISIBLE (line 188) | VISIBLE void b2SetActive(void* a, bool b) { _ZN6b2Body9SetActiveEb(a, b); } function VISIBLE (line 189) | VISIBLE void b2SetAwake(void* a, bool b) { _ZN6b2Body8SetAwakeEb(a, b); } function VISIBLE (line 190) | VISIBLE void b2SetBullet(void* a, bool b) { _ZN6b2Body9SetBulletEb(a, b); } function VISIBLE (line 191) | VISIBLE void b2SetFixedRotation(void* a, bool b) { _ZN6b2Body16SetFixedR... function VISIBLE (line 192) | VISIBLE void b2SetSensor(void* a, bool b) { _ZN9b2Fixture9SetSensorEb(a,... function VISIBLE (line 193) | VISIBLE void b2SetSleepingAllowed(void* a, bool b) { _ZN6b2Body18SetSlee... function VISIBLE (line 195) | VISIBLE void b2EnableMotorP(void* a, bool b) { _ZN16b2PrismaticJoint11En... function VISIBLE (line 196) | VISIBLE void b2EnableMotorR(void* a, bool b) { _ZN15b2RevoluteJoint11Ena... function VISIBLE (line 197) | VISIBLE void b2EnableMotorW(void* a, bool b) { _ZN12b2WheelJoint11Enable... function VISIBLE (line 199) | VISIBLE void b2CreateChain(void* a, void* b, int c) { _ZN12b2ChainShape1... function VISIBLE (line 200) | VISIBLE void b2CreateLoop(void* a, void* b, int c) { _ZN12b2ChainShape10... function VISIBLE (line 201) | VISIBLE void b2SetPolygon(void* a, void* b, int c) { _ZN14b2PolygonShape... function VISIBLE (line 203) | VISIBLE void b2SetTransform(void* a, void* b, float c) { _ZN6b2Body12Set... function VISIBLE (line 204) | VISIBLE void b2SetAsBox(void* a, float b, float c) { _ZN14b2PolygonShape... function VISIBLE (line 205) | VISIBLE void b2SetAsOrientedBox(void* a, float b, float c, void* d, floa... function VISIBLE (line 206) | VISIBLE void b2WorldStep(void* a, float b, int c, int d) { _ZN7b2World4S... function VISIBLE (line 208) | VISIBLE void b2ApplyForce(void* a, void* b, void* c, bool d) { _ZN6b2Bod... function VISIBLE (line 209) | VISIBLE void b2ApplyLinearImpulse(void* a, void* b, void* c, bool d) { _... function VISIBLE (line 210) | VISIBLE void b2ApplyTorque(void* a, float b, bool c) { _ZN6b2Body11Apply... function VISIBLE (line 212) | VISIBLE void b2SetAngularVelocity(void* a, float b) { _ZN6b2Body18SetAng... function VISIBLE (line 213) | VISIBLE void b2SetMaxMotorForceP(void* a, float b) { _ZN16b2PrismaticJoi... function VISIBLE (line 214) | VISIBLE void b2SetMaxMotorTorqueR(void* a, float b) { _ZN15b2RevoluteJoi... function VISIBLE (line 215) | VISIBLE void b2SetMaxMotorTorqueW(void* a, float b) { _ZN12b2WheelJoint1... function VISIBLE (line 216) | VISIBLE void b2SetMotorSpeedP(void* a, float b) { _ZN16b2PrismaticJoint1... function VISIBLE (line 217) | VISIBLE void b2SetMotorSpeedR(void* a, float b) { _ZN15b2RevoluteJoint13... function VISIBLE (line 218) | VISIBLE void b2SetMotorSpeedW(void* a, float b) { _ZN12b2WheelJoint13Set... function VISIBLE (line 220) | VISIBLE void b2DistanceJointInit(void* a, void* b, void* c, void* d, voi... function VISIBLE (line 221) | VISIBLE void b2FrictionJointInit(void* a, void* b, void* c, void* d) { _... function VISIBLE (line 222) | VISIBLE void b2PrismaticJointInit(void* a, void* b, void* c, void* d, vo... function VISIBLE (line 223) | VISIBLE void b2PulleyJointInit(void* a, void* b, void* c, void* d, void*... function VISIBLE (line 224) | VISIBLE void b2RevoluteJointInit(void* a, void* b, void* c, void* d) { _... function VISIBLE (line 225) | VISIBLE void b2WeldJointInit(void* a, void* b, void* c, void* d) { _ZN14... function VISIBLE (line 226) | VISIBLE void b2WheelJointInit(void* a, void* b, void* c, void* d, void* ... function VISIBLE (line 230) | VISIBLE void b2DrawDebugData(void* a) { _ZN7b2World13DrawDebugDataEv(a) ; } function VISIBLE (line 231) | VISIBLE void b2DebugInit(b2World* world, void* device, void* polygon, in... function VISIBLE (line 240) | VISIBLE void b2DebugMatrix(double scale, double xoff, double yoff) function b2NewWorld (line 256) | long long b2NewWorld(st a, st b, st i2, st i3, st i4, st i5, st i6, st i7, function b2CircleShape (line 260) | long long b2CircleShape(st a, st i1, st i2, st i3, st i4, st i5, st i6, ... function b2PolygonShape (line 264) | long long b2PolygonShape(st a, st i1, st i2, st i3, st i4, st i5, st i6,... function b2ChainShape (line 268) | long long b2ChainShape(st a, st i1, st i2, st i3, st i4, st i5, st i6, s... function b2SetUserDataB (line 272) | long long b2SetUserDataB(st a, st b, st i2, st i3, st i4, st i5, st i6, ... function b2SetUserDataF (line 276) | long long b2SetUserDataF(st a, st b, st i2, st i3, st i4, st i5, st i6, ... function b2SetUserDataJ (line 280) | long long b2SetUserDataJ(st a, st b, st i2, st i3, st i4, st i5, st i6, ... function b2DestroyBody (line 284) | long long b2DestroyBody(st a, st b, st i2, st i3, st i4, st i5, st i6, s... function b2SetNextVertex (line 288) | long long b2SetNextVertex(st a, st b, st i2, st i3, st i4, st i5, st i6,... function b2SetPrevVertex (line 292) | long long b2SetPrevVertex(st a, st b, st i2, st i3, st i4, st i5, st i6,... function b2SetFilterData (line 296) | long long b2SetFilterData(st a, st b, st i2, st i3, st i4, st i5, st i6,... function b2DestroyFixture (line 300) | long long b2DestroyFixture(st a, st b, st i2, st i3, st i4, st i5, st i6... function b2SetLinearVelocity (line 304) | long long b2SetLinearVelocity(st a, st b, st i2, st i3, st i4, st i5, st... function b2SetGravity (line 308) | long long b2SetGravity(st a, st b, st i2, st i3, st i4, st i5, st i6, st... function b2SetTarget (line 312) | long long b2SetTarget(st a, st b, st i2, st i3, st i4, st i5, st i6, st i7, function b2DestroyJoint (line 316) | long long b2DestroyJoint(st a, st b, st i2, st i3, st i4, st i5, st i6, ... function b2DistanceJointGetAnchorA (line 320) | long long b2DistanceJointGetAnchorA(st a, st b, st i2, st i3, st i4, st ... function b2DistanceJointGetAnchorB (line 324) | long long b2DistanceJointGetAnchorB(st a, st b, st i2, st i3, st i4, st ... function b2PulleyJointGetAnchorA (line 328) | long long b2PulleyJointGetAnchorA(st a, st b, st i2, st i3, st i4, st i5... function b2PulleyJointGetAnchorB (line 332) | long long b2PulleyJointGetAnchorB(st a, st b, st i2, st i3, st i4, st i5... function b2RopeJointGetAnchorA (line 336) | long long b2RopeJointGetAnchorA(st a, st b, st i2, st i3, st i4, st i5, ... function b2RopeJointGetAnchorB (line 340) | long long b2RopeJointGetAnchorB(st a, st b, st i2, st i3, st i4, st i5, ... function b2IsAwake (line 344) | long long b2IsAwake(st a, st i1, st i2, st i3, st i4, st i5, st i6, st i7, function b2IsTouching (line 348) | long long b2IsTouching(st a, st i1, st i2, st i3, st i4, st i5, st i6, s... function b2GetChildIndexA (line 352) | long long b2GetChildIndexA(st a, st i1, st i2, st i3, st i4, st i5, st i... function b2GetChildIndexB (line 356) | long long b2GetChildIndexB(st a, st i1, st i2, st i3, st i4, st i5, st i... function b2GetMass (line 360) | double b2GetMass(st a, st i1, st i2, st i3, st i4, st i5, st i6, st i7, function b2GetAngularVelocity (line 364) | double b2GetAngularVelocity(st a, st i1, st i2, st i3, st i4, st i5, st ... function b2GetLinearVelocity (line 368) | long long b2GetLinearVelocity(st a, st i1, st i2, st i3, st i4, st i5, s... function b2CreateBody (line 372) | long long b2CreateBody(st a, st b, st i2, st i3, st i4, st i5, st i6, st... function b2GetBody (line 376) | long long b2GetBody(st a, st i1, st i2, st i3, st i4, st i5, st i6, st i7, function b2GetShape (line 380) | long long b2GetShape(st a, st i1, st i2, st i3, st i4, st i5, st i6, st i7, function b2GetTransform (line 384) | long long b2GetTransform(st a, st i1, st i2, st i3, st i4, st i5, st i6,... function b2GetUserDataB (line 388) | long long b2GetUserDataB(st a, st i1, st i2, st i3, st i4, st i5, st i6,... function b2GetUserDataF (line 392) | long long b2GetUserDataF(st a, st i1, st i2, st i3, st i4, st i5, st i6,... function b2GetUserDataJ (line 396) | long long b2GetUserDataJ(st a, st i1, st i2, st i3, st i4, st i5, st i6,... function b2GetBodyA (line 400) | long long b2GetBodyA(st a, st i1, st i2, st i3, st i4, st i5, st i6, st i7, function b2GetBodyB (line 404) | long long b2GetBodyB(st a, st i1, st i2, st i3, st i4, st i5, st i6, st i7, function b2GetContactListW (line 408) | long long b2GetContactListW(st a, st i1, st i2, st i3, st i4, st i5, st ... function b2GetContactListB (line 412) | long long b2GetContactListB(st a, st i1, st i2, st i3, st i4, st i5, st ... function b2GetNextContact (line 416) | long long b2GetNextContact(st a, st i1, st i2, st i3, st i4, st i5, st i... function b2GetFixtureA (line 420) | long long b2GetFixtureA(st a, st i1, st i2, st i3, st i4, st i5, st i6, ... function b2GetFixtureB (line 424) | long long b2GetFixtureB(st a, st i1, st i2, st i3, st i4, st i5, st i6, ... function b2GetBodyList (line 428) | long long b2GetBodyList(st a, st i1, st i2, st i3, st i4, st i5, st i6, ... function b2GetNextBody (line 432) | long long b2GetNextBody(st a, st i1, st i2, st i3, st i4, st i5, st i6, ... function b2CreateFixtureFromDef (line 436) | long long b2CreateFixtureFromDef(st a, st b, st i2, st i3, st i4, st i5,... function b2CreateJoint (line 440) | long long b2CreateJoint(st a, st b, st i2, st i3, st i4, st i5, st i6, s... function b2CreateFixtureFromShape (line 444) | long long b2CreateFixtureFromShape(st a, st b, st c, st i3, st i4, st i5... function b2SetActive (line 448) | long long b2SetActive(st a, st b, st i2, st i3, st i4, st i5, st i6, st i7, function b2SetAwake (line 452) | long long b2SetAwake(st a, st b, st i2, st i3, st i4, st i5, st i6, st i7, function b2SetBullet (line 456) | long long b2SetBullet(st a, st b, st i2, st i3, st i4, st i5, st i6, st i7, function b2SetFixedRotation (line 460) | long long b2SetFixedRotation(st a, st b, st i2, st i3, st i4, st i5, st ... function b2SetSensor (line 464) | long long b2SetSensor(st a, st b, st i2, st i3, st i4, st i5, st i6, st i7, function b2SetSleepingAllowed (line 468) | long long b2SetSleepingAllowed(st a, st b, st i2, st i3, st i4, st i5, s... function b2EnableMotorP (line 472) | long long b2EnableMotorP(st a, st b, st i2, st i3, st i4, st i5, st i6, ... function b2EnableMotorR (line 476) | long long b2EnableMotorR(st a, st b, st i2, st i3, st i4, st i5, st i6, ... function b2EnableMotorW (line 480) | long long b2EnableMotorW(st a, st b, st i2, st i3, st i4, st i5, st i6, ... function b2CreateChain (line 484) | long long b2CreateChain(st a, st b, st c, st i3, st i4, st i5, st i6, st... function b2CreateLoop (line 488) | long long b2CreateLoop(st a, st b, st c, st i3, st i4, st i5, st i6, st i7, function b2SetPolygon (line 492) | long long b2SetPolygon(st a, st b, st c, st i3, st i4, st i5, st i6, st i7, function b2SetTransform (line 496) | long long b2SetTransform(st a, st b, st c, st i3, st i4, st i5, st i6, s... function b2SetAsBox (line 500) | long long b2SetAsBox(st a, st b, st c, st i3, st i4, st i5, st i6, st i7, function b2SetAsOrientedBox (line 504) | long long b2SetAsOrientedBox(st a, st b, st c, st d, st e, st i5, st i6,... function b2WorldStep (line 508) | long long b2WorldStep(st a, st b, st c, st d, st i4, st i5, st i6, st i7, function b2ApplyForce (line 512) | long long b2ApplyForce(st a, st b, st c, st d, st i4, st i5, st i6, st i7, function b2ApplyLinearImpulse (line 516) | long long b2ApplyLinearImpulse(st a, st b, st c, st d, st i4, st i5, st ... function b2ApplyTorque (line 520) | long long b2ApplyTorque(st a, st b, st c, st i3, st i4, st i5, st i6, st... function b2SetAngularVelocity (line 524) | long long b2SetAngularVelocity(st a, st b, st i2, st i3, st i4, st i5, s... function b2SetMaxMotorForceP (line 528) | long long b2SetMaxMotorForceP(st a, st b, st i2, st i3, st i4, st i5, st... function b2SetMaxMotorTorqueR (line 532) | long long b2SetMaxMotorTorqueR(st a, st b, st i2, st i3, st i4, st i5, s... function b2SetMaxMotorTorqueW (line 536) | long long b2SetMaxMotorTorqueW(st a, st b, st i2, st i3, st i4, st i5, s... function b2SetMotorSpeedP (line 540) | long long b2SetMotorSpeedP(st a, st b, st i2, st i3, st i4, st i5, st i6... function b2SetMotorSpeedR (line 544) | long long b2SetMotorSpeedR(st a, st b, st i2, st i3, st i4, st i5, st i6... function b2SetMotorSpeedW (line 548) | long long b2SetMotorSpeedW(st a, st b, st i2, st i3, st i4, st i5, st i6... function b2DistanceJointInit (line 552) | long long b2DistanceJointInit(st a, st b, st c, st d, st e, st i5, st i6... function b2FrictionJointInit (line 556) | long long b2FrictionJointInit(st a, st b, st c, st d, st i4, st i5, st i... function b2PrismaticJointInit (line 560) | long long b2PrismaticJointInit(st a, st b, st c, st d, st e, st i5, st i... function b2PulleyJointInit (line 564) | long long b2PulleyJointInit(st a, st b, st c, st d, st e, st f, st g, st h, function b2RevoluteJointInit (line 568) | long long b2RevoluteJointInit(st a, st b, st c, st d, st i4, st i5, st i... function b2WeldJointInit (line 572) | long long b2WeldJointInit(st a, st b, st c, st d, st i4, st i5, st i6, s... function b2WheelJointInit (line 576) | long long b2WheelJointInit(st a, st b, st c, st d, st e, st i5, st i6, s... function b2DrawDebugData (line 580) | long long b2DrawDebugData(st a, st i1, st i2, st i3, st i4, st i5, st i6... function b2DebugInit (line 584) | long long b2DebugInit(st a, st b, st c, st d, st i4, st i5, st i6, st i7, function b2DebugMatrix (line 595) | long long b2DebugMatrix(st i0, st i1, st i2, st i3, st i4, st i5, st i6,... function B2D_GetProcAddress (line 776) | long long B2D_GetProcAddress(st symbol, st i1, st i2, st i3, st i4, st i... function uint32 (line 797) | static uint32 abgr(const b2Color& color) FILE: src/bbasmb_arm_32.c function lookup (line 116) | static int lookup (char **arr, int num) function reg (line 131) | static unsigned char reg (void) function shift (line 146) | static unsigned char shift (void) function stackop (line 156) | static unsigned char stackop (int mnemonic) function shiftcount (line 166) | static unsigned char shiftcount (void) function immrot (line 174) | static int immrot (unsigned int n) function reglist (line 191) | static int reglist (void) function shifter_operand (line 218) | static int shifter_operand (void) function offset (line 242) | static int offset (unsigned char *pimm, unsigned char *pplus) function tabit (line 266) | static void tabit (int x) function poke (line 275) | static void poke (void *p, int n) function assemble (line 301) | void assemble (void) FILE: src/bbasmb_arm_64.c function hash (line 74) | static void hash (void) function open_square (line 81) | static void open_square (void) function reg_size (line 92) | static inline int reg_size( unsigned reg ) function reg (line 98) | static unsigned char reg (void) function optional_zero_offset (line 155) | static inline void optional_zero_offset (void) function close_square (line 167) | static inline void close_square (void) function assembler_error (line 174) | static inline void assembler_error (void) function is_sp (line 179) | static int is_sp( unsigned r ) function is_zero (line 184) | static int is_zero( unsigned r ) type mnemonics (line 288) | enum mnemonics { function lookup (line 392) | static int lookup (char **arr, int num) function lookup_mnemonic (line 414) | static enum mnemonics lookup_mnemonic(void) function shift_type (line 477) | static int shift_type(void) function tabit (line 487) | static void tabit (int x) function poke (line 496) | static void poke (void *p, int n) type addressing_mode (line 538) | enum addressing_mode { REG_UXTW, REG_SXTW, REG_SXTX, REG_LSL, REG_UNMODI... type addressing (line 546) | struct addressing { function read_addressing (line 554) | static struct addressing read_addressing(void) function rotl32 (line 625) | static inline unsigned rotl32( unsigned n ) function rotl64 (line 630) | static inline unsigned long long rotl64( unsigned long long n ) function validated_condition (line 635) | static int validated_condition(void) function validated_literal_offset (line 650) | static inline unsigned validated_literal_offset ( int imm ) function validated_N_immr_imms (line 657) | static int validated_N_immr_imms( long long imm, unsigned word_data ) function validated_imm9 (line 779) | static int validated_imm9( int imm ) function validated_imm12 (line 788) | static int validated_imm12( int imm, int alignment ) function validated_number_0_to_15 (line 803) | static unsigned validated_number_0_to_15(void) function validated_system_register (line 831) | static unsigned validated_system_register(void) function validated_FB_SIMD_instruction (line 898) | static unsigned validated_FB_SIMD_instruction( enum mnemonics mnemnonic ) function assemble (line 904) | void assemble (void) FILE: src/bbasmb_arm_v6m.c function asmerr (line 191) | static void asmerr (int ierr) function lookup (line 201) | static int lookup (const char **arr, int num) function status (line 216) | static int status (void) function chkstatus (line 226) | static void chkstatus (void) function reg (line 232) | static unsigned char reg (void) function reg8 (line 247) | static unsigned char reg8 (void) function reglist (line 254) | static int reglist (void) function offset (line 281) | static int offset (int *pbImm) function offset2 (line 293) | static int offset2 (int *pbImm) function tabit (line 309) | static void tabit (int x) function poke (line 318) | static void poke (const void *p, int n) function eol (line 344) | static inline int eol (char ch) function asarg (line 349) | static void asarg (int *rd, int *rn, int *offreg, int *bImm) function addsi (line 377) | static int addsi (int rd, int rn, int offreg) function assemble (line 409) | void assemble (void) FILE: src/bbasmb_wasm32.c type st (line 28) | typedef size_t st ; type db (line 29) | typedef double db ; type drmp3_config (line 33) | typedef struct function assemble (line 52) | void assemble (void) function WASM_RenderSetClipRect (line 61) | long long WASM_RenderSetClipRect(st renderer, st rect, st i2, st i3, st ... function BBC_bezierColor (line 65) | long long BBC_bezierColor(st renderer, st vx, st vy, st n, st s, st colo... function BBC_filledPolyBezierColor (line 69) | long long BBC_filledPolyBezierColor(st renderer, st vx, st vy, st n, st ... function BBC_aaFilledEllipseColor (line 73) | long long BBC_aaFilledEllipseColor(st renderer, st i1, st i2, st i3, st ... function BBC_aaFilledPolygonColor (line 81) | long long BBC_aaFilledPolygonColor(st renderer, st vx, st vy, st n, st c... function BBC_aaFilledPieColor (line 85) | long long BBC_aaFilledPieColor(st renderer, st i1, st i2, st i3, st i4, ... function BBC_aaArcColor (line 94) | long long BBC_aaArcColor(st renderer, st i1, st i2, st i3, st i4, st i5,... function BBC_aaBezierColor (line 103) | long long BBC_aaBezierColor(st renderer, st x, st y, st n, st s, st i5, ... function BBC_aaFilledPolyBezierColor (line 110) | long long BBC_aaFilledPolyBezierColor(st renderer, st x, st y, st n, st ... function BBC_EvaluateBezier (line 114) | double BBC_EvaluateBezier(st data, st ndata, st i2, st i3, st i4, st i5,... function BBC_RotoZoomSurface (line 118) | long long BBC_RotoZoomSurface(st src, st i1, st i2, st i3, st i4, st i5,... function BBC_CreateTextureFromSurface (line 124) | long long BBC_CreateTextureFromSurface(st renderer, st surface, st i2, s... function BBC_DestroyTexture (line 128) | long long BBC_DestroyTexture(st texture, st i1, st i2, st i3, st i4, st ... function BBC_FreeSurface (line 132) | long long BBC_FreeSurface(st surface, st i1, st i2, st i3, st i4, st i5,... function BBC_QueryTexture (line 136) | long long BBC_QueryTexture(st texture, st format, st access, st w, st h,... function BBC_RenderCopyEx (line 140) | long long BBC_RenderCopyEx(st renderer, st texture, st srcrect, st dstre... function BBC_RenderCopyExF (line 148) | long long BBC_RenderCopyExF(st renderer, st texture, st srcrect, st dstr... function BBC_SetTextureAlphaMod (line 156) | long long BBC_SetTextureAlphaMod(st texture, st alpha, st i2, st i3, st ... function BBC_SetTextureBlendMode (line 160) | long long BBC_SetTextureBlendMode(st texture, st blendmode, st i2, st i3... function BBC_SetTextureColorMod (line 164) | long long BBC_SetTextureColorMod(st texture, st r, st g, st b, st i4, st... function BBC_SetColorKey (line 168) | long long BBC_SetColorKey(st surface, st flag, st key, st i3, st i4, st ... function BBC_CreateTexture (line 172) | long long BBC_CreateTexture(st renderer, st format, st access, st w, st ... function BBC_GetRenderTarget (line 176) | long long BBC_GetRenderTarget(st renderer, st i1, st i2, st i3, st i4, s... function BBC_SetRenderTarget (line 180) | long long BBC_SetRenderTarget(st renderer, st texture, st i2, st i3, st ... function BBC_RenderCopy (line 184) | long long BBC_RenderCopy(st renderer, st texture, st srcrect, st dstrect... function BBC_RenderCopyF (line 188) | long long BBC_RenderCopyF(st renderer, st texture, st srcrect, st dstrec... function BBC_SetRenderDrawBlendMode (line 192) | long long BBC_SetRenderDrawBlendMode(st renderer, st mode, st i2, st i3,... function BBC_SetRenderDrawColor (line 196) | long long BBC_SetRenderDrawColor(st renderer, st r, st g, st b, st a, st... function BBC_RenderFillRect (line 200) | long long BBC_RenderFillRect(st renderer, st rect, st i2, st i3, st i4, ... function BBC_RenderFillRects (line 204) | long long BBC_RenderFillRects(st renderer, st rects, st count, st i3, st... function BBC_RenderFlush (line 208) | long long BBC_RenderFlush(st renderer, st i1, st i2, st i3, st i4, st i5... function BBC_RenderDrawPoint (line 212) | long long BBC_RenderDrawPoint(st renderer, st x, st y, st i3, st i4, st ... function BBC_RenderDrawPoints (line 216) | long long BBC_RenderDrawPoints(st renderer, st points, st count, st i3, ... function BBC_RenderClear (line 220) | long long BBC_RenderClear(st renderer, st i1, st i2, st i3, st i4, st i5... function BBC_LockTexture (line 224) | long long BBC_LockTexture(st texture, st rect, st pixels, st pitch, st i... function BBC_UnlockTexture (line 228) | long long BBC_UnlockTexture(st texture, st i1, st i2, st i3, st i4, st i... function BBC_ConvertSurfaceFormat (line 232) | long long BBC_ConvertSurfaceFormat(st surf, st pixel_format, st flgs, st... function BBC_ComposeCustomBlendMode (line 236) | long long BBC_ComposeCustomBlendMode(st srcColor, st dstColor, st colorO... function BBC_GetDisplayUsableBounds (line 240) | long long BBC_GetDisplayUsableBounds(st displayIndex, st rect, st i2, st... function BBC_RenderDrawLine (line 244) | long long BBC_RenderDrawLine(st renderer, st x1, st y1, st x2, st y2, st... function BBC_RenderDrawLines (line 248) | long long BBC_RenderDrawLines(st renderer, st points, st count, st i3, s... function BBC_RenderGeometry (line 252) | long long BBC_RenderGeometry(st renderer, st texture, st vertices, st nu... function WASM_RenderReadPixels (line 257) | long long WASM_RenderReadPixels(st renderer, st rect, st format, st pixe... function BBC_CreateRGBSurface (line 261) | long long BBC_CreateRGBSurface(st flgs, st width, st height, st depth, s... function BBC_CreateRGBSurfaceFrom (line 265) | long long BBC_CreateRGBSurfaceFrom(st pixels, st width, st height, st de... function BBC_CreateRGBSurfaceWithFormat (line 269) | long long BBC_CreateRGBSurfaceWithFormat(st flgs, st width, st height, s... function BBC_SetSurfaceAlphaMod (line 273) | long long BBC_SetSurfaceAlphaMod(st surface, st alpha, st i2, st i3, st ... function BBC_SetSurfaceColorMod (line 277) | long long BBC_SetSurfaceColorMod(st surface, st r, st g, st b, st i4, st... function BBC_SetSurfaceBlendMode (line 281) | long long BBC_SetSurfaceBlendMode(st surface, st blend, st i2, st i3, st... function BBC_UpperBlit (line 285) | long long BBC_UpperBlit(st src, st srcrect, st dst, st dstrect, st i4, s... function BBC_FillRect (line 289) | long long BBC_FillRect(st surface, st rect, st color, st i3, st i4, st i... function BBC_STBIMG_Load (line 293) | long long BBC_STBIMG_Load(st file, st i1, st i2, st i3, st i4, st i5, st... function BBC_STBIMG_LoadTexture (line 297) | long long BBC_STBIMG_LoadTexture(st renderer, st file, st i2, st i3, st ... function BBC_LoadBMP_RW (line 301) | long long BBC_LoadBMP_RW(st src, st freesrc, st i2, st i3, st i4, st i5,... function BBC_SetPaletteColors (line 305) | long long BBC_SetPaletteColors(st palette, st colors, st first, st ncolo... function BBC_stbi_set_flip_vertically_on_load (line 309) | long long BBC_stbi_set_flip_vertically_on_load(st flip, st i1, st i2, st... function BBC_stbi_load_gif_from_memory (line 313) | long long BBC_stbi_load_gif_from_memory(st buffer, st len, st delays, st... function BBC_stbi_image_free (line 318) | long long BBC_stbi_image_free(st buffer, st i1, st i2, st i3, st i4, st ... function BBC_GL_BindTexture (line 324) | long long BBC_GL_BindTexture(st texture, st texw, st texh, st i3, st i4,... function BBC_GL_CreateContext (line 328) | long long BBC_GL_CreateContext(st window, st i1, st i2, st i3, st i4, st... function BBC_GL_DeleteContext (line 332) | long long BBC_GL_DeleteContext(st context, st i1, st i2, st i3, st i4, s... function BBC_GL_GetCurrentContext (line 336) | long long BBC_GL_GetCurrentContext(st i0, st i1, st i2, st i3, st i4, st... function BBC_GL_GetDrawableSize (line 340) | long long BBC_GL_GetDrawableSize(st window, st pw, st ph, st i3, st i4, ... function BBC_GL_MakeCurrent (line 346) | long long BBC_GL_MakeCurrent(st window, st context, st i2, st i3, st i4,... function BBC_GL_SetAttribute (line 350) | long long BBC_GL_SetAttribute(st attr, st value, st i2, st i3, st i4, st... function BBC_GL_SetSwapInterval (line 354) | long long BBC_GL_SetSwapInterval(st interval, st i1, st i2, st i3, st i4... function BBC_GL_SwapWindow (line 358) | long long BBC_GL_SwapWindow(st window, st i1, st i2, st i3, st i4, st i5... function BBC_OpenAudioDevice (line 364) | long long BBC_OpenAudioDevice(st device, st iscapture, st desired, st ob... function BBC_CloseAudioDevice (line 368) | long long BBC_CloseAudioDevice(st device, st i1, st i2, st i3, st i4, st... function BBC_QueueAudio (line 372) | long long BBC_QueueAudio(st device, st data, st len, st i3, st i4, st i5... function BBC_ClearQueuedAudio (line 376) | long long BBC_ClearQueuedAudio(st device, st i1, st i2, st i3, st i4, st... function BBC_GetQueuedAudioSize (line 380) | long long BBC_GetQueuedAudioSize(st device, st i1, st i2, st i3, st i4, ... function BBC_MixAudioFormat (line 384) | long long BBC_MixAudioFormat(st dst, st src, st format, st len, st volum... function BBC_LockAudioDevice (line 388) | long long BBC_LockAudioDevice(st device, st i1, st i2, st i3, st i4, st ... function BBC_UnlockAudioDevice (line 392) | long long BBC_UnlockAudioDevice(st device, st i1, st i2, st i3, st i4, s... function BBC_PauseAudioDevice (line 396) | long long BBC_PauseAudioDevice(st device, st pause, st i2, st i3, st i4,... function BBC_drmp3_open_file_and_read_f32 (line 400) | long long BBC_drmp3_open_file_and_read_f32(st path, st config, st total,... function BBC_drmp3dec_f32_to_s16 (line 404) | long long BBC_drmp3dec_f32_to_s16(st in, st out, st num, st i3, st i4, s... function BBC_drmp3_free (line 408) | long long BBC_drmp3_free(st ptr, st i1, st i2, st i3, st i4, st i5, st i... function BBC_LoadWAV_RW (line 412) | long long BBC_LoadWAV_RW(st src, st freesrc, st spec, st audio_buf, st a... function BBC_FreeWAV (line 416) | long long BBC_FreeWAV(st audio_buf, st i1, st i2, st i3, st i4, st i5, s... function BBC_BuildAudioCVT (line 420) | long long BBC_BuildAudioCVT(st cvt, st src_fmt, st src_chan, st src_rate... function BBC_ConvertAudio (line 425) | long long BBC_ConvertAudio(st cvt, st i1, st i2, st i3, st i4, st i5, st... function BBC_asctime (line 431) | long long BBC_asctime(st tm, st i1, st i2, st i3, st i4, st i5, st i6, s... function BBC_gmtime (line 435) | long long BBC_gmtime(st timep, st i1, st i2, st i3, st i4, st i5, st i6,... function BBC_localtime (line 439) | long long BBC_localtime(st timep, st i1, st i2, st i3, st i4, st i5, st ... function BBC_mktime (line 443) | long long BBC_mktime(st tm, st i1, st i2, st i3, st i4, st i5, st i6, st... function BBC_time (line 447) | long long BBC_time(st tloc, st i1, st i2, st i3, st i4, st i5, st i6, st... function BBC_GetTicks (line 451) | long long BBC_GetTicks(st i0, st i1, st i2, st i3, st i4, st i5, st i6, ... function BBC_GetTicks64 (line 455) | long long BBC_GetTicks64(st i0, st i1, st i2, st i3, st i4, st i5, st i6... function BBC_AddTimer (line 459) | long long BBC_AddTimer(st interval, st callback, st param, st i3, st i4,... function BBC_RemoveTimer (line 463) | long long BBC_RemoveTimer(st id, st i1, st i2, st i3, st i4, st i5, st i... function BBC_CaptureMouse (line 469) | long long BBC_CaptureMouse(st enabled, st i1, st i2, st i3, st i4, st i5... function BBC_CreateColorCursor (line 473) | long long BBC_CreateColorCursor(st surface, st hot_x, st hot_y, st i3, s... function BBC_Delay (line 477) | long long BBC_Delay(st ms, st i1, st i2, st i3, st i4, st i5, st i6, st i7, function BBC_GetError (line 481) | long long BBC_GetError(st i0, st i1, st i2, st i3, st i4, st i5, st i6, ... function BBC_HasIntersection (line 485) | long long BBC_HasIntersection(st recta, st rectb, st i2, st i3, st i4, s... function BBC_IntersectRectAndLine (line 489) | long long BBC_IntersectRectAndLine(st rect, st X1, st Y1, st X2, st Y2, ... function BBC_SetCursor (line 493) | long long BBC_SetCursor(st cursor, st i1, st i2, st i3, st i4, st i5, st... function BBC_SetHint (line 497) | long long BBC_SetHint(st name, st value, st i2, st i3, st i4, st i5, st ... function BBC_GetWindowFlags (line 501) | long long BBC_GetWindowFlags(st window, st i1, st i2, st i3, st i4, st i... function BBC_SetWindowFullscreen (line 505) | long long BBC_SetWindowFullscreen(st window, st flag, st i2, st i3, st i... function BBC_SetWindowPosition (line 510) | long long BBC_SetWindowPosition(st window, st x, st y, st i3, st i4, st ... function BBC_SetWindowResizable (line 514) | long long BBC_SetWindowResizable(st window, st resizable, st i2, st i3, ... function BBC_SetWindowSize (line 518) | long long BBC_SetWindowSize(st window, st w, st h, st i3, st i4, st i5, ... function BBC_SetWindowTitle (line 522) | long long BBC_SetWindowTitle(st window, st title, st i2, st i3, st i4, s... function BBC_RWFromMem (line 526) | long long BBC_RWFromMem(st mem, st size, st i2, st i3, st i4, st i5, st ... function BBC_RWFromFile (line 530) | long long BBC_RWFromFile(st file, st mode, st i2, st i3, st i4, st i5, s... function BBC_RWread (line 534) | long long BBC_RWread(st context, st ptr, st size, st maxnum, st i4, st i... function BBC_RWwrite (line 538) | long long BBC_RWwrite(st context, st ptr, st size, st num, st i4, st i5,... function BBC_ShowSimpleMessageBox (line 542) | long long BBC_ShowSimpleMessageBox(st flgs, st title, st message, st win... function BBC_GetPerformanceCounter (line 546) | long long BBC_GetPerformanceCounter(st i0, st i1, st i2, st i3, st i4, s... function BBC_GetPerformanceFrequency (line 550) | long long BBC_GetPerformanceFrequency(st i0, st i1, st i2, st i3, st i4,... function BBC_malloc (line 554) | long long BBC_malloc(st size, st i1, st i2, st i3, st i4, st i5, st i6, ... function BBC_free (line 558) | long long BBC_free(st ptr, st i1, st i2, st i3, st i4, st i5, st i6, st i7, function BBC_memcpy (line 562) | long long BBC_memcpy(st dest, st src, st n, st i3, st i4, st i5, st i6, ... function BBC_memmove (line 566) | long long BBC_memmove(st dest, st src, st n, st i3, st i4, st i5, st i6,... function BBC_memset (line 570) | long long BBC_memset(st dest, st c, st n, st i3, st i4, st i5, st i6, st... function BBC_TTF_GetFontKerningSizeGlyphs (line 574) | long long BBC_TTF_GetFontKerningSizeGlyphs(st font, st prev_index, st in... function BBC_TTF_Linked_Version (line 578) | long long BBC_TTF_Linked_Version(st i0, st i1, st i2, st i3, st i4, st i... function BBC_OpenURL (line 582) | long long BBC_OpenURL(st url, st i1, st i2, st i3, st i4, st i5, st i6, ... function BBC_Net_AddSocket (line 588) | long long BBC_Net_AddSocket(st set, st sock, st i2, st i3, st i4, st i5,... function BBC_Net_AllocSocketSet (line 592) | long long BBC_Net_AllocSocketSet(st maxsockets, st i1, st i2, st i3, st ... function BBC_Net_CheckSockets (line 596) | long long BBC_Net_CheckSockets(st set, st timeout, st i2, st i3, st i4, ... function BBC_Net_DelSocket (line 600) | long long BBC_Net_DelSocket(st set, st sock, st i2, st i3, st i4, st i5,... function BBC_Net_FreeSocketSet (line 604) | long long BBC_Net_FreeSocketSet(st set, st i1, st i2, st i3, st i4, st i... function BBC_Net_GetError (line 608) | long long BBC_Net_GetError(st i0, st i1, st i2, st i3, st i4, st i5, st ... function BBC_Net_Linked_Version (line 612) | long long BBC_Net_Linked_Version(st i0, st i1, st i2, st i3, st i4, st i... function BBC_Net_ResolveHost (line 616) | long long BBC_Net_ResolveHost(st addr, st host, st port, st i3, st i4, s... function BBC_Net_ResolveIP (line 620) | long long BBC_Net_ResolveIP(st addr, st i1, st i2, st i3, st i4, st i5, ... function BBC_Net_TCP_Accept (line 624) | long long BBC_Net_TCP_Accept(st server, st i1, st i2, st i3, st i4, st i... function BBC_Net_TCP_Close (line 628) | long long BBC_Net_TCP_Close(st sock, st i1, st i2, st i3, st i4, st i5, ... function BBC_Net_TCP_GetPeerAddress (line 632) | long long BBC_Net_TCP_GetPeerAddress(st sock, st i1, st i2, st i3, st i4... function BBC_Net_TCP_Open (line 636) | long long BBC_Net_TCP_Open(st ip, st i1, st i2, st i3, st i4, st i5, st ... function BBC_Net_TCP_Recv (line 640) | long long BBC_Net_TCP_Recv(st sock, st data, st maxlen, st i3, st i4, st... function BBC_Net_TCP_Send (line 644) | long long BBC_Net_TCP_Send(st sock, st data, st len, st i3, st i4, st i5... function wget_report (line 650) | void wget_report(const char *message) function BBC_emscripten_async_wget (line 655) | long long BBC_emscripten_async_wget(st url, st file, st i2, st i3, st i4... function BBC_emscripten_run_script_string (line 662) | long long BBC_emscripten_run_script_string(st script, st i1, st i2, st i... function BBC_glAttachShader (line 974) | long long BBC_glAttachShader(st program, st shader, st i2, st i3, st i4,... function BBC_glBindAttribLocation (line 978) | long long BBC_glBindAttribLocation(st program, st index, st name, st i3,... function BBC_glBindBuffer (line 982) | long long BBC_glBindBuffer(st target, st buffer, st i2, st i3, st i4, st... function BBC_glBlendFunc (line 986) | long long BBC_glBlendFunc(st sfactor, st dfactor, st i2, st i3, st i4, s... function BBC_glBufferData (line 990) | long long BBC_glBufferData(st target, st size, st data, st usage, st i4,... function BBC_glClear (line 994) | long long BBC_glClear(st mask, st i1, st i2, st i3, st i4, st i5, st i6,... function BBC_glClearColor (line 998) | long long BBC_glClearColor(st i0, st i1, st i2, st i3, st i4, st i5, st ... function BBC_glClearDepthf (line 1007) | long long BBC_glClearDepthf(st depth, st i1, st i2, st i3, st i4, st i5,... function BBC_glCompileShader (line 1011) | long long BBC_glCompileShader(st shader, st i1, st i2, st i3, st i4, st ... function BBC_glCreateProgram (line 1015) | long long BBC_glCreateProgram(st i0, st i1, st i2, st i3, st i4, st i5, ... function BBC_glCreateShader (line 1019) | long long BBC_glCreateShader(st type, st i1, st i2, st i3, st i4, st i5,... function BBC_glCullFace (line 1023) | long long BBC_glCullFace(st mode, st i1, st i2, st i3, st i4, st i5, st ... function BBC_glDeleteBuffers (line 1027) | long long BBC_glDeleteBuffers(st num, st buffers, st i2, st i3, st i4, s... function BBC_glDeleteProgram (line 1031) | long long BBC_glDeleteProgram(st program, st i1, st i2, st i3, st i4, st... function BBC_glDeleteShader (line 1035) | long long BBC_glDeleteShader(st shader, st i1, st i2, st i3, st i4, st i... function BBC_glDeleteTextures (line 1039) | long long BBC_glDeleteTextures(st ntex, st textures, st i2, st i3, st i4... function BBC_glDisable (line 1043) | long long BBC_glDisable(st cap, st i1, st i2, st i3, st i4, st i5, st i6... function BBC_glDisableVertexAttribArray (line 1047) | long long BBC_glDisableVertexAttribArray(st index, st i1, st i2, st i3, ... function BBC_glDrawArrays (line 1051) | long long BBC_glDrawArrays(st mode, st first, st count, st i3, st i4, st... function BBC_glEnable (line 1055) | long long BBC_glEnable(st cap, st i1, st i2, st i3, st i4, st i5, st i6,... function BBC_glEnableVertexAttribArray (line 1059) | long long BBC_glEnableVertexAttribArray(st index, st i1, st i2, st i3, s... function BBC_glFinish (line 1063) | long long BBC_glFinish(st i0, st i1, st i2, st i3, st i4, st i5, st i6, ... function BBC_glGenBuffers (line 1067) | long long BBC_glGenBuffers(st num, st buffers, st i2, st i3, st i4, st i... function BBC_glGetAttribLocation (line 1071) | long long BBC_glGetAttribLocation(st program, st name, st i2, st i3, st ... function BBC_glGetIntegerv (line 1075) | long long BBC_glGetIntegerv(st pname, st data, st i2, st i3, st i4, st i... function BBC_glGetProgramInfoLog (line 1079) | long long BBC_glGetProgramInfoLog(st program, st maxLength, st length, s... function BBC_glGetProgramiv (line 1083) | long long BBC_glGetProgramiv(st program, st pname, st params, st i3, st ... function BBC_glGetShaderInfoLog (line 1087) | long long BBC_glGetShaderInfoLog(st shader, st maxLength, st length, st ... function BBC_glGetShaderiv (line 1091) | long long BBC_glGetShaderiv(st shader, st pname, st params, st i3, st i4... function BBC_glGetUniformLocation (line 1095) | long long BBC_glGetUniformLocation(st program, st name, st i2, st i3, st... function BBC_glIsBuffer (line 1099) | long long BBC_glIsBuffer(st buffer, st i1, st i2, st i3, st i4, st i5, s... function BBC_glIsTexture (line 1103) | long long BBC_glIsTexture(st texture, st i1, st i2, st i3, st i4, st i5,... function BBC_glLinkProgram (line 1107) | long long BBC_glLinkProgram(st program, st i1, st i2, st i3, st i4, st i... function BBC_glReadPixels (line 1111) | long long BBC_glReadPixels(st x, st y, st width, st height, st format, s... function BBC_glShaderSource (line 1115) | long long BBC_glShaderSource(st shader, st count, st string, st length, ... function BBC_glUniform1fv (line 1119) | long long BBC_glUniform1fv(st location, st count, st value, st i3, st i4... function BBC_glUniform2fv (line 1123) | long long BBC_glUniform2fv(st location, st count, st value, st i3, st i4... function BBC_glUniform3fv (line 1127) | long long BBC_glUniform3fv(st location, st count, st value, st i3, st i4... function BBC_glUniform4fv (line 1131) | long long BBC_glUniform4fv(st location, st count, st value, st i3, st i4... function BBC_glUniformMatrix4fv (line 1135) | long long BBC_glUniformMatrix4fv(st location, st count, st transpose, st... function BBC_glUseProgram (line 1139) | long long BBC_glUseProgram(st program, st i1, st i2, st i3, st i4, st i5... function BBC_glVertexAttribPointer (line 1143) | long long BBC_glVertexAttribPointer(st index, st size, st type, st norma... function BBC_glViewport (line 1147) | long long BBC_glViewport(st x, st y, st w, st h, st i4, st i5, st i6, st... function BBC_glScissor (line 1151) | long long BBC_glScissor(st x, st y, st w, st h, st i4, st i5, st i6, st i7, function BBC_glActiveTexture (line 1155) | long long BBC_glActiveTexture(st texture, st i1, st i2, st i3, st i4, st... function BBC_glBindTexture (line 1159) | long long BBC_glBindTexture(st target, st texture, st i2, st i3, st i4, ... function BBC_glGenTextures (line 1163) | long long BBC_glGenTextures(st ntex, st textures, st i2, st i3, st i4, s... function BBC_glTexImage2D (line 1167) | long long BBC_glTexImage2D(st target, st level, st internalformat, st wi... function BBC_glTexParameteri (line 1171) | long long BBC_glTexParameteri(st target, st pname, st param, st i3, st i... function BBC_glUniform1i (line 1175) | long long BBC_glUniform1i(st location, st v0, st i2, st i3, st i4, st i5... function BBC_glBindFramebuffer (line 1179) | long long BBC_glBindFramebuffer(st target, st fbo, st i2, st i3, st i4, ... function BBC_glGenFramebuffers (line 1183) | long long BBC_glGenFramebuffers(st num, st framebuffers, st i2, st i3, s... function BBC_glFramebufferTexture2D (line 1187) | long long BBC_glFramebufferTexture2D(st target, st attach, st textarget,... function BBC_glDeleteFramebuffers (line 1191) | long long BBC_glDeleteFramebuffers(st num, st framebuffers, st i2, st i3... function BBC_GL_GetProcAddress (line 1309) | long long BBC_GL_GetProcAddress(st symbol, st i1, st i2, st i3, st i4, s... FILE: src/bbasmb_x86_64.c function cmps (line 1238) | static int cmps (int n, char *p, char *q) function scan (line 1247) | static int scan (char **arr, int num) function schop (line 1264) | static int schop (char **arr, int num) function nchop (line 1286) | static int nchop (unsigned char *arr, unsigned int v, int num) function tabit (line 1318) | static void tabit (int x) function sibeval (line 1350) | static long long sibeval(int type, int *pdis) function operand (line 1411) | static int operand (int *pdis, long long *pimm, int *povr, long long *psib) function lookup (line 1502) | static int lookup (int mnemonic, int operand1, int operand2, int operand3) function assemble (line 2074) | void assemble (void) FILE: src/bbccli.c function BBC_RWclose (line 65) | static int BBC_RWclose (struct SDL_RWops* context) function parse (line 130) | static int parse (char *dst, char *src, char term) function onoff (line 162) | static int onoff (char *p) function wild (line 173) | static int wild (char *ebx, char *edx) function oscli (line 229) | void oscli (char *cmd) FILE: src/bbccon.c type timer_t (line 27) | typedef int timer_t ; type dispatch_source_t (line 59) | typedef dispatch_source_t timer_t ; function gfxPrimitivesSetFont (line 126) | void gfxPrimitivesSetFont(void) { } function gfxPrimitivesGetFont (line 127) | void gfxPrimitivesGetFont(void) { } function RedefineChar (line 128) | void RedefineChar(void) { } function putinp (line 135) | static int putinp (unsigned char inp) function getinp (line 149) | static int getinp (unsigned char *pinp) function DWORD (line 177) | static DWORD WINAPI myThread (void *parm) function putevt (line 238) | int putevt (heapptr handler, int msg, int wparam, int lparam) function heapptr (line 254) | static heapptr getevt (void) function putkey (line 274) | static int putkey (char key) function getkey (line 293) | int getkey (unsigned char *pkey) function GetTicks (line 306) | unsigned int GetTicks (void) function kbchk (line 318) | static int kbchk (void) function kbget (line 323) | static unsigned char kbget (void) function kwait (line 330) | static int kwait (unsigned int timeout) function stdin_handler (line 341) | int stdin_handler (int *px, int *py) function getcsr (line 421) | void getcsr(int *px, int *py) function sound (line 431) | void sound (short chan, signed char ampl, unsigned char pitch, unsigned ... function envel (line 436) | void envel (signed char *env) function quiet (line 441) | void quiet (void) function vtint (line 446) | int vtint (int x, int y) function getmodeno (line 453) | int getmodeno (void) function vpoint (line 459) | int vpoint (int x, int y) function vgetc (line 465) | int vgetc (int x, int y) function osbyte (line 471) | int osbyte (int al, int xy) function osword (line 477) | void osword (int al, void *xy) function widths (line 484) | int widths (unsigned char *s, int l) function adval (line 491) | int adval (int n) function apicall_ (line 501) | long long apicall_ (long long (*APIfunc) (size_t, size_t, size_t, size_t... function fltcall_ (line 509) | double fltcall_ (double (*APIfunc) (size_t, size_t, size_t, size_t, size... function apicall_ (line 519) | long long apicall_ (long long (*APIfunc) (size_t, size_t, size_t, size_t... function fltcall_ (line 549) | double fltcall_ (double (*APIfunc) (size_t, size_t, size_t, size_t, size... function guicall (line 583) | size_t guicall (void *func, PARM *parm) function trap (line 589) | void trap (void) function heapptr (line 610) | heapptr xtrap (void) function faterr (line 619) | void faterr (const char *msg) function rdkey (line 625) | static int rdkey (unsigned char *pkey) function oskey (line 664) | int oskey (int wait) function osrdch (line 688) | unsigned char osrdch (void) function oswrch (line 711) | void oswrch (unsigned char vdu) function reset (line 791) | void reset (void) function osline (line 800) | void osline (char *buffer) function getime (line 1003) | int getime (void) function getims (line 1012) | int getims (void) function putime (line 1031) | void putime (int n) function oswait (line 1039) | void oswait (int cs) function mouse (line 1058) | void mouse (int *px, int *py, int *pb) function mouseon (line 1066) | void mouseon (int type) function mouseoff (line 1071) | void mouseoff (void) function mouseto (line 1076) | void mouseto (int x, int y) function oscall (line 1090) | int oscall (int addr) function heapptr (line 1132) | heapptr oshwm (void *addr, int settop) function FILE (line 1154) | static FILE *lookup (void *chan) function osload (line 1169) | void osload (char *p, void *addr, unsigned int max) function ossave (line 1185) | void ossave (char *p, void *addr, unsigned int len) function readb (line 1247) | static void readb (FILE *context, unsigned char *buffer, FCB *pfcb) function writeb (line 1271) | static int writeb (FILE *context, unsigned char *buffer, FCB *pfcb) function closeb (line 1297) | static int closeb (void *chan) function osbget (line 1316) | unsigned char osbget (void *chan, int *peof) function osbput (line 1357) | void osbput (void *chan, unsigned char byte) function getptr (line 1391) | long long getptr (void *chan) function setptr (line 1413) | void setptr (void *chan, long long ptr) function getext (line 1430) | long long getext (void *chan) function setext (line 1461) | void setext (void *chan, long long ptr) function geteof (line 1467) | long long geteof (void *chan) function osshut (line 1479) | void osshut (void *chan) function entry (line 1496) | int entry (void *immediate) function UserTimerProc (line 1535) | static void UserTimerProc (UINT uUserTimerID, UINT uMsg, void *dwUser, v... function timer_t (line 1543) | timer_t StartTimer (int period) function StopTimer (line 1548) | void StopTimer (timer_t timerid) function SystemIO (line 1553) | void SystemIO (int flag) function UserTimerProc (line 1561) | static void UserTimerProc (int sig, siginfo_t *si, void *uc) function timer_t (line 1568) | timer_t StartTimer (int period) function StopTimer (line 1594) | void StopTimer (timer_t timerid) function SystemIO (line 1599) | void SystemIO (int flag) function UserTimerProc (line 1618) | static void UserTimerProc (dispatch_source_t timerid) function timer_t (line 1625) | timer_t StartTimer (int period) function StopTimer (line 1640) | void StopTimer (timer_t timerid) function SystemIO (line 1645) | void SystemIO (int flag) function SetLoadDir (line 1663) | static void SetLoadDir (char *path) function main (line 1687) | int main (int argc, char* argv[]) FILE: src/bbccos.c type timer_t (line 29) | typedef int timer_t ; type dispatch_source_t (line 37) | typedef dispatch_source_t timer_t ; type __attribute__ (line 61) | typedef __attribute__((aligned(1))) type variant (line 63) | typedef long double variant ; type __attribute__ (line 66) | typedef __attribute__((aligned(1))) type __attribute__ (line 67) | typedef __attribute__((aligned(1))) type __attribute__ (line 68) | typedef __attribute__((aligned(1))) type __attribute__ (line 69) | typedef __attribute__((aligned(1))) type __attribute__ (line 70) | typedef __attribute__((aligned(1))) type STR (line 72) | typedef struct tagSTR function newmode (line 129) | static void newmode (short wx, short wy, short cx, short cy, short nc, s... function modechg (line 150) | static void modechg (char al) function defchr (line 166) | static void defchr (unsigned char n, unsigned char a, unsigned char b, function newline (line 193) | static void newline (int *px, int *py) function xeqvdu (line 231) | void xeqvdu (int code, int data1, int data2) function parse (line 507) | static int parse (char *dst, char *src, char term) function onoff (line 539) | static int onoff (char *p) function wild (line 550) | static int wild (char *ebx, char *edx) function oscli (line 606) | void oscli (char *cmd) function compare (line 1209) | static int compare (void *src, void *dst, unsigned char type) function shellsort (line 1273) | static void shellsort (int dir, int ecx, void* ebp) function sortup (line 1347) | void sortup (int eax, int ebx, int ecx, unsigned int edx, unsigned int e... function sortdn (line 1349) | void sortdn (int eax, int ebx, int ecx, unsigned int edx, unsigned int e... function hook (line 1351) | void hook(void){} FILE: src/bbcmos.c function sortup (line 48) | void sortup(void){} function sortdn (line 49) | void sortdn(void){} function reset (line 895) | void reset (void) function BBC_PushEvent (line 908) | static int BBC_PushEvent(SDL_Event* event) function pushev (line 922) | void pushev (int code, void *data1, void *data2) function BBC_RWclose (line 941) | static int BBC_RWclose (struct SDL_RWops* context) function waitev (line 949) | size_t waitev (void) function putevt (line 956) | int putevt (heapptr handler, int msg, int wparam, int lparam) function heapptr (line 972) | static heapptr getevt (void) function putkey (line 992) | int putkey (char key) function getkey (line 1006) | static int getkey (unsigned char *pkey) function getcsr (line 1020) | void getcsr(int *px, int *py) function vtint (line 1032) | int vtint (int x, int y) function getmodeno (line 1039) | int getmodeno (void) function vpoint (line 1045) | int vpoint (int x, int y) function vgetc (line 1076) | int vgetc (int x, int y) function oskon (line 1101) | static void oskon (void) function rdkey (line 1110) | static int rdkey (unsigned char *pkey) function trap (line 1152) | void trap (void) function heapptr (line 1173) | heapptr xtrap (void) function faterr (line 1204) | void faterr (const char *msg) function oskey (line 1217) | int oskey (int wait) function osrdch (line 1254) | unsigned char osrdch (void) function oswrch (line 1279) | void oswrch (unsigned char vdu) function copykey (line 1361) | static unsigned char copykey (int *cc, int key) function osline (line 1368) | void osline (char *buffer) function getime (line 1554) | int getime (void) function getims (line 1563) | int getims (void) function putime (line 1582) | void putime (int n) function oswait (line 1590) | void oswait (int cs) function mouse (line 1609) | void mouse (int *px, int *py, int *pb) function mouseon (line 1616) | void mouseon (int type) function mouseoff (line 1632) | void mouseoff (void) function mouseto (line 1641) | void mouseto (int x, int y) function guicall (line 1661) | size_t guicall (void *func, PARM *parm) function osbyte (line 1667) | int osbyte (int al, int xy) function osword (line 1674) | void osword (int al, void *xy) function oscall (line 1688) | int oscall (int addr) function widths (line 1730) | int widths (unsigned char *s, int l) function heapptr (line 1755) | heapptr oshwm (void *addr, int settop) function adval (line 1762) | int adval (int n) function envel (line 1795) | void envel (signed char *env) function sound (line 1805) | void sound (short chan, signed char ampl, unsigned char pitch, unsigned ... function quiet (line 1840) | void quiet (void) function note (line 1854) | static unsigned char note (unsigned char mask) function tone (line 1914) | static void tone (short **pbuffer) function stick (line 2102) | void stick (short* buffer) function SDL_RWops (line 2114) | static SDL_RWops *lookup (void *chan) function osload (line 2129) | void osload (char *p, void *addr, unsigned int max) function ossave (line 2145) | void ossave (char *p, void *addr, unsigned int len) function readb (line 2207) | static void readb (SDL_RWops *context, unsigned char *buffer, FCB *pfcb) function writeb (line 2224) | static int writeb (SDL_RWops *context, unsigned char *buffer, FCB *pfcb) function closeb (line 2244) | static int closeb (void *chan) function osbget (line 2263) | unsigned char osbget (void *chan, int *peof) function osbput (line 2304) | void osbput (void *chan, unsigned char byte) function getptr (line 2338) | long long getptr (void *chan) function setptr (line 2359) | void setptr (void *chan, long long ptr) function getext (line 2376) | long long getext (void *chan) function setext (line 2405) | void setext (void *chan, long long ptr) function geteof (line 2411) | long long geteof (void *chan) function osshut (line 2423) | void osshut (void *chan) function entry (line 2440) | int entry (void *immediate) FILE: src/bbcsdl.c function SetErrorBBC (line 177) | void SetErrorBBC (void) { SDL_SetError ("OS error %i", errno) ; } function EM_BOOL (line 192) | static EM_BOOL Emscripten_HandleFullscreenChange(int eventType, function BBC_PushEvent (line 256) | static int BBC_PushEvent(SDL_Event* event) function Uint32 (line 269) | static Uint32 BlinkTimerCallback(Uint32 interval, void *param) function Uint32 (line 295) | Uint32 UserTimerCallback(Uint32 interval, void *param) function Uint32 (line 311) | static Uint32 PollTimerCallback(Uint32 interval, void *param) function UserAudioCallback (line 321) | static void UserAudioCallback(void* userdata, Uint8* stream, int len) function SDL_Texture (line 361) | SDL_Texture *MakeBackButton(SDL_Renderer *renderer) function Uint32 (line 391) | static Uint32 FlipCaret(SDL_Renderer *renderer, SDL_Rect *rect) function CaptureScreen (line 409) | static void CaptureScreen (void) function SetDir (line 438) | static void SetDir (char *newpath) function ShutDown (line 465) | static void ShutDown (void) function BBC_PeepEvents (line 499) | static int BBC_PeepEvents(SDL_Event* ev, int nev, SDL_eventaction action... function myEventFilter (line 512) | static int myEventFilter(void* userdata, SDL_Event* pev) function mainloop (line 548) | void mainloop (void) function main (line 553) | int main(int argc, char* argv[]) function maintick (line 1090) | static int maintick (void) FILE: src/bbcvdu.c function BBC_RenderSetClipRect (line 216) | static int BBC_RenderSetClipRect (SDL_Renderer* renderer, SDL_Rect* rect) function BBC_RenderReadPixels (line 234) | int BBC_RenderReadPixels (SDL_Renderer* renderer, const SDL_Rect* rect, function rgbsra7 (line 256) | static unsigned int rgbsra7 (unsigned int rgb) function setcol (line 266) | static void setcol (unsigned char ci) function grawin (line 274) | static void grawin (int *l, int *r, int *t, int *b) function ascale (line 293) | static void ascale (int *x, int *y) function radius (line 300) | static int radius (int cx, int cy, int rx, int ry) function arctan (line 306) | static int arctan (int dx, int dy) function blit (line 363) | static void blit (int dstx, int dsty, int srcx, int srcy, int w, int h, ... function flooda (line 398) | static void flooda (unsigned char col, unsigned char tar, int cx, int cy... function floodb (line 421) | static void floodb (unsigned char col, unsigned char tar, int cx, int cy... function gcsr (line 449) | static int gcsr (void) function p2c (line 455) | static void p2c (int x, int y, short **pc, short **sl, int *nc, int *oc) function xy2p (line 465) | static int xy2p (int *x, int *y) function blob (line 494) | static void blob (void) function swap (line 517) | static void swap (int *xy) function cls (line 528) | static void cls (void) function scroll (line 568) | static void scroll (char al, char ah) function scrolp (line 692) | static int scrolp (char al, char ah) function psend (line 706) | static void psend (char al) function cmove (line 730) | static void cmove (unsigned char al, int dx, int dy, int *px, int *py, i... function mcsr (line 883) | static void mcsr (char code) function getch (line 888) | static short getch (int x, int y) function charttf (line 920) | void charttf(unsigned short ax, int col, SDL_Rect rect) function charout (line 939) | static void charout(unsigned short ax, unsigned char fg, unsigned char bg, function charout_logic (line 962) | static void charout_logic (short ax, short fg, int cx, int cy, int dx) function vmove (line 1023) | static void vmove (char code, int dx, int dy) function fmove (line 1038) | static void fmove (char code) function unpend (line 1044) | static void unpend (void) function home (line 1052) | static void home (void) function send (line 1059) | static void send (short ch) function sendg (line 1099) | static void sendg (short ch) function vducurs (line 1150) | static void vducurs (void) function iniwin (line 1157) | static void iniwin (void) function minit (line 1175) | static void minit (signed char bc) function gcol (line 1207) | static void gcol (char al, signed char ah) function rescol (line 1217) | static void rescol (void) function newmode (line 1242) | static void newmode (short wx, short wy, short cx, short cy, short nc, s... function vduinit (line 1306) | static void vduinit (void) function qmove (line 1335) | static void qmove (char code) function plotns (line 1384) | static void plotns (unsigned char al, int cx, int cy) function plot (line 1662) | static void plot (unsigned char code, short xs, short ys) function clg (line 1694) | static void clg (void) function colour (line 1746) | static void colour (signed char al) function setpal (line 1758) | static void setpal (unsigned char n, signed char m, unsigned char r, uns... function modechg (line 1779) | static void modechg (char al) function defchr (line 1804) | static void defchr (unsigned char n, unsigned char a, unsigned char b, function gwind (line 1901) | static void gwind (short sl, short sb, short sr, short st) function reswin (line 1918) | static void reswin (void) function twind (line 1941) | static void twind (unsigned char lx, unsigned char by, unsigned char rx,... function origin (line 1962) | static void origin (short x, short y) function tabxy (line 1970) | static void tabxy(unsigned char x, unsigned char y) function xeqvdu_ (line 1999) | void xeqvdu_ (int data2, int data1, int code) function getchar_ (line 2159) | int getchar_ (int x, int y) function vtint_ (line 2169) | int vtint_ (int x, int y) function getcsr_ (line 2189) | int getcsr_ (void) function getwid_ (line 2206) | int getwid_ (int l, char *s) function TTF_Font (line 2218) | TTF_Font *openfont_ (char *filename, int sizestyle) function copkey_ (line 2267) | int copkey_ (int *xy, int al) function vduchr_ (line 2340) | void vduchr_ (short ucs2) function apicall_ (line 2373) | long long apicall_ (long long (*APIfunc) (size_t, size_t, size_t, size_t... function fltcall_ (line 2381) | double fltcall_ (double (*APIfunc) (size_t, size_t, size_t, size_t, size... function apicall_ (line 2391) | long long apicall_ (long long (*APIfunc) (size_t, size_t, size_t, size_t... function fltcall_ (line 2426) | double fltcall_ (double (*APIfunc) (size_t, size_t, size_t, size_t, size... function disply_ (line 2465) | int disply_ (SDL_Rect *dst, SDL_Surface *surf) function getpix_ (line 2497) | void getpix_ (SDL_Rect *src, void *buffer) FILE: src/bbcvtx.c function anydh (line 90) | static int anydh (short *sl) function find7 (line 99) | static int find7 (short *sl) function setrgb (line 113) | static void setrgb (char al) function chout7 (line 138) | static void chout7 (unsigned char al, unsigned char ah, int xpos, int ypos) function outch7 (line 203) | static void outch7 (unsigned char al, unsigned char ah, unsigned char mo... function char7 (line 254) | static short char7 (short *pc, unsigned char *pattr, unsigned char *pmod... function next7 (line 359) | static void next7 (short *sl, int ypos, unsigned char *pattr, unsigned ... function row7 (line 374) | static void row7 (short *pc, short *sl, int ypos, unsigned char *pattr, ... function send7 (line 412) | void send7 (unsigned char al, short *pc, short *sl, int ypos) function update7 (line 465) | static void update7 (unsigned char flag) function flip7 (line 496) | void flip7 (void) function page7 (line 506) | void page7 (void) FILE: src/bbdata_wasm32.c type VAR (line 17) | typedef union tagVAR type STR (line 39) | typedef struct tagSTR type FCB (line 45) | typedef struct tagFCB type node (line 54) | struct node type node (line 59) | typedef struct node node ; type st (line 62) | typedef size_t st ; type db (line 63) | typedef double db ; type timerparam (line 64) | typedef struct {char *handler; char *proc; unsigned char *flags; } timer... function BBC_putevt (line 145) | long long BBC_putevt(st handler, st msg, st wparam, st lparam, st i4, st... function GFX_GetFont (line 149) | long long GFX_GetFont(st i0, st i1, st i2, st i3, st i4, st i5, st i6, s... function GFX_SetFont (line 153) | long long GFX_SetFont(st fontdata, st cw, st ch, st i3, st i4, st i5, st... function GFX_DefChar (line 157) | long long GFX_DefChar(st renderer, st c, st charpos, st width, st height... FILE: src/bbeval.c function setfpu (line 103) | static void setfpu(void) {} function setfpu (line 107) | static void setfpu(void) { unsigned int mode = 0x37F; asm ("fldcw %0" : ... function str (line 127) | int str (VAR v, char *dst, int format) function strhex (line 183) | int strhex (VAR v, char *dst, int field) function xpow10 (line 223) | static long double xpow10 (long double n, int p) function number (line 257) | static unsigned long long number (int *pcount, int *ptrunc) function VAR (line 277) | VAR con (void) function VAR (line 339) | VAR cons (void) function VAR (line 364) | VAR loadn (void *ptr, unsigned char type) function VAR (line 456) | VAR loads (void *ptr, unsigned char type) function loadi (line 500) | long long loadi (void *ptr, unsigned char type) function xfix (line 513) | void xfix (VAR *px) function fix2 (line 525) | static void fix2 (VAR *px, VAR *py) function xfloat (line 545) | void xfloat (VAR *px) function float2 (line 554) | static void float2 (VAR *px, VAR *py) function rnd (line 569) | unsigned int rnd (void) function VAR (line 581) | VAR math (VAR x, signed char op, VAR y) function VAR (line 860) | VAR val (void) function VAR (line 886) | VAR items (void) function VAR (line 894) | static VAR itemn (void) function VAR (line 902) | static VAR itemf (void) function itemi (line 915) | long long itemi (void) function VAR (line 930) | VAR exprs (void) function VAR (line 938) | VAR exprn (void) function expri (line 946) | long long expri (void) function dimfunc (line 969) | static int dimfunc (void) function nestedFN (line 1049) | void __attribute__ ((noinline)) nestedFN(void) function nestedUSR (line 1083) | void __attribute__ ((noinline)) nestedUSR(void) function nestedPTR (line 1147) | void __attribute__ ((noinline)) nestedPTR(void) function nestedGETS (line 1332) | void __attribute__ ((noinline)) nestedGETS(void) function nestedTINT (line 1447) | void __attribute__ ((noinline)) nestedTINT(void) function nestedPOINT (line 1468) | void __attribute__ ((noinline)) nestedPOINT(void) function nestedLOG (line 1613) | void __attribute__ ((noinline)) nestedLOG(void) function nestedMOD (line 1645) | void __attribute__ ((noinline)) nestedMOD(void) function nestedSUM (line 1705) | void __attribute__ ((noinline)) nestedSUM(void) function nestedEVAL (line 1898) | void __attribute__ ((noinline)) nestedEVAL(void) function nestedMID (line 1951) | void __attribute__ ((noinline)) nestedMID(void) function nestedLEFT (line 2002) | void __attribute__ ((noinline)) nestedLEFT(void) function nestedRIGHT (line 2040) | void __attribute__ ((noinline)) nestedRIGHT(void) function nestedSTRING (line 2081) | void __attribute__ ((noinline)) nestedSTRING(void) function nestedINSTR (line 2113) | void __attribute__ ((noinline)) nestedINSTR(void) function nestedADDR (line 2278) | void __attribute__ ((noinline)) nestedADDR(void) function VAR (line 2296) | VAR __attribute__ ((noinline)) nesteddefault(void) function relop (line 2378) | static signed char relop (void) function VAR (line 2411) | static VAR expr5 (void) function VAR (line 2435) | static VAR expr4 (void) function VAR (line 2458) | static VAR expr3 (void) function VAR (line 2505) | static VAR expr2 (void) function VAR (line 2566) | static VAR expr1 (void) function VAR (line 2589) | VAR expr (void) function expra (line 2612) | int expra (void *ebp, int ecx, unsigned char type) function str00 (line 2880) | int str00 (VAR v, char *dst, int format) FILE: src/bbexec.c function spaces (line 105) | void spaces (int num) function dotab (line 111) | static void dotab (void) function format (line 133) | static int format (signed char al) function ptext (line 152) | static void ptext (char *p, int l) function equals (line 159) | static void equals (void) function storen (line 167) | void storen (VAR v, void *ptr, unsigned char type) function stores (line 273) | void stores (VAR v, void *ptr, unsigned char type) function modify (line 308) | void modify (VAR v, void *ptr, unsigned char type, signed char op) function modifs (line 319) | void modifs (VAR v, void *ptr, unsigned char type, signed char op) function assign (line 340) | static void assign (void *ptr, unsigned char type) function assigns (line 356) | static void assigns (void *ptr, unsigned char type) function termq (line 371) | static int termq (void) function quote (line 378) | static void quote (void) function skip (line 389) | static void skip (void) function wsurch (line 401) | static void wsurch (signed char token, signed char nest, int level) function fetchs (line 455) | static int fetchs (char **psrc) function isloc (line 480) | static void isloc (void) function plot (line 489) | static void plot (int n, int x, int y) function undims (line 544) | static void undims (void *ebp, void *ebx) function undim (line 586) | static void undim (void) function savloc (line 629) | static void savloc (void *ptr, unsigned char type) function resloc (line 672) | static void resloc (void) function unstack (line 727) | static void unstack (int count) function unret (line 764) | static void unret (void) function fixup (line 972) | static void fixup (void *edi, intptr_t ebx) function structure (line 996) | static int structure (void **pedi) function defscan (line 1091) | static void defscan (signed char *edx) function procfn (line 1121) | void procfn (signed char flag) function newlin (line 1230) | void newlin (void) function nestedLOCAL (line 1458) | void __attribute__ ((noinline)) nestedLOCAL(void) function nestedPRIVATE (line 1499) | void __attribute__ ((noinline)) nestedPRIVATE(void) function nestedRESTOR (line 1639) | void __attribute__ ((noinline)) nestedRESTOR(void) function nestedINSTALL (line 1780) | void __attribute__ ((noinline)) nestedINSTALL(void) function nestedBPUT (line 1884) | void __attribute__ ((noinline)) nestedBPUT(void) function nestedPTR (line 1916) | void __attribute__ ((noinline)) nestedPTR(void) function nestedREAD (line 2044) | void __attribute__ ((noinline)) nestedREAD(void) function nestedINPUT (line 2112) | void __attribute__ ((noinline)) nestedINPUT(void) function nestedPRINT (line 2247) | void __attribute__ ((noinline)) nestedPRINT(void) function nestedERROR (line 2359) | void __attribute__ ((noinline)) nestedERROR(void) function nestedCOLOUR (line 2432) | void __attribute__ ((noinline)) nestedCOLOUR(void) function nestedLINE (line 2543) | void __attribute__ ((noinline)) nestedLINE(void) function nestedCIRCLE (line 2611) | void __attribute__ ((noinline)) nestedCIRCLE(void) function nestedELLIPSE (line 2635) | void __attribute__ ((noinline)) nestedELLIPSE(void) function nestedRECT (line 2662) | void __attribute__ ((noinline)) nestedRECT(void) function nestedON (line 2765) | void __attribute__ ((noinline)) nestedON(void) function nestedFOR (line 2910) | void __attribute__ ((noinline)) nestedFOR(void) function nestedNEXT (line 2968) | void __attribute__ ((noinline)) nestedNEXT(void) function nestedEXIT (line 3187) | void __attribute__ ((noinline)) nestedEXIT(void) function nestedSWAP (line 3273) | void __attribute__ ((noinline)) nestedSWAP(void) function nestedCASE (line 3323) | void __attribute__ ((noinline)) nestedCASE(void) function nestedMOUSE (line 3435) | void __attribute__ ((noinline)) nestedMOUSE(void) function nestedSYS (line 3498) | void __attribute__ ((noinline)) nestedSYS(void) function nestedSOUND (line 3632) | void __attribute__ ((noinline)) nestedSOUND(void) function nestedENVEL (line 3659) | void __attribute__ ((noinline)) nestedENVEL(void) function nestedDIM (line 3679) | void __attribute__ ((noinline)) nestedDIM(void) function nestedSLICE (line 4048) | void __attribute__ ((noinline)) nestedSLICE(void) function nestedLET (line 4132) | void __attribute__ ((noinline)) nestedLET(void) FILE: src/bbmain.c function range0 (line 293) | int range0 (char c) function range1 (line 304) | int range1 (char c) function range2 (line 313) | int range2 (char c) function error (line 325) | void error (int code, const char * msg) function nxt (line 346) | signed char nxt (void) function tokit (line 389) | static signed char tokit (char **pesi, const signed char *ebx) function outchr (line 488) | void outchr (unsigned char al) function token (line 501) | void token (signed char al) function crlf (line 515) | void crlf (void) function text (line 523) | void text (const char *txt) function listline (line 530) | void listline (signed char *p, int *pindent) function clear (line 631) | void clear (void) function setlin (line 679) | unsigned short setlin (signed char *edx, char **pebp) function clrtrp (line 716) | void clrtrp (void) function report (line 731) | unsigned short report (void) function fixs (line 845) | void fixs (VAR v) function heapptr (line 854) | heapptr *pushs (VAR v) function check (line 865) | void check (void) function comma (line 871) | void comma (void) function braket (line 878) | void braket (void) function arrlen (line 886) | int arrlen (void **pebx) function getsub (line 906) | static unsigned int getsub (void **pebx, unsigned char *ptype) function getsbs (line 973) | static unsigned int getsbs (void *ebx, unsigned char *ptype) function getype (line 1189) | static unsigned char getype (char *ptr) function lrange (line 1472) | static void lrange (char *ptr, unsigned short *plo, unsigned short *phi) function fixup (line 1496) | static void fixup (signed char *ptr, int nlines, unsigned short start, u... function basic (line 1530) | int basic (void *ecx, void *edx, void *prompt) FILE: src/flood.c type HLINE_NODE (line 51) | typedef struct hlineNode function FreeList (line 70) | static void FreeList(void) function PushLine (line 96) | static void PushLine(int x1, int x2, int y, int dy) function PopLine (line 151) | static void PopLine(int *x1, int *x2, int *y, int *dy) function PushVisitedLine (line 207) | static void PushVisitedLine(int x1, int x2, int y) function IsRevisit (line 223) | static int IsRevisit(int x1,int x2,int y) function HLINE_NODE (line 239) | static HLINE_NODE* FindNextLine(int x1,int x2,int y) function PopThis (line 261) | static void PopThis(HLINE_NODE *pThis) function PushOpposite (line 327) | static void PushOpposite(int OldX1,int OldX2,int x1,int x2,int y,int dy) function DrawHorizontalLine (line 394) | static void DrawHorizontalLine(unsigned int *pBitmap, int x1, int x2, in... function ScanLeft (line 402) | static int ScanLeft(unsigned int *pBitmap, int x, int y, int w, int h, i... function SearchLeft (line 414) | static int SearchLeft(unsigned int *pBitmap, int x, int y, int w, int h,... function ScanRight (line 426) | static int ScanRight(unsigned int *pBitmap, int x, int y, int w, int h, ... function SearchRight (line 438) | static int SearchRight(unsigned int *pBitmap, int x, int y, int w, int h... function flood (line 461) | void flood(unsigned int* pBitmap, int x, int y, int w, int h, FILE: src/sort.c type variant (line 16) | typedef double variant ; type variant (line 18) | typedef long double variant ; type STR (line 21) | typedef struct tagSTR function compare (line 27) | static int compare (void *src, void *dst, unsigned char type) function sortup (line 90) | void sortup (int eax, int ebx, int ecx, unsigned int edx, unsigned int e... function sortdn (line 162) | void sortdn (int eax, int ebx, int ecx, unsigned int edx, unsigned int e... type timerparam (line 239) | typedef struct {char *handler; char *proc; unsigned char *flags; } timer... function hook (line 241) | unsigned int hook(unsigned int interval, timerparam *param) FILE: src/sound_sdl.c function snd_free (line 2650) | int snd_free (int n) function envel (line 2660) | void envel (signed char *env) function sound (line 2670) | void sound (short chan, signed char ampl, unsigned char pitch, unsigned ... function quiet (line 2700) | void quiet (void) function note (line 2713) | static unsigned char note (unsigned char mask) function tone (line 2773) | static void tone (short *buffer) function pwm_interrupt_handler (line 2910) | void pwm_interrupt_handler(void) function core1_entry (line 2923) | void core1_entry(void) { function snd_setup (line 2985) | void snd_setup (void)