SYMBOL INDEX (10485 symbols across 735 files) FILE: vm/src/externals/externals.cpp function setCompilerInitialized (line 20) | int setCompilerInitialized(int /* flagValue */) { unimpExt(); return 0; } function setFullScreenFlag (line 28) | void setFullScreenFlag(int32 value) { function int32 (line 32) | int32 getFullScreenFlag(void) { function int32 (line 37) | int32 ioMousePoint() {/*unimpExt();*/ return -1;} function ioGetButtonState (line 38) | int ioGetButtonState() {/*unimpExt();*/ return -1; } function ioGetKeystroke (line 39) | int ioGetKeystroke() {/*unimpExt();*/ return -1; } function ioSetCursor (line 40) | void ioSetCursor(char*, int, int) {unimpExt();} function ioSetCursorWithMask (line 41) | int ioSetCursorWithMask(char*, char*, int, int) {unimpExt(); return ... function ioFormPrint (line 42) | bool ioFormPrint(int32* bitsAddr, int w, int h, int depth, double hSc... function ioSetDisplayMode (line 43) | int ioSetDisplayMode(int, int, int, int) {unimpExt(); return true;} function event_type_complex (line 49) | int event_type_complex() { return 6 /*UGH*/ /*EventTypeComplex*/; } function fn_t (line 54) | fn_t ioLoadFunctionFrom(const char*, const char*) {unimpExt(); return du... function fn_t (line 57) | fn_t ioLoadExternalFunctionOfLengthFromModuleOfLength(char*, int, char*,... function ioGetNextEvent (line 70) | int ioGetNextEvent(void*) { unimpExt(); } function ioGetButtonState (line 73) | int ioGetButtonState() {unimpExt(); return 0; } function int32 (line 74) | int32 ioMousePoint() {unimpExt(); return 0;} function ioSetDisplayMode (line 75) | int ioSetDisplayMode(int, int, int, int) {unimpExt(); return true;} function ioHasDisplayDepth (line 81) | bool ioHasDisplayDepth(int depth) {unimpExt(); return true;} function sigint (line 87) | void sigint() {The_Squeak_Interpreter()->handle_sigint();} FILE: vm/src/from_squeak/Cross/plugins/AsynchFilePlugin/AsynchFilePlugin.h type AsyncFile (line 7) | typedef struct { FILE: vm/src/from_squeak/Cross/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.h type B3DPrimitiveVertex (line 23) | typedef struct B3DPrimitiveVertex { type B3DPrimitiveMaterial (line 33) | typedef struct B3DPrimitiveMaterial { type B3DPrimitiveLight (line 52) | typedef struct B3DPrimitiveLight { FILE: vm/src/from_squeak/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.c function glGetRendererSurfaceHandle (line 43) | int glGetRendererSurfaceHandle(int handle) { function glGetRendererColorMasks (line 55) | int glGetRendererColorMasks(int handle, int *masks) { function glGetRendererSurfaceWidth (line 63) | int glGetRendererSurfaceWidth(int handle) { function glGetRendererSurfaceHeight (line 68) | int glGetRendererSurfaceHeight(int handle) { function glGetRendererSurfaceDepth (line 73) | int glGetRendererSurfaceDepth(int handle) { function glAllocateTexture (line 83) | int glAllocateTexture(int handle, int w, int h, int d) /* return handle ... function glDestroyTexture (line 136) | int glDestroyTexture(int rendererHandle, int handle) /* return true on s... function glActualTextureDepth (line 154) | int glActualTextureDepth(int rendererHandle, int handle) /* return depth... function glTextureColorMasks (line 161) | int glTextureColorMasks(int rendererHandle, int handle, int masks[4]) /... function glTextureByteSex (line 179) | int glTextureByteSex(int rendererHandle, int handle) /* return > 0 if MS... function glTextureSurfaceHandle (line 190) | int glTextureSurfaceHandle(int rendererHandle, int handle) { function glUploadTexture (line 195) | int glUploadTexture(int rendererHandle, int handle, int w, int h, int d,... function glCompositeTexture (line 229) | int glCompositeTexture(int rendererHandle, int handle, int x, int y, int... function glSetViewport (line 324) | int glSetViewport(int handle, int x, int y, int w, int h) /* return true... function glClearDepthBuffer (line 344) | int glClearDepthBuffer(int handle) /* return true on success, false on e... function glClearViewport (line 354) | int glClearViewport(int handle, unsigned int rgba, unsigned int pv) /* r... function glFinishRenderer (line 369) | int glFinishRenderer(int handle) /* return true on success, false on err... function glFlushRenderer (line 379) | int glFlushRenderer(int handle) /* return true on success, false on erro... function glSwapRendererBuffers (line 389) | int glSwapRendererBuffers(int handle) /* return true on success, false o... function glSetTransform (line 400) | int glSetTransform(int handle, float *modelViewMatrix, float *projection... function glDisableLights (line 435) | int glDisableLights(int handle) { function glLoadMaterial (line 457) | int glLoadMaterial(int handle, B3DPrimitiveMaterial *mat) function glLoadLight (line 493) | int glLoadLight(int handle, int idx, B3DPrimitiveLight *light) function glSetFog (line 623) | int glSetFog(int handle, int fogType, double density, function glGetIntProperty (line 653) | int glGetIntProperty(int handle, int prop) function glSetIntProperty (line 708) | int glSetIntProperty(int handle, int prop, int value) function glRenderVertex (line 781) | static void glRenderVertex(B3DPrimitiveVertex *vtx, int flags) type B3DInputFace (line 803) | typedef int B3DInputFace; function glRenderVertexBuffer (line 805) | int glRenderVertexBuffer(int handle, int primType, int flags, int texHan... function b3dLoadClientState (line 1009) | int b3dLoadClientState(int handle, float *vtxData, int vtxSize, float *c... function b3dDrawRangeElements (line 1026) | int b3dDrawRangeElements(int handle, int mode, int minIdx, int maxIdx, i... function b3dDrawElements (line 1052) | int b3dDrawElements(int handle, int mode, int nFaces, unsigned int *face... function b3dDrawArrays (line 1059) | int b3dDrawArrays(int handle, int mode, int minIdx, int maxIdx) { FILE: vm/src/from_squeak/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.h type glRenderer (line 13) | typedef struct glRenderer { type glRenderer (line 19) | struct glRenderer type glRenderer (line 20) | struct glRenderer type glRenderer (line 21) | struct glRenderer FILE: vm/src/from_squeak/Cross/plugins/BochsIA32Plugin/BochsIA32Plugin.h type ulong (line 13) | typedef unsigned long ulong; FILE: vm/src/from_squeak/Cross/plugins/BochsIA32Plugin/sqBochsIA32Plugin.cpp function resetCPU (line 53) | int function singleStepCPUInSizeMinAddressReadWrite (line 87) | int function runCPUInSizeMinAddressReadWrite (line 120) | int function flushICacheFromTo (line 161) | void function disassembleForAtInSize (line 169) | int function forceStopRunning (line 211) | void function errorAcorn (line 220) | int function bx_phy_address (line 329) | bx_phy_address BX_CPU_C::translate_linear(bx_address laddr, unsigned cur... function bx_bool (line 335) | bx_bool BX_CPU_C::dbg_xlate_linear2phy(bx_address laddr, bx_phy_address ... function bx_bool (line 408) | bx_bool BX_MEM_C::dbg_fetch_mem(BX_CPU_C *cpu, bx_phy_address addr, unsi... FILE: vm/src/from_squeak/Cross/plugins/CroquetPlugin/md5.h function MD5Transform (line 24) | static void MD5Transform(unsigned int buf[4], FILE: vm/src/from_squeak/Cross/plugins/CroquetPlugin/tribox.c function planeBoxOverlap (line 45) | int planeBoxOverlap(float normal[3],float vert[3], float maxbox[3]) function triBoxOverlap (line 116) | int triBoxOverlap(float minCorner[3],float maxCorner[3], FILE: vm/src/from_squeak/Cross/plugins/ExampleSurfacePlugin/sqMemorySurface.c type memSurface (line 7) | typedef struct memSurface { type VirtualMachine (line 17) | struct VirtualMachine function memGetSurfaceFormat (line 20) | static int memGetSurfaceFormat(memSurface *ms, int *w, int *h, int *d, i... function memLock (line 28) | static int memLock(memSurface *ms, int *stride, int x, int y, int w, int... function memUnlock (line 35) | static int memUnlock(memSurface *ms, int x, int y, int w, int h){ function memShow (line 39) | static int memShow(memSurface *ms, int x, int y, int w, int h) { function memCreateSurfaceWidthHeightDepth (line 55) | int memCreateSurfaceWidthHeightDepth(int w, int h, int d) { function memDestroySurface (line 77) | int memDestroySurface(int id) { function memGetSurfaceWidth (line 86) | int memGetSurfaceWidth(int id) { function memGetSurfaceHeight (line 92) | int memGetSurfaceHeight(int id) { function memGetSurfaceDepth (line 98) | int memGetSurfaceDepth(int id) { function memGetSurfaceBits (line 104) | int memGetSurfaceBits(int id) { function memInitialize (line 110) | int memInitialize(void) { FILE: vm/src/from_squeak/Cross/plugins/FilePlugin/FilePlugin.c type VirtualMachine (line 89) | struct VirtualMachine type VirtualMachine (line 99) | struct VirtualMachine function sqInt (line 119) | static sqInt function fileOpenNamesizewritesecure (line 128) | EXPORT(sqInt) function sqInt (line 167) | sqInt function SQFile (line 178) | SQFile * function VirtualMachine (line 192) | static VirtualMachine * function getModuleName (line 204) | EXPORT(const char*) function getThisSession (line 215) | EXPORT(sqInt) function sqInt (line 221) | static sqInt function initialiseModule (line 228) | EXPORT(sqInt) function sqInt (line 244) | static sqInt function moduleUnloaded (line 289) | EXPORT(sqInt) function sqInt (line 297) | static sqInt function primitiveDirectoryCreate (line 304) | EXPORT(sqInt) function primitiveDirectoryDelete (line 334) | EXPORT(sqInt) function primitiveDirectoryDelimitor (line 364) | EXPORT(sqInt) function primitiveDirectoryEntry (line 383) | EXPORT(sqInt) function primitiveDirectoryGetMacTypeAndCreator (line 441) | EXPORT(sqInt) function primitiveDirectoryLookup (line 487) | EXPORT(sqInt) function primitiveDirectorySetMacTypeAndCreator (line 541) | EXPORT(sqInt) function primitiveDisableFileAccess (line 591) | EXPORT(sqInt) function primitiveFileAtEnd (line 599) | EXPORT(sqInt) function primitiveFileClose (line 625) | EXPORT(sqInt) function primitiveFileDelete (line 649) | EXPORT(sqInt) function primitiveFileFlush (line 679) | EXPORT(sqInt) function primitiveFileGetPosition (line 703) | EXPORT(sqInt) function primitiveFileOpen (line 728) | EXPORT(sqInt) function primitiveFileRead (line 750) | EXPORT(sqInt) function primitiveFileRename (line 799) | EXPORT(sqInt) function primitiveFileSetPosition (line 836) | EXPORT(sqInt) function primitiveFileSize (line 869) | EXPORT(sqInt) function primitiveFileStdioHandles (line 902) | EXPORT(sqInt) function primitiveFileTruncate (line 951) | EXPORT(sqInt) function primitiveFileWrite (line 984) | EXPORT(sqInt) function primitiveHasFileAccess (line 1034) | EXPORT(sqInt) function setInterpreter (line 1052) | EXPORT(sqInt) function setMacFileTypeAndCreator (line 1071) | EXPORT(sqInt) function shutdownModule (line 1077) | EXPORT(sqInt) FILE: vm/src/from_squeak/Cross/plugins/FilePlugin/FilePlugin.h type SQFile (line 21) | typedef struct { FILE: vm/src/from_squeak/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c type VirtualMachine (line 80) | struct VirtualMachine function setFile (line 86) | static void setFile(SQFile *f, FILE *file) function setSize (line 97) | static void setSize(SQFile *f, squeakFileOffsetType size) function FILE (line 108) | static FILE *getFile(SQFile *f) function squeakFileOffsetType (line 121) | static squeakFileOffsetType getSize(SQFile *f) function sqInt (line 143) | sqInt sqFileAtEnd(SQFile *f) { function sqInt (line 154) | sqInt sqFileClose(SQFile *f) { function sqInt (line 168) | sqInt sqFileDeleteNameSize(char* sqFileName, sqInt sqFileNameSize) { function squeakFileOffsetType (line 186) | squeakFileOffsetType sqFileGetPosition(SQFile *f) { function sqInt (line 203) | sqInt sqFileInit(void) { function sqInt (line 217) | sqInt sqFileShutdown(void) { function sqInt (line 221) | sqInt sqFileOpen(SQFile *f, char* sqFileName, sqInt sqFileNameSize, sqIn... function sqInt (line 282) | sqInt function sqFileReadIntoAt (line 320) | size_t sqFileReadIntoAt(SQFile *f, size_t count, char* byteArrayIndex, s... function sqInt (line 374) | sqInt sqFileRenameOldSizeNewSize(char* oldNameIndex, sqInt oldNameSize, ... function sqInt (line 394) | sqInt sqFileSetPosition(SQFile *f, squeakFileOffsetType position) { function squeakFileOffsetType (line 421) | squeakFileOffsetType sqFileSize(SQFile *f) { function sqInt (line 431) | sqInt sqFileFlush(SQFile *f) { function sqInt (line 440) | sqInt sqFileTruncate(SQFile *f,squeakFileOffsetType offset) { function sqInt (line 451) | sqInt sqFileValid(SQFile *f) { function sqFileWriteFromAt (line 458) | size_t sqFileWriteFromAt(SQFile *f, size_t count, char* byteArrayIndex, ... function sqInt (line 489) | sqInt sqFileThisSession() { FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_acos.c function __ieee754_acos (line 63) | double __ieee754_acos(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_acosh.c function __ieee754_acosh (line 42) | double __ieee754_acosh(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_asin.c function __ieee754_asin (line 72) | double __ieee754_asin(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_atan2.c function __ieee754_atan2 (line 59) | double __ieee754_atan2(y,x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_atanh.c function __ieee754_atanh (line 46) | double __ieee754_atanh(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_cosh.c function __ieee754_cosh (line 46) | double __ieee754_cosh(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_exp.c function __ieee754_exp (line 104) | double __ieee754_exp(x) /* default IEEE double exp */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_fmod.c function __ieee754_fmod (line 31) | double __ieee754_fmod(x,y) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_gamma.c function __ieee754_gamma (line 28) | double __ieee754_gamma(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_gamma_r.c function __ieee754_gamma_r (line 27) | double __ieee754_gamma_r(x,signgamp) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_hypot.c function __ieee754_hypot (line 51) | double __ieee754_hypot(x,y) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_j0.c function __ieee754_j0 (line 91) | double __ieee754_j0(x) function __ieee754_y0 (line 160) | double __ieee754_y0(x) function pzero (line 323) | static double pzero(x) function qzero (line 458) | static double qzero(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_j1.c function __ieee754_j1 (line 92) | double __ieee754_j1(x) function __ieee754_y1 (line 161) | double __ieee754_y1(x) function pone (line 321) | static double pone(x) function qone (line 457) | static double qone(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_jn.c function __ieee754_jn (line 56) | double __ieee754_jn(n,x) function __ieee754_yn (line 217) | double __ieee754_yn(n,x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_lgamma.c function __ieee754_lgamma (line 28) | double __ieee754_lgamma(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_lgamma_r.c function sin_pi (line 161) | static double sin_pi(x) function __ieee754_lgamma_r (line 209) | double __ieee754_lgamma_r(x,signgamp) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_log.c function __ieee754_log (line 88) | double __ieee754_log(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_log10.c function __ieee754_log10 (line 64) | double __ieee754_log10(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_pow.c function __ieee754_pow (line 103) | double __ieee754_pow(x,y) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_rem_pio2.c function __ieee754_rem_pio2 (line 86) | int __ieee754_rem_pio2(x,y) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_remainder.c function __ieee754_remainder (line 35) | double __ieee754_remainder(x,p) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_scalb.c function __ieee754_scalb (line 33) | double __ieee754_scalb(x,fn) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_sinh.c function __ieee754_sinh (line 43) | double __ieee754_sinh(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/e_sqrt.c function __ieee754_sqrt (line 94) | double __ieee754_sqrt(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/fdlibm.h type fdversion (line 48) | enum fdversion {fdlibm_ieee = -1, fdlibm_svid, fdlibm_xopen, fdlibm_posix} type exception (line 67) | struct exception { type exception (line 148) | struct exception FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/k_cos.c function __kernel_cos (line 67) | double __kernel_cos(x, y) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/k_sin.c function __kernel_sin (line 60) | double __kernel_sin(x, y, iy) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/k_standard.c function __kernel_standard (line 80) | double __kernel_standard(x,y,type) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/k_tan.c function __kernel_tan (line 73) | double FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_asinh.c function asinh (line 39) | double asinh(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_atan.c function __ieee754_atan (line 88) | double __ieee754_atan(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_cbrt.c function cbrt (line 42) | double cbrt(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_ceil.c function ceil (line 34) | double ceil(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_copysign.c function copysign (line 25) | double copysign(x,y) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_cos.c function cos (line 50) | double cos(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_erf.c function erf (line 193) | double erf(x) function erfc (line 249) | double erfc(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_expm1.c function expm1 (line 132) | double expm1(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_fabs.c function fabs (line 23) | double fabs(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_finite.c function finite (line 24) | int finite(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_floor.c function floor (line 34) | double floor(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_frexp.c function frexp (line 36) | double frexp(x, eptr) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_ilogb.c function ilogb (line 25) | int ilogb(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_isnan.c function isnan (line 24) | int isnan(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_ldexp.c function ldexp (line 20) | double ldexp(value, exp) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_log1p.c function log1p (line 102) | double log1p(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_logb.c function logb (line 25) | double logb(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_matherr.c type exception (line 17) | struct exception function matherr (line 19) | int matherr(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_modf.c function modf (line 35) | double modf(x, iptr) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_nextafter.c function nextafter (line 26) | double nextafter(x,y) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_rint.c function rint (line 39) | double rint(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_scalbn.c function scalbn (line 36) | double scalbn (x,n) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_significand.c function significand (line 25) | double significand(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_sin.c function sin (line 50) | double sin(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_tan.c function tan (line 49) | double tan(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/s_tanh.c function tanh (line 49) | double tanh(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_acos.c function acos (line 24) | double acos(x) /* wrapper acos */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_acosh.c function acosh (line 24) | double acosh(x) /* wrapper acosh */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_asin.c function asin (line 26) | double asin(x) /* wrapper asin */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_atan2.c function atan2 (line 25) | double atan2(y,x) /* wrapper atan2 */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_atanh.c function atanh (line 23) | double atanh(x) /* wrapper atanh */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_cosh.c function cosh (line 23) | double cosh(x) /* wrapper cosh */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_exp.c function exp (line 30) | double exp(x) /* wrapper exp */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_fmod.c function fmod (line 24) | double fmod(x,y) /* wrapper fmod */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_gamma.c function gamma (line 28) | double gamma(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_gamma_r.c function gamma_r (line 24) | double gamma_r(x,signgamp) /* wrapper lgamma_r */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_hypot.c function hypot (line 24) | double hypot(x,y) /* wrapper hypot */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_j0.c function j0 (line 23) | double j0(x) /* wrapper j0 */ function y0 (line 42) | double y0(x) /* wrapper y0 */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_j1.c function j1 (line 23) | double j1(x) /* wrapper j1 */ function y1 (line 43) | double y1(x) /* wrapper y1 */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_jn.c function jn (line 45) | double jn(n,x) /* wrapper jn */ function yn (line 65) | double yn(n,x) /* wrapper yn */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_lgamma.c function lgamma (line 28) | double lgamma(x) FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_lgamma_r.c function lgamma_r (line 24) | double lgamma_r(x,signgamp) /* wrapper lgamma_r */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_log.c function log (line 24) | double log(x) /* wrapper log */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_log10.c function log10 (line 24) | double log10(x) /* wrapper log10 */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_pow.c function pow (line 25) | double pow(x,y) /* wrapper pow */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_remainder.c function remainder (line 23) | double remainder(x,y) /* wrapper remainder */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_sinh.c function sinh (line 23) | double sinh(x) /* wrapper sinh */ FILE: vm/src/from_squeak/Cross/plugins/FloatMathPlugin/fdlibm/w_sqrt.c function sqrt (line 23) | double sqrt(x) /* wrapper sqrt */ FILE: vm/src/from_squeak/Cross/plugins/GStreamerPlugin/squeakAudioVideoPipeLineSignalInterface.c function squeakVideoHandOff (line 34) | void squeakVideoHandOff (GstElement* object, function squeakSrcHandOff (line 69) | void squeakSrcHandOff (GstElement* object, function gst_SqueakVideoSink_set_caps (line 93) | void function squeakAudioHandOff (line 116) | void squeakAudioHandOff (GstElement* object, function gst_SqueakAudioSink_sink_write (line 131) | void gst_SqueakAudioSink_sink_write(GstElement* plugin, SqueakAudioVideo... FILE: vm/src/from_squeak/Cross/plugins/GStreamerPlugin/squeakAudioVideoPipeLineSignalInterface.h type _SqueakAudioVideoSink (line 12) | struct _SqueakAudioVideoSink { type SqueakAudioVideoSink (line 32) | typedef struct _SqueakAudioVideoSink SqueakAudioVideoSink; type _SqueakAudioVideoSink (line 33) | struct _SqueakAudioVideoSink FILE: vm/src/from_squeak/Cross/plugins/IA32ABI/ia32abicc.c type objc_class (line 18) | struct objc_class function setbaz (line 20) | void setbaz(void *p) { baz = p; } type VirtualMachine (line 45) | struct VirtualMachine function sqInt (line 102) | sqInt function sqInt (line 116) | sqInt function sqInt (line 125) | sqInt function thunkEntry (line 154) | long FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/Error.c type error_mgr2 (line 5) | struct error_mgr2 { type error_mgr2 (line 11) | struct error_mgr2 function error_exit (line 17) | void error_exit (j_common_ptr cinfo) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.h type error_mgr2 (line 6) | struct error_mgr2 { type error_mgr2 (line 12) | struct error_mgr2 FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcapimin.c function jpeg_CreateCompress (line 29) | GLOBAL(void) function jpeg_destroy_compress (line 87) | GLOBAL(void) function jpeg_abort_compress (line 99) | GLOBAL(void) function jpeg_suppress_tables (line 118) | GLOBAL(void) function jpeg_finish_compress (line 146) | GLOBAL(void) function jpeg_write_marker (line 191) | GLOBAL(void) function jpeg_write_m_header (line 213) | GLOBAL(void) function jpeg_write_m_byte (line 225) | GLOBAL(void) function jpeg_write_tables (line 253) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcapistd.c function jpeg_start_compress (line 37) | GLOBAL(void) function jpeg_write_scanlines (line 76) | GLOBAL(JDIMENSION) function jpeg_write_raw_data (line 119) | GLOBAL(JDIMENSION) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jccoefct.c type my_coef_controller (line 34) | typedef struct { type my_coef_controller (line 57) | typedef my_coef_controller * my_coef_ptr; function start_iMCU_row (line 71) | LOCAL(void) function start_pass_coef (line 99) | METHODDEF(void) function compress_data (line 142) | METHODDEF(boolean) function compress_first_pass (line 244) | METHODDEF(boolean) function compress_output (line 340) | METHODDEF(boolean) function jinit_c_coef_controller (line 404) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jccolor.c type my_color_converter (line 18) | typedef struct { type my_color_converter (line 25) | typedef my_color_converter * my_cconvert_ptr; function rgb_ycc_start (line 85) | METHODDEF(void) function rgb_ycc_convert (line 129) | METHODDEF(void) function rgb_gray_convert (line 185) | METHODDEF(void) function cmyk_ycck_convert (line 224) | METHODDEF(void) function grayscale_convert (line 279) | METHODDEF(void) function null_convert (line 308) | METHODDEF(void) function null_method (line 340) | METHODDEF(void) function jinit_color_converter (line 351) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcdctmgr.c type my_fdct_controller (line 22) | typedef struct { type my_fdct_controller (line 41) | typedef my_fdct_controller * my_fdct_ptr; function start_pass_fdctmgr (line 53) | METHODDEF(void) function forward_DCT (line 179) | METHODDEF(void) function forward_DCT_float (line 269) | METHODDEF(void) function jinit_forward_dct (line 344) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jchuff.c type savable_state (line 29) | typedef struct { type huff_entropy_encoder (line 55) | typedef struct { type huff_entropy_encoder (line 74) | typedef huff_entropy_encoder * huff_entropy_ptr; type working_state (line 80) | typedef struct { function start_pass_huff (line 105) | METHODDEF(void) function jpeg_make_c_derived_tbl (line 178) | GLOBAL(void) function dump_buffer (line 277) | LOCAL(boolean) function INLINE (line 300) | INLINE function flush_bits (line 339) | LOCAL(boolean) function encode_one_block (line 352) | LOCAL(boolean) function emit_restart (line 450) | LOCAL(boolean) function encode_mcu_huff (line 475) | METHODDEF(boolean) function finish_pass_huff (line 532) | METHODDEF(void) function htest_one_block (line 571) | LOCAL(void) function encode_mcu_gather (line 644) | METHODDEF(boolean) function jpeg_gen_optimal_table (line 704) | GLOBAL(void) function finish_pass_gather (line 845) | METHODDEF(void) function jinit_huff_encoder (line 890) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jchuff.h type c_derived_tbl (line 27) | typedef struct { FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcinit.c function jinit_compress_master (line 29) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcmainct.c type my_main_controller (line 28) | typedef struct { type my_main_controller (line 50) | typedef my_main_controller * my_main_ptr; function start_pass_main (line 68) | METHODDEF(void) function process_data_simple_main (line 112) | METHODDEF(void) function process_data_buffer_main (line 168) | METHODDEF(void) function jinit_c_main_controller (line 244) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcmarker.c type JPEG_MARKER (line 16) | typedef enum { /* JPEG marker codes */ type my_marker_writer (line 86) | typedef struct { type my_marker_writer (line 92) | typedef my_marker_writer * my_marker_ptr; function emit_byte (line 107) | LOCAL(void) function emit_marker (line 121) | LOCAL(void) function emit_2bytes (line 130) | LOCAL(void) function emit_dqt (line 143) | LOCAL(int) function emit_dht (line 183) | LOCAL(void) function emit_dac (line 221) | LOCAL(void) function emit_dri (line 264) | LOCAL(void) function emit_sof (line 276) | LOCAL(void) function emit_sos (line 307) | LOCAL(void) function emit_jfif_app0 (line 348) | LOCAL(void) function emit_adobe_app14 (line 383) | LOCAL(void) function write_marker_header (line 437) | METHODDEF(void) function write_marker_byte (line 449) | METHODDEF(void) function write_file_header (line 468) | METHODDEF(void) function write_frame_header (line 493) | METHODDEF(void) function write_scan_header (line 550) | METHODDEF(void) function write_file_trailer (line 601) | METHODDEF(void) function write_tables_only (line 615) | METHODDEF(void) function jinit_marker_writer (line 644) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcmaster.c type c_pass_type (line 21) | typedef enum { type my_comp_master (line 27) | typedef struct { type my_comp_master (line 38) | typedef my_comp_master * my_master_ptr; function initial_setup (line 45) | LOCAL(void) function validate_script (line 129) | LOCAL(void) function select_scan_parameters (line 266) | LOCAL(void) function per_scan_setup (line 307) | LOCAL(void) function prepare_for_pass (line 400) | METHODDEF(void) function pass_startup (line 488) | METHODDEF(void) function finish_pass_master (line 502) | METHODDEF(void) function jinit_c_master_control (line 542) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcomapi.c function jpeg_abort (line 28) | GLOBAL(void) function jpeg_destroy (line 68) | GLOBAL(void) function jpeg_alloc_quant_table (line 85) | GLOBAL(JQUANT_TBL *) function jpeg_alloc_huff_table (line 97) | GLOBAL(JHUFF_TBL *) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcparam.c function jpeg_add_quant_table (line 22) | GLOBAL(void) function jpeg_set_linear_quality (line 63) | GLOBAL(void) function jpeg_quality_scaling (line 105) | GLOBAL(int) function jpeg_set_quality (line 131) | GLOBAL(void) function add_huff_table (line 151) | LOCAL(void) function std_huff_tables (line 181) | LOCAL(void) function jpeg_set_defaults (line 267) | GLOBAL(void) function jpeg_default_colorspace (line 358) | GLOBAL(void) function jpeg_set_colorspace (line 390) | GLOBAL(void) function fill_a_scan (line 474) | LOCAL(jpeg_scan_info *) function fill_scans (line 489) | LOCAL(jpeg_scan_info *) function fill_dc_scans (line 508) | LOCAL(jpeg_scan_info *) function jpeg_simple_progression (line 536) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcphuff.c type phuff_entropy_encoder (line 24) | typedef struct { type phuff_entropy_encoder (line 62) | typedef phuff_entropy_encoder * phuff_entropy_ptr; function start_pass_phuff (line 105) | METHODDEF(void) function dump_buffer (line 204) | LOCAL(void) function INLINE (line 226) | INLINE function flush_bits (line 266) | LOCAL(void) function INLINE (line 279) | INLINE function emit_buffered_bits (line 296) | LOCAL(void) function emit_eobrun (line 315) | LOCAL(void) function emit_restart (line 346) | LOCAL(void) function encode_mcu_DC_first (line 376) | METHODDEF(boolean) function encode_mcu_AC_first (line 463) | METHODDEF(boolean) function encode_mcu_DC_refine (line 570) | METHODDEF(boolean) function encode_mcu_AC_refine (line 617) | METHODDEF(boolean) function finish_pass_phuff (line 745) | METHODDEF(void) function finish_pass_gather_phuff (line 766) | METHODDEF(void) function jinit_phuff_encoder (line 813) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcprepct.c type my_prep_controller (line 53) | typedef struct { type my_prep_controller (line 70) | typedef my_prep_controller * my_prep_ptr; function start_pass_prep (line 77) | METHODDEF(void) function expand_bottom_edge (line 105) | LOCAL(void) function pre_process_data (line 127) | METHODDEF(void) function pre_process_context (line 194) | METHODDEF(void) function create_context_buffer (line 266) | LOCAL(void) function jinit_c_prep_controller (line 314) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jcsample.c type cinfo (line 54) | typedef JMETHOD(void, downsample1_ptr, type my_downsampler (line 60) | typedef struct { type my_downsampler (line 67) | typedef my_downsampler * my_downsample_ptr; function start_pass_downsample (line 74) | METHODDEF(void) function expand_right_edge (line 86) | LOCAL(void) function sep_downsample (line 113) | METHODDEF(void) function int_downsample (line 139) | METHODDEF(void) function fullsize_downsample (line 186) | METHODDEF(void) function h2v1_downsample (line 211) | METHODDEF(void) function h2v2_downsample (line 248) | METHODDEF(void) function h2v2_smooth_downsample (line 291) | METHODDEF(void) function fullsize_smooth_downsample (line 391) | METHODDEF(void) function jinit_downsampler (line 463) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jctrans.c function jpeg_write_coefficients (line 37) | GLOBAL(void) function jpeg_copy_critical_parameters (line 62) | GLOBAL(void) function transencode_master_selection (line 157) | LOCAL(void) type my_coef_controller (line 208) | typedef struct { type my_coef_controller (line 223) | typedef my_coef_controller * my_coef_ptr; function start_iMCU_row (line 226) | LOCAL(void) function start_pass_coef (line 254) | METHODDEF(void) function compress_output (line 277) | METHODDEF(boolean) function transencode_coef_controller (line 362) | LOCAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdapimin.c function jpeg_CreateDecompress (line 29) | GLOBAL(void) function jpeg_destroy_decompress (line 90) | GLOBAL(void) function jpeg_abort_decompress (line 102) | GLOBAL(void) function default_decompress_parms (line 113) | LOCAL(void) function jpeg_read_header (line 240) | GLOBAL(int) function jpeg_consume_input (line 286) | GLOBAL(int) function jpeg_input_complete (line 333) | GLOBAL(boolean) function jpeg_has_multiple_scans (line 348) | GLOBAL(boolean) function jpeg_finish_decompress (line 368) | GLOBAL(boolean) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdapistd.c function jpeg_start_decompress (line 37) | GLOBAL(boolean) function output_pass_setup (line 94) | LOCAL(boolean) function jpeg_read_scanlines (line 151) | GLOBAL(JDIMENSION) function jpeg_read_raw_data (line 184) | GLOBAL(JDIMENSION) function jpeg_start_output (line 227) | GLOBAL(boolean) function jpeg_finish_output (line 252) | GLOBAL(boolean) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdatadst.c type my_destination_mgr (line 25) | typedef struct { type my_destination_mgr (line 32) | typedef my_destination_mgr * my_dest_ptr; function init_destination (line 42) | METHODDEF(void) function empty_output_buffer (line 80) | METHODDEF(boolean) function term_destination (line 105) | METHODDEF(void) function jpeg_stdio_dest (line 129) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdatasrc.c type my_source_mgr (line 25) | typedef struct { type my_source_mgr (line 33) | typedef my_source_mgr * my_src_ptr; function init_source (line 43) | METHODDEF(void) function fill_input_buffer (line 89) | METHODDEF(boolean) function skip_input_data (line 127) | METHODDEF(void) function term_source (line 168) | METHODDEF(void) function jpeg_stdio_src (line 181) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdcoefct.c type my_coef_controller (line 28) | typedef struct { type my_coef_controller (line 62) | typedef my_coef_controller * my_coef_ptr; function start_iMCU_row (line 78) | LOCAL(void) function start_input_pass (line 106) | METHODDEF(void) function start_output_pass (line 118) | METHODDEF(void) function decompress_onepass (line 146) | METHODDEF(int) function dummy_consume_data (line 227) | METHODDEF(int) function consume_data (line 243) | METHODDEF(int) function decompress_data (line 314) | METHODDEF(int) function smoothing_ok (line 404) | LOCAL(boolean) function decompress_smooth_data (line 460) | METHODDEF(int) function jinit_d_coef_controller (line 675) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdcolor.c type my_color_deconverter (line 18) | typedef struct { type my_color_deconverter (line 28) | typedef my_color_deconverter * my_cconvert_ptr; function build_ycc_rgb_table (line 69) | LOCAL(void) function ycc_rgb_convert (line 119) | METHODDEF(void) function null_convert (line 168) | METHODDEF(void) function grayscale_convert (line 200) | METHODDEF(void) function gray_rgb_convert (line 216) | METHODDEF(void) function ycck_cmyk_convert (line 244) | METHODDEF(void) function start_pass_dcolor (line 292) | METHODDEF(void) function jinit_color_deconverter (line 303) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdct.h type DCTELEM (line 30) | typedef int DCTELEM; type INT32 (line 32) | typedef INT32 DCTELEM; type MULTIPLIER (line 56) | typedef MULTIPLIER ISLOW_MULT_TYPE; type MULTIPLIER (line 58) | typedef MULTIPLIER IFAST_MULT_TYPE; type INT32 (line 61) | typedef INT32 IFAST_MULT_TYPE; type FAST_FLOAT (line 64) | typedef FAST_FLOAT FLOAT_MULT_TYPE; FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jddctmgr.c type my_idct_controller (line 43) | typedef struct { type my_idct_controller (line 54) | typedef my_idct_controller * my_idct_ptr; type multiplier_table (line 59) | typedef union { function start_pass (line 88) | METHODDEF(void) function jinit_inverse_dct (line 246) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdhuff.c type savable_state (line 30) | typedef struct { type huff_entropy_decoder (line 52) | typedef struct { type huff_entropy_decoder (line 78) | typedef huff_entropy_decoder * huff_entropy_ptr; function start_pass_huff_decoder (line 85) | METHODDEF(void) function jpeg_make_d_derived_tbl (line 148) | GLOBAL(void) function jpeg_fill_bit_buffer (line 291) | GLOBAL(boolean) function jpeg_huff_decode (line 397) | GLOBAL(int) function process_restart (line 467) | LOCAL(boolean) function decode_mcu (line 516) | METHODDEF(boolean) function jinit_huff_decoder (line 634) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdhuff.h type d_derived_tbl (line 26) | typedef struct { type INT32 (line 72) | typedef INT32 bit_buf_type; type bitread_perm_state (line 82) | typedef struct { /* Bitreading state saved across MCUs */ type bitread_working_state (line 87) | typedef struct { /* Bitreading working state within an MCU */ FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdinput.c type my_input_controller (line 21) | typedef struct { type my_input_controller (line 27) | typedef my_input_controller * my_inputctl_ptr; function initial_setup (line 38) | LOCAL(void) function per_scan_setup (line 120) | LOCAL(void) function latch_quant_tables (line 219) | LOCAL(void) function start_input_pass (line 253) | METHODDEF(void) function finish_input_pass (line 270) | METHODDEF(void) function consume_markers (line 287) | METHODDEF(int) function reset_input_controller (line 338) | METHODDEF(void) function jinit_input_controller (line 360) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdmainct.c type my_main_controller (line 114) | typedef struct { type my_main_controller (line 134) | typedef my_main_controller * my_main_ptr; function alloc_funny_pointers (line 156) | LOCAL(void) function make_funny_pointers (line 194) | LOCAL(void) function set_wraparound_pointers (line 237) | LOCAL(void) function set_bottom_pointers (line 265) | LOCAL(void) function start_pass_main (line 306) | METHODDEF(void) function process_data_simple_main (line 344) | METHODDEF(void) function process_data_context_main (line 384) | METHODDEF(void) function process_data_crank_post (line 458) | METHODDEF(void) function jinit_d_main_controller (line 475) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdmarker.c type JPEG_MARKER (line 20) | typedef enum { /* JPEG marker codes */ type my_marker_reader (line 90) | typedef struct { type my_marker_reader (line 107) | typedef my_marker_reader * my_marker_ptr; function get_soi (line 196) | LOCAL(boolean) function get_sof (line 236) | LOCAL(boolean) function get_sos (line 300) | LOCAL(boolean) function get_dac (line 372) | LOCAL(boolean) function get_dht (line 418) | LOCAL(boolean) function get_dqt (line 489) | LOCAL(boolean) function get_dri (line 547) | LOCAL(boolean) function examine_app0 (line 583) | LOCAL(void) function examine_app14 (line 659) | LOCAL(void) function get_interesting_appn (line 690) | METHODDEF(boolean) function save_marker (line 738) | METHODDEF(boolean) function skip_variable (line 844) | METHODDEF(boolean) function next_marker (line 873) | LOCAL(boolean) function first_marker (line 920) | LOCAL(boolean) function read_markers (line 951) | METHODDEF(int) function read_restart_marker (line 1112) | METHODDEF(boolean) function jpeg_resync_to_restart (line 1191) | GLOBAL(boolean) function reset_marker_reader (line 1241) | METHODDEF(void) function jinit_marker_reader (line 1261) | GLOBAL(void) function jpeg_save_markers (line 1299) | GLOBAL(void) function jpeg_set_marker_processor (line 1348) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdmaster.c type my_decomp_master (line 21) | typedef struct { type my_decomp_master (line 35) | typedef my_decomp_master * my_master_ptr; function use_merged_upsample (line 43) | LOCAL(boolean) function jpeg_calc_output_dimensions (line 83) | GLOBAL(void) function prepare_range_limit_table (line 247) | LOCAL(void) function master_selection (line 287) | LOCAL(void) function prepare_for_output_pass (line 437) | METHODDEF(void) function finish_output_pass (line 497) | METHODDEF(void) function jpeg_new_colormap (line 514) | GLOBAL(void) function jinit_master_decompress (line 542) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdmerge.c type my_upsampler (line 44) | typedef struct { type my_upsampler (line 70) | typedef my_upsampler * my_upsample_ptr; function build_ycc_rgb_table (line 82) | LOCAL(void) function start_pass_merged_upsample (line 125) | METHODDEF(void) function merged_2v_upsample (line 143) | METHODDEF(void) function merged_1v_upsample (line 192) | METHODDEF(void) function h2v1_merged_upsample (line 225) | METHODDEF(void) function h2v2_merged_upsample (line 287) | METHODDEF(void) function jinit_merged_upsampler (line 369) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdphuff.c type savable_state (line 32) | typedef struct { type phuff_entropy_decoder (line 56) | typedef struct { type phuff_entropy_decoder (line 74) | typedef phuff_entropy_decoder * phuff_entropy_ptr; function start_pass_phuff_decoder (line 91) | METHODDEF(void) function process_restart (line 227) | LOCAL(boolean) function decode_mcu_DC_first (line 285) | METHODDEF(boolean) function decode_mcu_AC_first (line 356) | METHODDEF(boolean) function decode_mcu_DC_refine (line 441) | METHODDEF(boolean) function decode_mcu_AC_refine (line 490) | METHODDEF(boolean) function jinit_phuff_decoder (line 640) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdpostct.c type my_post_controller (line 26) | typedef struct { type my_post_controller (line 42) | typedef my_post_controller * my_post_ptr; function start_pass_dpost (line 72) | METHODDEF(void) function post_process_1pass (line 125) | METHODDEF(void) function post_process_prepass (line 157) | METHODDEF(void) function post_process_2pass (line 201) | METHODDEF(void) function jinit_d_post_controller (line 249) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdsample.c type cinfo (line 27) | typedef JMETHOD(void, upsample1_ptr, type my_upsampler (line 33) | typedef struct { type my_upsampler (line 61) | typedef my_upsampler * my_upsample_ptr; function start_pass_upsample (line 68) | METHODDEF(void) function sep_upsample (line 88) | METHODDEF(void) function fullsize_upsample (line 156) | METHODDEF(void) function noop_upsample (line 169) | METHODDEF(void) function int_upsample (line 188) | METHODDEF(void) function h2v1_upsample (line 232) | METHODDEF(void) function h2v2_upsample (line 260) | METHODDEF(void) function h2v1_fancy_upsample (line 303) | METHODDEF(void) function h2v2_fancy_upsample (line 344) | METHODDEF(void) function jinit_upsampler (line 398) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jdtrans.c function jpeg_read_coefficients (line 44) | GLOBAL(jvirt_barray_ptr *) function transdecode_master_selection (line 96) | LOCAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jerror.c function error_exit (line 69) | METHODDEF(void) function output_message (line 97) | METHODDEF(void) function emit_message (line 127) | METHODDEF(void) function format_message (line 156) | METHODDEF(void) function reset_error_mgr (line 211) | METHODDEF(void) function jpeg_std_error (line 230) | GLOBAL(struct jpeg_error_mgr *) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jfdctflt.c function jpeg_fdct_float (line 58) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jfdctfst.c function jpeg_fdct_ifast (line 113) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jfdctint.c function jpeg_fdct_islow (line 139) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jidctflt.c function jpeg_idct_float (line 67) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jidctfst.c function jpeg_idct_ifast (line 167) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jidctint.c function jpeg_idct_islow (line 147) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jidctred.c function jpeg_idct_4x4 (line 117) | GLOBAL(void) function jpeg_idct_2x2 (line 270) | GLOBAL(void) function jpeg_idct_1x1 (line 378) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jmemdatadst.c type my_destination_mgr (line 24) | typedef struct { type my_destination_mgr (line 32) | typedef my_destination_mgr * my_dest_ptr; function init_destination (line 40) | METHODDEF(void) init_destination (j_compress_ptr cinfo) { function empty_output_buffer (line 74) | METHODDEF(boolean) empty_output_buffer (j_compress_ptr cinfo) { function term_destination (line 100) | METHODDEF(void) term_destination (j_compress_ptr cinfo) { function jpeg_mem_dest (line 122) | GLOBAL(void) jpeg_mem_dest (j_compress_ptr cinfo, char * pDestination, u... FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jmemdatasrc.c type my_source_mgr (line 24) | typedef struct { type my_source_mgr (line 32) | typedef my_source_mgr * my_src_ptr; function init_source (line 40) | METHODDEF(void) init_source (j_decompress_ptr cinfo) { function fill_input_buffer (line 80) | METHODDEF(boolean) fill_input_buffer (j_decompress_ptr cinfo) { function skip_input_data (line 114) | METHODDEF(void) skip_input_data (j_decompress_ptr cinfo, long num_bytes) { function term_source (line 149) | METHODDEF(void) term_source (j_decompress_ptr cinfo) { function jpeg_mem_src (line 158) | GLOBAL(void) jpeg_mem_src (j_decompress_ptr cinfo, char * pSourceData, u... function jpeg_mem_src_newLocationOfData (line 191) | GLOBAL(int) jpeg_mem_src_newLocationOfData (j_decompress_ptr cinfo, char... FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jmemmgr.c type small_pool_hdr (line 91) | typedef union small_pool_struct { type large_pool_hdr (line 102) | typedef union large_pool_struct { type my_memory_mgr (line 116) | typedef struct { type my_memory_mgr (line 140) | typedef my_memory_mgr * my_mem_ptr; type jvirt_sarray_control (line 150) | struct jvirt_sarray_control { type jvirt_barray_control (line 166) | struct jvirt_barray_control { function print_mem_stats (line 185) | LOCAL(void) function out_of_memory (line 216) | LOCAL(void) function alloc_small (line 256) | METHODDEF(void *) function alloc_large (line 341) | METHODDEF(void FAR *) function alloc_sarray (line 394) | METHODDEF(JSAMPARRAY) function alloc_barray (line 442) | METHODDEF(JBLOCKARRAY) function request_virt_sarray (line 522) | METHODDEF(jvirt_sarray_ptr) function request_virt_barray (line 552) | METHODDEF(jvirt_barray_ptr) function realize_virt_arrays (line 582) | METHODDEF(void) function do_sarray_io (line 689) | LOCAL(void) function do_barray_io (line 722) | LOCAL(void) function access_virt_sarray (line 755) | METHODDEF(JSAMPARRAY) function access_virt_barray (line 840) | METHODDEF(JBLOCKARRAY) function free_pool (line 929) | METHODDEF(void) function self_destruct (line 1001) | METHODDEF(void) function jinit_memory_mgr (line 1027) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jmemnobs.c function jpeg_get_small (line 34) | GLOBAL(void *) function jpeg_free_small (line 40) | GLOBAL(void) function jpeg_get_large (line 54) | GLOBAL(void FAR *) function jpeg_free_large (line 60) | GLOBAL(void) function jpeg_mem_available (line 72) | GLOBAL(long) function jpeg_open_backing_store (line 86) | GLOBAL(void) function jpeg_mem_init (line 99) | GLOBAL(long) function jpeg_mem_term (line 105) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jmemsys.h type XMSH (line 121) | typedef unsigned short XMSH; type EMSH (line 122) | typedef unsigned short EMSH; type handle_union (line 124) | typedef union { type backing_store_struct (line 137) | struct backing_store_struct type backing_store_info (line 139) | typedef struct backing_store_struct { FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jmorecfg.h type JSAMPLE (line 59) | typedef unsigned char JSAMPLE; type JSAMPLE (line 64) | typedef char JSAMPLE; type JSAMPLE (line 84) | typedef short JSAMPLE; type JCOEF (line 99) | typedef short JCOEF; type JOCTET (line 110) | typedef unsigned char JOCTET; type JOCTET (line 115) | typedef char JOCTET; type UINT8 (line 135) | typedef unsigned char UINT8; type UINT8 (line 138) | typedef char UINT8; type UINT8 (line 140) | typedef short UINT8; type UINT16 (line 147) | typedef unsigned short UINT16; type UINT16 (line 149) | typedef unsigned int UINT16; type INT16 (line 155) | typedef short INT16; type INT32 (line 161) | typedef long INT32; type JDIMENSION (line 171) | typedef unsigned int JDIMENSION; type boolean (line 227) | typedef int boolean; FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jpegint.h type J_BUF_MODE (line 16) | typedef enum { /* Operating modes for buffer controllers */ type jpeg_comp_master (line 45) | struct jpeg_comp_master { type jpeg_c_main_controller (line 56) | struct jpeg_c_main_controller { type jpeg_c_prep_controller (line 64) | struct jpeg_c_prep_controller { type jpeg_c_coef_controller (line 76) | struct jpeg_c_coef_controller { type jpeg_color_converter (line 83) | struct jpeg_color_converter { type jpeg_downsampler (line 91) | struct jpeg_downsampler { type jpeg_forward_dct (line 102) | struct jpeg_forward_dct { type jpeg_entropy_encoder (line 113) | struct jpeg_entropy_encoder { type jpeg_marker_writer (line 120) | struct jpeg_marker_writer { type jpeg_decomp_master (line 137) | struct jpeg_decomp_master { type jpeg_input_controller (line 146) | struct jpeg_input_controller { type jpeg_d_main_controller (line 158) | struct jpeg_d_main_controller { type jpeg_d_coef_controller (line 166) | struct jpeg_d_coef_controller { type jpeg_d_post_controller (line 177) | struct jpeg_d_post_controller { type jpeg_marker_reader (line 189) | struct jpeg_marker_reader { type jpeg_entropy_decoder (line 209) | struct jpeg_entropy_decoder { type cinfo (line 220) | typedef JMETHOD(void, inverse_DCT_method_ptr, type jpeg_inverse_dct (line 225) | struct jpeg_inverse_dct { type jpeg_upsampler (line 232) | struct jpeg_upsampler { type jpeg_color_deconverter (line 246) | struct jpeg_color_deconverter { type jpeg_color_quantizer (line 254) | struct jpeg_color_quantizer { type jvirt_sarray_control (line 389) | struct jvirt_sarray_control { long dummy; } type jvirt_barray_control (line 390) | struct jvirt_barray_control { long dummy; } FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jpeglib.h type JSAMPLE (line 66) | typedef JSAMPLE FAR *JSAMPROW; type JSAMPROW (line 67) | typedef JSAMPROW *JSAMPARRAY; type JSAMPARRAY (line 68) | typedef JSAMPARRAY *JSAMPIMAGE; type JCOEF (line 70) | typedef JCOEF JBLOCK[DCTSIZE2]; type JBLOCK (line 71) | typedef JBLOCK FAR *JBLOCKROW; type JBLOCKROW (line 72) | typedef JBLOCKROW *JBLOCKARRAY; type JBLOCKARRAY (line 73) | typedef JBLOCKARRAY *JBLOCKIMAGE; type JCOEF (line 75) | typedef JCOEF FAR *JCOEFPTR; type JQUANT_TBL (line 83) | typedef struct { type JHUFF_TBL (line 100) | typedef struct { type jpeg_component_info (line 116) | typedef struct { type jpeg_scan_info (line 184) | typedef struct { type jpeg_marker_struct (line 193) | struct jpeg_marker_struct type jpeg_marker_struct (line 195) | struct jpeg_marker_struct { type J_COLOR_SPACE (line 206) | typedef enum { type J_DCT_METHOD (line 217) | typedef enum { type J_DITHER_MODE (line 232) | typedef enum { type jpeg_memory_mgr (line 243) | struct jpeg_memory_mgr type jpeg_progress_mgr (line 244) | struct jpeg_progress_mgr type jpeg_common_struct (line 253) | struct jpeg_common_struct { type jpeg_common_struct (line 261) | struct jpeg_common_struct type jpeg_compress_struct (line 262) | struct jpeg_compress_struct type jpeg_decompress_struct (line 263) | struct jpeg_decompress_struct type jpeg_compress_struct (line 268) | struct jpeg_compress_struct { type jpeg_decompress_struct (line 411) | struct jpeg_decompress_struct { type jpeg_error_mgr (line 643) | struct jpeg_error_mgr { type jpeg_progress_mgr (line 701) | struct jpeg_progress_mgr { type jpeg_destination_mgr (line 713) | struct jpeg_destination_mgr { type jpeg_source_mgr (line 725) | struct jpeg_source_mgr { type jvirt_sarray_control (line 752) | struct jvirt_sarray_control type jvirt_barray_control (line 753) | struct jvirt_barray_control type jpeg_memory_mgr (line 756) | struct jpeg_memory_mgr { type jpeg_error_mgr (line 884) | struct jpeg_error_mgr type jpeg_error_mgr (line 885) | struct jpeg_error_mgr type jvirt_sarray_control (line 1058) | struct jvirt_sarray_control { long dummy; } type jvirt_barray_control (line 1059) | struct jvirt_barray_control { long dummy; } type jpeg_comp_master (line 1060) | struct jpeg_comp_master { long dummy; } type jpeg_c_main_controller (line 1061) | struct jpeg_c_main_controller { long dummy; } type jpeg_c_prep_controller (line 1062) | struct jpeg_c_prep_controller { long dummy; } type jpeg_c_coef_controller (line 1063) | struct jpeg_c_coef_controller { long dummy; } type jpeg_marker_writer (line 1064) | struct jpeg_marker_writer { long dummy; } type jpeg_color_converter (line 1065) | struct jpeg_color_converter { long dummy; } type jpeg_downsampler (line 1066) | struct jpeg_downsampler { long dummy; } type jpeg_forward_dct (line 1067) | struct jpeg_forward_dct { long dummy; } type jpeg_entropy_encoder (line 1068) | struct jpeg_entropy_encoder { long dummy; } type jpeg_decomp_master (line 1069) | struct jpeg_decomp_master { long dummy; } type jpeg_d_main_controller (line 1070) | struct jpeg_d_main_controller { long dummy; } type jpeg_d_coef_controller (line 1071) | struct jpeg_d_coef_controller { long dummy; } type jpeg_d_post_controller (line 1072) | struct jpeg_d_post_controller { long dummy; } type jpeg_input_controller (line 1073) | struct jpeg_input_controller { long dummy; } type jpeg_marker_reader (line 1074) | struct jpeg_marker_reader { long dummy; } type jpeg_entropy_decoder (line 1075) | struct jpeg_entropy_decoder { long dummy; } type jpeg_inverse_dct (line 1076) | struct jpeg_inverse_dct { long dummy; } type jpeg_upsampler (line 1077) | struct jpeg_upsampler { long dummy; } type jpeg_color_deconverter (line 1078) | struct jpeg_color_deconverter { long dummy; } type jpeg_color_quantizer (line 1079) | struct jpeg_color_quantizer { long dummy; } FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jquant1.c type INT16 (line 128) | typedef INT16 FSERROR; type LOCFSERROR (line 129) | typedef int LOCFSERROR; type INT32 (line 131) | typedef INT32 FSERROR; type INT32 (line 132) | typedef INT32 LOCFSERROR; type FSERROR (line 135) | typedef FSERROR FAR *FSERRPTR; type my_cquantizer (line 142) | typedef struct { type my_cquantizer (line 167) | typedef my_cquantizer * my_cquantize_ptr; function select_ncolors (line 185) | LOCAL(int) function output_value (line 244) | LOCAL(int) function largest_input_value (line 258) | LOCAL(int) function create_colormap (line 272) | LOCAL(void) function create_colorindex (line 332) | LOCAL(void) function make_odither_array (line 395) | LOCAL(ODITHER_MATRIX_PTR) function create_odither_tables (line 431) | LOCAL(void) function color_quantize (line 458) | METHODDEF(void) function color_quantize3 (line 486) | METHODDEF(void) function quantize_ord_dither (line 514) | METHODDEF(void) function quantize3_ord_dither (line 564) | METHODDEF(void) function quantize_fs_dither (line 609) | METHODDEF(void) function alloc_fs_workspace (line 721) | LOCAL(void) function start_pass_1_quant (line 740) | METHODDEF(void) function finish_pass_1_quant (line 797) | METHODDEF(void) function new_color_map_1_quant (line 809) | METHODDEF(void) function jinit_1pass_quantizer (line 820) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jquant2.c type UINT16 (line 147) | typedef UINT16 histcell; type histcell (line 149) | typedef histcell FAR * histptr; type histcell (line 151) | typedef histcell hist1d[HIST_C2_ELEMS]; type hist1d (line 152) | typedef hist1d FAR * hist2d; type hist2d (line 153) | typedef hist2d * hist3d; type INT16 (line 181) | typedef INT16 FSERROR; type LOCFSERROR (line 182) | typedef int LOCFSERROR; type INT32 (line 184) | typedef INT32 FSERROR; type INT32 (line 185) | typedef INT32 LOCFSERROR; type FSERROR (line 188) | typedef FSERROR FAR *FSERRPTR; type my_cquantizer (line 193) | typedef struct { type my_cquantizer (line 211) | typedef my_cquantizer * my_cquantize_ptr; function prescan_quantize (line 223) | METHODDEF(void) type box (line 258) | typedef struct { type box (line 269) | typedef box * boxptr; function find_biggest_color_pop (line 272) | LOCAL(boxptr) function find_biggest_volume (line 292) | LOCAL(boxptr) function update_box (line 312) | LOCAL(void) function median_cut (line 423) | LOCAL(int) function compute_color (line 498) | LOCAL(void) function select_colors (line 538) | LOCAL(void) function find_nearby_colors (line 645) | LOCAL(int) function find_best_colors (line 774) | LOCAL(void) function fill_inverse_cmap (line 854) | LOCAL(void) function pass2_no_dither (line 914) | METHODDEF(void) function pass2_fs_dither (line 948) | METHODDEF(void) function init_error_limit (line 1107) | LOCAL(void) function finish_pass1 (line 1142) | METHODDEF(void) function finish_pass2 (line 1155) | METHODDEF(void) function start_pass_2_quant (line 1166) | METHODDEF(void) function new_color_map_2_quant (line 1229) | METHODDEF(void) function jinit_2pass_quantizer (line 1243) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/JPEGReadWriter2Plugin/jutils.c function jdiv_round_up (line 71) | GLOBAL(long) function jround_up (line 80) | GLOBAL(long) function jcopy_sample_rows (line 110) | GLOBAL(void) function jcopy_block_row (line 144) | GLOBAL(void) function jzero_far (line 164) | GLOBAL(void) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/ac3.h type mpeg3_ac3bsi_t (line 23) | typedef struct type mpeg3_ac3audblk_t (line 90) | typedef struct type mpeg3_ac3_bitallocation_t (line 263) | typedef struct type mpeg3_ac3_mantissa_t (line 277) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/dct.c function mpeg3audio_dct64_1 (line 44) | int mpeg3audio_dct64_1(float *out0, float *out1, float *b1, float *b2, f... function mpeg3audio_dct64 (line 331) | int mpeg3audio_dct64(float *a, float *b, float *c) function mpeg3audio_dct36 (line 369) | int mpeg3audio_dct36(float *inbuf, float *o1, float *o2, float *wintab, ... function mpeg3audio_dct12 (line 521) | int mpeg3audio_dct12(float *in,float *rawout1,float *rawout2,register fl... function mpeg3_complex_t (line 738) | mpeg3_complex_t cmplx_mult(mpeg3_complex_t a, mpeg3_complex_t b) function mpeg3audio_imdct_init (line 748) | int mpeg3audio_imdct_init(mpeg3audio_t *audio) function swap_cmplx (line 795) | inline void swap_cmplx(mpeg3_complex_t *a, mpeg3_complex_t *b) function mpeg3audio_ac3_imdct_do_512 (line 804) | void mpeg3audio_ac3_imdct_do_512(mpeg3audio_t *audio, function mpeg3audio_ac3_imdct_do_256 (line 915) | void mpeg3audio_ac3_imdct_do_256(mpeg3audio_t *audio, function mpeg3audio_ac3_imdct (line 1053) | int mpeg3audio_ac3_imdct(mpeg3audio_t *audio, FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/header.c function mpeg3audio_head_check (line 39) | int mpeg3audio_head_check(unsigned long head) function mpeg3audio_decode_header (line 53) | int mpeg3audio_decode_header(mpeg3audio_t *audio) function mpeg3audio_read_frame_body (line 125) | int mpeg3audio_read_frame_body(mpeg3audio_t *audio) function mpeg3audio_prev_header (line 136) | int mpeg3audio_prev_header(mpeg3audio_t *audio) function mpeg3audio_read_header (line 150) | int mpeg3audio_read_header(mpeg3audio_t *audio) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/huffman.h type newhuff (line 12) | struct newhuff type newhuff (line 292) | struct newhuff type newhuff (line 329) | struct newhuff FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer1.c function mpeg3audio_dolayer1 (line 33) | int mpeg3audio_dolayer1(mpeg3audio_t *audio) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer2.c type al_table (line 40) | struct al_table type al_table (line 80) | struct al_table type al_table (line 123) | struct al_table type al_table (line 135) | struct al_table type al_table (line 151) | struct al_table function mpeg3audio_II_select_table (line 188) | int mpeg3audio_II_select_table(mpeg3audio_t *audio) function mpeg3audio_II_step_one (line 213) | int mpeg3audio_II_step_one(mpeg3audio_t *audio, unsigned int *bit_alloc,... function mpeg3audio_II_step_two (line 287) | int mpeg3audio_II_step_two(mpeg3audio_t *audio, unsigned int *bit_alloc,... function mpeg3audio_dolayer2 (line 395) | int mpeg3audio_dolayer2(mpeg3audio_t *audio) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer3.c type gr_info_s (line 38) | struct gr_info_s { type mpeg3_III_sideinfo (line 59) | struct mpeg3_III_sideinfo function mpeg3audio_III_get_scale_factors_1 (line 69) | int mpeg3audio_III_get_scale_factors_1(mpeg3audio_t *audio, function mpeg3audio_III_get_scale_factors_2 (line 176) | int mpeg3audio_III_get_scale_factors_2(mpeg3audio_t *audio, function mpeg3audio_III_dequantize_sample (line 252) | int mpeg3audio_III_dequantize_sample(mpeg3audio_t *audio, function mpeg3audio_III_get_side_info (line 718) | int mpeg3audio_III_get_side_info(mpeg3audio_t *audio, function mpeg3audio_III_hybrid (line 819) | int mpeg3audio_III_hybrid(mpeg3audio_t *audio, function mpeg3audio_III_antialias (line 878) | int mpeg3audio_III_antialias(mpeg3audio_t *audio, function mpeg3audio_III_i_stereo (line 928) | int mpeg3audio_III_i_stereo(mpeg3audio_t *audio, function mpeg3audio_read_layer3_frame (line 1081) | int mpeg3audio_read_layer3_frame(mpeg3audio_t *audio) function mpeg3audio_dolayer3 (line 1097) | int mpeg3audio_dolayer3(mpeg3audio_t *audio) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.c function mpeg3audio_t (line 43) | mpeg3audio_t* mpeg3audio_allocate_struct(mpeg3_t *file, mpeg3_atrack_t *... function mpeg3audio_delete_struct (line 58) | int mpeg3audio_delete_struct(mpeg3audio_t *audio) function mpeg3audio_replace_buffer (line 66) | int mpeg3audio_replace_buffer(mpeg3audio_t *audio, long new_allocation) function mpeg3audio_read_frame (line 89) | int mpeg3audio_read_frame(mpeg3audio_t *audio) function mpeg3audio_get_length (line 138) | int mpeg3audio_get_length(mpeg3audio_t *audio, mpeg3_atrack_t *track) function mpeg3audio_seek (line 255) | int mpeg3audio_seek(mpeg3audio_t *audio, long position) function mpeg3audio_t (line 321) | mpeg3audio_t* mpeg3audio_new(mpeg3_t *file, mpeg3_atrack_t *track, int f... function mpeg3audio_delete (line 379) | int mpeg3audio_delete(mpeg3audio_t *audio) function mpeg3audio_seek_percentage (line 385) | int mpeg3audio_seek_percentage(mpeg3audio_t *audio, double percentage) function mpeg3audio_seek_sample (line 391) | int mpeg3audio_seek_sample(mpeg3audio_t *audio, long sample) function mpeg3audio_read_raw (line 398) | int mpeg3audio_read_raw(mpeg3audio_t *audio, unsigned char *output, long... function mpeg3audio_decode_audio (line 443) | int mpeg3audio_decode_audio(mpeg3audio_t *audio, FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/mpeg3audio.h type mpeg3_complex_t (line 28) | typedef struct type al_table (line 36) | struct al_table type mpeg3audio_t (line 42) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/pcm.c function mpeg3audio_read_pcm_header (line 37) | int mpeg3audio_read_pcm_header(mpeg3audio_t *audio) function mpeg3audio_do_pcm (line 55) | int mpeg3audio_do_pcm(mpeg3audio_t *audio) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/synthesizers.c function mpeg3audio_synth_stereo (line 39) | int mpeg3audio_synth_stereo(mpeg3audio_t *audio, float *bandPtr, int cha... function mpeg3audio_synth_mono (line 141) | int mpeg3audio_synth_mono(mpeg3audio_t *audio, float *bandPtr, float *sa... function mpeg3audio_reset_synths (line 164) | int mpeg3audio_reset_synths(mpeg3audio_t *audio) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/tables.c type mpeg3_bandInfoStruct (line 109) | struct mpeg3_bandInfoStruct function mpeg3audio_init_layer2 (line 167) | int mpeg3audio_init_layer2(mpeg3audio_t *audio) function mpeg3audio_init_layer3 (line 214) | int mpeg3audio_init_layer3(mpeg3audio_t *audio) function mpeg3audio_new_decode_tables (line 444) | int mpeg3audio_new_decode_tables(mpeg3audio_t *audio) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/audio/tables.h type mpeg3_bandInfoStruct (line 8) | struct mpeg3_bandInfoStruct type mpeg3_bandInfoStruct (line 44) | struct mpeg3_bandInfoStruct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.c function mpeg3_bits_t (line 38) | mpeg3_bits_t* mpeg3bits_new_stream(mpeg3_t *file, mpeg3_demuxer_t *demuxer) function mpeg3bits_delete_stream (line 50) | int mpeg3bits_delete_stream(mpeg3_bits_t* stream) function mpeg3bits_read_buffer (line 58) | int mpeg3bits_read_buffer(mpeg3_bits_t* stream, unsigned char *buffer, i... function mpeg3bits_use_ptr (line 75) | int mpeg3bits_use_ptr(mpeg3_bits_t* stream, unsigned char *buffer) function mpeg3bits_use_demuxer (line 84) | int mpeg3bits_use_demuxer(mpeg3_bits_t* stream) function mpeg3bits_start_reverse (line 98) | void mpeg3bits_start_reverse(mpeg3_bits_t* stream) function mpeg3bits_start_forward (line 109) | void mpeg3bits_start_forward(mpeg3_bits_t* stream) function mpeg3bits_refill (line 120) | int mpeg3bits_refill(mpeg3_bits_t* stream) function mpeg3bits_refill_backwards (line 143) | int mpeg3bits_refill_backwards(mpeg3_bits_t* stream) function mpeg3bits_byte_align (line 154) | int mpeg3bits_byte_align(mpeg3_bits_t *stream) function mpeg3bits_seek_end (line 160) | int mpeg3bits_seek_end(mpeg3_bits_t* stream) function mpeg3bits_seek_start (line 166) | int mpeg3bits_seek_start(mpeg3_bits_t* stream) function mpeg3bits_seek_time (line 172) | int mpeg3bits_seek_time(mpeg3_bits_t* stream, double time_position) function mpeg3bits_seek_byte (line 178) | int mpeg3bits_seek_byte(mpeg3_bits_t* stream, long position) function mpeg3bits_seek_percentage (line 184) | int mpeg3bits_seek_percentage(mpeg3_bits_t* stream, double percentage) function mpeg3bits_tell (line 190) | int mpeg3bits_tell(mpeg3_bits_t* stream) function mpeg3bits_getbitoffset (line 195) | int mpeg3bits_getbitoffset(mpeg3_bits_t *stream) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/bitstream.h type mpeg3_bits_t (line 14) | typedef struct function mpeg3bits_fill_reverse_bits (line 45) | static inline void mpeg3bits_fill_reverse_bits(mpeg3_bits_t* stream, int... function mpeg3bits_fill_bits (line 67) | static inline void mpeg3bits_fill_bits(mpeg3_bits_t* stream, int bits) function mpeg3bits_getbyte_noptr (line 87) | static inline unsigned int mpeg3bits_getbyte_noptr(mpeg3_bits_t* stream) function mpeg3bits_getbit_noptr (line 105) | static inline unsigned int mpeg3bits_getbit_noptr(mpeg3_bits_t* stream) function mpeg3bits_getbits (line 124) | static inline unsigned int mpeg3bits_getbits(mpeg3_bits_t* stream, int b... function mpeg3bits_showbits24_noptr (line 131) | static inline unsigned int mpeg3bits_showbits24_noptr(mpeg3_bits_t* stream) function mpeg3bits_showbits32_noptr (line 144) | static inline unsigned int mpeg3bits_showbits32_noptr(mpeg3_bits_t* stream) function mpeg3bits_showbits (line 157) | static inline unsigned int mpeg3bits_showbits(mpeg3_bits_t* stream, int ... function mpeg3bits_getbits_reverse (line 163) | static inline unsigned int mpeg3bits_getbits_reverse(mpeg3_bits_t* strea... function mpeg3bits_showbits_reverse (line 172) | static inline unsigned int mpeg3bits_showbits_reverse(mpeg3_bits_t* stre... FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c function memoryFree (line 80) | void memoryFree(void *stuff) { function perror (line 96) | void perror(const char * string) { function strncasecmp (line 102) | int strncasecmp(const char *s1, const char *s2, size_t len) function strcasecmp (line 121) | int strcasecmp (const char *str1, const char *str2) { function bzero (line 130) | int bzero(char* block, long size) { function bzero (line 137) | int bzero(char *block,long size) { function main (line 141) | int main () function isSystem9_0_or_better (line 148) | int isSystem9_0_or_better(void) function appendStringToBufferIfPossible (line 154) | void appendStringToBufferIfPossible(char *buffer,char *append,int buffer... function mpeg3_generate_toc_for_Squeak (line 161) | int mpeg3_generate_toc_for_Squeak(mpeg3_t *file, int timecode_search, in... function mpeg3demux_create_title_for_Squeak (line 188) | int mpeg3demux_create_title_for_Squeak(mpeg3_demuxer_t *demuxer, int tim... function mpeg3demux_print_streams_for_Squeak (line 298) | int mpeg3demux_print_streams_for_Squeak(mpeg3_demuxer_t *demuxer, char *... function mpeg3_css_t (line 319) | mpeg3_css_t* mpeg3_new_css() function mpeg3_delete_css (line 324) | int mpeg3_delete_css(mpeg3_css_t *css) function mpeg3_get_keys (line 329) | int mpeg3_get_keys(mpeg3_css_t *css, char *path) function mpeg3_decrypt_packet (line 334) | int mpeg3_decrypt_packet(mpeg3_css_t *css, unsigned char *sector) function IsImageName (line 342) | int IsImageName(char *name) { FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/dump.c function BitMap (line 21) | inline BitMap * GetPortBitMapForCopyBits (CGrafPtr w) { return &((GrafPt... function Rect (line 22) | inline Rect *GetPortBounds(CGrafPtr w,Rect *r) { *r = w->portRect; retur... function main (line 32) | int main () function main2 (line 68) | int main2() function strncasecmp (line 157) | int strncasecmp(const char *str1, const char *str2, size_t nchars) function strcasecmp (line 161) | int strcasecmp (const char *str1, const char *str2) { function memoryFree (line 175) | void memoryFree(void *stuff) { function bzero (line 180) | int bzero(char *block,long size) { FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/dump2.c function main (line 6) | int main(int argc, char *argv[]) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/libmpeg3.c function mpeg3_t (line 44) | mpeg3_t* mpeg3_new(char *path,int size) function mpeg3_delete (line 55) | int mpeg3_delete(mpeg3_t *file) function mpeg3_check_sig (line 70) | int mpeg3_check_sig(char *path) function mpeg3_t (line 125) | mpeg3_t* mpeg3_open_copy(char *path, mpeg3_t *old_file,int size) function mpeg3_t (line 266) | mpeg3_t* mpeg3_open(char *path,int size) function mpeg3_close (line 271) | int mpeg3_close(mpeg3_t *file) function mpeg3_set_cpus (line 278) | int mpeg3_set_cpus(mpeg3_t *file, int cpus) function mpeg3_set_mmx (line 287) | int mpeg3_set_mmx(mpeg3_t *file, int use_mmx) function mpeg3_generate_toc (line 296) | int mpeg3_generate_toc(FILE *output, char *path, int timecode_search, in... function mpeg3_read_toc (line 323) | int mpeg3_read_toc(mpeg3_t *file) function mpeg3_has_audio (line 343) | int mpeg3_has_audio(mpeg3_t *file) function mpeg3_total_astreams (line 348) | int mpeg3_total_astreams(mpeg3_t *file) function mpeg3_audio_channels (line 353) | int mpeg3_audio_channels(mpeg3_t *file, function mpeg3_sample_rate (line 361) | int mpeg3_sample_rate(mpeg3_t *file, function mpeg3_get_sample (line 369) | long mpeg3_get_sample(mpeg3_t *file, function mpeg3_set_sample (line 377) | int mpeg3_set_sample(mpeg3_t *file, function mpeg3_audio_samples (line 390) | long mpeg3_audio_samples(mpeg3_t *file, function mpeg3_has_video (line 398) | int mpeg3_has_video(mpeg3_t *file) function mpeg3_total_vstreams (line 403) | int mpeg3_total_vstreams(mpeg3_t *file) function mpeg3_video_width (line 408) | int mpeg3_video_width(mpeg3_t *file, function mpeg3_video_height (line 416) | int mpeg3_video_height(mpeg3_t *file, function mpeg3_frame_rate (line 424) | float mpeg3_frame_rate(mpeg3_t *file, function mpeg3_video_frames (line 432) | long mpeg3_video_frames(mpeg3_t *file, function mpeg3_get_frame (line 440) | long mpeg3_get_frame(mpeg3_t *file, function mpeg3_set_frame (line 448) | int mpeg3_set_frame(mpeg3_t *file, function mpeg3_seek_percentage (line 461) | int mpeg3_seek_percentage(mpeg3_t *file, double percentage) function mpeg3_previous_frame (line 476) | int mpeg3_previous_frame(mpeg3_t *file, int stream) function mpeg3_tell_percentage (line 485) | double mpeg3_tell_percentage(mpeg3_t *file) function mpeg3_get_time (line 500) | double mpeg3_get_time(mpeg3_t *file) function mpeg3_end_of_audio (line 536) | int mpeg3_end_of_audio(mpeg3_t *file, int stream) function mpeg3_end_of_video (line 543) | int mpeg3_end_of_video(mpeg3_t *file, int stream) function mpeg3_read_frame (line 551) | int mpeg3_read_frame(mpeg3_t *file, function mpeg3_drop_frames (line 586) | int mpeg3_drop_frames(mpeg3_t *file, long frames, int stream) function mpeg3_read_yuvframe (line 601) | int mpeg3_read_yuvframe(mpeg3_t *file, function mpeg3_read_audio (line 634) | int mpeg3_read_audio(mpeg3_t *file, function mpeg3_reread_audio (line 661) | int mpeg3_reread_audio(mpeg3_t *file, function mpeg3_read_audio_chunk (line 685) | int mpeg3_read_audio_chunk(mpeg3_t *file, function mpeg3_read_video_chunk (line 701) | int mpeg3_read_video_chunk(mpeg3_t *file, FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.c function mpeg3_atrack_t (line 38) | mpeg3_atrack_t* mpeg3_new_atrack(mpeg3_t *file, int stream_id, int forma... function mpeg3_delete_atrack (line 60) | int mpeg3_delete_atrack(mpeg3_t *file, mpeg3_atrack_t *atrack) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3atrack.h type mpeg3_atrack_t (line 10) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3cat.c function main (line 14) | int main(int argc, char *argv[]) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3css.h type mpeg3_block (line 7) | struct mpeg3_block type mpeg3_playkey (line 12) | struct mpeg3_playkey { type mpeg3_css_t (line 16) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.c function mpeg3packet_next_char (line 44) | static inline unsigned char mpeg3packet_next_char(mpeg3_demuxer_t *demuxer) function mpeg3packet_read_char (line 49) | unsigned char mpeg3packet_read_char(mpeg3_demuxer_t *demuxer) function mpeg3packet_read_int16 (line 55) | static inline unsigned int mpeg3packet_read_int16(mpeg3_demuxer_t *demuxer) function mpeg3packet_next_int24 (line 65) | static inline unsigned int mpeg3packet_next_int24(mpeg3_demuxer_t *demuxer) function mpeg3packet_read_int24 (line 76) | static inline unsigned int mpeg3packet_read_int24(mpeg3_demuxer_t *demuxer) function mpeg3packet_read_int32 (line 87) | static inline unsigned int mpeg3packet_read_int32(mpeg3_demuxer_t *demuxer) function mpeg3packet_skip (line 99) | static inline unsigned int mpeg3packet_skip(mpeg3_demuxer_t *demuxer, lo... function mpeg3_get_adaptation_field (line 105) | int mpeg3_get_adaptation_field(mpeg3_demuxer_t *demuxer) function mpeg3_get_program_association_table (line 141) | int mpeg3_get_program_association_table(mpeg3_demuxer_t *demuxer) function mpeg3packet_get_data_buffer (line 151) | int mpeg3packet_get_data_buffer(mpeg3_demuxer_t *demuxer) function mpeg3_get_pes_packet_header (line 160) | int mpeg3_get_pes_packet_header(mpeg3_demuxer_t *demuxer, unsigned long ... function get_unknown_data (line 201) | int get_unknown_data(mpeg3_demuxer_t *demuxer) function mpeg3_get_pes_packet_data (line 207) | int mpeg3_get_pes_packet_data(mpeg3_demuxer_t *demuxer, unsigned int str... function mpeg3_get_pes_packet (line 250) | int mpeg3_get_pes_packet(mpeg3_demuxer_t *demuxer) function mpeg3_get_payload (line 287) | int mpeg3_get_payload(mpeg3_demuxer_t *demuxer) function mpeg3_read_transport (line 315) | int mpeg3_read_transport(mpeg3_demuxer_t *demuxer) function mpeg3_get_system_header (line 411) | int mpeg3_get_system_header(mpeg3_demuxer_t *demuxer) function mpeg3_get_timestamp (line 418) | unsigned long mpeg3_get_timestamp(mpeg3_demuxer_t *demuxer) function mpeg3_get_pack_header (line 430) | int mpeg3_get_pack_header(mpeg3_demuxer_t *demuxer, unsigned int *header) function mpeg3_get_ps_pes_packet (line 480) | int mpeg3_get_ps_pes_packet(mpeg3_demuxer_t *demuxer, unsigned int *header) function mpeg3_read_program (line 705) | int mpeg3_read_program(mpeg3_demuxer_t *demuxer) function mpeg3_lookup_time_offset (line 764) | double mpeg3_lookup_time_offset(mpeg3_demuxer_t *demuxer, long byte) function mpeg3_advance_timecode (line 779) | int mpeg3_advance_timecode(mpeg3_demuxer_t *demuxer, int reverse) function mpeg3_read_next_packet (line 870) | int mpeg3_read_next_packet(mpeg3_demuxer_t *demuxer) function mpeg3_read_prev_packet (line 931) | int mpeg3_read_prev_packet(mpeg3_demuxer_t *demuxer) function mpeg3demux_read_data (line 985) | int mpeg3demux_read_data(mpeg3_demuxer_t *demuxer, function mpeg3demux_read_char_packet (line 1028) | unsigned int mpeg3demux_read_char_packet(mpeg3_demuxer_t *demuxer) function mpeg3demux_read_prev_char_packet (line 1037) | unsigned int mpeg3demux_read_prev_char_packet(mpeg3_demuxer_t *demuxer) function mpeg3demux_timecode_t (line 1050) | mpeg3demux_timecode_t* mpeg3_append_timecode(mpeg3_demuxer_t *demuxer, function mpeg3demux_timecode_t (line 1107) | mpeg3demux_timecode_t* mpeg3demux_next_timecode(mpeg3_demuxer_t *demuxer, function mpeg3demux_timecode_t (line 1138) | mpeg3demux_timecode_t* mpeg3demux_prev_timecode(mpeg3_demuxer_t *demuxer, function mpeg3demux_open_title (line 1170) | int mpeg3demux_open_title(mpeg3_demuxer_t *demuxer, int title_number) function mpeg3demux_assign_programs (line 1200) | int mpeg3demux_assign_programs(mpeg3_demuxer_t *demuxer) function mpeg3_demuxer_t (line 1344) | mpeg3_demuxer_t* mpeg3_new_demuxer(mpeg3_t *file, int do_audio, int do_v... function mpeg3_delete_demuxer (line 1368) | int mpeg3_delete_demuxer(mpeg3_demuxer_t *demuxer) function mpeg3demux_create_title (line 1390) | int mpeg3demux_create_title(mpeg3_demuxer_t *demuxer, int timecode_searc... function mpeg3demux_print_timecodes (line 1497) | int mpeg3demux_print_timecodes(mpeg3_title_t *title, FILE *output) function mpeg3demux_read_titles (line 1519) | int mpeg3demux_read_titles(mpeg3_demuxer_t *demuxer) function mpeg3demux_copy_titles (line 1581) | int mpeg3demux_copy_titles(mpeg3_demuxer_t *dst, mpeg3_demuxer_t *src) function mpeg3demux_print_streams (line 1606) | int mpeg3demux_print_streams(mpeg3_demuxer_t *demuxer, FILE *toc) function mpeg3demux_length (line 1622) | double mpeg3demux_length(mpeg3_demuxer_t *demuxer) function mpeg3demux_eof (line 1645) | int mpeg3demux_eof(mpeg3_demuxer_t *demuxer) function mpeg3demux_bof (line 1657) | int mpeg3demux_bof(mpeg3_demuxer_t *demuxer) function mpeg3demux_seek_byte (line 1670) | int mpeg3demux_seek_byte(mpeg3_demuxer_t *demuxer, long byte) function mpeg3demux_seek_time (line 1694) | int mpeg3demux_seek_time(mpeg3_demuxer_t *demuxer, double new_time) function mpeg3demux_seek_percentage (line 1780) | int mpeg3demux_seek_percentage(mpeg3_demuxer_t *demuxer, double percentage) function mpeg3demux_tell_percentage (line 1847) | double mpeg3demux_tell_percentage(mpeg3_demuxer_t *demuxer) function mpeg3demux_get_time (line 1866) | double mpeg3demux_get_time(mpeg3_demuxer_t *demuxer) function mpeg3demux_tell (line 1871) | long mpeg3demux_tell(mpeg3_demuxer_t *demuxer) function mpeg3demuxer_total_bytes (line 1876) | long mpeg3demuxer_total_bytes(mpeg3_demuxer_t *demuxer) function mpeg3_demuxer_t (line 1882) | mpeg3_demuxer_t* mpeg3_get_demuxer(mpeg3_t *file) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3demux.h type mpeg3_demuxer_t (line 7) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.c function mpeg3_fs_t (line 59) | mpeg3_fs_t* mpeg3_new_fs(char *path,int size) function mpeg3_delete_fs (line 78) | int mpeg3_delete_fs(mpeg3_fs_t *fs) function mpeg3_copy_fs (line 88) | int mpeg3_copy_fs(mpeg3_fs_t *dst, mpeg3_fs_t *src) function mpeg3io_get_total_bytes (line 95) | long mpeg3io_get_total_bytes(mpeg3_fs_t *fs) function mpeg3io_get_id3v2_size (line 119) | int mpeg3io_get_id3v2_size(mpeg3_fs_t *fs) function mpeg3io_open_file (line 135) | int mpeg3io_open_file(mpeg3_fs_t *fs) function mpeg3io_close_file (line 174) | int mpeg3io_close_file(mpeg3_fs_t *fs) function mpeg3io_read_data (line 188) | int mpeg3io_read_data(unsigned char *buffer, long bytes, mpeg3_fs_t *fs) function mpeg3io_device (line 209) | int mpeg3io_device(char *path, char *device) function mpeg3io_seek (line 240) | int mpeg3io_seek(mpeg3_fs_t *fs, long byte) function mpeg3io_seek_relative (line 270) | int mpeg3io_seek_relative(mpeg3_fs_t *fs, long bytes) function mpeg3io_scanf (line 298) | int mpeg3io_scanf (mpeg3_fs_t *fs,char *format, void * string1, void * s... function mpeg3io_scanf5 (line 312) | int mpeg3io_scanf5 (mpeg3_fs_t *fs,char *format, void * string1, void * ... function mpeg3io_end_of_file (line 327) | int mpeg3io_end_of_file(mpeg3_fs_t *fs ) { function mpeg3io_fgetc (line 335) | inline int mpeg3io_fgetc(mpeg3_fs_t *fs) { FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h type mpeg3_fs_t (line 11) | typedef struct function mpeg3io_read_int32 (line 40) | static inline unsigned int mpeg3io_read_int32(mpeg3_fs_t *fs) function mpeg3io_read_char (line 57) | static inline unsigned int mpeg3io_read_char(mpeg3_fs_t *fs) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3private.h type mpeg3_t (line 43) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.c function mpeg3_title_t (line 39) | mpeg3_title_t* mpeg3_new_title(mpeg3_t *file, char *path) function mpeg3_delete_title (line 52) | int mpeg3_delete_title(mpeg3_title_t *title) function mpeg3_copy_title (line 64) | int mpeg3_copy_title(mpeg3_title_t *dst, mpeg3_title_t *src) function mpeg3_dump_title (line 84) | int mpeg3_dump_title(mpeg3_title_t *title) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3title.h type mpeg3demux_timecode_t (line 6) | typedef struct type mpeg3_title_t (line 17) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3toc.c function main (line 15) | int main(int argc, char *argv[]) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3vtrack.c function mpeg3_vtrack_t (line 38) | mpeg3_vtrack_t* mpeg3_new_vtrack(mpeg3_t *file, int stream_id, mpeg3_dem... function mpeg3_delete_vtrack (line 58) | int mpeg3_delete_vtrack(mpeg3_t *file, mpeg3_vtrack_t *vtrack) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3vtrack.h type mpeg3_vtrack_t (line 9) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/test.c function main (line 7) | int main() FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/testaudio.c function main (line 7) | int main() FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/timecode.h type mpeg3_timecode_t (line 4) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/udump.c function main (line 6) | int main(int argc, char *argv[]) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/getpicture.c function mpeg3video_get_cbp (line 41) | int mpeg3video_get_cbp(mpeg3_slice_t *slice) function mpeg3video_clearblock (line 73) | int mpeg3video_clearblock(mpeg3_slice_t *slice, int comp, int size) function mpeg3video_getdclum (line 96) | static inline int mpeg3video_getdclum(mpeg3_slice_buffer_t *slice_buffer) function mpeg3video_getdcchrom (line 125) | int mpeg3video_getdcchrom(mpeg3_slice_buffer_t *slice_buffer) function mpeg3video_getintrablock (line 157) | int mpeg3video_getintrablock(mpeg3_slice_t *slice, function mpeg3video_getinterblock (line 274) | int mpeg3video_getinterblock(mpeg3_slice_t *slice, function mpeg3video_getmpg2intrablock (line 372) | int mpeg3video_getmpg2intrablock(mpeg3_slice_t *slice, function mpeg3video_getmpg2interblock (line 501) | int mpeg3video_getmpg2interblock(mpeg3_slice_t *slice, function mpeg3video_allocate_decoders (line 701) | int mpeg3video_allocate_decoders(mpeg3video_t *video, int decoder_count) function mpeg3video_getpicture (line 726) | int mpeg3video_getpicture(mpeg3video_t *video, int framenum) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/headers.c function mpeg3video_getseqhdr (line 39) | int mpeg3video_getseqhdr(mpeg3video_t *video) function mpeg3video_sequence_extension (line 95) | int mpeg3video_sequence_extension(mpeg3video_t *video) function mpeg3video_sequence_display_extension (line 123) | int mpeg3video_sequence_display_extension(mpeg3video_t *video) function mpeg3video_quant_matrix_extension (line 146) | int mpeg3video_quant_matrix_extension(mpeg3video_t *video) function mpeg3video_sequence_scalable_extension (line 190) | int mpeg3video_sequence_scalable_extension(mpeg3video_t *video) function mpeg3video_picture_display_extension (line 215) | int mpeg3video_picture_display_extension(mpeg3video_t *video) function mpeg3video_picture_coding_extension (line 238) | int mpeg3video_picture_coding_extension(mpeg3video_t *video) function mpeg3video_picture_spatial_scalable_extension (line 300) | int mpeg3video_picture_spatial_scalable_extension(mpeg3video_t *video) function mpeg3video_picture_temporal_scalable_extension (line 323) | int mpeg3video_picture_temporal_scalable_extension(mpeg3video_t *video) function mpeg3video_ext_user_data (line 331) | int mpeg3video_ext_user_data(mpeg3video_t *video) function mpeg3video_getgophdr (line 382) | int mpeg3video_getgophdr(mpeg3video_t *video) function mpeg3video_getpicturehdr (line 404) | int mpeg3video_getpicturehdr(mpeg3video_t *video) function mpeg3video_get_header (line 433) | int mpeg3video_get_header(mpeg3video_t *video, int dont_repeat) function mpeg3video_ext_bit_info (line 492) | int mpeg3video_ext_bit_info(mpeg3_slice_buffer_t *slice_buffer) function mpeg3video_getslicehdr (line 499) | int mpeg3video_getslicehdr(mpeg3_slice_t *slice, mpeg3video_t *video) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/idct.c function mpeg3video_idctrow (line 72) | inline function mpeg3video_idctcol (line 136) | inline function mpeg3video_idct_conversion (line 191) | void mpeg3video_idct_conversion(short* block) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/layerdata.h type mpeg3_layerdata_t (line 4) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/macroblocks.c function mpeg3video_get_macroblock_address (line 36) | int mpeg3video_get_macroblock_address(mpeg3_slice_t *slice) function mpeg3video_getsp_imb_type (line 83) | static inline int mpeg3video_getsp_imb_type(mpeg3_slice_t *slice) function mpeg3video_getsp_pmb_type (line 98) | static inline int mpeg3video_getsp_pmb_type(mpeg3_slice_t *slice) function mpeg3video_getsp_bmb_type (line 121) | static inline int mpeg3video_getsp_bmb_type(mpeg3_slice_t *slice) function mpeg3video_get_imb_type (line 146) | static inline int mpeg3video_get_imb_type(mpeg3_slice_t *slice) function mpeg3video_get_pmb_type (line 163) | static inline int mpeg3video_get_pmb_type(mpeg3_slice_t *slice) function mpeg3video_get_bmb_type (line 186) | static inline int mpeg3video_get_bmb_type(mpeg3_slice_t *slice) function mpeg3video_get_dmb_type (line 210) | static inline int mpeg3video_get_dmb_type(mpeg3_slice_t *slice) function mpeg3video_get_snrmb_type (line 222) | static inline int mpeg3video_get_snrmb_type(mpeg3_slice_t *slice) function mpeg3video_get_mb_type (line 238) | int mpeg3video_get_mb_type(mpeg3_slice_t *slice, mpeg3video_t *video) function mpeg3video_macroblock_modes (line 262) | int mpeg3video_macroblock_modes(mpeg3_slice_t *slice, FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/mmxtest.c function mpeg3_mmx_test (line 37) | int mpeg3_mmx_test() FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/motion.c function mpeg3video_calc_mv (line 41) | static inline void mpeg3video_calc_mv(int *pred, int r_size, int motion_... function mpeg3video_calc_dmv (line 70) | void mpeg3video_calc_dmv(mpeg3video_t *video, function mpeg3video_get_mv (line 113) | static inline int mpeg3video_get_mv(mpeg3_slice_t *slice) function mpeg3video_get_dmv (line 150) | static inline int mpeg3video_get_dmv(mpeg3_slice_t *slice) function mpeg3video_motion_vector (line 167) | void mpeg3video_motion_vector(mpeg3_slice_t *slice, function mpeg3video_motion_vectors (line 201) | int mpeg3video_motion_vectors(mpeg3_slice_t *slice, FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.c function mpeg3video_initdecoder (line 126) | int mpeg3video_initdecoder(mpeg3video_t *video) function mpeg3video_deletedecoder (line 230) | int mpeg3video_deletedecoder(mpeg3video_t *video) function mpeg3video_init_scantables (line 251) | void mpeg3video_init_scantables(mpeg3video_t *video) function mpeg3video_t (line 267) | mpeg3video_t* mpeg3video_allocate_struct(mpeg3_t *file, mpeg3_vtrack_t *... function mpeg3video_delete_struct (line 299) | int mpeg3video_delete_struct(mpeg3video_t *video) function mpeg3video_read_frame_backend (line 324) | int mpeg3video_read_frame_backend(mpeg3video_t *video, int skip_bframes) function mpeg3video_get_firstframe (line 367) | int mpeg3video_get_firstframe(mpeg3video_t *video) function mpeg3video_t (line 387) | mpeg3video_t* mpeg3video_new(mpeg3_t *file, mpeg3_vtrack_t *track) function mpeg3video_delete (line 481) | int mpeg3video_delete(mpeg3video_t *video) function mpeg3video_set_cpus (line 491) | int mpeg3video_set_cpus(mpeg3video_t *video, int cpus) function mpeg3video_set_mmx (line 496) | int mpeg3video_set_mmx(mpeg3video_t *video, int use_mmx) function mpeg3video_seek_percentage (line 503) | int mpeg3video_seek_percentage(mpeg3video_t *video, double percentage) function mpeg3video_previous_frame (line 509) | int mpeg3video_previous_frame(mpeg3video_t *video) function mpeg3video_seek_frame (line 522) | int mpeg3video_seek_frame(mpeg3video_t *video, long frame) function mpeg3video_read_raw (line 529) | int mpeg3video_read_raw(mpeg3video_t *video, unsigned char *output, long... function mpeg3video_read_frame (line 548) | int mpeg3video_read_frame(mpeg3video_t *video, function mpeg3video_read_yuvframe (line 604) | int mpeg3video_read_yuvframe(mpeg3video_t *video, FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.h type mpeg3video_t (line 81) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/output.c function mpeg3video_rgb16_mmx (line 79) | inline void mpeg3video_rgb16_mmx(unsigned char *lum, function mpeg3_bgra32_mmx (line 262) | inline void mpeg3_bgra32_mmx(unsigned long y, function mpeg3_601_bgra32_mmx (line 305) | inline void mpeg3_601_bgra32_mmx(unsigned long y, function mpeg3_rgba32_mmx (line 353) | inline void mpeg3_rgba32_mmx(unsigned long y, function mpeg3_601_rgba32_mmx (line 395) | inline void mpeg3_601_rgba32_mmx(unsigned long y, function DITHER_ROW_HEAD (line 638) | DITHER_ROW_HEAD function DITHER_ROW_HEAD (line 765) | DITHER_ROW_HEAD function mpeg3video_ditherframe444 (line 966) | int mpeg3video_ditherframe444(mpeg3video_t *video, unsigned char *src[]) function mpeg3video_dithertop (line 971) | int mpeg3video_dithertop(mpeg3video_t *video, unsigned char *src[]) function mpeg3video_dithertop444 (line 982) | int mpeg3video_dithertop444(mpeg3video_t *video, unsigned char *src[]) function mpeg3video_ditherbot (line 987) | int mpeg3video_ditherbot(mpeg3video_t *video, unsigned char *src[]) function mpeg3video_ditherbot444 (line 992) | int mpeg3video_ditherbot444(mpeg3video_t *video, unsigned char *src[]) function memcpy_fast (line 997) | void memcpy_fast(unsigned char *output, unsigned char *input, long len) function mpeg3video_init_output (line 1023) | int mpeg3video_init_output() function mpeg3video_ditherframeFastRGBA (line 1037) | int mpeg3video_ditherframeFastRGBA(mpeg3video_t *video, unsigned char **... function mpeg3video_ditherframeFastRGB555 (line 1091) | int mpeg3video_ditherframeFastRGB555(mpeg3video_t *video, unsigned char ... function mpeg3video_present_frame (line 1154) | int mpeg3video_present_frame(mpeg3video_t *video) function mpeg3video_display_second_field (line 1274) | int mpeg3video_display_second_field(mpeg3video_t *video) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/reconstruct.c function recva_mmx (line 36) | static inline void recva_mmx(unsigned char *s, unsigned char *d, int lx,... function recvac_mmx (line 65) | static inline void recvac_mmx(unsigned char *s, unsigned char *d, int lx... function rech_mmx (line 85) | static inline void rech_mmx(unsigned char *s, unsigned char *d, int lx2,... function rechc_mmx (line 108) | static inline void rechc_mmx(unsigned char *s, unsigned char *d, int lx2... function recha_mmx (line 125) | static inline void recha_mmx(unsigned char *s, unsigned char *d,int lx2,... function rechac_mmx (line 153) | static inline void rechac_mmx(unsigned char *s,unsigned char *d, int lx... function rec4_mmx (line 175) | static inline void rec4_mmx(unsigned char *s, unsigned char *d, int lx, ... function rec4c_mmx (line 210) | static inline void rec4c_mmx(unsigned char *s, unsigned char *d, int lx,... function rec4a_mmx (line 235) | static inline void rec4a_mmx(unsigned char *s, unsigned char *d, int lx,... function rec4ac_mmx (line 275) | static inline void rec4ac_mmx(unsigned char *s, unsigned char *d, int l... function rec_mmx (line 306) | static inline void rec_mmx(unsigned char *s, unsigned char *d, int lx2, ... function recc_mmx (line 325) | static inline void recc_mmx(unsigned char *s, unsigned char *d, int lx2,... function reca_mmx (line 342) | static inline void reca_mmx(unsigned char *s, unsigned char *d, int lx2... function recac_mmx (line 397) | static inline void recac_mmx(unsigned char *s, unsigned char *d, int lx2... function recv_mmx (line 438) | static inline void recv_mmx(unsigned char *s, unsigned char *d, int lx, ... function recvc_mmx (line 496) | static inline void recvc_mmx(unsigned char *s, unsigned char *d, int lx,... function rec (line 540) | static inline void rec(unsigned char *s, unsigned char *d, int lx2, int h) function recc (line 568) | static inline void recc(unsigned char *s, unsigned char *d, int lx2, int h) function reca (line 588) | static inline void reca(unsigned char *s, unsigned char *d, int lx2, in... function recac (line 612) | static inline void recac(unsigned char *s, unsigned char *d, int lx2, in... function recv (line 628) | static inline void recv(unsigned char *s, unsigned char *d, int lx, int ... function recvc (line 659) | static inline void recvc(unsigned char *s, unsigned char *d, int lx, int... function recva (line 684) | static inline void recva(unsigned char *s, unsigned char *d, int lx, int... function recvac (line 716) | static inline void recvac(unsigned char *s, unsigned char *d, int lx,int... function rech (line 739) | static inline void rech(unsigned char *s, unsigned char *d, int lx2, int... function rechc (line 770) | static inline void rechc(unsigned char *s,unsigned char *d, int lx2, int... function recha (line 792) | static inline void recha(unsigned char *s, unsigned char *d,int lx2, int h) function rechac (line 825) | static inline void rechac(unsigned char *s,unsigned char *d, int lx2, i... function rec4 (line 850) | static inline void rec4(unsigned char *s, unsigned char *d, int lx, int ... function rec4c (line 884) | static inline void rec4c(unsigned char *s,unsigned char *d, int lx, int ... function rec4a (line 910) | static inline void rec4a(unsigned char *s,unsigned char *d, int lx, int ... function rec4ac (line 946) | static inline void rec4ac(unsigned char *s,unsigned char *d, int lx, in... function recon_comp (line 974) | static inline function recon (line 1057) | static void recon(mpeg3video_t *video, function mpeg3video_reconstruct (line 1107) | int mpeg3video_reconstruct(mpeg3video_t *video, FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/seek.c function mpeg3bits_next_startcode (line 38) | unsigned int mpeg3bits_next_startcode(mpeg3_bits_t* stream) function mpeg3video_next_code (line 53) | int mpeg3video_next_code(mpeg3_bits_t* stream, unsigned int code) function mpeg3video_prev_code (line 64) | int mpeg3video_prev_code(mpeg3_bits_t* stream, unsigned int code) function mpeg3video_goptimecode_to_frame (line 74) | long mpeg3video_goptimecode_to_frame(mpeg3video_t *video) function mpeg3video_match_refframes (line 84) | int mpeg3video_match_refframes(mpeg3video_t *video) function mpeg3video_seek (line 115) | int mpeg3video_seek(mpeg3video_t *video) function mpeg3video_drop_frames (line 253) | int mpeg3video_drop_frames(mpeg3video_t *video, long frames) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.c function mpeg3_new_slice_buffer (line 43) | int mpeg3_new_slice_buffer(mpeg3_slice_buffer_t *slice_buffer) function mpeg3_delete_slice_buffer (line 62) | int mpeg3_delete_slice_buffer(mpeg3_slice_buffer_t *slice_buffer) function mpeg3_expand_slice_buffer (line 71) | int mpeg3_expand_slice_buffer(mpeg3_slice_buffer_t *slice_buffer) function mpeg3video_addblock (line 87) | static inline int mpeg3video_addblock(mpeg3_slice_t *slice, function mpeg3_decode_slice (line 322) | int mpeg3_decode_slice(mpeg3_slice_t *slice) function mpeg3_slice_loop (line 651) | void mpeg3_slice_loop(mpeg3_slice_t *slice) function mpeg3_new_slice_decoder (line 724) | int mpeg3_new_slice_decoder(void *video, mpeg3_slice_t *slice) function mpeg3_delete_slice_decoder (line 747) | int mpeg3_delete_slice_decoder(mpeg3_slice_t *slice) FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/slice.h type mpeg3_slice_buffer_t (line 10) | typedef struct type mpeg3_slice_t (line 25) | typedef struct function mpeg3slice_getbit (line 76) | static inline unsigned int mpeg3slice_getbit(mpeg3_slice_buffer_t *buffer) function mpeg3slice_getbits2 (line 89) | static inline unsigned int mpeg3slice_getbits2(mpeg3_slice_buffer_t *buf... function mpeg3slice_getbyte (line 103) | static inline unsigned int mpeg3slice_getbyte(mpeg3_slice_buffer_t *buffer) function mpeg3slice_getbits (line 117) | static inline unsigned int mpeg3slice_getbits(mpeg3_slice_buffer_t *slic... function mpeg3slice_showbits16 (line 124) | static inline unsigned int mpeg3slice_showbits16(mpeg3_slice_buffer_t *b... function mpeg3slice_showbits9 (line 139) | static inline unsigned int mpeg3slice_showbits9(mpeg3_slice_buffer_t *bu... function mpeg3slice_showbits5 (line 154) | static inline unsigned int mpeg3slice_showbits5(mpeg3_slice_buffer_t *bu... function mpeg3slice_showbits (line 168) | static inline unsigned int mpeg3slice_showbits(mpeg3_slice_buffer_t *sli... FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/vlc.h type mpeg3_VLCtab_t (line 8) | typedef struct { type mpeg3_DCTtab_t (line 12) | typedef struct { FILE: vm/src/from_squeak/Cross/plugins/Mpeg3Plugin/libmpeg/video/worksheet.c function mpeg3_601_mmx (line 8) | inline void mpeg3_601_mmx(unsigned long y, function main (line 21) | int main(int argc, char *argv[]) FILE: vm/src/from_squeak/Cross/plugins/RePlugin/get.c function pcre_copy_substring (line 74) | int function pcre_get_substring_list (line 112) | int function pcre_free_substring_list (line 157) | void function pcre_get_substring (line 190) | int function pcre_free_substring (line 221) | void FILE: vm/src/from_squeak/Cross/plugins/RePlugin/internal.h type BOOL (line 124) | typedef int BOOL; type uschar (line 325) | typedef unsigned char uschar; type real_pcre (line 330) | typedef struct real_pcre { type real_pcre_extra (line 344) | typedef struct real_pcre_extra { type compile_data (line 353) | typedef struct compile_data { type match_data (line 363) | typedef struct match_data { FILE: vm/src/from_squeak/Cross/plugins/RePlugin/oldInternal.h type BOOL (line 124) | typedef int BOOL; type uschar (line 323) | typedef unsigned char uschar; type real_pcre (line 328) | typedef struct real_pcre { type real_pcre_extra (line 342) | typedef struct real_pcre_extra { type compile_data (line 351) | typedef struct compile_data { type match_data (line 361) | typedef struct match_data { FILE: vm/src/from_squeak/Cross/plugins/RePlugin/pcre.c type eptrblock (line 166) | typedef struct eptrblock { function ord2utf8 (line 307) | static int function pcre_info (line 364) | int function pcre_fullinfo (line 395) | int function pchars (line 465) | static void function check_escape (line 501) | static int function BOOL (line 674) | static BOOL function uschar (line 711) | static const uschar * function find_fixedlength (line 763) | static int function BOOL (line 930) | static BOOL function check_posix_name (line 962) | static int function BOOL (line 999) | static BOOL function BOOL (line 2127) | static BOOL function uschar (line 2276) | static const uschar* function BOOL (line 2341) | static BOOL function BOOL (line 2377) | static BOOL function find_firstchar (line 2413) | static int function pcre (line 2478) | pcre * function BOOL (line 3405) | static BOOL function BOOL (line 3467) | static BOOL function pcre_exec (line 4885) | int FILE: vm/src/from_squeak/Cross/plugins/RePlugin/pcre.h type real_pcre (line 78) | struct real_pcre type real_pcre_extra (line 79) | struct real_pcre_extra type pcre (line 81) | typedef struct real_pcre pcre; type pcre_extra (line 82) | typedef struct real_pcre_extra pcre_extra; FILE: vm/src/from_squeak/Cross/plugins/RePlugin/study.c function set_bit (line 59) | static void function BOOL (line 86) | static BOOL function pcre_extra (line 343) | pcre_extra * FILE: vm/src/from_squeak/Cross/plugins/SocketPlugin/SocketPlugin.h type SQSocket (line 7) | typedef struct FILE: vm/src/from_squeak/Cross/plugins/SoundCodecPrims/sqSoundCodecPluginBasicPrims.c type gsm_state (line 45) | struct gsm_state type gsm_signal (line 46) | typedef short gsm_signal; type gsm_byte (line 47) | typedef unsigned char gsm_byte; type gsm_byte (line 48) | typedef gsm_byte gsm_frame[33]; type word (line 132) | typedef short word; type longword (line 133) | typedef long longword; type uword (line 135) | typedef unsigned short uword; type ulongword (line 136) | typedef unsigned long ulongword; type gsm_state (line 138) | struct gsm_state { type gsm_state (line 264) | struct gsm_state type gsm_state (line 274) | struct gsm_state type gsm_state (line 283) | struct gsm_state type gsm_state (line 288) | struct gsm_state type gsm_state (line 292) | struct gsm_state type gsm_state (line 300) | struct gsm_state type gsm_state (line 305) | struct gsm_state type gsm_state (line 315) | struct gsm_state type gsm_state (line 322) | struct gsm_state type gsm_state (line 329) | struct gsm_state type gsm_state (line 336) | struct gsm_state type gsm_state (line 343) | struct gsm_state function gsmEncode (line 3864) | void gsmEncode( function gsmDecode (line 3887) | void gsmDecode( function gsmInitState (line 3910) | void gsmInitState(int state) { function gsmStateBytes (line 3916) | int gsmStateBytes(void) { FILE: vm/src/from_squeak/Cross/plugins/SoundGenerationPlugin/sqOldSoundPrims.c function primFMSoundmixSampleCountintostartingAtpan (line 25) | int primFMSoundmixSampleCountintostartingAtpan(void) { function primPluckedSoundmixSampleCountintostartingAtpan (line 107) | int primPluckedSoundmixSampleCountintostartingAtpan(void) { function primSampledSoundmixSampleCountintostartingAtpan (line 174) | int primSampledSoundmixSampleCountintostartingAtpan(void) { function primWaveTableSoundmixSampleCountintostartingAtpan (line 242) | int primWaveTableSoundmixSampleCountintostartingAtpan(void) { function oldprimSampledSoundmixSampleCountintostartingAtleftVolrightVol (line 310) | int oldprimSampledSoundmixSampleCountintostartingAtleftVolrightVol(void) { FILE: vm/src/from_squeak/Cross/plugins/Squeak3D/b3d.h type B3DRasterizerState (line 33) | typedef struct B3DRasterizerState { FILE: vm/src/from_squeak/Cross/plugins/Squeak3D/b3dAlloc.c function B3DPrimitiveFace (line 20) | B3DPrimitiveFace *dbg_b3dAllocFace(B3DFaceAllocList *list) function B3DPrimitiveEdge (line 40) | B3DPrimitiveEdge *dbg_b3dAllocEdge(B3DEdgeAllocList *list) function dbg_b3dFreeFace (line 60) | void dbg_b3dFreeFace(B3DFaceAllocList *list, B3DPrimitiveFace *face) function dbg_b3dFreeEdge (line 72) | void dbg_b3dFreeEdge(B3DEdgeAllocList *list, B3DPrimitiveEdge *edge) function B3DPrimitiveAttribute (line 84) | B3DPrimitiveAttribute *dbg_b3dAllocSingleAttr(B3DAttrAllocList *list) function dbg_b3dAllocAttrib (line 100) | int dbg_b3dAllocAttrib(B3DAttrAllocList *attrList, B3DPrimitiveFace *face) function dbg_b3dFreeAttrib (line 121) | void dbg_b3dFreeAttrib(B3DAttrAllocList *list, B3DPrimitiveFace *face) FILE: vm/src/from_squeak/Cross/plugins/Squeak3D/b3dAlloc.h type B3DEdgeAllocList (line 22) | typedef struct B3DEdgeAllocList { type B3DFaceAllocList (line 33) | typedef struct B3DFaceAllocList { type B3DAttrAllocList (line 44) | typedef struct B3DAttrAllocList { FILE: vm/src/from_squeak/Cross/plugins/Squeak3D/b3dDraw.c function attrValueAt (line 70) | double attrValueAt(B3DPrimitiveFace *face, B3DPrimitiveAttribute *attr, ... type b3dPixelColor (line 130) | struct b3dPixelColor function MULTBL_Init (line 152) | static void MULTBL_Init(void) function b3dNoDraw (line 231) | void b3dNoDraw(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) function b3dDrawRGBFlat (line 237) | void b3dDrawRGBFlat(int leftX, int rightX, int yValue, B3DPrimitiveFace ... function b3dDrawRGB (line 274) | void b3dDrawRGB(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) function b3dDrawSTWRGB (line 351) | void b3dDrawSTWRGB(int leftX, int rightX, int yValue, B3DPrimitiveFace *... function b3dDrawSTWARGB (line 479) | void b3dDrawSTWARGB(int leftX, int rightX, int yValue, B3DPrimitiveFace ... function b3dDrawRGBA (line 484) | void b3dDrawRGBA(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) function b3dDrawSTW (line 489) | void b3dDrawSTW(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) function b3dDrawSTWA (line 494) | void b3dDrawSTWA(int leftX, int rightX, int yValue, B3DPrimitiveFace *face) FILE: vm/src/from_squeak/Cross/plugins/Squeak3D/b3dInit.c function b3dInitializeEdgeAllocator (line 36) | int b3dInitializeEdgeAllocator(void* base, int length) function b3dInitializeFaceAllocator (line 50) | int b3dInitializeFaceAllocator(void* base, int length) function b3dInitializeAttrAllocator (line 64) | int b3dInitializeAttrAllocator(void* base, int length) function b3dInitializeEdgeList (line 78) | int b3dInitializeEdgeList(void* base, int length) function b3dInitializeAET (line 90) | int b3dInitializeAET(void* base, int length) function b3dInitializeFillList (line 105) | int b3dInitializeFillList(void* base, int length) function b3dMapObjectVertices (line 123) | void b3dMapObjectVertices(B3DPrimitiveObject *obj, B3DPrimitiveViewport ... function b3dSetupVertexOrder (line 197) | void b3dSetupVertexOrder(B3DPrimitiveObject *obj) type stackEntry (line 276) | typedef struct stackEntry { function b3dQuickSortInitialFaces (line 312) | int b3dQuickSortInitialFaces(B3DPrimitiveObject *obj, int i, int j) function b3dQuickSortObjects (line 377) | int b3dQuickSortObjects(B3DPrimitiveObject **array, int i, int j) function b3dValidateObjectFaces (line 444) | void b3dValidateObjectFaces(B3DPrimitiveObject *obj) function b3dAddIndexedTriangleObject (line 483) | int b3dAddIndexedTriangleObject(void *objBase, int objLength, int objFla... function b3dAddIndexedQuadObject (line 527) | int b3dAddIndexedQuadObject(void *objBase, int objLength, int objFlags, ... function b3dAddPolygonObject (line 585) | int b3dAddPolygonObject(void *objBase, int objLength, int objFlags, int ... function b3dLoadTexture (line 637) | int b3dLoadTexture(B3DTexture *texture, function b3dSetupObjects (line 676) | int b3dSetupObjects(B3DRasterizerState *state) FILE: vm/src/from_squeak/Cross/plugins/Squeak3D/b3dMain.c function b3dAbort (line 65) | void b3dAbort(char *msg){ function b3dValidateEdgeOrder (line 70) | void b3dValidateEdgeOrder(B3DPrimitiveEdgeList *list) function b3dValidateAETOrder (line 88) | void b3dValidateAETOrder(B3DActiveEdgeTable *list) function B3DPrimitiveFace (line 115) | B3DPrimitiveFace *b3dInitializeFace(B3DPrimitiveVertex *v0, function b3dInitializePass2 (line 194) | int b3dInitializePass2(B3DPrimitiveFace *face) function b3dInitializeEdge (line 295) | void b3dInitializeEdge(B3DPrimitiveEdge *edge) function b3dFirstIndexForInserting (line 320) | int b3dFirstIndexForInserting(B3DPrimitiveEdgeList *list, int xValue) function b3dAddEdgeBeforeIndex (line 342) | void b3dAddEdgeBeforeIndex(B3DPrimitiveEdgeList *list, B3DPrimitiveEdge ... function b3dAdd2EdgesBeforeIndex (line 362) | void b3dAdd2EdgesBeforeIndex(B3DPrimitiveEdgeList *list, function b3dAdjustFaceEdges (line 388) | void b3dAdjustFaceEdges(B3DPrimitiveFace *face, B3DPrimitiveEdge *edge1,... function B3DPrimitiveEdge (line 418) | B3DPrimitiveEdge *b3dAddLowerEdgeFromFace(B3DPrimitiveFace *face, B3DPri... function b3dAddEdgesFromFace (line 482) | void b3dAddEdgesFromFace(B3DPrimitiveFace *face, int yValue) function b3dRemoveAETEdge (line 614) | void b3dRemoveAETEdge(B3DActiveEdgeTable *aet, B3DPrimitiveEdge *edge, i... function b3dMergeAETEdgesFrom (line 656) | void b3dMergeAETEdgesFrom(B3DActiveEdgeTable *aet, B3DPrimitiveEdgeList ... function b3dAdvanceAETEdge (line 698) | void b3dAdvanceAETEdge(B3DPrimitiveEdge *edge, function zValueAt (line 724) | double zValueAt(B3DPrimitiveFace *face, double xValue, double yValue) function b3dComputeIntersection (line 742) | int b3dComputeIntersection(B3DPrimitiveFace *frontFace, function b3dCheckIntersectionOfFaces (line 768) | int b3dCheckIntersectionOfFaces(B3DPrimitiveFace *frontFace, function b3dAdjustIntersections (line 823) | void b3dAdjustIntersections(B3DFillList *fillList, function b3dValidateFillList (line 844) | void b3dValidateFillList(B3DFillList *list) function b3dAddFirstFill (line 870) | void b3dAddFirstFill(B3DFillList *fillList, B3DPrimitiveFace *aFace) function b3dAddLastFill (line 885) | void b3dAddLastFill(B3DFillList *fillList, B3DPrimitiveFace *aFace) function b3dRemoveFill (line 900) | void b3dRemoveFill(B3DFillList *fillList, B3DPrimitiveFace *aFace) function b3dInsertBeforeFill (line 915) | void b3dInsertBeforeFill(B3DFillList *fillList, B3DPrimitiveFace *aFace,... function b3dAddFrontFill (line 928) | void b3dAddFrontFill(B3DFillList *fillList, B3DPrimitiveFace *aFace) function b3dAddBackFill (line 957) | void b3dAddBackFill(B3DFillList *fillList, B3DPrimitiveFace *aFace) function b3dCleanupFill (line 987) | void b3dCleanupFill(B3DFillList *fillList) function b3dSearchForNewTopFill (line 999) | void b3dSearchForNewTopFill(B3DFillList *fillList, int scaledX, int yValue) function b3dToggleTopFills (line 1025) | void b3dToggleTopFills(B3DFillList *fillList, B3DPrimitiveEdge *edge, in... function b3dToggleBackFills (line 1072) | void b3dToggleBackFills(B3DFillList *fillList, function b3dClearSpanBuffer (line 1105) | void b3dClearSpanBuffer(B3DActiveEdgeTable *aet) function b3dDrawSpanBuffer (line 1120) | void b3dDrawSpanBuffer(B3DActiveEdgeTable *aet, int yValue) function b3dMainLoop (line 1154) | int b3dMainLoop(B3DRasterizerState *state, int stopReason) FILE: vm/src/from_squeak/Cross/plugins/Squeak3D/b3dRemap.c function b3dRemapFaces (line 21) | void b3dRemapFaces(B3DFaceAllocList *list, int attrOffset, int edgeOffset) function b3dRemapEdges (line 43) | void b3dRemapEdges(B3DEdgeAllocList *list, int faceOffset) function b3dRemapFills (line 62) | void b3dRemapFills(B3DFillList *fillList, int offset) function b3dRemapEdgeList (line 84) | void b3dRemapEdgeList(B3DPrimitiveEdgeList *list, int edgeOffset) function b3dRemapAET (line 97) | void b3dRemapAET(B3DActiveEdgeTable *list, int edgeOffset, int aetOffset... function b3dRemapEdgeVertices (line 125) | void b3dRemapEdgeVertices(B3DEdgeAllocList *list, int vtxOffset, void *f... function b3dRemapFaceVertices (line 142) | void b3dRemapFaceVertices(B3DFaceAllocList *list, int vtxOffset, void *f... function b3dRemapFaceFree (line 160) | void b3dRemapFaceFree(B3DFaceAllocList *list, int faceOffset) function b3dRemapEdgeFree (line 178) | void b3dRemapEdgeFree(B3DEdgeAllocList *list, int edgeOffset) function b3dRemapAttributes (line 196) | void b3dRemapAttributes(B3DAttrAllocList *list, int attrOffset) function b3dValidateAndRemapState (line 210) | int b3dValidateAndRemapState(B3DRasterizerState *state) FILE: vm/src/from_squeak/Cross/plugins/Squeak3D/b3dTypes.h type B3DPrimitiveVertex (line 91) | typedef struct B3DPrimitiveVertex { type B3DInputFace (line 109) | typedef struct B3DInputFace { type B3DInputQuad (line 115) | typedef struct B3DInputQuad { type B3DPrimitiveEdge (line 135) | typedef struct B3DPrimitiveEdge { type B3DPrimitiveEdgeList (line 161) | typedef struct B3DPrimitiveEdgeList { type B3DActiveEdgeTable (line 173) | typedef struct B3DActiveEdgeTable { type B3DPrimitiveFace (line 220) | typedef struct B3DPrimitiveFace { type B3DFillList (line 257) | typedef struct B3DFillList { type B3DPrimitiveAttribute (line 266) | typedef struct B3DPrimitiveAttribute { type B3DTexture (line 279) | typedef struct B3DTexture { type B3DPrimitiveViewport (line 295) | typedef struct B3DPrimitiveViewport { type B3DPrimitiveObject (line 304) | typedef struct B3DPrimitiveObject { FILE: vm/src/from_squeak/Cross/plugins/SqueakFFIPrims/sqFFIPlugin.c function loadFloatRegs (line 30) | void function ffiLogFileNameOfLength (line 35) | int function ffiLogCallOfLength (line 64) | int FILE: vm/src/from_squeak/Cross/plugins/SqueakFFIPrims/sqFFITestFuncs.c type ffiTestPoint2 (line 13) | typedef struct ffiTestPoint2 { type ffiTestPoint4 (line 18) | typedef struct ffiTestPoint4 { function ffiTestChars (line 50) | EXPORT(char) ffiTestChars(char c1, char c2, char c3, char c4) { function ffiTestShorts (line 56) | EXPORT(short) ffiTestShorts(short c1, short c2, short c3, short c4) { function ffiTestInts (line 62) | EXPORT(int) ffiTestInts(int c1, int c2, int c3, int c4) { function ffiTestInts8 (line 67) | EXPORT(int) ffiTestInts8(int c1, int c2, int c3, int c4, int c5, int c6,... function ffiTestFloats (line 74) | EXPORT(float) ffiTestFloats(float f1, float f2) { function ffiTestFloats7 (line 79) | EXPORT(float) ffiTestFloats7(float f1, float f2, float f3, float f4, flo... function ffiTestFloats13 (line 84) | EXPORT(float) ffiTestFloats13(float f1, float f2, float f3, float f4, fl... function ffiTestFloats14 (line 89) | EXPORT(float) ffiTestFloats14(float f1, float f2, float f3, float f4, fl... function ffiTestDoubles14 (line 94) | EXPORT(double) ffiTestDoubles14(double f1, double f2, double f3, double ... function ffiTestDoubles (line 100) | EXPORT(double) ffiTestDoubles(double d1, double d2) { function ffiPrintString (line 106) | EXPORT(char*) ffiPrintString(char *string) { function ffiTestStruct64 (line 112) | EXPORT(ffiTestPoint2) ffiTestStruct64(ffiTestPoint2 pt1, ffiTestPoint2 p... function ffiTestStructBig (line 122) | EXPORT(ffiTestPoint4) ffiTestStructBig(ffiTestPoint4 pt1, ffiTestPoint4 ... function ffiTestPointers (line 136) | EXPORT(ffiTestPoint4*) ffiTestPointers(ffiTestPoint4 *pt1, ffiTestPoint4... function ffiTestLongLong (line 151) | EXPORT(LONGLONG) ffiTestLongLong(LONGLONG i1, LONGLONG i2) { function ffiTestLongLonga1 (line 155) | EXPORT(LONGLONG) ffiTestLongLonga1(char c1, LONGLONG i1, LONGLONG i2) { function ffiTestLongLonga2 (line 159) | EXPORT(LONGLONG) ffiTestLongLonga2(char c1, char c2, LONGLONG i1, LONGLO... function ffiTestLongLong8 (line 163) | EXPORT(LONGLONG) ffiTestLongLong8(char c1, char c2, char c3, char c4, ch... function ffiTestLongLong8a1 (line 167) | EXPORT(LONGLONG) ffiTestLongLong8a1(char c1, char c2, char c3, char c4, ... function ffiTestLongLong8a2 (line 171) | EXPORT(LONGLONG) ffiTestLongLong8a2(char c1, char c2, char c3, char c4, ... FILE: vm/src/from_squeak/Cross/plugins/SqueakFFIPrims/sqManualSurface.c type VirtualMachine (line 5) | struct VirtualMachine function initSurfacePluginFunctionPointers (line 33) | void initSurfacePluginFunctionPointers() type ManualSurface (line 44) | typedef struct { function manualSurfaceGetFormat (line 71) | int manualSurfaceGetFormat(ManualSurface* surface, int* width, int* heig... function manualSurfaceUnlock (line 101) | int manualSurfaceUnlock(ManualSurface* surface, int x, int y, int w, int... function manualSurfaceShow (line 107) | int manualSurfaceShow(ManualSurface* surface, int x, int y, int w, int h) { function createManualSurface (line 115) | int createManualSurface(int width, int height, int rowPitch, int depth, ... function destroyManualSurface (line 147) | int destroyManualSurface(int surfaceID) { function setManualSurfacePointer (line 152) | int setManualSurfacePointer(int surfaceID, void* ptr) { FILE: vm/src/from_squeak/Cross/plugins/SurfacePlugin/SurfacePlugin.c type SqueakSurface (line 34) | typedef struct SqueakSurface { type VirtualMachine (line 54) | struct VirtualMachine function ioGetSurfaceFormat (line 76) | EXPORT(int) ioGetSurfaceFormat (int surfaceID, int* width, int* height, ... function ioLockSurface (line 90) | EXPORT(int) ioLockSurface (int surfaceID, int *pitch, int x, int y, int ... function ioUnlockSurface (line 103) | EXPORT(int) ioUnlockSurface(int surfaceID, int x, int y, int w, int h) function ioShowSurface (line 115) | EXPORT(int) ioShowSurface(int surfaceID, int x, int y, int w, int h) function ioRegisterSurface (line 130) | EXPORT(int) ioRegisterSurface(int surfaceHandle, sqSurfaceDispatch *fn, ... function ioUnregisterSurface (line 160) | EXPORT(int) ioUnregisterSurface(int surfaceID) function ioFindSurface (line 177) | EXPORT(int) ioFindSurface(int surfaceID, sqSurfaceDispatch *fn, int *sur... function setInterpreter (line 188) | EXPORT(int) setInterpreter(struct VirtualMachine* anInterpreter) { function getModuleName (line 199) | EXPORT(const char*) getModuleName(void) { function initialiseModule (line 203) | EXPORT(int) initialiseModule() { function shutdownModule (line 210) | EXPORT(int) shutdownModule() { FILE: vm/src/from_squeak/Cross/plugins/SurfacePlugin/SurfacePlugin.h type sqSurfaceDispatch (line 14) | typedef struct sqSurfaceDispatch { FILE: vm/src/from_squeak/Cross/vm/sq.h type sqInputEvent (line 369) | typedef struct sqInputEvent type sqMouseEvent (line 383) | typedef struct sqMouseEvent type sqKeyboardEvent (line 396) | typedef struct sqKeyboardEvent type sqDragDropFilesEvent (line 409) | typedef struct sqDragDropFilesEvent type sqMenuEvent (line 428) | typedef struct sqMenuEvent type sqWindowEvent (line 442) | typedef struct sqWindowEvent type sqComplexEvent (line 462) | typedef struct sqComplexEvent FILE: vm/src/from_squeak/Cross/vm/sqAtomicOps.h function AtomicSet (line 48) | static inline void function AtomicGet (line 58) | static inline uint64_t FILE: vm/src/from_squeak/Cross/vm/sqExternalSemaphores.c type SignalRequest (line 63) | typedef struct { function ioGetMaxExtSemTableSize (line 86) | int function ioSetMaxExtSemTableSize (line 97) | void function ioInitExternalSemaphores (line 115) | void function sqInt (line 126) | sqInt function sqInt (line 179) | sqInt function allRequestsAreAnswered (line 230) | int FILE: vm/src/from_squeak/Cross/vm/sqHeapMap.c function heapMapAtWord (line 53) | int function heapMapAtWordPut (line 68) | void function clearHeapMap (line 92) | void FILE: vm/src/from_squeak/Cross/vm/sqMemoryAccess.h type sqInt (line 52) | typedef int sqInt; type usqInt (line 53) | typedef unsigned int usqInt; type sqInt (line 55) | typedef long sqInt; type usqInt (line 56) | typedef unsigned long usqInt; type sqInt (line 61) | typedef long long sqInt; type usqInt (line 62) | typedef unsigned long long usqInt; function sqInt (line 75) | static inline sqInt byteAtPointer(char *ptr) { return (sqInt)(*((unsig... function sqInt (line 76) | static inline sqInt byteAtPointerput(char *ptr, int val) { return (sqInt... function sqInt (line 77) | static inline sqInt shortAtPointer(char *ptr) { return (sqInt)(*((shor... function sqInt (line 78) | static inline sqInt shortAtPointerput(char *ptr, int val) { return (sqIn... function sqInt (line 79) | static inline sqInt intAtPointer(char *ptr) { return (sqInt)(*((unsign... function sqInt (line 80) | static inline sqInt intAtPointerput(char *ptr, int val) { return (sqInt)... function sqInt (line 81) | static inline sqInt longAtPointer(char *ptr) { return *(sqInt *)ptr; } function sqInt (line 82) | static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sq... function sqInt (line 83) | static inline sqInt oopAtPointer(char *ptr) { return *(sqInt *)ptr; } function sqInt (line 84) | static inline sqInt oopAtPointerput(char *ptr, sqInt val) { return (sqIn... function sqInt (line 91) | static inline sqInt oopForPointer(char *ptr) { return (sqInt)ptr; } function sqInt (line 94) | static inline sqInt oopForPointer(char *ptr) { return (sqInt)(ptr - sq... function sqInt (line 98) | static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerF... function sqInt (line 99) | static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointe... function sqInt (line 100) | static inline sqInt shortAt(sqInt oop) { return shortAtPointer(pointer... function sqInt (line 101) | static inline sqInt shortAtput(sqInt oop, int val) { return shortAtPoin... function sqInt (line 102) | static inline sqInt intAt(sqInt oop) { return intAtPointer(pointerFor... function sqInt (line 103) | static inline sqInt intAtput(sqInt oop, int val) { return intAtPointerp... function sqInt (line 104) | static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerF... function sqInt (line 105) | static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPoin... function sqInt (line 106) | static inline sqInt oopAt(sqInt oop) { return oopAtPointer(pointerFor... function sqInt (line 107) | static inline sqInt oopAtput(sqInt oop, sqInt val) { return oopAtPointe... type _aligner (line 154) | typedef union { double d; int i[sizeof(double) / sizeof(int)]; } _aligner; function flag (line 181) | static void flag(char *ignored) {} function flag (line 183) | static inline void flag(char *ignored) {} FILE: vm/src/from_squeak/Cross/vm/sqNamedPrims.c type sqExport (line 17) | typedef struct { type ModuleEntry (line 34) | typedef struct ModuleEntry { type VirtualMachine (line 44) | struct VirtualMachine function ModuleEntry (line 58) | static ModuleEntry *addToModuleList(const char *pluginName, void* handle... function sqInt (line 76) | static sqInt removeFromList(ModuleEntry *entry) function sqInt (line 172) | static sqInt callInitializersIn(ModuleEntry *module) function ioDisableModuleLoading (line 234) | void ioDisableModuleLoading() { function ModuleEntry (line 238) | static ModuleEntry *findAndLoadModule(const char *pluginName, sqInt ffiL... function ModuleEntry (line 279) | static ModuleEntry *findOrLoadModule(const char *pluginName, sqInt ffiLoad) function sqInt (line 389) | static sqInt shutdownModule(ModuleEntry *module) function sqInt (line 404) | sqInt ioShutdownAllModules(void) function sqInt (line 418) | sqInt ioUnloadModule(const char *moduleName) function sqInt (line 457) | sqInt ioUnloadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength) function rvm_callInitializersInAllModules (line 535) | void rvm_callInitializersInAllModules() { FILE: vm/src/from_squeak/Cross/vm/sqTicker.c type Tickee (line 64) | typedef struct { function addSynchronousTickee (line 83) | void function ioSynchronousCheckForEvents (line 121) | void function addHighPriorityTickee (line 155) | void function checkHighPriorityTickees (line 211) | void FILE: vm/src/from_squeak/Cross/vm/sqVirtualMachine.c type VirtualMachine (line 222) | struct VirtualMachine function sqInt (line 224) | static sqInt majorVersion(void) { function sqInt (line 228) | static sqInt minorVersion(void) { function sqInt (line 233) | static sqInt isNonIntegerObject(sqInt objectPointer) function sqInt (line 250) | sqInt disownVM(sqInt flags) { return 1; } function sqInt (line 251) | sqInt ownVM(sqInt threadIdAndFlags) type VirtualMachine (line 265) | struct VirtualMachine type VirtualMachine (line 268) | struct VirtualMachine function FILE (line 526) | static FILE * function pushOutputFile (line 542) | void function popOutputFile (line 571) | void FILE: vm/src/from_squeak/Cross/vm/sqVirtualMachine.h type _VMCallbackContext (line 39) | struct _VMCallbackContext type sqInt (line 42) | typedef sqInt (*CompilerHook)(); type VirtualMachine (line 44) | struct VirtualMachine type VirtualMachine (line 46) | typedef struct VirtualMachine { FILE: vm/src/from_squeak/Mac OS/plugins/AsynchFilePlugin/sqMacAsyncFilePrims.c type VirtualMachine (line 14) | struct VirtualMachine function asyncFileInit (line 25) | int asyncFileInit() { return true; } function asyncFileShutdown (line 26) | int asyncFileShutdown() {return true;} type AsyncFileState (line 66) | typedef struct { function asyncFileAllocateBuffer (line 101) | void asyncFileAllocateBuffer(AsyncFileState *state, int byteCount) { function pascal (line 126) | pascal void asyncFileCompletionRoutine(AsyncFileState *state) { function asyncFileInitPB (line 146) | void asyncFileInitPB(AsyncFileState *state, int fPosition) { function asyncFileValid (line 158) | int asyncFileValid(AsyncFile *f) { function asyncFileClose (line 176) | int asyncFileClose(AsyncFile *f) { function asyncFileOpen (line 206) | int asyncFileOpen(AsyncFile *f, int fileNamePtr, int fileNameSize, int w... function asyncFileReadResult (line 273) | int asyncFileReadResult(AsyncFile *f, int bufferPtr, int bufferSize) { function asyncFileReadStart (line 297) | int asyncFileReadStart(AsyncFile *f, int fPosition, int count) { function asyncFileRecordSize (line 324) | int asyncFileRecordSize() { function asyncFileWriteResult (line 328) | int asyncFileWriteResult(AsyncFile *f) { function asyncFileWriteStart (line 343) | int asyncFileWriteStart(AsyncFile *f, int fPosition, int bufferPtr, int ... FILE: vm/src/from_squeak/Mac OS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.c type WindowPtr (line 65) | typedef WindowPtr (*getSTWindowFn)(void); type VirtualMachine (line 96) | struct VirtualMachine function macEventHook (line 105) | static int macEventHook(EventRecord *event) { function glDestroyRenderer (line 220) | int glDestroyRenderer(int handle) function glHasARBMultisampling (line 248) | static int glHasARBMultisampling () { function glCreateRendererFlags (line 269) | int glCreateRendererFlags(int x, int y, int w, int h, int flags) function glGetIntPropertyOS (line 506) | int glGetIntPropertyOS(int handle, int prop) function glSetIntPropertyOS (line 520) | int glSetIntPropertyOS(int handle, int prop, int value) function glRenderer (line 534) | glRenderer *glRendererFromHandle(int handle) { function glSwapBuffers (line 541) | int glSwapBuffers(glRenderer *renderer) { function glMakeCurrentRenderer (line 597) | int glMakeCurrentRenderer(glRenderer *renderer) { function glSetBufferRect (line 616) | int glSetBufferRect(int handle, int x, int y, int w, int h) { function glSetVerboseLevel (line 666) | int glSetVerboseLevel(int level) { function glIsOverlayRenderer (line 671) | int glIsOverlayRenderer(int handle) { function glInitialize (line 683) | int glInitialize(void) function glShutdown (line 707) | int glShutdown(void) FILE: vm/src/from_squeak/Mac OS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.h type glRenderer (line 14) | typedef struct glRenderer { FILE: vm/src/from_squeak/Mac OS/plugins/B3DAcceleratorPlugin/sqMacOpenGLInfo.c function PrintBufferModes (line 56) | static void PrintBufferModes(GLint v) function PrintColorModes (line 64) | static void PrintColorModes(GLint v) function PrintBitModes (line 94) | static void PrintBitModes(GLint v) function PrintInfoStats (line 115) | static void PrintInfoStats(AGLRendererInfo info) function CheckGetRendererInfo (line 185) | static void CheckGetRendererInfo(GDHandle device) function printRendererInfo (line 210) | int printRendererInfo(void) function printFormatInfo (line 231) | int printFormatInfo(AGLPixelFormat info) FILE: vm/src/from_squeak/Mac OS/plugins/ClipboardExtended/ClipboardExtendedPlugin.c type VirtualMachine (line 49) | struct VirtualMachine type VirtualMachine (line 57) | struct VirtualMachine function VirtualMachine (line 70) | static VirtualMachine * getInterpreter(void) { function getModuleName (line 80) | EXPORT(const char*) getModuleName(void) { function sqInt (line 84) | static sqInt halt(void) { function ioAddClipboardData (line 88) | EXPORT(sqInt) ioAddClipboardData(void) { function ioClearClipboard (line 115) | EXPORT(sqInt) ioClearClipboard(void) { function ioCreateClipboard (line 132) | EXPORT(sqInt) ioCreateClipboard(void) { function ioGetClipboardFormat (line 143) | EXPORT(sqInt) ioGetClipboardFormat(void) { function ioReadClipboardData (line 173) | EXPORT(sqInt) ioReadClipboardData(void) { function sqInt (line 196) | static sqInt msg(char * s) { function setInterpreter (line 203) | EXPORT(sqInt) setInterpreter(struct VirtualMachine* anInterpreter) { function sqInt (line 215) | static sqInt sqAssert(sqInt aBool) { FILE: vm/src/from_squeak/Mac OS/plugins/ClipboardExtended/sqMacExtendedClipboard.c type VirtualMachine (line 21) | struct VirtualMachine function sqPasteboardClear (line 23) | void sqPasteboardClear( PasteboardRef inPasteboard ) function sqPasteboardGetItemCount (line 28) | int sqPasteboardGetItemCount ( PasteboardRef inPasteboard ) function sqPasteboardCopyItemFlavorsitemNumber (line 37) | int sqPasteboardCopyItemFlavorsitemNumber ( PasteboardRef inPasteboard, ... function PasteboardRef (line 79) | PasteboardRef sqCreateClipboard( void ) function sqPasteboardPutItemFlavordatalengthformatTypeformatLength (line 91) | void sqPasteboardPutItemFlavordatalengthformatTypeformatLength ( Pastebo... function sqPasteboardCopyItemFlavorDataformatformatLength (line 109) | int sqPasteboardCopyItemFlavorDataformatformatLength ( PasteboardRef inP... FILE: vm/src/from_squeak/Mac OS/plugins/CroquetPlugin/sqMacCroquet.c function sqInt (line 19) | sqInt ioGatherEntropy(char *buffer, sqInt bufSize) FILE: vm/src/from_squeak/Mac OS/plugins/DropPlugin/sqMacDragDrop.c type HFSFlavorSqueak (line 76) | struct HFSFlavorSqueak { type HFSFlavorSqueak (line 82) | typedef struct HFSFlavorSqueak HFSFlavorSqueak; type VirtualMachine (line 102) | struct VirtualMachine function dropInit (line 108) | int dropInit(void) function dropShutdown (line 163) | int dropShutdown() { function sqSecFileAccessCallback (line 179) | int sqSecFileAccessCallback(void *function) { function dropRequestFileHandle (line 198) | int dropRequestFileHandle(int dropIndex) { function pascal (line 229) | static pascal OSErr ApproveDragReference(DragReference theDragRef, Boole... function pascal (line 281) | pascal OSErr MyDragTrackingHandler(DragTrackingMessage message, WindowPt... function pascal (line 355) | static pascal OSErr SetDropFolder function pascal (line 405) | pascal OSErr MyDragReceiveHandler(WindowPtr theWindow, void *refcon, Dra... function sqSetNumberOfDropFiles (line 523) | void sqSetNumberOfDropFiles(int numberOfFiles) { function sqSetFileInformation (line 538) | void sqSetFileInformation(int dropIndex, void *dropFile) { FILE: vm/src/from_squeak/Mac OS/plugins/ExuperyPlugin/sqOSXExuperyPlugin.c function ioMapCodeCache (line 7) | int ioMapCodeCache(int size) { FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/C Headers/DirectoryCopy.h type pascal (line 48) | typedef pascal Boolean (*CopyErrProcPtr) (OSErr error, type pascal (line 86) | typedef pascal Boolean (*CopyFilterProcPtr) (const CInfoPBRec * const cp... FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/C Headers/IterateDirectory.h type pascal (line 33) | typedef pascal void (*IterateFilterProcPtr) (const CInfoPBRec * const cp... FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/C Headers/MoreFilesExtras.h type UniversalFMPB (line 203) | typedef union UniversalFMPB UniversalFMPB; type UniversalFMPB (line 204) | typedef UniversalFMPB *UniversalFMPBPtr, **UniversalFMPBHandle; type UGEntry (line 211) | struct UGEntry type UGEntry (line 217) | typedef struct UGEntry UGEntry; type UGEntry (line 218) | typedef UGEntry *UGEntryPtr, **UGEntryHandle; type MyAFPVolMountInfo (line 228) | struct MyAFPVolMountInfo type MyAFPVolMountInfo (line 253) | typedef struct MyAFPVolMountInfo MyAFPVolMountInfo; type MyAFPVolMountInfo (line 254) | typedef MyAFPVolMountInfo *MyAFPVolMountInfoPtr, **MyAFPVolMountInfoHandle; type MyAFPXVolMountInfo (line 256) | struct MyAFPXVolMountInfo type MyAFPXVolMountInfo (line 287) | typedef struct MyAFPXVolMountInfo MyAFPXVolMountInfo; type MyAFPXVolMountInfo (line 288) | typedef MyAFPXVolMountInfo *MyAFPXVolMountInfoPtr, **MyAFPXVolMountInfoH... FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/Sources/DirectoryCopy.c type EnumerateGlobals (line 59) | struct EnumerateGlobals type EnumerateGlobals (line 75) | typedef struct EnumerateGlobals EnumerateGlobals; type EnumerateGlobals (line 76) | typedef EnumerateGlobals *EnumerateGlobalsPtr; type PreflightGlobals (line 86) | struct PreflightGlobals type PreflightGlobals (line 103) | typedef struct PreflightGlobals PreflightGlobals; type PreflightGlobals (line 104) | typedef PreflightGlobals *PreflightGlobalsPtr; function GetLevelSize (line 125) | static void GetLevelSize(long currentDirID, function OSErr (line 202) | static OSErr PreflightDirectoryCopySpace(short srcVRefNum, function CopyLevel (line 244) | static void CopyLevel(long sourceDirID, function pascal (line 401) | pascal OSErr FilteredDirectoryCopy(short srcVRefNum, function pascal (line 616) | pascal OSErr DirectoryCopy(short srcVRefNum, function pascal (line 637) | pascal OSErr FSpFilteredDirectoryCopy(const FSSpec *srcSpec, function pascal (line 655) | pascal OSErr FSpDirectoryCopy(const FSSpec *srcSpec, FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/Sources/FSpCompat.c function pascal (line 217) | pascal OSErr FSMakeFSSpecCompat(short vRefNum, function pascal (line 252) | pascal OSErr FSpOpenDFCompat(const FSSpec *spec, function pascal (line 281) | pascal OSErr FSpOpenRFCompat(const FSSpec *spec, function pascal (line 310) | pascal OSErr FSpCreateCompat(const FSSpec *spec, function pascal (line 365) | pascal OSErr FSpDirCreateCompat(const FSSpec *spec, function pascal (line 411) | pascal OSErr FSpDeleteCompat(const FSSpec *spec) function pascal (line 433) | pascal OSErr FSpGetFInfoCompat(const FSSpec *spec, function pascal (line 460) | pascal OSErr FSpSetFInfoCompat(const FSSpec *spec, function pascal (line 492) | pascal OSErr FSpSetFLockCompat(const FSSpec *spec) function pascal (line 514) | pascal OSErr FSpRstFLockCompat(const FSSpec *spec) function pascal (line 536) | pascal OSErr FSpRenameCompat(const FSSpec *spec, function pascal (line 560) | pascal OSErr FSpCatMoveCompat(const FSSpec *source, function OSErr (line 592) | static OSErr GenerateUniqueName(short volume, function pascal (line 645) | pascal OSErr FSpExchangeFilesCompat(const FSSpec *source, function FSpOpenResFileCompat (line 859) | pascal short FSpOpenResFileCompat(const FSSpec *spec, function pascal (line 876) | pascal void FSpCreateResFileCompat(const FSSpec *spec, FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/Sources/FileCopy.c function OSErr (line 119) | static OSErr GetDestinationDirInfo(short vRefNum, function OSErr (line 141) | static OSErr CheckForForks(short vRefNum, function OSErr (line 164) | static OSErr PreflightFileCopySpace(short srcVRefNum, function pascal (line 250) | pascal OSErr FileCopy(short srcVRefNum, function pascal (line 581) | pascal OSErr FSpFileCopy(const FSSpec *srcSpec, FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/Sources/FullPath.c function pascal (line 82) | pascal OSErr GetFullPath(short vRefNum, function pascal (line 105) | pascal OSErr FSpGetFullPath(const FSSpec *spec, function pascal (line 228) | pascal OSErr FSpLocationFromFullPath(short fullPathLength, function pascal (line 260) | pascal OSErr LocationFromFullPath(short fullPathLength, FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/Sources/IterateDirectory.c type IterateGlobals (line 39) | struct IterateGlobals type IterateGlobals (line 54) | typedef struct IterateGlobals IterateGlobals; type IterateGlobals (line 55) | typedef IterateGlobals *IterateGlobalsPtr; function IterateDirectoryLevel (line 70) | static void IterateDirectoryLevel(long dirID, function pascal (line 121) | pascal OSErr IterateDirectory(short vRefNum, function pascal (line 180) | pascal OSErr FSpIterateDirectory(const FSSpec *spec, FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/Sources/MoreDesktopMgr.c type IDRec (line 87) | struct IDRec type IDRec (line 92) | typedef struct IDRec IDRec; type IDRec (line 93) | typedef IDRec *IDRecPtr; type BundleType (line 95) | struct BundleType type BundleType (line 101) | typedef struct BundleType BundleType; type BundleType (line 102) | typedef BundleType *BundleTypePtr; type BNDLRec (line 104) | struct BNDLRec type BNDLRec (line 111) | typedef struct BNDLRec BNDLRec; type BNDLRec (line 112) | typedef BNDLRec **BNDLRecHandle; type FREFRec (line 114) | struct FREFRec type FREFRec (line 120) | typedef struct FREFRec FREFRec; type FREFRec (line 121) | typedef FREFRec **FREFRecHandle; type APPLRec (line 123) | struct APPLRec type APPLRec (line 129) | typedef struct APPLRec APPLRec; type APPLRec (line 130) | typedef APPLRec *APPLRecPtr; function OSErr (line 191) | static OSErr GetDesktopFileName(short vRefNum, function pascal (line 225) | pascal OSErr DTOpen(ConstStr255Param volName, function OSErr (line 273) | static OSErr GetAPPLFromDesktopFile(ConstStr255Param volName, function pascal (line 379) | pascal OSErr DTXGetAPPL(ConstStr255Param volName, function pascal (line 509) | pascal OSErr FSpDTXGetAPPL(ConstStr255Param volName, function pascal (line 521) | pascal OSErr DTGetAPPL(ConstStr255Param volName, function pascal (line 535) | pascal OSErr FSpDTGetAPPL(ConstStr255Param volName, function OSErr (line 553) | static OSErr FindBundleGivenCreator(OSType creator, function OSErr (line 603) | static OSErr FindTypeInBundle(OSType typeToFind, function OSErr (line 648) | static OSErr GetLocalIDFromFREF(BundleTypePtr theBundleType, function OSErr (line 693) | static OSErr GetIconRsrcIDFromLocalID(BundleTypePtr theBundleType, function OSType (line 731) | static OSType DTIconToResIcon(short iconType) function OSErr (line 780) | static OSErr GetIconFromDesktopFile(ConstStr255Param volName, function pascal (line 899) | pascal OSErr DTGetIcon(ConstStr255Param volName, function pascal (line 998) | pascal OSErr DTSetComment(short vRefNum, function pascal (line 1032) | pascal OSErr FSpDTSetComment(const FSSpec *spec, function OSErr (line 1046) | static OSErr GetCommentID(short vRefNum, function OSErr (line 1067) | static OSErr GetCommentFromDesktopFile(short vRefNum, function pascal (line 1148) | pascal OSErr DTGetComment(short vRefNum, function pascal (line 1217) | pascal OSErr FSpDTGetComment(const FSSpec *spec, function pascal (line 1225) | pascal OSErr DTCopyComment(short srcVRefNum, function pascal (line 1246) | pascal OSErr FSpDTCopyComment(const FSSpec *srcSpec, FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/Sources/MoreFiles.c function pascal (line 33) | pascal OSErr HGetVolParms(ConstStr255Param volName, function pascal (line 55) | pascal OSErr HCreateMinimum(short vRefNum, function pascal (line 70) | pascal OSErr FSpCreateMinimum(const FSSpec *spec) function pascal (line 77) | pascal OSErr ExchangeFiles(short vRefNum, function pascal (line 95) | pascal OSErr ResolveFileIDRef(ConstStr255Param volName, function pascal (line 127) | pascal OSErr FSpResolveFileIDRef(ConstStr255Param volName, function pascal (line 144) | pascal OSErr CreateFileIDRef(short vRefNum, function pascal (line 165) | pascal OSErr FSpCreateFileIDRef(const FSSpec *spec, function pascal (line 173) | pascal OSErr DeleteFileIDRef(ConstStr255Param volName, function pascal (line 187) | pascal OSErr FlushFile(short refNum) function pascal (line 197) | pascal OSErr LockRange(short refNum, function pascal (line 212) | pascal OSErr UnlockRange(short refNum, function pascal (line 227) | pascal OSErr GetForeignPrivs(short vRefNum, function pascal (line 256) | pascal OSErr FSpGetForeignPrivs(const FSSpec *spec, function pascal (line 272) | pascal OSErr SetForeignPrivs(short vRefNum, function pascal (line 304) | pascal OSErr FSpSetForeignPrivs(const FSSpec *spec, function pascal (line 320) | pascal OSErr HGetLogInInfo(ConstStr255Param volName, function pascal (line 341) | pascal OSErr HGetDirAccess(short vRefNum, function pascal (line 366) | pascal OSErr FSpGetDirAccess(const FSSpec *spec, function pascal (line 377) | pascal OSErr HSetDirAccess(short vRefNum, function pascal (line 397) | pascal OSErr FSpSetDirAccess(const FSSpec *spec, function pascal (line 408) | pascal OSErr HMapID(ConstStr255Param volName, function pascal (line 426) | pascal OSErr HMapName(ConstStr255Param volName, function pascal (line 449) | pascal OSErr HCopyFile(short srcVRefNum, function pascal (line 471) | pascal OSErr FSpCopyFile(const FSSpec *srcSpec, function pascal (line 482) | pascal OSErr HMoveRename(short vRefNum, function pascal (line 502) | pascal OSErr FSpMoveRename(const FSSpec *srcSpec, function pascal (line 523) | pascal OSErr GetVolMountInfoSize(ConstStr255Param volName, function pascal (line 537) | pascal OSErr GetVolMountInfo(ConstStr255Param volName, function pascal (line 551) | pascal OSErr VolumeMount(const void *volMountInfo, function pascal (line 568) | pascal OSErr Share(short vRefNum, function pascal (line 582) | pascal OSErr FSpShare(const FSSpec *spec) function pascal (line 589) | pascal OSErr Unshare(short vRefNum, function pascal (line 603) | pascal OSErr FSpUnshare(const FSSpec *spec) function pascal (line 610) | pascal OSErr GetUGEntry(short objType, FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/Sources/MoreFilesExtras.c type DeleteEnumGlobals (line 57) | struct DeleteEnumGlobals type DeleteEnumGlobals (line 67) | typedef struct DeleteEnumGlobals DeleteEnumGlobals; type DeleteEnumGlobals (line 68) | typedef DeleteEnumGlobals *DeleteEnumGlobalsPtr; function pascal (line 95) | static pascal OSErr PBXGetVolInfoSyncGlue(XVolumeParamPtr paramBlock) function pascal (line 129) | static pascal OSErr CallPBXGetVolInfoSync(XVolumeParamPtr paramBlock) function pascal (line 164) | pascal void TruncPString(StringPtr destination, function pascal (line 205) | pascal Ptr GetTempBuffer(long buffReqSize, function pascal (line 276) | pascal OSErr GetVolumeInfoNoName(ConstStr255Param pathname, function pascal (line 318) | pascal OSErr XGetVolumeInfoNoName(ConstStr255Param pathname, function pascal (line 376) | pascal OSErr GetCatInfoNoName(short vRefNum, function pascal (line 405) | pascal OSErr DetermineVRefNum(ConstStr255Param pathname, function pascal (line 422) | pascal OSErr HGetVInfo(short volReference, function pascal (line 463) | pascal OSErr XGetVInfo(short volReference, function pascal (line 568) | pascal OSErr CheckVolLock(ConstStr255Param pathname, function pascal (line 604) | pascal OSErr GetDriverName(short driverRefNum, function pascal (line 638) | pascal OSErr FindDrive(ConstStr255Param pathname, function pascal (line 704) | pascal OSErr GetDiskBlocks(ConstStr255Param pathname, function pascal (line 842) | pascal OSErr GetVolState(ConstStr255Param pathname, function pascal (line 946) | pascal OSErr GetVolFileSystemID(ConstStr255Param pathname, function pascal (line 971) | pascal OSErr UnmountAndEject(ConstStr255Param pathname, function pascal (line 1060) | pascal OSErr OnLine(FSSpecPtr volumes, function pascal (line 1096) | pascal OSErr SetDefault(short newVRefNum, function pascal (line 1116) | pascal OSErr RestoreDefault(short oldVRefNum, function pascal (line 1156) | pascal OSErr GetDInfo(short vRefNum, function pascal (line 1184) | pascal OSErr FSpGetDInfo(const FSSpec *spec, function pascal (line 1192) | pascal OSErr SetDInfo(short vRefNum, function pascal (line 1244) | pascal OSErr FSpSetDInfo(const FSSpec *spec, function pascal (line 1252) | pascal OSErr GetDirectoryID(short vRefNum, function pascal (line 1280) | pascal OSErr FSpGetDirectoryID(const FSSpec *spec, function pascal (line 1290) | pascal OSErr GetDirName(short vRefNum, function pascal (line 1315) | pascal OSErr GetIOACUser(short vRefNum, function pascal (line 1348) | pascal OSErr FSpGetIOACUser(const FSSpec *spec, function pascal (line 1356) | pascal OSErr GetParentID(short vRefNum, function pascal (line 1442) | pascal OSErr GetFilenameFromPathname(ConstStr255Param pathname, function pascal (line 1518) | pascal OSErr GetObjectLocation(short vRefNum, function pascal (line 1667) | pascal OSErr GetDirItems(short vRefNum, function DeleteLevel (line 1755) | static void DeleteLevel(long dirToDelete, function pascal (line 1800) | pascal OSErr DeleteDirectoryContents(short vRefNum, function pascal (line 1837) | pascal OSErr DeleteDirectory(short vRefNum, function pascal (line 1860) | pascal OSErr CheckObjectLock(short vRefNum, function pascal (line 1882) | pascal OSErr FSpCheckObjectLock(const FSSpec *spec) function pascal (line 1889) | pascal OSErr GetFileSize(short vRefNum, function pascal (line 1915) | pascal OSErr FSpGetFileSize(const FSSpec *spec, function pascal (line 1924) | pascal OSErr BumpDate(short vRefNum, function pascal (line 1971) | pascal OSErr FSpBumpDate(const FSSpec *spec) function pascal (line 1978) | pascal OSErr ChangeCreatorType(short vRefNum, function pascal (line 2039) | pascal OSErr FSpChangeCreatorType(const FSSpec *spec, function pascal (line 2048) | pascal OSErr ChangeFDFlags(short vRefNum, function pascal (line 2120) | pascal OSErr FSpChangeFDFlags(const FSSpec *spec, function pascal (line 2129) | pascal OSErr SetIsInvisible(short vRefNum, function pascal (line 2139) | pascal OSErr FSpSetIsInvisible(const FSSpec *spec) function pascal (line 2147) | pascal OSErr ClearIsInvisible(short vRefNum, function pascal (line 2157) | pascal OSErr FSpClearIsInvisible(const FSSpec *spec) function pascal (line 2165) | pascal OSErr SetNameLocked(short vRefNum, function pascal (line 2175) | pascal OSErr FSpSetNameLocked(const FSSpec *spec) function pascal (line 2183) | pascal OSErr ClearNameLocked(short vRefNum, function pascal (line 2193) | pascal OSErr FSpClearNameLocked(const FSSpec *spec) function pascal (line 2201) | pascal OSErr SetIsStationery(short vRefNum, function pascal (line 2211) | pascal OSErr FSpSetIsStationery(const FSSpec *spec) function pascal (line 2219) | pascal OSErr ClearIsStationery(short vRefNum, function pascal (line 2229) | pascal OSErr FSpClearIsStationery(const FSSpec *spec) function pascal (line 2237) | pascal OSErr SetHasCustomIcon(short vRefNum, function pascal (line 2247) | pascal OSErr FSpSetHasCustomIcon(const FSSpec *spec) function pascal (line 2255) | pascal OSErr ClearHasCustomIcon(short vRefNum, function pascal (line 2265) | pascal OSErr FSpClearHasCustomIcon(const FSSpec *spec) function pascal (line 2273) | pascal OSErr ClearHasBeenInited(short vRefNum, function pascal (line 2283) | pascal OSErr FSpClearHasBeenInited(const FSSpec *spec) function pascal (line 2291) | pascal OSErr CopyFileMgrAttributes(short srcVRefNum, function pascal (line 2351) | pascal OSErr FSpCopyFileMgrAttributes(const FSSpec *srcSpec, function pascal (line 2362) | pascal OSErr HOpenAware(short vRefNum, function pascal (line 2434) | pascal OSErr FSpOpenAware(const FSSpec *spec, function pascal (line 2443) | pascal OSErr HOpenRFAware(short vRefNum, function pascal (line 2514) | pascal OSErr FSpOpenRFAware(const FSSpec *spec, function pascal (line 2523) | pascal OSErr FSReadNoCache(short refNum, function pascal (line 2542) | pascal OSErr FSWriteNoCache(short refNum, function Boolean (line 2564) | static Boolean EqualMemory(const void *buffer1, const void *buffer2, uns... function OSErr (line 2600) | static OSErr FSReadVerify(short refNum, function pascal (line 2619) | pascal OSErr FSWriteVerify(short refNum, function pascal (line 2716) | pascal OSErr CopyFork(short srcRefNum, function pascal (line 2792) | pascal OSErr GetFileLocation(short refNum, function pascal (line 2815) | pascal OSErr FSpGetFileLocation(short refNum, function pascal (line 2823) | pascal OSErr CopyDirectoryAccess(short srcVRefNum, function pascal (line 2880) | pascal OSErr FSpCopyDirectoryAccess(const FSSpec *srcSpec, function pascal (line 2889) | pascal OSErr HMoveRenameCompat(short vRefNum, function pascal (line 2999) | pascal OSErr FSpMoveRenameCompat(const FSSpec *srcSpec, function pascal (line 3012) | pascal OSErr BuildAFPVolMountInfo(short flags, function pascal (line 3066) | pascal OSErr RetrieveAFPVolMountInfo(AFPVolMountInfoPtr afpInfoPtr, function pascal (line 3119) | pascal OSErr BuildAFPXVolMountInfo(short flags, function pascal (line 3198) | pascal OSErr RetrieveAFPXVolMountInfo(AFPXVolMountInfoPtr afpXInfoPtr, function pascal (line 3307) | pascal OSErr GetUGEntries(short objType, FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/MoreFiles 1.5/Sources/Search.c type LevelRec (line 55) | struct LevelRec type LevelRec (line 61) | typedef struct LevelRec LevelRec; type LevelRec (line 62) | typedef LevelRec *LevelRecPtr, **LevelRecHandle; type SearchPositionRec (line 72) | struct SearchPositionRec type SearchPositionRec (line 82) | typedef struct SearchPositionRec SearchPositionRec; type SearchPositionRec (line 83) | typedef SearchPositionRec *SearchPositionRecPtr; type ExtendedTMTask (line 92) | struct ExtendedTMTask type ExtendedTMTask (line 101) | typedef struct ExtendedTMTask ExtendedTMTask; type ExtendedTMTask (line 102) | typedef ExtendedTMTask *ExtendedTMTaskPtr; function OSErr (line 164) | static OSErr CheckVol(ConstStr255Param pathname, function OSErr (line 197) | static OSErr CheckStack(unsigned short stackDepth, function OSErr (line 227) | static OSErr VerifyUserPB(CSParamPtr userPB, function Boolean (line 350) | static Boolean IsSubString(ConstStr255Param aStringPtr, function Boolean (line 414) | static Boolean CompareMasked(const long *data1, function CheckForMatches (line 445) | static void CheckForMatches(CInfoPBPtr cPB, function pascal (line 683) | static pascal void TimeOutTask(TMTaskPtr tmTaskPtr) function TimeOutTask (line 693) | static void TimeOutTask(void) function GetDirModDate (line 711) | static long GetDirModDate(short vRefNum, function pascal (line 739) | pascal OSErr IndexedSearch(CSParamPtr pb, function pascal (line 1018) | pascal OSErr PBCatSearchSyncCompat(CSParamPtr paramBlock) function pascal (line 1085) | pascal OSErr NameFileSearch(ConstStr255Param volName, function pascal (line 1171) | pascal OSErr CreatorTypeFileSearch(ConstStr255Param volName, FILE: vm/src/from_squeak/Mac OS/plugins/FileCopyPlugin/sqMacFileCopy.c function sqCopyFilesizetosize (line 13) | int sqCopyFilesizetosize(char *srcNameIndex, int srcNameSize, char *dstN... function sqCopyDirectorysizetosize (line 42) | int sqCopyDirectorysizetosize(char *srcNameIndex, int srcNameSize, char ... function pascal (line 81) | pascal Boolean handleDupError(OSErr error, FILE: vm/src/from_squeak/Mac OS/plugins/FilePlugin/sqMacDirectory.c function convertToSqueakTime (line 77) | int convertToSqueakTime(int macTime) { function dir_Create (line 82) | int dir_Create(char *pathString, int pathStringLength) { function dir_Delete (line 136) | int dir_Delete(char *pathString, int pathStringLength) { function dir_Create (line 166) | int dir_Create(char *pathString, int pathStringLength) { function dir_Delete (line 177) | int dir_Delete(char *pathString, int pathStringLength) { function dir_Delimitor (line 189) | int dir_Delimitor(void) { function dir_Lookup (line 195) | int dir_Lookup(char *pathString, int pathStringLength, int index, function dir_Lookup (line 310) | int dir_Lookup(char *pathString, int pathStringLength, int index, function OSErr (line 378) | OSErr getSpecAndFInfo(char *filename, int filenameSize,FSSpec *spec,FInf... function dir_SetMacFileTypeAndCreator (line 390) | int dir_SetMacFileTypeAndCreator(char *filename, int filenameSize, char ... function dir_GetMacFileTypeAndCreator (line 406) | int dir_GetMacFileTypeAndCreator(char *filename, int filenameSize, char ... function equalsLastPath (line 423) | int equalsLastPath(char *pathString, int pathStringLength) { function recordPath (line 444) | int recordPath(char *pathString, int pathStringLength, FSSpec *spec) { function ftruncate (line 462) | int ftruncate(short int file,int offset) function fflush (line 481) | int fflush(FILE * file) function set_file_type (line 540) | static void set_file_type(FSSpec * spec, int binary_file) function __open_file (line 564) | int __open_file(const char * name, __file_modes mode, __file_handle * ha... FILE: vm/src/from_squeak/Mac OS/plugins/FilePlugin/sqMacUnixFileInterface.c function sqInt (line 119) | sqInt dir_Create(char *pathString, sqInt pathStringLength) function sqInt (line 132) | sqInt dir_Delete(char *pathString, sqInt pathStringLength) function sqInt (line 147) | sqInt dir_Delimitor(void) function maybeOpenDir (line 153) | static int maybeOpenDir(char *unixPath) function sqInt (line 175) | sqInt dir_Lookup(char *pathString, sqInt pathStringLength, sqInt index, function sqInt (line 283) | sqInt dir_EntryLookup(char *pathString, sqInt pathStringLength, char* na... function sqInt (line 353) | sqInt sqGetFilenameFromString(char * aCharBuffer, char * aFilenameString... function sqFilenameFromStringOpen (line 358) | void sqFilenameFromStringOpen(char *buffer,sqInt fileIndex, long fileLe... function sqFilenameFromString (line 362) | void sqFilenameFromString(char *buffer,sqInt fileIndex, long fileLength) { function sqInt (line 366) | sqInt ioFilenamefromStringofLengthresolveAliasesRetry(char* dst, char* s... function CFURLRef (line 403) | static CFURLRef makeFileSystemURLFromString(char *pathString,int length,... function OSErr (line 421) | OSErr getFSRef(char *pathString,FSRef *theFSRef,CFStringEncoding encoding) function getLastPathComponentInCurrentEncoding (line 441) | int getLastPathComponentInCurrentEncoding(char *pathString,char * lastPa... function PathToFileViaFSRef (line 463) | void PathToFileViaFSRef(char *pathName, int pathNameMax, FSRef *theFSRef... function OSErr (line 492) | static OSErr getFInfo(char *filename,FSCatalogInfo *catInfo,CFStringEnco... function OSErr (line 503) | OSErr getFInfoViaFSRef(FSRef *theFSRef, FInfo *finderInfo) { function dir_SetMacFileTypeAndCreator (line 512) | int dir_SetMacFileTypeAndCreator(char *filename, sqInt filenameSize, cha... function dir_GetMacFileTypeAndCreator (line 541) | int dir_GetMacFileTypeAndCreator(char *filename, sqInt filenameSize, cha... function OSStatus (line 564) | OSStatus SetVMPathFromApplicationDirectory() { function OSErr (line 589) | OSErr squeakFindImage(char* pathName) function pascal (line 651) | pascal Boolean findImageFilterProc(AEDesc* theItem, void* info, function wanderDownPath (line 686) | int wanderDownPath(char *src,int bytes,char *parts,Boolean resolveLastAl... function sq2uxPath (line 731) | int sq2uxPath(char *from, int fromLen, char *to, int toLen, int term) function ux2sqPath (line 738) | int ux2sqPath(char *from, int fromLen, char *to, int toLen, int term) function convertCopy (line 747) | static int convertCopy(char *from, int fromLen, char *to, int toLen, int... function convertChars (line 755) | int convertChars(char *from, int fromLen, void *fromCode, char *to, int ... FILE: vm/src/from_squeak/Mac OS/plugins/HostWindowPlugin/sqMacHostWindow.c type VirtualMachine (line 16) | struct VirtualMachine function createWindowWidthheightoriginXyattrlength (line 19) | int createWindowWidthheightoriginXyattrlength(int w,int h,int x,int y, ... function setWindowTrackingRgn (line 47) | void setWindowTrackingRgn(int windowIndex) { function closeWindow (line 82) | int closeWindow(int windowIndex) { function ioPositionOfWindow (line 103) | int ioPositionOfWindow(wIndexType windowIndex) function ioPositionOfWindowSetxy (line 114) | int ioPositionOfWindowSetxy(wIndexType windowIndex, int x, int y) function ioSizeOfWindow (line 139) | int ioSizeOfWindow(wIndexType windowIndex) function ioSizeOfWindowSetxy (line 154) | int ioSizeOfWindowSetxy(wIndexType windowIndex, int x, int y) function ioSetTitleOfWindow (line 179) | int ioSetTitleOfWindow(int windowIndex, char * newTitle, int sizeOfTitle) { function ioCloseAllWindows (line 195) | int ioCloseAllWindows(void) { function windowDescriptorBlock (line 211) | windowDescriptorBlock *windowBlockFromIndex(int windowIndex) { function windowDescriptorBlock (line 221) | windowDescriptorBlock *windowBlockFromHandle(wHandleType windowHandle) { function wHandleType (line 232) | wHandleType windowHandleFromIndex(int windowIndex) { function windowIndexFromHandle (line 242) | int windowIndexFromHandle(wHandleType windowHandle) { function windowIndexFromBlock (line 252) | int windowIndexFromBlock( windowDescriptorBlock * thisWindow) { function windowDescriptorBlock (line 264) | windowDescriptorBlock *AddWindowBlock(void) { function RemoveWindowBlock (line 289) | int RemoveWindowBlock(windowDescriptorBlock * thisWindow) { function getCurrentIndexInUse (line 310) | int getCurrentIndexInUse(void) { FILE: vm/src/from_squeak/Mac OS/plugins/HostWindowPlugin/sqMacHostWindow.h type windowDescriptorBlock (line 19) | typedef struct windowDescriptorBlock { FILE: vm/src/from_squeak/Mac OS/plugins/InternetConfigPlugin/sqMacInternetConfiguration.c function sqInternetConfigurationInit (line 27) | int sqInternetConfigurationInit(void) { function sqInternetConfigurationShutdown (line 47) | int sqInternetConfigurationShutdown(void) { function sqInternetConfigurationGetStringKeyedBykeySizeinto (line 55) | int sqInternetConfigurationGetStringKeyedBykeySizeinto(char *aKey,int ke... function sqInternetGetMacintoshFileTypeAndCreatorFromkeySizeinto (line 121) | void sqInternetGetMacintoshFileTypeAndCreatorFromkeySizeinto(char * aFil... function OSType (line 152) | static OSType GetApplicationSignature() { function convertPassword (line 173) | void convertPassword(unsigned char *buffer) { function convertPSTRToString (line 182) | void convertPSTRToString(unsigned char*pstr,char *target) { FILE: vm/src/from_squeak/Mac OS/plugins/JoystickTabletPlugin/HID_Error_Handler.c function HIDReportErrorNum (line 72) | void HIDReportErrorNum (char * strError, long numError) function HIDReportError (line 90) | void HIDReportError (char * strError) FILE: vm/src/from_squeak/Mac OS/plugins/JoystickTabletPlugin/HID_Name_Lookup.c function CFPropertyListRef (line 53) | static CFPropertyListRef xml_load(const CFStringRef pResourceName,const ... function Boolean (line 81) | static Boolean xml_search_cookie(const long pVendorID, const long pProdu... function Boolean (line 154) | static Boolean xml_search_usage(const long pVendorID, const long pProduc... function Boolean (line 228) | Boolean HIDGetElementNameFromVendorProductCookie (const long pVendorID, ... function Boolean (line 333) | Boolean HIDGetElementNameFromVendorProductUsage (const long pVendorID, c... FILE: vm/src/from_squeak/Mac OS/plugins/JoystickTabletPlugin/HID_Queue_Utilities.c function IOReturn (line 70) | static IOReturn hid_CreateQueue (pRecDevice pDevice) function hid_IsDeviceQueueEmpty (line 106) | static unsigned char hid_IsDeviceQueueEmpty (pRecDevice pDevice) function IOReturn (line 132) | static IOReturn hid_DisposeReleaseQueue (pRecDevice pDevice) function HIDQueueElement (line 170) | unsigned long HIDQueueElement (pRecDevice pDevice, pRecElement pElement) function HIDQueueDevice (line 223) | unsigned long HIDQueueDevice (pRecDevice pDevice) function HIDDequeueElement (line 288) | unsigned long HIDDequeueElement (pRecDevice pDevice, pRecElement pElement) function HIDDequeueDevice (line 342) | unsigned long HIDDequeueDevice (pRecDevice pDevice) function HIDReleaseAllDeviceQueues (line 390) | unsigned long HIDReleaseAllDeviceQueues (void) function HIDCloseReleaseInterface (line 411) | unsigned long HIDCloseReleaseInterface (pRecDevice pDevice) function HIDGetEvent (line 441) | unsigned char HIDGetEvent (pRecDevice pDevice, void * pHIDEvent) function HIDGetElementValue (line 471) | long HIDGetElementValue (pRecDevice pDevice, pRecElement pElement) function HIDSetElementValue (line 526) | long HIDSetElementValue (pRecDevice pDevice, pRecElement pElement,void* ... function HIDSetQueueCallback (line 550) | long HIDSetQueueCallback (pRecDevice pDevice, IOHIDCallbackFunction call... function HIDGetReport (line 590) | long HIDGetReport (pRecDevice pDevice,const IOHIDReportType reportType, ... function HIDSetReport (line 614) | long HIDSetReport (pRecDevice pDevice,const IOHIDReportType reportType, ... FILE: vm/src/from_squeak/Mac OS/plugins/JoystickTabletPlugin/HID_Utilities.c function hid_GetElementInfo (line 85) | static void hid_GetElementInfo (CFTypeRef refElement, pRecElement pElement) function hid_AddElement (line 203) | static void hid_AddElement (CFTypeRef refElement, pRecElement * ppElemen... function hid_GetElementsCFArrayHandler (line 371) | static void hid_GetElementsCFArrayHandler (const void * value, void * pa... function hid_GetElements (line 380) | static void hid_GetElements (CFTypeRef refElementCurrent, pRecElement *p... function hid_GetCollectionElements (line 395) | static void hid_GetCollectionElements (CFMutableDictionaryRef deviceProp... function hid_TopLevelElementHandler (line 407) | static void hid_TopLevelElementHandler (const void * value, void * param... function hid_GetDeviceInfo (line 425) | static void hid_GetDeviceInfo (io_object_t hidDevice, CFMutableDictionar... function pRecDevice (line 553) | static pRecDevice* hid_AddDevice (pRecDevice *ppListDeviceHead, pRecDevi... function pRecDevice (line 579) | static pRecDevice hid_BuildDevice (io_object_t hidDevice) function hid_DeviceNotification (line 626) | static void hid_DeviceNotification( void *refCon, function hid_RemovalCallbackFunction (line 644) | static void hid_RemovalCallbackFunction(void * target, IOReturn result, ... function USE_NOTIFICATIONS (line 649) | USE_NOTIFICATIONS function hid_DisposeDeviceElements (line 748) | static void hid_DisposeDeviceElements (pRecElement pElement) function pRecDevice (line 764) | static pRecDevice hid_DisposeDevice (pRecDevice pDevice) function UInt32 (line 832) | static UInt32 hid_CountCurrentDevices (void) function Boolean (line 846) | static Boolean hid_MatchElementTypeMask (IOHIDElementType type, HIDEleme... function pRecElement (line 865) | static pRecElement hid_GetDeviceElement (pRecElement pElement, HIDElemen... function CFPropertyListRef (line 882) | static CFPropertyListRef xml_load_usage_strings(void) function Boolean (line 911) | static Boolean xml_GetUsageName(const long valueUsagePage, const long va... function HIDCreateOpenDeviceInterface (line 980) | unsigned long HIDCreateOpenDeviceInterface (UInt32 hidDevice, pRecDevice... function Boolean (line 1019) | Boolean HIDBuildDeviceList (UInt32 usagePage, UInt32 usage) function HIDReleaseDeviceList (line 1120) | void HIDReleaseDeviceList (void) function Boolean (line 1130) | Boolean HIDHaveDeviceList (void) function UInt32 (line 1141) | UInt32 HIDCountDevices (void) function UInt32 (line 1152) | UInt32 HIDCountDeviceElements (pRecDevice pDevice, HIDElementTypeMask ty... function pRecDevice (line 1173) | pRecDevice HIDGetFirstDevice (void) function pRecDevice (line 1182) | pRecDevice HIDGetNextDevice (pRecDevice pDevice) function pRecElement (line 1193) | pRecElement HIDGetFirstDeviceElement (pRecDevice pDevice, HIDElementType... function pRecElement (line 1212) | pRecElement HIDGetNextDeviceElement (pRecElement pElement, HIDElementTyp... function pRecElement (line 1264) | pRecElement HIDGetPreviousDeviceElement (pRecElement pElement, HIDElemen... function HIDGetTypeName (line 1280) | void HIDGetTypeName (IOHIDElementType theType, char * cstrName) function HIDGetUsageName (line 1315) | void HIDGetUsageName (const long valueUsagePage, const long valueUsage, ... function SInt32 (line 1858) | SInt32 HIDCalibrateValue (SInt32 value, pRecElement pElement) function SInt32 (line 1877) | SInt32 HIDScaleValue (SInt32 value, pRecElement pElement) function HIDElementTypeMask (line 1889) | HIDElementTypeMask HIDConvertElementTypeToMask (const long type) function Boolean (line 1917) | Boolean HIDFindDevice(const pRecDevice pSearchDevice, pRecDevice *ppFoun... function Boolean (line 1973) | Boolean HIDFindActionDeviceAndElement(const pRecDevice pSearchDevice, co... function Boolean (line 2058) | Boolean HIDFindSubElement(const pRecElement pStartElement, const pRecEle... function HIDPrintElement (line 2118) | int HIDPrintElement(const pRecElement pElement) function Boolean (line 2172) | Boolean HIDIsValidDevice(const pRecDevice pSearchDevice) function Boolean (line 2186) | Boolean HIDIsValidElement(const pRecDevice pSearchDevice, const pRecElem... FILE: vm/src/from_squeak/Mac OS/plugins/JoystickTabletPlugin/HID_Utilities.h type HIDElementTypeMask (line 73) | typedef enum HIDElementTypeMask type recElement (line 83) | struct recElement type recElement (line 114) | typedef struct recElement recElement; type recElement (line 115) | typedef recElement* pRecElement; type recDevice (line 117) | struct recDevice type recDevice (line 148) | typedef struct recDevice recDevice; type recDevice (line 149) | typedef recDevice* pRecDevice; FILE: vm/src/from_squeak/Mac OS/plugins/JoystickTabletPlugin/HID_Utilities_External.h type HIDElementTypeMask (line 76) | typedef enum HIDElementTypeMask type recElement (line 86) | struct recElement type recElement (line 118) | typedef struct recElement recElement; type recElement (line 119) | typedef recElement* pRecElement; type recDevice (line 121) | struct recDevice type recDevice (line 152) | typedef struct recDevice recDevice; type recDevice (line 153) | typedef recDevice* pRecDevice; type recSaveHID (line 378) | typedef struct recSaveHID FILE: vm/src/from_squeak/Mac OS/plugins/JoystickTabletPlugin/sqMacJoystickAndTablet.c function joystickInit (line 21) | int joystickInit(void) function joystickShutdown (line 27) | int joystickShutdown() function pRecDevice (line 33) | static pRecDevice getJoystickDevice(int stickIndex) function getScaledAxisValue (line 51) | static int getScaledAxisValue(pRecDevice device, pRecElement element, in... function joystickRead (line 59) | int joystickRead(int stickIndex) type TransducerRec (line 119) | typedef struct { type TabletRec (line 143) | typedef struct { function tabletInit (line 166) | int tabletInit(void) { function tabletGetParameters (line 173) | int tabletGetParameters(int cursorIndex, int result[]) { function tabletRead (line 215) | int tabletRead(int cursorIndex, int result[]) { function tabletResultSize (line 250) | int tabletResultSize(void) { FILE: vm/src/from_squeak/Mac OS/plugins/LocalePlugin/sqMacLocaleCarbon.c type lconv (line 13) | struct lconv function sqInt (line 15) | sqInt sqLocInitialize(void) { function sqLocGetCountryInto (line 25) | void sqLocGetCountryInto(char * str) { function sqLocGetLanguageInto (line 41) | void sqLocGetLanguageInto(char * str) { function sqInt (line 57) | sqInt sqLocCurrencyNotation(void) { function sqInt (line 62) | sqInt sqLocCurrencySymbolSize(void) { function sqLocGetCurrencySymbolInto (line 66) | void sqLocGetCurrencySymbolInto(char * str) { function sqInt (line 75) | sqInt sqLocMeasurementMetric(void) { function sqLocGetDigitGroupingSymbolInto (line 92) | void sqLocGetDigitGroupingSymbolInto(char * str) { function sqLocGetDecimalSymbolInto (line 97) | void sqLocGetDecimalSymbolInto(char * str) { function sqInt (line 104) | sqInt sqLocGetVMOffsetToUTC(void) { function sqInt (line 109) | sqInt sqLocGetTimezoneOffset(void) { function sqInt (line 120) | sqInt sqLocDaylightSavings(void) { function dateFormatIs (line 128) | void dateFormatIs(char *buffer,CFDateFormatterStyle type ) { function sqInt (line 135) | sqInt sqLocLongDateFormatSize(void) { function sqLocGetLongDateFormatInto (line 147) | void sqLocGetLongDateFormatInto(char * str) { function sqInt (line 154) | sqInt sqLocShortDateFormatSize(void) { function sqLocGetShortDateFormatInto (line 166) | void sqLocGetShortDateFormatInto(char * str) { function sqInt (line 173) | sqInt sqLocTimeFormatSize(void) { function sqLocGetTimeFormatInto (line 183) | void sqLocGetTimeFormatInto(char * str) { FILE: vm/src/from_squeak/Mac OS/plugins/LocalePlugin/sqMacLocaleOS9.c function sqInt (line 1) | sqInt sqLocInitialize(void) { itl0 = (Intl0Hndl)GetIntlResource(0); ... function getCountryOrLanguage (line 1) | void getCountryOrLanguage(char *str,LocalePartMask which){ RegionCode ... function sqLocGetCountryInto (line 1) | void sqLocGetCountryInto(char * str) { getCountryOrLanguage(str,kLocale... function sqLocGetLanguageInto (line 1) | void sqLocGetLanguageInto(char * str) { getCountryOrLanguage(str,kLocal... function sqInt (line 1) | sqInt sqLocCurrencyNotation(void) { return intMarksR.currFmt & currSymL... function sqInt (line 1) | sqInt sqLocCurrencySymbolSize(void) { char currencySymbol[4]; str... function sqLocGetCurrencySymbolInto (line 1) | void sqLocGetCurrencySymbolInto(char * str) { char currencySymbol[4]; ... function sqInt (line 1) | sqInt sqLocMeasurementMetric(void) { return intMarksR.metricSys > 0; } function sqLocGetDigitGroupingSymbolInto (line 1) | void sqLocGetDigitGroupingSymbolInto(char * str) { strncpy(str, &intMar... function sqLocGetDecimalSymbolInto (line 1) | void sqLocGetDecimalSymbolInto(char * str) { strncpy(str, &intMarksR.de... function sqInt (line 1) | sqInt sqLocGetVMOffsetToUTC(void) { /* return 0 for now */ return 0; } function sqInt (line 1) | sqInt sqLocGetTimezoneOffset(void) { unsigned long now,utc; GetDateTim... function sqInt (line 1) | sqInt sqLocDaylightSavings(void) { struct tm * timeBlock; time_t theTime... function dateFormatIs (line 1) | void dateFormatIs(Str255 buffer,DateForm type ) { DateString (0+24*6... function timeFormatIs (line 1) | void timeFormatIs(Str255 buffer,DateForm type ) { TimeString (0+24*60*6... function sqInt (line 1) | sqInt sqLocLongDateFormatSize(void) { Str255 buffer; dateFormatIs(buff... function sqLocGetLongDateFormatInto (line 1) | void sqLocGetLongDateFormatInto(char * str) { Str255 buffer; dateForma... function sqInt (line 1) | sqInt sqLocShortDateFormatSize(void) { Str255 buffer; dateFormatIs(buf... function sqLocGetShortDateFormatInto (line 1) | void sqLocGetShortDateFormatInto(char * str) { Str255 buffer; dateForm... function sqInt (line 1) | sqInt sqLocTimeFormatSize(void) { Str255 buffer; timeFormatIs(buffer,s... function sqLocGetTimeFormatInto (line 1) | void sqLocGetTimeFormatInto(char * str) { Str255 buffer; timeFormatIs(... FILE: vm/src/from_squeak/Mac OS/plugins/MIDIPlugin/sqMacMIDI.c type VirtualMachine (line 6) | struct VirtualMachine function midiInit (line 60) | int midiInit() { function midiShutdown (line 120) | int midiShutdown() { function sqMIDIParameterSet (line 127) | int sqMIDIParameterSet(int whichParameter, int newValue) { function sqMIDIParameterGet (line 132) | int sqMIDIParameterGet(int whichParameter) { function setMidiClockRate (line 137) | int setMidiClockRate(int portNum, int interfaceClockRate) { function sqMIDIClosePort (line 220) | int sqMIDIClosePort(int portNum) { function sqMIDIGetClock (line 240) | int sqMIDIGetClock(void) { function sqMIDIGetSerialPortCount (line 251) | int sqMIDIGetSerialPortCount(void) { function sqMIDIGetPortCount (line 267) | int sqMIDIGetPortCount(void) { function sqMIDIGetPortDirectionality (line 276) | int sqMIDIGetPortDirectionality(int portNum) { function sqMIDIGetPortName (line 293) | int sqMIDIGetPortName(int portNum, int namePtr, int length) { function sqMIDIOpenPort (line 321) | int sqMIDIOpenPort(int portNum, int readSemaIndex, int interfaceClockRat... function sqMIDIParameter (line 358) | int sqMIDIParameter(int whichParameter, int modify, int newValue) { function sqMIDIPortReadInto (line 430) | int sqMIDIPortReadInto(int portNum, int count, int bufferPtr) { function sqMIDIPortWriteFromAt (line 459) | int sqMIDIPortWriteFromAt(int portNum, int count, int bufferPtr, int tim... function closeQuicktimeMIDIPort (line 491) | void closeQuicktimeMIDIPort(void) { function openQuicktimeMIDIPort (line 503) | void openQuicktimeMIDIPort(void) { function performMIDICmd (line 538) | void performMIDICmd(int cmdByte, int arg1, int arg2) { function processMIDIByte (line 575) | void processMIDIByte(int aByte) { function startMIDICommand (line 629) | void startMIDICommand(int cmdByte) { FILE: vm/src/from_squeak/Mac OS/plugins/MacMenubarPlugin/MacMenubarPlugin.h function Boolean (line 5) | Boolean ioCheckMenuHandle(MenuHandle menuHandle) { FILE: vm/src/from_squeak/Mac OS/plugins/Mpeg3Plugin/sqMacFileBits.h type VirtualMachine (line 11) | struct VirtualMachine function sqFilenameFromStringOpen (line 13) | void sqFilenameFromStringOpen(char *buffer,long fileIndex, long fileLen... FILE: vm/src/from_squeak/Mac OS/plugins/PrintJobPlugin/sqMacPrinting.c type VirtualMachine (line 50) | struct VirtualMachine function ioPrintSetup (line 80) | int ioPrintSetup(PrintingLogicPtr *token) function ioPrintPreProcessing (line 104) | int ioPrintPreProcessing(PrintingLogicPtr printJob,int numberOfPages) { function ioPagePreProcessing (line 161) | int ioPagePreProcessing(PrintingLogicPtr printJob) { function ioPrint (line 168) | int ioPrint(PrintingLogicPtr printJob) { function ioPagePostProcessing (line 184) | int ioPagePostProcessing(PrintingLogicPtr printJob) { function ioPrintPostProcessing (line 193) | int ioPrintPostProcessing(PrintingLogicPtr printJob) { ... function ioPrintGetFirstPageNumber (line 201) | int ioPrintGetFirstPageNumber(PrintingLogicPtr printJob){ function ioPrintGetLastPageNumber (line 207) | int ioPrintGetLastPageNumber(PrintingLogicPtr printJob){ function ioPrintCleanup (line 214) | int ioPrintCleanup(PrintingLogicPtr *token) { ... function OSStatus (line 256) | OSStatus DoPageSetupDialog(PrintingLogicPtr printJob) function OSStatus (line 332) | OSStatus DoPrintDialog(PrintingLogicPtr printJob) function OSStatus (line 411) | OSStatus DoPrintLoop(PrintingLogicPtr printJob) function OSStatus (line 477) | OSStatus FlattenAndSavePageFormat(PrintingLogicPtr printJob) function OSStatus (line 504) | OSStatus LoadAndUnflattenPageFormat(PrintingLogicPtr printJob) function OSStatus (line 531) | OSStatus DetermineNumberOfPagesInDoc(UInt32 *numPages,PrintingLogicPtr p... function Boolean (line 564) | Boolean IncludePostScriptInSpoolFile(PrintingLogicPtr printJob) function ioPrintSetup (line 631) | int ioPrintSetup(PrintingLogicPtr *token) function ioPrintPreProcessing (line 670) | int ioPrintPreProcessing(PrintingLogicPtr printJob,int numberOfPages) { function ioPagePreProcessing (line 709) | int ioPagePreProcessing(PrintingLogicPtr printJob) { function ioPrint (line 717) | int ioPrint(PrintingLogicPtr printJob) { function ioPagePostProcessing (line 733) | int ioPagePostProcessing(PrintingLogicPtr printJob) { function ioPrintPostProcessing (line 743) | int ioPrintPostProcessing(PrintingLogicPtr printJob) { ... function ioPrintGetFirstPageNumber (line 751) | int ioPrintGetFirstPageNumber(PrintingLogicPtr printJob){ function ioPrintGetLastPageNumber (line 757) | int ioPrintGetLastPageNumber(PrintingLogicPtr printJob){ function ioPrintCleanup (line 764) | int ioPrintCleanup(PrintingLogicPtr *token) { ... function OSStatus (line 786) | OSStatus DoPrintLoop(PrintingLogicPtr printJob) function ioInitPrintJob (line 815) | int ioInitPrintJob() { function ioShutdownPrintJob (line 820) | int ioShutdownPrintJob() { function Boolean (line 825) | static Boolean RunningOnCarbonX(void) function ioPagePostscript (line 834) | int ioPagePostscript(PrintingLogicPtr printJob,char *postscript,int post... function ioPageForm (line 842) | int ioPageForm(PrintingLogicPtr printJob, char *aBitMap,int h,int w,int ... function OSStatus (line 867) | OSStatus DrawPage(PrintingLogicPtr printJob) function SetUpPixmap (line 941) | static void SetUpPixmap(void) { function SetColorEntry (line 1018) | static void SetColorEntry(int index, int red, int green, int blue) { function FreePixmap (line 1025) | static void FreePixmap(void) { FILE: vm/src/from_squeak/Mac OS/plugins/PrintJobPlugin/sqMacPrinting.h type PrintingLogic (line 23) | typedef struct { FILE: vm/src/from_squeak/Mac OS/plugins/QuicktimePlugin/sqMacQuicktimeInteface.c type QuickTimeBitMapForSqueak (line 16) | typedef struct QuickTimeBitMapForSqueak { type VirtualMachine (line 35) | struct VirtualMachine function OSErr (line 46) | static OSErr DrawCompleteProc(Movie theMovie, long refCon) { function SetupSurface (line 51) | void SetupSurface() { function sqInt (line 57) | sqInt sqQuicktimeInitialize() function sqInt (line 63) | sqInt sqQuicktimeShutdown() { function stQuicktimeSetSurfacewidthheightrowBytesdepthmovie (line 67) | long stQuicktimeSetSurfacewidthheightrowBytesdepthmovie(char * buffer, i... function stQuicktimeSetToExistingSurfacegworldwidthheightrowBytesdepthmovie (line 84) | long stQuicktimeSetToExistingSurfacegworldwidthheightrowBytesdepthmovie function stQuicktimeDestroySurface (line 106) | int stQuicktimeDestroySurface(int sqHandle) { function stQuicktimeDestroy (line 119) | int stQuicktimeDestroy(int sqHandle) { function stQuicktimeSetSemaphorefor (line 139) | int stQuicktimeSetSemaphorefor(int index, int sqHandle) { function stQuicktimeClearSemaphore (line 154) | int stQuicktimeClearSemaphore(int sqHandle) { function QuicktimeGetSurfaceFormat (line 169) | int QuicktimeGetSurfaceFormat(QuickTimeBitMapForSqueak *myBM, int *width... function QuicktimeLockSurface (line 179) | int QuicktimeLockSurface(QuickTimeBitMapForSqueak *myBM, int *pitch, int... function QuicktimeUnlockSurface (line 191) | int QuicktimeUnlockSurface(QuickTimeBitMapForSqueak *myBM, int x, int y,... function QuicktimeShowSurface (line 199) | int QuicktimeShowSurface(QuickTimeBitMapForSqueak *myBM, int x, int y, i... FILE: vm/src/from_squeak/Mac OS/plugins/SecurityPlugin/sqMacSecurity.c type VirtualMachine (line 19) | struct VirtualMachine function isAccessiblePathName (line 37) | static int isAccessiblePathName(char *pathName) { function isAccessibleFileName (line 50) | static int isAccessibleFileName(char *fileName) { function ioCanCreatePathOfSize (line 59) | int ioCanCreatePathOfSize(char* pathString, int pathStringLength) { function ioCanListPathOfSize (line 65) | int ioCanListPathOfSize(char* pathString, int pathStringLength) { function ioCanDeletePathOfSize (line 71) | int ioCanDeletePathOfSize(char* pathString, int pathStringLength) { function ioCanOpenFileOfSizeWritable (line 78) | int ioCanOpenFileOfSizeWritable(char* pathString, int pathStringLength, ... function ioCanOpenAsyncFileOfSizeWritable (line 84) | int ioCanOpenAsyncFileOfSizeWritable(char* pathString, int pathStringLen... function ioCanDeleteFileOfSize (line 87) | int ioCanDeleteFileOfSize(char* pathString, int pathStringLength) { function ioCanRenameFileOfSize (line 93) | int ioCanRenameFileOfSize(char* pathString, int pathStringLength) { function ioCanGetFileTypeOfSize (line 100) | int ioCanGetFileTypeOfSize(char* pathString, int pathStringLength) { function ioCanSetFileTypeOfSize (line 105) | int ioCanSetFileTypeOfSize(char* pathString, int pathStringLength) { function ioDisableFileAccess (line 111) | int ioDisableFileAccess(void) { function ioHasFileAccess (line 116) | int ioHasFileAccess(void) { function ioCanRenameImage (line 128) | int ioCanRenameImage(void) { function ioCanWriteImage (line 132) | int ioCanWriteImage() { function ioDisableImageWrite (line 136) | int ioDisableImageWrite() { function ioCanCreateSocketOfType (line 149) | int ioCanCreateSocketOfType(int netType, int socketType) { function ioCanConnectToPort (line 154) | int ioCanConnectToPort(int netAddr, int port) { function ioCanListenOnPort (line 159) | int ioCanListenOnPort(int s, int port) { function ioDisableSocketAccess (line 164) | int ioDisableSocketAccess() { function ioHasSocketAccess (line 169) | int ioHasSocketAccess() { function ioInitSecurity (line 189) | int ioInitSecurity(void) { function _ioSetImageWrite (line 209) | int _ioSetImageWrite(int enable) { function _ioSetFileAccess (line 217) | int _ioSetFileAccess(int enable) { function _ioSetSocketAccess (line 225) | int _ioSetSocketAccess(int enable) { function fixPath (line 232) | void fixPath(char *path) { function dir_CreateSecurity (line 241) | int dir_CreateSecurity(char *pathString, int pathStringLength) { FILE: vm/src/from_squeak/Mac OS/plugins/SerialExtendedPlugin/sqMacSerialExtended.c type VirtualMachine (line 9) | struct VirtualMachine function serialPortFindNamesPlusKeysstorage (line 15) | int serialPortFindNamesPlusKeysstorage(int numberOf,int storage) { function kern_return_t (line 44) | static kern_return_t FindModems(io_iterator_t *matchingServices) function GetModemPath (line 128) | static void GetModemPath(io_iterator_t serialPortIterator, char *bsdPath... FILE: vm/src/from_squeak/Mac OS/plugins/SerialPlugin/sqMacSerialPort.c type VirtualMachine (line 17) | struct VirtualMachine function serialPortInit (line 33) | int serialPortInit() { return true; } function serialPortShutdown (line 34) | int serialPortShutdown() { function serialPortCount (line 43) | EXPORT (int) serialPortCount(void) { function serialPortIsOpen (line 49) | int serialPortIsOpen(int portNum) { function serialPortSetControl (line 54) | int serialPortSetControl(int portNum,int control, char *data) { function serialPortNames (line 59) | int serialPortNames(int portNum, char *portName, char *inName, char *out... function setHandshakeOptions (line 67) | int setHandshakeOptions( function serialPortClose (line 75) | EXPORT (int) serialPortClose(int portNum) { function serialPortOpen (line 80) | EXPORT (int) serialPortOpen( function serialPortReadInto (line 90) | EXPORT (int) serialPortReadInto(int portNum, int count, int bufferPtr) { function serialPortWriteFrom (line 99) | EXPORT (int) serialPortWriteFrom(int portNum, int count, int bufferPtr) { FILE: vm/src/from_squeak/Mac OS/plugins/ServicesPlugin/sqMacServices.c type VirtualMachine (line 22) | struct VirtualMachine function sqServicesInitialize (line 49) | int sqServicesInitialize() { function sqServicesShutdown (line 60) | int sqServicesShutdown() { function sqServicesSetDataTypeslength (line 78) | void sqServicesSetDataTypeslength(char *dataTypes, long dataTypesLength) { function sqServicesSetSemaphore (line 85) | void sqServicesSetSemaphore(int semi){ function sqServicesSetTextStringlength (line 89) | void sqServicesSetTextStringlength(char *aTextString, int stringLength){ function sqServicesSetReturnTextStringlength (line 98) | void sqServicesSetReturnTextStringlength(char *aTextString, int stringLe... function sqServicesSetByteslengthosType (line 107) | void sqServicesSetByteslengthosType(char *aByteArray, long dataTypesLeng... function sqServicesSetCopyOSTypeString (line 119) | void sqServicesSetCopyOSTypeString(char *aOSTypeString) { function sqServicesSetPasteOSTypeString (line 123) | void sqServicesSetPasteOSTypeString(char *aOSTypeString) { function sqServicesSetPerformOSTypeString (line 127) | void sqServicesSetPerformOSTypeString(char *aOSTypeString) { function sqServicesGetTextStringLength (line 131) | int sqServicesGetTextStringLength(void){ function sqServicesGetTextStringInto (line 135) | void sqServicesGetTextStringInto(char *buffer) { function pascal (line 139) | static pascal OSStatus MyServicesEventHandler (EventHandlerCallRef myHan... function pascal (line 281) | static pascal void hideStupidApplication (EventLoopTimerRef theTimer,voi... function makeItHideLogic (line 291) | void makeItHideLogic(int foo) function waitAFewMilliseconds (line 304) | void waitAFewMilliseconds() FILE: vm/src/from_squeak/Mac OS/plugins/SocketPlugin/68K/AddressXlation.h type hostInfo (line 72) | struct hostInfo { type hostInfo (line 78) | typedef struct hostInfo hostInfo; type AddrClasses (line 90) | typedef unsigned short AddrClasses; type HInfoRec (line 105) | struct HInfoRec { type HInfoRec (line 109) | typedef struct HInfoRec HInfoRec; type MXRec (line 111) | struct MXRec { type MXRec (line 115) | typedef struct MXRec MXRec; type returnRec (line 117) | struct returnRec { type returnRec (line 127) | typedef struct returnRec returnRec; type cacheEntryRecord (line 129) | struct cacheEntryRecord { type cacheEntryRecord (line 139) | typedef struct cacheEntryRecord cacheEntryRecord; type pascal (line 141) | typedef pascal void (*EnumResultProcPtr)(struct cacheEntryRecord *cacheE... type pascal (line 142) | typedef pascal void (*ResultProcPtr)(struct hostInfo *hostInfoPtr, Ptr u... type pascal (line 143) | typedef pascal void (*ResultProc2ProcPtr)(struct returnRec *returnRecPtr... type UniversalProcPtr (line 146) | typedef UniversalProcPtr EnumResultUPP; type UniversalProcPtr (line 147) | typedef UniversalProcPtr ResultUPP; type UniversalProcPtr (line 148) | typedef UniversalProcPtr ResultProc2UPP; type EnumResultProcPtr (line 150) | typedef EnumResultProcPtr EnumResultUPP; type ResultProcPtr (line 151) | typedef ResultProcPtr ResultUPP; type ResultProc2ProcPtr (line 152) | typedef ResultProc2ProcPtr ResultProc2UPP; type cacheEntryRecord (line 157) | struct cacheEntryRecord type hostInfo (line 160) | struct hostInfo type returnRec (line 163) | struct returnRec type hostInfo (line 200) | struct hostInfo type hostInfo (line 203) | struct hostInfo type returnRec (line 204) | struct returnRec type returnRec (line 205) | struct returnRec type OSErr (line 210) | typedef OSErr (*OpenResolverProcPtr)(UInt32 selector, char *filename); type OSErr (line 211) | typedef OSErr (*CloseResolverProcPtr)(UInt32 selector); type OSErr (line 212) | typedef OSErr (*StrToAddrProcPtr)(UInt32 selector, char *hostName, struc... type OSErr (line 213) | typedef OSErr (*AddrToStrProcPtr)(UInt32 selector, unsigned long addr, c... type OSErr (line 214) | typedef OSErr (*EnumCacheProcPtr)(UInt32 selector, EnumResultUPP resultp... type OSErr (line 215) | typedef OSErr (*AddrToNameProcPtr)(UInt32 selector, UInt32 addr, struct ... type OSErr (line 216) | typedef OSErr (*HInfoProcPtr)(UInt32 selector, char *hostName, struct re... type OSErr (line 217) | typedef OSErr (*MXInfoProcPtr)(UInt32 selector, char *hostName, struct r... type UniversalProcPtr (line 220) | typedef UniversalProcPtr OpenResolverUPP; type UniversalProcPtr (line 221) | typedef UniversalProcPtr CloseResolverUPP; type UniversalProcPtr (line 222) | typedef UniversalProcPtr StrToAddrUPP; type UniversalProcPtr (line 223) | typedef UniversalProcPtr AddrToStrUPP; type UniversalProcPtr (line 224) | typedef UniversalProcPtr EnumCacheUPP; type UniversalProcPtr (line 225) | typedef UniversalProcPtr AddrToNameUPP; type UniversalProcPtr (line 226) | typedef UniversalProcPtr HInfoUPP; type UniversalProcPtr (line 227) | typedef UniversalProcPtr MXInfoUPP; type OpenResolverProcPtr (line 229) | typedef OpenResolverProcPtr OpenResolverUPP; type CloseResolverProcPtr (line 230) | typedef CloseResolverProcPtr CloseResolverUPP; type StrToAddrProcPtr (line 231) | typedef StrToAddrProcPtr StrToAddrUPP; type AddrToStrProcPtr (line 232) | typedef AddrToStrProcPtr AddrToStrUPP; type EnumCacheProcPtr (line 233) | typedef EnumCacheProcPtr EnumCacheUPP; type AddrToNameProcPtr (line 234) | typedef AddrToNameProcPtr AddrToNameUPP; type HInfoProcPtr (line 235) | typedef HInfoProcPtr HInfoUPP; type MXInfoProcPtr (line 236) | typedef MXInfoProcPtr MXInfoUPP; type hostInfo (line 251) | struct hostInfo type hostInfo (line 268) | struct hostInfo type returnRec (line 275) | struct returnRec type returnRec (line 282) | struct returnRec FILE: vm/src/from_squeak/Mac OS/plugins/SocketPlugin/68K/MacTCP.h type UInt8 (line 134) | typedef UInt8 b_8; type UInt16 (line 137) | typedef UInt16 b_16; type UInt32 (line 140) | typedef UInt32 b_32; type b_32 (line 143) | typedef b_32 ip_addr; type ip_addrbytes (line 145) | struct ip_addrbytes { type ip_addrbytes (line 151) | typedef struct ip_addrbytes ip_addrbytes; type wdsEntry (line 153) | struct wdsEntry { type wdsEntry (line 157) | typedef struct wdsEntry wdsEntry; type rdsEntry (line 159) | struct rdsEntry { type rdsEntry (line 163) | typedef struct rdsEntry rdsEntry; type BufferPtr (line 165) | typedef unsigned long BufferPtr; type StreamPtr (line 167) | typedef unsigned long StreamPtr; type ICMPMsgType (line 183) | typedef unsigned short ICMPMsgType; type b_16 (line 185) | typedef b_16 ip_port; type ICMPReport (line 187) | struct ICMPReport { type ICMPReport (line 197) | typedef struct ICMPReport ICMPReport; type GetAddrParamBlock (line 205) | struct GetAddrParamBlock type UniversalProcPtr (line 208) | typedef UniversalProcPtr GetIPIOCompletionUPP; type GetIPIOCompletionProcPtr (line 210) | typedef GetIPIOCompletionProcPtr GetIPIOCompletionUPP; type GetAddrParamBlock (line 224) | struct GetAddrParamBlock { type GetAddrParamBlock (line 238) | typedef struct GetAddrParamBlock GetAddrParamBlock; type ICMPParamBlock (line 247) | struct ICMPParamBlock type UniversalProcPtr (line 250) | typedef UniversalProcPtr IPIOCompletionUPP; type IPIOCompletionProcPtr (line 252) | typedef IPIOCompletionProcPtr IPIOCompletionUPP; type ICMPParamBlock (line 266) | struct ICMPParamBlock { type pascal (line 286) | typedef pascal void (*ICMPEchoNotifyProcPtr)(struct ICMPParamBlock *iopb); type UniversalProcPtr (line 289) | typedef UniversalProcPtr ICMPEchoNotifyUPP; type ICMPEchoNotifyProcPtr (line 291) | typedef ICMPEchoNotifyProcPtr ICMPEchoNotifyUPP; type IPParamBlock (line 294) | struct IPParamBlock { type arp_entry (line 321) | struct arp_entry type nbp_entry (line 322) | struct nbp_entry type LAPStats (line 324) | struct LAPStats { type LAPStats (line 334) | typedef struct LAPStats LAPStats; type nbp_entry (line 336) | struct nbp_entry { type Enet_addr (line 347) | struct Enet_addr { type Enet_addr (line 351) | typedef struct Enet_addr Enet_addr; type arp_entry (line 353) | struct arp_entry { type arp_entry (line 359) | typedef struct arp_entry arp_entry; type TCPEventCode (line 400) | typedef unsigned short TCPEventCode; type TCPTerminationReason (line 414) | typedef unsigned short TCPTerminationReason; type pascal (line 416) | typedef pascal void (*TCPNotifyProcPtr)(StreamPtr tcpStream, unsigned sh... type UniversalProcPtr (line 419) | typedef UniversalProcPtr TCPNotifyUPP; type TCPNotifyProcPtr (line 421) | typedef TCPNotifyProcPtr TCPNotifyUPP; type tcp_port (line 424) | typedef unsigned short tcp_port; type TCPCreatePB (line 442) | struct TCPCreatePB { type TCPCreatePB (line 448) | typedef struct TCPCreatePB TCPCreatePB; type TCPOpenPB (line 450) | struct TCPOpenPB { type TCPOpenPB (line 468) | typedef struct TCPOpenPB TCPOpenPB; type TCPSendPB (line 470) | struct TCPSendPB { type TCPSendPB (line 482) | typedef struct TCPSendPB TCPSendPB; type TCPReceivePB (line 487) | struct TCPReceivePB { type TCPReceivePB (line 499) | typedef struct TCPReceivePB TCPReceivePB; type TCPClosePB (line 501) | struct TCPClosePB { type TCPClosePB (line 508) | typedef struct TCPClosePB TCPClosePB; type HistoBucket (line 510) | struct HistoBucket { type HistoBucket (line 514) | typedef struct HistoBucket HistoBucket; type TCPConnectionStats (line 521) | struct TCPConnectionStats { type TCPConnectionStats (line 539) | typedef struct TCPConnectionStats TCPConnectionStats; type TCPStatusPB (line 541) | struct TCPStatusPB { type TCPStatusPB (line 568) | typedef struct TCPStatusPB TCPStatusPB; type TCPAbortPB (line 570) | struct TCPAbortPB { type TCPAbortPB (line 573) | typedef struct TCPAbortPB TCPAbortPB; type TCPParam (line 575) | struct TCPParam { type TCPParam (line 583) | typedef struct TCPParam TCPParam; type TCPStats (line 585) | struct TCPStats { type TCPStats (line 600) | typedef struct TCPStats TCPStats; type StreamPtr (line 602) | typedef StreamPtr *StreamPPtr; type TCPGlobalInfoPB (line 604) | struct TCPGlobalInfoPB { type TCPGlobalInfoPB (line 611) | typedef struct TCPGlobalInfoPB TCPGlobalInfoPB; type TCPiopb (line 613) | struct TCPiopb type UniversalProcPtr (line 616) | typedef UniversalProcPtr TCPIOCompletionUPP; type TCPIOCompletionProcPtr (line 618) | typedef TCPIOCompletionProcPtr TCPIOCompletionUPP; type TCPiopb (line 621) | struct TCPiopb { type TCPiopb (line 641) | typedef struct TCPiopb TCPiopb; type UDPEventCode (line 664) | typedef unsigned short UDPEventCode; type pascal (line 666) | typedef pascal void (*UDPNotifyProcPtr)(StreamPtr udpStream, unsigned sh... type UniversalProcPtr (line 669) | typedef UniversalProcPtr UDPNotifyUPP; type UDPNotifyProcPtr (line 671) | typedef UDPNotifyProcPtr UDPNotifyUPP; type udp_port (line 674) | typedef unsigned short udp_port; type UDPCreatePB (line 677) | struct UDPCreatePB { type UDPCreatePB (line 685) | typedef struct UDPCreatePB UDPCreatePB; type UDPSendPB (line 687) | struct UDPSendPB { type UDPSendPB (line 698) | typedef struct UDPSendPB UDPSendPB; type UDPReceivePB (line 701) | struct UDPReceivePB { type UDPReceivePB (line 712) | typedef struct UDPReceivePB UDPReceivePB; type UDPMTUPB (line 714) | struct UDPMTUPB { type UDPMTUPB (line 719) | typedef struct UDPMTUPB UDPMTUPB; type UDPiopb (line 721) | struct UDPiopb type UniversalProcPtr (line 724) | typedef UniversalProcPtr UDPIOCompletionUPP; type UDPIOCompletionProcPtr (line 726) | typedef UDPIOCompletionProcPtr UDPIOCompletionUPP; type UDPiopb (line 729) | struct UDPiopb { type UDPiopb (line 745) | typedef struct UDPiopb UDPiopb; type GetAddrParamBlock (line 754) | struct GetAddrParamBlock type ICMPParamBlock (line 756) | struct ICMPParamBlock type ICMPParamBlock (line 758) | struct ICMPParamBlock type ICMPReport (line 764) | struct ICMPReport type TCPiopb (line 766) | struct TCPiopb type ICMPReport (line 771) | struct ICMPReport type UDPiopb (line 773) | struct UDPiopb FILE: vm/src/from_squeak/Mac OS/plugins/SocketPlugin/68K/dnr.c function NumToolboxTraps (line 104) | short NumToolboxTraps(void) function TrapType (line 113) | TrapType GetTrapType(short theTrap) function Boolean (line 122) | Boolean TrapExists(short theTrap) function GetSystemFolder (line 133) | void GetSystemFolder(short *vRefNumP, long *dirIDP) function GetCPanelFolder (line 146) | void GetCPanelFolder(short *vRefNumP, long *dirIDP) function SearchFolderForDNRP (line 169) | short SearchFolderForDNRP(long targetType, long targetCreator, short vRe... function OpenOurRF (line 203) | short OpenOurRF(void) function OSErr (line 228) | OSErr OpenResolver(char *fileName) function OSErr (line 279) | OSErr CloseResolver(void) function OSErr (line 302) | OSErr StrToAddr(char *hostName, struct hostInfo *rtnStruct, function OSErr (line 315) | OSErr AddrToStr(unsigned long addr, char *addrStr) function OSErr (line 329) | OSErr EnumCache(EnumResultUPP resultproc, Ptr userDataPtr) function OSErr (line 343) | OSErr AddrToName(unsigned long addr, struct hostInfo *rtnStruct, function OSErr (line 357) | extern OSErr HInfo(char *hostName, struct returnRec *returnRecPtr, function OSErr (line 371) | extern OSErr MXInfo(char *hostName, struct returnRec *returnRecPtr, FILE: vm/src/from_squeak/Mac OS/plugins/SocketPlugin/68K/sqMacNetworkNOMACTCP.c type OTConfiguration (line 12) | struct OTConfiguration type EPInfo (line 161) | struct EPInfo type EPInfo (line 182) | typedef struct EPInfo EPInfo; type ReadBuffer (line 184) | struct ReadBuffer // Structure to contain read data. type ReadBuffer (line 194) | typedef struct ReadBuffer ReadBuffer; type TKeepAliveOpt (line 197) | struct TKeepAliveOpt type TKeepAliveOpt (line 206) | typedef struct TKeepAliveOpt TKeepAliveOpt; type TLingerOpt (line 208) | struct TLingerOpt type TLingerOpt (line 217) | typedef struct TLingerOpt TLingerOpt; type VirtualMachine (line 221) | struct VirtualMachine type OpaqueOTClientContextPtr (line 245) | struct OpaqueOTClientContextPtr function socketInit (line 316) | int socketInit() { function socketShutdown (line 324) | int socketShutdown() { function sqNetworkInit (line 329) | int sqNetworkInit(int resolverSemaIndex) { function CFMTerminate (line 479) | void CFMTerminate (void) /* termination either via a CFM or Squeak ca... function sqNetworkShutdown (line 485) | void sqNetworkShutdown(void) { function ResolverInitialize (line 503) | static void ResolverInitialize() function ResolverStart (line 533) | static void ResolverStart () { function ResolverTerminate (line 560) | void ResolverTerminate(void) { function sqResolverAbort (line 569) | void sqResolverAbort(void) { function sqResolverAddrLookupResult (line 580) | void sqResolverAddrLookupResult(char *nameForAddress, int nameSize) { function sqResolverAddrLookupResultSize (line 589) | int sqResolverAddrLookupResultSize(void) { function sqResolverError (line 596) | int sqResolverError(void) { function sqResolverLocalAddress (line 603) | int sqResolverLocalAddress(void) { function sqResolverNameLookupResult (line 615) | int sqResolverNameLookupResult(void) { function sqResolverStartAddrLookup (line 623) | void sqResolverStartAddrLookup(int address) { function sqResolverStartNameLookup (line 635) | void sqResolverStartNameLookup(char *hostName, int nameSize) { function sqResolverStatus (line 652) | int sqResolverStatus(void) { function sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaID (line 666) | void sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaID( function sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID (line 678) | void sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaIDReadSemaIDWr... function SInt32 (line 699) | static SInt32 internalSocketCreate( function sqSocketListenOnPort (line 751) | void sqSocketListenOnPort(SocketPtr s, int port) { function sqSocketListenOnPortBacklogSize (line 773) | void sqSocketListenOnPortBacklogSize(SocketPtr s, int port, int backlogS... function sqSocketAcceptFromRecvBytesSendBytesSemaID (line 805) | void sqSocketAcceptFromRecvBytesSendBytesSemaID( function sqSocketAcceptFromRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID (line 817) | void sqSocketAcceptFromRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID( function sqSocketConnectToPort (line 863) | void sqSocketConnectToPort(SocketPtr s, int addr, int port) { function sqSocketSendDataBufCount (line 885) | int sqSocketSendDataBufCount(SocketPtr s, int buf, int bufSize) { function sqSockettoHostportSendDataBufCount (line 954) | int sqSockettoHostportSendDataBufCount(SocketPtr s, int address, int por... function sqSocketAbortConnection (line 962) | void sqSocketAbortConnection(SocketPtr s) { function OSStatus (line 980) | static OSStatus doAbortConnection(EPInfo* epi) { function sqSocketCloseConnection (line 1007) | void sqSocketCloseConnection(SocketPtr s) { function sqSocketDestroy (line 1088) | void sqSocketDestroy(SocketPtr s) { function sqSocketReceiveDataAvailable (line 1124) | int sqSocketReceiveDataAvailable(SocketPtr s) function sqSocketReceiveDataBufCount (line 1145) | int sqSocketReceiveDataBufCount(SocketPtr s, int buf, int bufSize) { function sqSocketReceiveUDPDataBufCountaddressportmoreFlag (line 1171) | int sqSocketReceiveUDPDataBufCountaddressportmoreFlag(SocketPtr s, int b... function sqSocketLocalAddress (line 1206) | int sqSocketLocalAddress(SocketPtr s) { function sqSocketLocalPort (line 1214) | int sqSocketLocalPort(SocketPtr s) { function sqSocketRemoteAddress (line 1223) | int sqSocketRemoteAddress(SocketPtr s) { function sqSocketRemotePort (line 1257) | int sqSocketRemotePort(SocketPtr s) { function sqSocketSendDone (line 1292) | int sqSocketSendDone(SocketPtr s) { function sqSocketError (line 1306) | int sqSocketError(SocketPtr s) { function sqSocketConnectionStatus (line 1319) | int sqSocketConnectionStatus(SocketPtr s) { function SInt32 (line 1325) | static SInt32 unmapStatus(EPInfo *s) { function Boolean (line 1347) | static Boolean SocketValid(SocketPtr s) { function Boolean (line 1359) | static Boolean PortNumberValid(InetPort port) { function TapAllInterestedSemaphores (line 1370) | static void TapAllInterestedSemaphores(EPInfo *epi) { function Boolean (line 1379) | static Boolean DestroyAllOpenSockets(void) { function DoBind (line 1449) | static void DoBind(EPInfo* epi,InetHost addr, InetPort port,UInt8 aExtra... function DoConnect (line 1535) | static void DoConnect(EPInfo* epi,InetHost addr, InetPort port) function DoListenAccept (line 1569) | static void DoListenAccept(EPInfo* acceptor,EPInfo* theServer) function Boolean (line 1634) | static Boolean EPOpen(EPInfo* epi) function Boolean (line 1685) | static Boolean EPClose(EPInfo* epi) function Recycle (line 1749) | static void Recycle() function makeEPIdle (line 1772) | static void makeEPIdle(EPInfo *epi) { function attemptToCloseAndDeleteThisEP (line 1783) | static void attemptToCloseAndDeleteThisEP (EPInfo *epi) { function EPInfo (line 1790) | static EPInfo* getOrMakeMeAnEP(UInt8 aSocketType,short counter) { function Boolean (line 1832) | static Boolean makeMeAnEP (UInt8 aSocketType) { function makeEPUnconnected (line 1847) | static void makeEPUnconnected(EPInfo *epi) { function makeEPConnected (line 1854) | static void makeEPConnected(EPInfo *epi) { function makeEPBrokenThenIdle (line 1862) | static void makeEPBrokenThenIdle(EPInfo* epi,OTResult error) { function makeEPBroken (line 1867) | static void makeEPBroken(EPInfo* epi,OTResult error) { function SetEPLastError (line 1872) | static void SetEPLastError(EPInfo* epi,OTResult error) { function UInt32 (line 1899) | static UInt32 ReadData(EPInfo* epi,char *specialReadBuffer,UInt32 specia... function UInt32 (line 2115) | static UInt32 readBytes(EPInfo* epi,char *buf,UInt32 adjustedBufSize) function UInt32 (line 2152) | static UInt32 readBytesUDP(EPInfo* epi,InetAddress *fromAddress, int * ... function purgeReadBuffers (line 2193) | static void purgeReadBuffers(EPInfo *epi) { function SInt32 (line 2214) | static SInt32 SendData(EPInfo* epi,char* buffer, UInt32 size) function sqSocketSetOptionsoptionNameStartoptionNameSizeoptionValueStartoptionValueSizereturnedValue (line 2334) | int sqSocketSetOptionsoptionNameStartoptionNameSizeoptionValueStartoptio... function sqSocketGetOptionsoptionNameStartoptionNameSizereturnedValue (line 2359) | int sqSocketGetOptionsoptionNameStartoptionNameSizereturnedValue(SocketP... function SInt32 (line 2380) | static SInt32 lookupOptionName(EPInfo *epi, Boolean trueIfGet, char *aSt... function OTResult (line 2422) | static OTResult SetFourByteOption(EPInfo* epi,Boolean trueIfGet, OTXTILe... function OTResult (line 2468) | static OTResult SetOneByteOption(EPInfo* epi,Boolean trueIfGet, OTXTILev... function OTResult (line 2513) | static OTResult SetKeepAliveOption(EPInfo* epi,Boolean trueIfGet, OTXTIL... function OTResult (line 2566) | static OTResult SetLingerOption(EPInfo* epi,Boolean trueIfGet, OTXTILeve... function pascal (line 2633) | static pascal void DNSNotifier(void* context, OTEventCode event, OTResul... function pascal (line 2747) | static pascal void NotifierSocket(void* context, OTEventCode event, OTRe... function pascal (line 3386) | static pascal void NotifierSocketListener(void* context, OTEventCode eve... function pascal (line 3460) | static pascal void NotifierSocketUDP(void* context, OTEventCode event, O... function JMMWriteLog (line 3549) | void JMMWriteLog() { function JMMLogMessage (line 3581) | void JMMLogMessage(Str255 input) { function JMMLogMessageAndNumber (line 3626) | void JMMLogMessageAndNumber(Str255 msg,long number) { function socketInit (line 3686) | int socketInit() { return true; } function socketShutdown (line 3687) | int socketShutdown() { sqNetworkShutdown(); } type ResolverStatusRec (line 3715) | typedef struct { type TCPSockRec (line 3734) | typedef struct { type TCPSendBuf (line 3749) | typedef struct { type ListenerQueueRec (line 3760) | typedef struct { type UDPSockRec (line 3774) | typedef struct { type VirtualMachine (line 3788) | struct VirtualMachine type hostInfo (line 3858) | struct hostInfo type TCPiopb (line 3862) | struct TCPiopb type TCPiopb (line 3863) | struct TCPiopb type ICMPReport (line 3866) | struct ICMPReport type TCPiopb (line 3867) | struct TCPiopb function sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID (line 3871) | void sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaIDReadSemaIDWr... function sqSockettoHostportSendDataBufCount (line 3877) | int sqSockettoHostportSendDataBufCount(SocketPtr s, int address, int por... function sqSocketGetOptionsoptionNameStartoptionNameSizereturnedValue (line 3881) | int sqSocketGetOptionsoptionNameStartoptionNameSizereturnedValue(SocketP... function sqSocketAcceptFromRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID (line 3885) | void sqSocketAcceptFromRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID( function sqSocketReceiveUDPDataBufCountaddressportmoreFlag (line 3891) | int sqSocketReceiveUDPDataBufCountaddressportmoreFlag(SocketPtr s, int b... function sqSocketSetOptionsoptionNameStartoptionNameSizeoptionValueStartoptionValueSizereturnedValue (line 3895) | int sqSocketSetOptionsoptionNameStartoptionNameSizeoptionValueStartoptio... function sqNetworkInit (line 3899) | int sqNetworkInit(int resolverSemaIndex) { function sqNetworkShutdown (line 3958) | void sqNetworkShutdown(void) { function sqSocketAbortConnection (line 3970) | void sqSocketAbortConnection(SocketPtr s) { function sqSocketCloseConnection (line 3983) | void sqSocketCloseConnection(SocketPtr s) { function sqSocketConnectionStatus (line 3996) | int sqSocketConnectionStatus(SocketPtr s) { function sqSocketConnectToPort (line 4010) | void sqSocketConnectToPort(SocketPtr s, int addr, int port) { function sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaID (line 4024) | void sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaID( function sqSocketDestroy (line 4065) | void sqSocketDestroy(SocketPtr s) { function sqSocketError (line 4081) | int sqSocketError(SocketPtr s) { function sqSocketListenOnPort (line 4094) | void sqSocketListenOnPort(SocketPtr s, int port) { function sqSocketLocalAddress (line 4108) | int sqSocketLocalAddress(SocketPtr s) { function sqSocketLocalPort (line 4122) | int sqSocketLocalPort(SocketPtr s) { function sqSocketReceiveDataAvailable (line 4136) | int sqSocketReceiveDataAvailable(SocketPtr s) { function sqSocketReceiveDataBufCount (line 4147) | int sqSocketReceiveDataBufCount(SocketPtr s, int buf, int bufSize) { function sqSocketRemoteAddress (line 4160) | int sqSocketRemoteAddress(SocketPtr s) { function sqSocketRemotePort (line 4171) | int sqSocketRemotePort(SocketPtr s) { function sqSocketSendDataBufCount (line 4182) | int sqSocketSendDataBufCount(SocketPtr s, int buf, int bufSize) { function sqSocketSendDone (line 4195) | int sqSocketSendDone(SocketPtr s) { function sqResolverAbort (line 4208) | void sqResolverAbort(void) { function sqResolverAddrLookupResult (line 4219) | void sqResolverAddrLookupResult(char *nameForAddress, int nameSize) { function sqResolverAddrLookupResultSize (line 4224) | int sqResolverAddrLookupResultSize(void) { function sqResolverError (line 4228) | int sqResolverError(void) { function sqResolverLocalAddress (line 4232) | int sqResolverLocalAddress(void) { function sqResolverNameLookupResult (line 4257) | int sqResolverNameLookupResult(void) { function sqResolverStartAddrLookup (line 4262) | void sqResolverStartAddrLookup(int address) { function sqResolverStartNameLookup (line 4283) | void sqResolverStartNameLookup(char *hostName, int nameSize) { function sqResolverStatus (line 4311) | int sqResolverStatus(void) { function ResolverInitialize (line 4317) | int ResolverInitialize(int resolverSemaIndex) { function pascal (line 4336) | static pascal void ResolverCompletionRoutine(struct hostInfo *hostInfoPt... function ResolverTerminate (line 4352) | void ResolverTerminate(void) { function ListenerQueuePtr (line 4360) | ListenerQueuePtr ListenerQueueCreate(TCPSockPtr tcpSocket, int port, int... function ListenerQueueDestroy (line 4385) | void ListenerQueueDestroy(ListenerQueuePtr listener) { function ListenerQueueStatus (line 4405) | int ListenerQueueStatus(ListenerQueuePtr listener) { function FillListenerQueue (line 4425) | void FillListenerQueue(ListenerQueuePtr listener) { function TCPSockPtr (line 4464) | TCPSockPtr FindConnectedSocket(ListenerQueuePtr listener) { function TCPSockPtr (line 4478) | TCPSockPtr FindZombieSocket(ListenerQueuePtr listener) { function sqSocketAcceptFromRecvBytesSendBytesSemaID (line 4498) | void sqSocketAcceptFromRecvBytesSendBytesSemaID( function RemoveSocketFromListenerQueue (line 4550) | void RemoveSocketFromListenerQueue(TCPSockPtr sockToRemove, ListenerQueu... function sqSocketListenOnPortBacklogSize (line 4574) | void sqSocketListenOnPortBacklogSize(SocketPtr s, int port, int backlogS... function TCPSockDataAvailable (line 4638) | int TCPSockDataAvailable(TCPSockPtr s) { function TCPSockDestroy (line 4654) | void TCPSockDestroy(TCPSockPtr s) { function TCPSockLocalAddress (line 4669) | int TCPSockLocalAddress(TCPSockPtr s) { function TCPSockLocalPort (line 4684) | int TCPSockLocalPort(TCPSockPtr s) { function TCPSockRemoteAddress (line 4699) | int TCPSockRemoteAddress(TCPSockPtr s) { function TCPSockRemotePort (line 4714) | int TCPSockRemotePort(TCPSockPtr s) { function TCPSockRemoveFromOpenList (line 4729) | void TCPSockRemoveFromOpenList(TCPSockPtr s) { function TCPSockConnectTo (line 4747) | void TCPSockConnectTo(TCPSockPtr s, int addr, int port) { function TCPSockListenOn (line 4761) | void TCPSockListenOn(TCPSockPtr s, int port) { function TCPSockCloseConnection (line 4774) | void TCPSockCloseConnection(TCPSockPtr s) { function TCPSockAbortConnection (line 4788) | void TCPSockAbortConnection(TCPSockPtr s) { function TCPSockRecvData (line 4798) | int TCPSockRecvData(TCPSockPtr s, char *buf, int bufSize) { function xxxGOODTCPSockSendData (line 4829) | int xxxGOODTCPSockSendData(TCPSockPtr s, char *buf, int bufSize) { function TCPSockSendData (line 4857) | int TCPSockSendData(TCPSockPtr s, char *buf, int bufSize) { function DestroyAllOpenSockets (line 4894) | void DestroyAllOpenSockets(void) { function InstallExitHandler (line 4903) | void InstallExitHandler(void) { function MyExitHandler (line 4918) | void MyExitHandler(void) { function PortNumberValid (line 4927) | int PortNumberValid(int port) { function SocketValid (line 4935) | int SocketValid(SocketPtr s) { function InitTCPCmd (line 4952) | void InitTCPCmd(int cmd, StreamPtr tcpStream, TCPiopb *paramBlkPtr) { function TCPCloseCompletionRoutine (line 4960) | void TCPCloseCompletionRoutine(struct TCPiopb *pbPtr) { function TCPConnectCompletionRoutine (line 4974) | void TCPConnectCompletionRoutine(struct TCPiopb *pbPtr) { function pascal (line 4986) | pascal void TCPNotificationRoutine( function TCPSendCompletionRoutine (line 5018) | void TCPSendCompletionRoutine(struct TCPiopb *pbPtr) { function UDPSockDestroy (line 5033) | void UDPSockDestroy(UDPSockPtr s) { function UDPSockLocalAddress (line 5037) | int UDPSockLocalAddress(UDPSockPtr s) { function UDPSockLocalPort (line 5041) | int UDPSockLocalPort(UDPSockPtr s) { function UDPSockRemoteAddress (line 5045) | int UDPSockRemoteAddress(UDPSockPtr s) { function UDPSockRemotePort (line 5049) | int UDPSockRemotePort(UDPSockPtr s) { function UDPSockConnectTo (line 5053) | void UDPSockConnectTo(UDPSockPtr s, int addr, int port) { function UDPSockListenOn (line 5057) | void UDPSockListenOn(UDPSockPtr s, int port) { function UDPSockRecvData (line 5061) | int UDPSockRecvData(UDPSockPtr s, char *buf, int bufSize) { function UDPSockSendData (line 5065) | int UDPSockSendData(UDPSockPtr s, char *buf, int bufSize) { FILE: vm/src/from_squeak/Mac OS/plugins/SocketPlugin/sqMacNetwork.c type OTConfiguration (line 17) | struct OTConfiguration type EPInfo (line 169) | struct EPInfo type EPInfo (line 190) | typedef struct EPInfo EPInfo; type ReadBuffer (line 192) | struct ReadBuffer // Structure to contain read data. type ReadBuffer (line 202) | typedef struct ReadBuffer ReadBuffer; type TKeepAliveOpt (line 205) | struct TKeepAliveOpt type TKeepAliveOpt (line 214) | typedef struct TKeepAliveOpt TKeepAliveOpt; type TLingerOpt (line 216) | struct TLingerOpt type TLingerOpt (line 225) | typedef struct TLingerOpt TLingerOpt; type VirtualMachine (line 229) | struct VirtualMachine function socketInit (line 325) | int socketInit() { function socketShutdown (line 333) | int socketShutdown() { function sqNetworkInit (line 338) | int sqNetworkInit(int resolverSemaIndex) { function CFMTerminate (line 488) | void CFMTerminate (void) /* termination either via a CFM or Squeak ca... function sqNetworkShutdown (line 494) | void sqNetworkShutdown(void) { function ResolverInitialize (line 512) | static void ResolverInitialize() function ResolverStart (line 542) | static void ResolverStart () { function ResolverTerminate (line 569) | void ResolverTerminate(void) { function sqResolverAbort (line 578) | void sqResolverAbort(void) { function sqResolverAddrLookupResult (line 589) | void sqResolverAddrLookupResult(char *nameForAddress, int nameSize) { function sqResolverAddrLookupResultSize (line 598) | int sqResolverAddrLookupResultSize(void) { function sqResolverError (line 605) | int sqResolverError(void) { function sqResolverLocalAddress (line 612) | int sqResolverLocalAddress(void) { function sqResolverNameLookupResult (line 624) | int sqResolverNameLookupResult(void) { function sqResolverStartAddrLookup (line 632) | void sqResolverStartAddrLookup(int address) { function sqResolverStartNameLookup (line 644) | void sqResolverStartNameLookup(char *hostName, int nameSize) { function sqResolverStatus (line 661) | int sqResolverStatus(void) { function sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaID (line 675) | void sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaID( function sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID (line 687) | void sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaIDReadSemaIDWr... function SInt32 (line 708) | static SInt32 internalSocketCreate( function sqSocketListenOnPort (line 760) | void sqSocketListenOnPort(SocketPtr s, int port) { function sqSocketListenOnPortBacklogSize (line 781) | void sqSocketListenOnPortBacklogSize(SocketPtr s, int port, int backlogS... function sqSocketListenOnPortBacklogSizeInterface (line 785) | void sqSocketListenOnPortBacklogSizeInterface(SocketPtr s, int port, int... function sqSocketAcceptFromRecvBytesSendBytesSemaID (line 818) | void sqSocketAcceptFromRecvBytesSendBytesSemaID( function sqSocketAcceptFromRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID (line 830) | void sqSocketAcceptFromRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID( function sqSocketConnectToPort (line 876) | void sqSocketConnectToPort(SocketPtr s, int addr, int port) { function sqSocketSendDataBufCount (line 898) | int sqSocketSendDataBufCount(SocketPtr s, char * buf, int bufSize) { function sqSockettoHostportSendDataBufCount (line 967) | int sqSockettoHostportSendDataBufCount(SocketPtr s, int address, int por... function sqSocketAbortConnection (line 975) | void sqSocketAbortConnection(SocketPtr s) { function OSStatus (line 993) | static OSStatus doAbortConnection(EPInfo* epi) { function sqSocketCloseConnection (line 1020) | void sqSocketCloseConnection(SocketPtr s) { function sqSocketDestroy (line 1101) | void sqSocketDestroy(SocketPtr s) { function sqSocketReceiveDataAvailable (line 1137) | int sqSocketReceiveDataAvailable(SocketPtr s) function sqSocketReceiveDataBufCount (line 1158) | int sqSocketReceiveDataBufCount(SocketPtr s, char * buf, int bufSize) { function sqSocketReceiveUDPDataBufCountaddressportmoreFlag (line 1184) | int sqSocketReceiveUDPDataBufCountaddressportmoreFlag(SocketPtr s, char ... function sqSocketLocalAddress (line 1219) | int sqSocketLocalAddress(SocketPtr s) { function sqSocketLocalPort (line 1227) | int sqSocketLocalPort(SocketPtr s) { function sqSocketRemoteAddress (line 1236) | int sqSocketRemoteAddress(SocketPtr s) { function sqSocketRemotePort (line 1278) | int sqSocketRemotePort(SocketPtr s) { function sqSocketSendDone (line 1319) | int sqSocketSendDone(SocketPtr s) { function sqSocketError (line 1333) | int sqSocketError(SocketPtr s) { function sqSocketConnectionStatus (line 1346) | int sqSocketConnectionStatus(SocketPtr s) { function SInt32 (line 1352) | static SInt32 unmapStatus(EPInfo *s) { function Boolean (line 1374) | static Boolean SocketValid(SocketPtr s) { function Boolean (line 1386) | static Boolean PortNumberValid(InetPort port) { function TapAllInterestedSemaphores (line 1397) | static void TapAllInterestedSemaphores(EPInfo *epi) { function Boolean (line 1406) | static Boolean DestroyAllOpenSockets(void) { function DoBind (line 1476) | static void DoBind(EPInfo* epi,InetHost addr, InetPort port,UInt8 aExtra... function DoConnect (line 1562) | static void DoConnect(EPInfo* epi,InetHost addr, InetPort port) function DoListenAccept (line 1596) | static void DoListenAccept(EPInfo* acceptor,EPInfo* theServer) function Boolean (line 1661) | static Boolean EPOpen(EPInfo* epi) function Boolean (line 1712) | static Boolean EPClose(EPInfo* epi) function Recycle (line 1776) | static void Recycle() function makeEPIdle (line 1799) | static void makeEPIdle(EPInfo *epi) { function attemptToCloseAndDeleteThisEP (line 1810) | static void attemptToCloseAndDeleteThisEP (EPInfo *epi) { function EPInfo (line 1817) | static EPInfo* getOrMakeMeAnEP(UInt8 aSocketType,short counter) { function Boolean (line 1859) | static Boolean makeMeAnEP (UInt8 aSocketType) { function makeEPUnconnected (line 1874) | static void makeEPUnconnected(EPInfo *epi) { function makeEPConnected (line 1881) | static void makeEPConnected(EPInfo *epi) { function makeEPBrokenThenIdle (line 1889) | static void makeEPBrokenThenIdle(EPInfo* epi,OTResult error) { function makeEPBroken (line 1894) | static void makeEPBroken(EPInfo* epi,OTResult error) { function SetEPLastError (line 1899) | static void SetEPLastError(EPInfo* epi,OTResult error) { function UInt32 (line 1926) | static UInt32 ReadData(EPInfo* epi,char *specialReadBuffer,UInt32 specia... function UInt32 (line 2142) | static UInt32 readBytes(EPInfo* epi,char *buf,UInt32 adjustedBufSize) function UInt32 (line 2179) | static UInt32 readBytesUDP(EPInfo* epi,InetAddress *fromAddress, int * ... function purgeReadBuffers (line 2220) | static void purgeReadBuffers(EPInfo *epi) { function SInt32 (line 2241) | static SInt32 SendData(EPInfo* epi,char* buffer, UInt32 size) function sqSocketSetOptionsoptionNameStartoptionNameSizeoptionValueStartoptionValueSizereturnedValue (line 2361) | int sqSocketSetOptionsoptionNameStartoptionNameSizeoptionValueStartoptio... function sqSocketGetOptionsoptionNameStartoptionNameSizereturnedValue (line 2389) | int sqSocketGetOptionsoptionNameStartoptionNameSizereturnedValue(SocketP... function SInt32 (line 2410) | static SInt32 lookupOptionName(EPInfo *epi, Boolean trueIfGet, char *aSt... function OTResult (line 2452) | static OTResult SetEightByteOption(EPInfo* epi,Boolean trueIfGet, OTXTIL... function OTResult (line 2499) | static OTResult SetFourByteOption(EPInfo* epi,Boolean trueIfGet, OTXTILe... function OTResult (line 2545) | static OTResult SetOneByteOption(EPInfo* epi,Boolean trueIfGet, OTXTILev... function OTResult (line 2590) | static OTResult SetKeepAliveOption(EPInfo* epi,Boolean trueIfGet, OTXTIL... function OTResult (line 2643) | static OTResult SetLingerOption(EPInfo* epi,Boolean trueIfGet, OTXTILeve... function pascal (line 2710) | static pascal void DNSNotifier(void* context, OTEventCode event, OTResul... function pascal (line 2825) | static pascal void NotifierSocket(void* context, OTEventCode event, OTRe... function pascal (line 3464) | static pascal void NotifierSocketListener(void* context, OTEventCode eve... function pascal (line 3538) | static pascal void NotifierSocketUDP(void* context, OTEventCode event, O... function JMMWriteLog (line 3627) | void JMMWriteLog() { function JMMLogMessage (line 3659) | void JMMLogMessage(Str255 input) { function JMMLogMessageAndNumber (line 3704) | void JMMLogMessageAndNumber(Str255 msg,long number) { FILE: vm/src/from_squeak/Mac OS/plugins/SoundPlugin/sqMacSound.c type VirtualMachine (line 34) | struct VirtualMachine function soundInit (line 37) | int soundInit() { return true; } function soundShutdown (line 38) | int soundShutdown() { snd_Stop(); return 1;} type PlayStateRec (line 94) | typedef struct { type RecordBufferRec (line 121) | typedef struct { type SndDoubleBuffer (line 136) | struct SndDoubleBuffer { type SndDoubleBuffer (line 144) | typedef struct SndDoubleBuffer SndDoubleBuffer; type SndDoubleBuffer (line 145) | typedef SndDoubleBuffer * SndDoubleBufferPtr; type SndDoubleBackUPP (line 147) | typedef STACK_UPP_TYPE(SndDoubleBackProcPtr) SndDoubl... type SndDoubleBufferHeader (line 149) | struct SndDoubleBufferHeader { type SndDoubleBufferHeader (line 158) | typedef struct SndDoubleBufferHeader SndDoubleBufferHeader; type SndDoubleBufferHeader (line 159) | typedef SndDoubleBufferHeader * SndDoubleBufferHeaderPtr; type SndDoubleBufferHeader2 (line 160) | struct SndDoubleBufferHeader2 { type SndDoubleBufferHeader2 (line 170) | typedef struct SndDoubleBufferHeader2 SndDoubleBufferHeader2; type SndDoubleBufferHeader2 (line 171) | typedef SndDoubleBufferHeader2 * SndDoubleBufferHeader2Ptr; function pascal (line 196) | pascal void DoubleBack(SndChannelPtr chan, SndDoubleBufferPtr buf) { function FillBufferWithSilence (line 223) | int FillBufferWithSilence(SndDoubleBufferPtr buf) { function pascal (line 242) | pascal void FlipRecordBuffers(SPBPtr pb) { function snd_AvailableSpace (line 258) | int snd_AvailableSpace(void) { function snd_PlaySamplesFromAtLength (line 267) | int snd_PlaySamplesFromAtLength(int frameCount, int arrayIndex, int star... function MixInSamples (line 321) | int MixInSamples(int count, char *srcBufPtr, int srcStartIndex, char *ds... function snd_InsertSamplesFromLeadTime (line 364) | int snd_InsertSamplesFromLeadTime(int frameCount, int srcBufPtr, int sam... function snd_PlaySilence (line 399) | int snd_PlaySilence(void) { function snd_Start (line 416) | int snd_Start(int frameCount, int samplesPerSec, int stereo, int semaInd... function snd_Stop (line 489) | int snd_Stop(void) { function snd_SetRecordLevel (line 523) | int snd_SetRecordLevel(int level) { function snd_StartRecording (line 539) | int snd_StartRecording(int desiredSamplesPerSec, int stereo, int semaInd... function snd_StopRecording (line 672) | int snd_StopRecording(void) { function snd_GetRecordingSampleRate (line 701) | double snd_GetRecordingSampleRate(void) { function snd_RecordSamplesIntoAtLength (line 720) | int snd_RecordSamplesIntoAtLength(int buf, int startSliceIndex, int buff... function snd_Volume (line 776) | void snd_Volume(double *left, double *right) { function snd_SetVolume (line 803) | void snd_SetVolume(double left, double right) { type PerChanInfo (line 901) | struct PerChanInfo { type PerChanInfo (line 912) | typedef struct PerChanInfo PerChanInfo; type PerChanInfo (line 913) | struct PerChanInfo function OSErr (line 926) | OSErr MySndDoImmediate (SndChannelPtr chan, SndCommand * cmd) { function OSErr (line 953) | OSErr CarbonSndPlayDoubleBuffer (SndChannelPtr chan, SndDoubleBufferHead... function pascal (line 1098) | static pascal void CarbonSndPlayDoubleBufferCleanUpProc( function pascal (line 1120) | static pascal void CarbonSndPlayDoubleBufferCallBackProc (SndChannelPtr ... function InsertSndDoCommand (line 1194) | static void InsertSndDoCommand (SndChannelPtr chan, SndCommand * newCmd) { function pascal (line 1208) | static pascal void NMResponseProc (NMRecPtr nmReqPtr) { FILE: vm/src/from_squeak/Mac OS/plugins/SoundPlugin/sqMacUnixInterfaceSound.c function sqInt (line 19) | sqInt soundInit(void) function sqInt (line 25) | sqInt soundShutdown(void) function sqInt (line 34) | sqInt snd_AvailableSpace(void) function sqInt (line 39) | sqInt snd_InsertSamplesFromLeadTime(sqInt frameCount, void* srcBufPtr, s... function sqInt (line 44) | sqInt snd_PlaySamplesFromAtLength(sqInt frameCount, void *srcBufPtr, sqI... function sqInt (line 49) | sqInt snd_PlaySilence(void) function sqInt (line 54) | sqInt snd_Start(sqInt frameCount, sqInt samplesPerSec, sqInt stereo, sqI... function sqInt (line 59) | sqInt snd_Stop(void) function sqInt (line 66) | sqInt snd_StartRecording(sqInt desiredSamplesPerSec, sqInt stereo, sqInt... function sqInt (line 71) | sqInt snd_StopRecording(void) function snd_GetRecordingSampleRate (line 76) | double snd_GetRecordingSampleRate(void) function sqInt (line 81) | sqInt snd_RecordSamplesIntoAtLength(void *buf, sqInt startSliceIndex, sq... function snd_Volume (line 88) | void snd_Volume(double *left, double *right) { function snd_SetVolume (line 90) | void snd_SetVolume(double left, double right) { function snd_SetRecordLevel (line 92) | int snd_SetRecordLevel(sqInt level) { FILE: vm/src/from_squeak/Mac OS/plugins/SoundPlugin/sqUnixSoundDebug.h function rect (line 18) | void rect(int h, int c, float l, float r) function fill (line 43) | void fill(int h, int c, float l, float r) function update (line 57) | void update(void) function update (line 85) | void update(void) type sched_param (line 98) | struct sched_param function startSpy (line 113) | void startSpy(void) function stopSpy (line 122) | void stopSpy(void) FILE: vm/src/from_squeak/Mac OS/plugins/SoundPlugin/sqUnixSoundMacOSXJMM.c function sqInt (line 81) | inline sqInt signalSemaphoreWithIndex(sqInt sema) { return 0; } function sqInt (line 82) | inline sqInt success(sqInt flag) { return 0; } function sqInt (line 83) | inline sqInt primitiveFail(void) { return -1; } function dprintf (line 96) | void dprintf(const char *fmt, ...) function dumpFormat (line 106) | inline void dumpFormat(AudioStreamBasicDescription *fmt) { function eprintf (line 115) | void eprintf(const char *fmt, ...) function sqInt (line 126) | inline sqInt min(sqInt i, sqInt j) { return (i < j) ? i : j; } function sqInt (line 127) | inline sqInt max(sqInt i, sqInt j) { return (i > j) ? i : j; } function sqInt (line 143) | inline sqInt checkError(OSStatus err, char *op, char *param) type Buffer (line 159) | typedef struct function Buffer (line 173) | Buffer *Buffer_new(sqInt size) function Buffer_delete (line 194) | void Buffer_delete(Buffer *b) function sqInt (line 206) | inline sqInt Buffer_avail(Buffer *b) function sqInt (line 215) | inline sqInt Buffer_free(Buffer *b) function sqInt (line 225) | inline sqInt Buffer_getOutputPointers(Buffer *b, char **p1, sqInt *n1, c... function sqInt (line 255) | inline sqInt Buffer_getOutputPointer(Buffer *b, char **ptr) function sqInt (line 271) | inline sqInt Buffer_getInputPointer(Buffer *b, char **ptr) function Buffer_advanceOutputPointer (line 286) | inline void Buffer_advanceOutputPointer(Buffer *b, sqInt size) function Buffer_advanceInputPointer (line 303) | inline void Buffer_advanceInputPointer(Buffer *b, sqInt size) function Buffer_prefill (line 321) | inline void Buffer_prefill(Buffer *b, sqInt bytes) function sqInt (line 335) | inline sqInt Buffer_write(Buffer *b, char *buf, sqInt nbytes) function sqInt (line 363) | inline sqInt Buffer_writeRecheck(Buffer *b, char *buf, sqInt nbytes) function sqInt (line 397) | inline sqInt Buffer_read(Buffer *b, char *buf, sqInt nbytes) type Stream (line 434) | typedef struct Stream function ioProcSignal (line 457) | void ioProcSignal(sqInt semaphore) function OSStatus (line 465) | OSStatus bufferDataProc(AudioConverterRef inAudioConverter, UInt32 *ioDa... function OSStatus (line 506) | OSStatus ioProcOutput(AudioDeviceID device, function OSStatus (line 536) | OSStatus ioProcInput(AudioDeviceID device, function sqInt (line 558) | sqInt getDefaultDevice(AudioDeviceID *id, sqInt direction) function Stream (line 572) | Stream *Stream_new(sqInt dir) function Stream_delete (line 596) | void Stream_delete(Stream *s) function sqInt (line 609) | sqInt Stream_setFormat(Stream *s, sqInt frameCount, sqInt sampleRate, sq... function sqInt (line 670) | sqInt Stream_startSema(Stream *s, sqInt semaIndex) function sqInt (line 694) | sqInt Stream_stop(Stream *s) function sqInt (line 712) | sqInt sound_AvailableSpace(void) function mixFrames (line 725) | void mixFrames(short *out, short *in, sqInt nFrames) function sqInt (line 746) | sqInt sound_InsertSamplesFromLeadTime(sqInt frameCount, void* srcBufPtr, function sqInt (line 836) | sqInt sound_PlaySamplesFromAtLength(sqInt frameCount, void* arrayIndex, ... function sqInt (line 858) | sqInt sound_PlaySilence(void) function sqInt (line 868) | sqInt sound_Stop(void) function sqInt (line 885) | sqInt sound_Start(sqInt frameCount, sqInt samplesPerSec, sqInt stereo, s... function sound_GetRecordingSampleRate (line 918) | double sound_GetRecordingSampleRate(void) function sqInt (line 929) | sqInt sound_StopRecording(void) function sqInt (line 946) | sqInt sound_StartRecording(sqInt samplesPerSec, sqInt stereo, sqInt sema... function sqInt (line 972) | sqInt sound_RecordSamplesIntoAtLength(void * buf, sqInt startSliceIndex,... function sqInt (line 1001) | sqInt getVolume(sqInt dir, double *left, double *right) function sqInt (line 1031) | sqInt setVolume(sqInt dir, double dleft, double dright) function sound_Volume (line 1062) | void sound_Volume(double *left, double *right) function sound_SetVolume (line 1071) | void sound_SetVolume(double left, double right) function sqInt (line 1085) | sqInt sound_SetRecordLevel(sqInt level) function dumpFormat (line 1103) | void dumpFormat(AudioStreamBasicDescription *fmt) function sqInt (line 1140) | static sqInt sound_SetSwitch(sqInt id, sqInt captureFlag, sqInt parameter) function sqInt (line 1145) | static sqInt sound_GetSwitch(sqInt id, sqInt captureFlag, sqInt channel) function sqInt (line 1150) | static sqInt sound_SetDevice(sqInt id, char *arg) function sound_parseEnvironment (line 1167) | void sound_parseEnvironment(void) {} function sqInt (line 1168) | sqInt sound_parseArgument(sqInt argc, char **argv) { function sound_printUsage (line 1171) | void sound_printUsage(void) {} function sound_printUsageNotes (line 1172) | void sound_printUsageNotes(void) {} function warble (line 1189) | void warble(sqInt n) function sqInt (line 1206) | sqInt main() FILE: vm/src/from_squeak/Mac OS/plugins/SpellingPlugin/sqMacSpellingPlugin.c type VirtualMachine (line 26) | struct VirtualMachine type CFRange (line 30) | typedef CFRange (*CheckSpellingOfStringWithOptionsProc)( CFStringRef, i... type CFRange (line 31) | typedef CFRange (*CheckSpellingOfStringProc)( CFStringRef, int ); type CFArrayRef (line 33) | typedef CFArrayRef (*GuessesForWordProc)( CFStringRef ); type CFStringRef (line 37) | typedef CFStringRef (*LanguageProc)(); type Boolean (line 38) | typedef Boolean (*SetLanguageProc)(CFStringRef); type CFArrayRef (line 39) | typedef CFArrayRef (*IgnoredWordsInSpellDocumentWithTagProc)( int ); function sqSpellingInitialize (line 58) | int sqSpellingInitialize(void) { function sqSpellingShutdown (line 83) | void sqSpellingShutdown(void) { function sqSpellingCheckSpellingstartingAtlengthresults (line 94) | void sqSpellingCheckSpellingstartingAtlengthresults(char * data,int star... function sqSpellingGetLanguageLength (line 112) | int sqSpellingGetLanguageLength(void) { function sqSpellingGetLanguageInto (line 117) | void sqSpellingGetLanguageInto(char* string) { function sqSpellingGetUniqueSpellingTag (line 125) | int sqSpellingGetUniqueSpellingTag(void) { function sqSpellingSetLanguagelength (line 129) | void sqSpellingSetLanguagelength(char *string,int length) { function sqSpellingGuessForWordListLengthwithTaglength (line 139) | int sqSpellingGuessForWordListLengthwithTaglength(char *data, int tag,i... function sqSpellingGuessForWordwithTagLengthat (line 158) | int sqSpellingGuessForWordwithTagLengthat(int aTag, int indexs){ function sqSpellingGuessForWordwithTagatinto (line 165) | void sqSpellingGuessForWordwithTagatinto(int aTag,int index, char *data) { function sqSpellingGetIgnoredWordsListLengthWithTag (line 185) | int sqSpellingGetIgnoredWordsListLengthWithTag(int aTag) { function sqSpellingGetIgnoredWordLengthWithTagat (line 197) | int sqSpellingGetIgnoredWordLengthWithTagat(int aTag, int anIndex){ function sqSpellingGetIgnoredWordWithTagatinto (line 205) | void sqSpellingGetIgnoredWordWithTagatinto(int aTag, int anIndex, char *... function sqSpellingSetIgnoredWordsListLengthwithTag (line 221) | void sqSpellingSetIgnoredWordsListLengthwithTag(int length, int aTag) { function sqSpellingSetIgnoredWordwithTagatlength (line 235) | void sqSpellingSetIgnoredWordwithTagatlength(char *data,int aTag, int an... function sqSpellingSetNewIgnoredWordwithTaglength (line 248) | void sqSpellingSetNewIgnoredWordwithTaglength(char *data,int aTag, int l... function LoadPrivateFrameworkBundle (line 257) | void LoadPrivateFrameworkBundle( CFStringRef framework, CFBundleRef *bun... FILE: vm/src/from_squeak/Mac OS/plugins/SqueakFFIPrims/ppc-darwin-Carbon-UI.c type VirtualMachine (line 73) | struct VirtualMachine function primitiveFail (line 76) | static int primitiveFail(void) { puts("primitive fail"); exit(1); return... function ffiInitialize (line 123) | int ffiInitialize(void) function ffiSupportsCallingConvention (line 135) | int ffiSupportsCallingConvention(int callType) function ffiAlloc (line 142) | int ffiAlloc(int byteSize) function ffiFree (line 150) | int ffiFree(int ptr) function ffiPushSignedChar (line 177) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 185) | int ffiPushUnsignedChar(int value) function ffiPushSignedByte (line 193) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 201) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 209) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 217) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 225) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 233) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 241) | int ffiPushSignedLongLong(int low, int high) function ffiPushUnsignedLongLong (line 252) | int ffiPushUnsignedLongLong(int low, int high) function ffiPushPointer (line 263) | int ffiPushPointer(int pointer) function ffiPushSingleFloat (line 271) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 284) | int ffiPushDoubleFloat(double value) function ffiPushStringOfLength (line 295) | int ffiPushStringOfLength(int srcIndex, int length) function min (line 311) | static inline int min(int x, int y) { return (x < y) ? x : y; } function ffiPushStructureOfLength (line 314) | int ffiPushStructureOfLength(int pointer, int *structSpec, int specSize) function ffiCanReturn (line 370) | int ffiCanReturn(int *structSpec, int specSize) function ffiReturnFloatValue (line 389) | double ffiReturnFloatValue(void) { return floatReturnValue; } function ffiLongLongResultLow (line 390) | int ffiLongLongResultLow(void) { return ((int *)&longReturnValue)[1]; } function ffiLongLongResultHigh (line 391) | int ffiLongLongResultHigh(void) { return ((int *)&longReturnValue)[0]; } function ffiStoreStructure (line 394) | int ffiStoreStructure(int address, int structSize) function ffiCleanup (line 404) | int ffiCleanup(void) function ffiCallAddressOfWithPointerReturnx (line 420) | int ffiCallAddressOfWithPointerReturnx(int fn, int callType) function ffiCallAddressOfWithStructReturnx (line 427) | int ffiCallAddressOfWithStructReturnx(int fn, int callType, int* structS... function ffiCallAddressOfWithReturnTypex (line 435) | int ffiCallAddressOfWithReturnTypex(int fn, int callType, int typeSpec) function ffiCallAddressOfWithPointerReturn (line 441) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiCallAddressOfWithStructReturn (line 462) | int ffiCallAddressOfWithStructReturn(int fn, int callType, int* structSp... function ffiCallAddressOfWithReturnType (line 485) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) function ffiDoAssertions (line 525) | void ffiDoAssertions(void) FILE: vm/src/from_squeak/Mac OS/plugins/SqueakFFIPrims/sqMacFFIPPC.c type VirtualMachine (line 36) | struct VirtualMachine function ffiLogFileNameOfLength (line 89) | int ffiLogFileNameOfLength(void *nameIndex, int nameLength) { function ffiLogCallOfLength (line 112) | int ffiLogCallOfLength(void *nameIndex, int nameLength) { function ffiInitialize (line 123) | int ffiInitialize(void) function ffiSupportsCallingConvention (line 134) | int ffiSupportsCallingConvention(int callType) function ffiAlloc (line 141) | int ffiAlloc(int byteSize) function ffiFree (line 148) | int ffiFree(int ptr) function ffiPushSignedChar (line 158) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 164) | int ffiPushUnsignedChar(int value) function ffiPushSignedByte (line 170) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 176) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 182) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 188) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 194) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 200) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 206) | int ffiPushSignedLongLong(int low, int high) function ffiPushUnsignedLongLong (line 213) | int ffiPushUnsignedLongLong(int low, int high) function ffiPushSingleFloat (line 220) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 234) | int ffiPushDoubleFloat(double value) function ffiPushStructureOfLength (line 248) | int ffiPushStructureOfLength(int pointer, int *structSpec, int specSize) function ffiPushPointer (line 309) | int ffiPushPointer(int pointer) function ffiPushStringOfLength (line 315) | int ffiPushStringOfLength(int srcIndex, int length) function ffiCanReturn (line 333) | int ffiCanReturn(int *structSpec, int specSize) function ffiReturnFloatValue (line 349) | double ffiReturnFloatValue(void) function ffiLongLongResultLow (line 357) | int ffiLongLongResultLow(void) function ffiLongLongResultHigh (line 365) | int ffiLongLongResultHigh(void) function ffiStoreStructure (line 373) | int ffiStoreStructure(int address, int structSize) function ffiCleanup (line 388) | int ffiCleanup(void) function ffiCallAddressOfWithPointerReturnx (line 414) | int ffiCallAddressOfWithPointerReturnx(int fn, int callType) function ffiCallAddressOfWithStructReturnx (line 418) | int ffiCallAddressOfWithStructReturnx(int fn, int callType, int* structS... function ffiCallAddressOfWithReturnTypex (line 423) | int ffiCallAddressOfWithReturnTypex(int fn, int callType, int typeSpec) function ffiCallAddressOfWithPointerReturn (line 429) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiCallAddressOfWithStructReturn (line 450) | int ffiCallAddressOfWithStructReturn(int fn, int callType, int* structSp... function ffiCallAddressOfWithReturnType (line 473) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) type ffiTestPoint2 (line 502) | typedef struct ffiTestPoint2 { type ffiTestPoint4 (line 507) | typedef struct ffiTestPoint4 { function ffiTestChars (line 539) | EXPORT(char) ffiTestChars(char c1, char c2, char c3, char c4) { function ffiTestShorts (line 545) | EXPORT(short) ffiTestShorts(short c1, short c2, short c3, short c4) { function ffiTestInts (line 551) | EXPORT(int) ffiTestInts(int c1, int c2, int c3, int c4) { function ffiTestInts8 (line 556) | EXPORT(int) ffiTestInts8(int c1, int c2, int c3, int c4, int c5, int c6,... function ffiTestFloats (line 563) | EXPORT(float) ffiTestFloats(float f1, float f2) { function ffiTestFloats7 (line 568) | EXPORT(float) ffiTestFloats7(float f1, float f2, float f3, float f4, flo... function ffiTestFloats13 (line 573) | EXPORT(float) ffiTestFloats13(float f1, float f2, float f3, float f4, fl... function ffiTestFloats14 (line 578) | EXPORT(float) ffiTestFloats14(float f1, float f2, float f3, float f4, fl... function ffiTestDoubles14 (line 583) | EXPORT(double) ffiTestDoubles14(double f1, double f2, double f3, double ... function ffiTestDoubles (line 589) | EXPORT(double) ffiTestDoubles(double d1, double d2) { function ffiPrintString (line 595) | EXPORT(char*) ffiPrintString(char *string) { function ffiTestStruct64 (line 601) | EXPORT(ffiTestPoint2) ffiTestStruct64(ffiTestPoint2 pt1, ffiTestPoint2 p... function ffiTestStructBig (line 611) | EXPORT(ffiTestPoint4) ffiTestStructBig(ffiTestPoint4 pt1, ffiTestPoint4 ... function ffiTestPointers (line 625) | EXPORT(ffiTestPoint4*) ffiTestPointers(ffiTestPoint4 *pt1, ffiTestPoint4... function ffiTestLongLong (line 640) | EXPORT(LONGLONG) ffiTestLongLong(LONGLONG i1, LONGLONG i2) { function ffiTestLongLonga1 (line 644) | EXPORT(LONGLONG) ffiTestLongLonga1(char c1, LONGLONG i1, LONGLONG i2) { function ffiTestLongLonga2 (line 648) | EXPORT(LONGLONG) ffiTestLongLonga2(char c1, char c2, LONGLONG i1, LONGLO... function ffiTestLongLong8 (line 652) | EXPORT(LONGLONG) ffiTestLongLong8(char c1, char c2, char c3, char c4, ch... function ffiTestLongLong8a1 (line 656) | EXPORT(LONGLONG) ffiTestLongLong8a1(char c1, char c2, char c3, char c4, ... function ffiTestLongLong8a2 (line 660) | EXPORT(LONGLONG) ffiTestLongLong8a2(char c1, char c2, char c3, char c4, ... FILE: vm/src/from_squeak/Mac OS/plugins/SqueakFFIPrims/sqMacIntel-Win32.c type VirtualMachine (line 23) | struct VirtualMachine function ffiLogFileNameOfLength (line 58) | int ffiLogFileNameOfLength(void *nameIndex, int nameLength) { function ffiLogCallOfLength (line 81) | int ffiLogCallOfLength(void *nameIndex, int nameLength) { function ffiInitialize (line 92) | int ffiInitialize(void) function ffiSupportsCallingConvention (line 101) | int ffiSupportsCallingConvention(int callType) function ffiAlloc (line 108) | int ffiAlloc(int byteSize) function ffiFree (line 113) | int ffiFree(int ptr) function ffiPushSignedChar (line 122) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 128) | int ffiPushUnsignedChar(int value) function ffiPushSignedByte (line 134) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 140) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 146) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 152) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 158) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 164) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 170) | int ffiPushSignedLongLong(int lowWord, int highWord) function ffiPushUnsignedLongLong (line 177) | int ffiPushUnsignedLongLong(int lowWord, int highWord) function ffiPushSingleFloat (line 184) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 192) | int ffiPushDoubleFloat(double value) function ffiPushStructureOfLength (line 199) | int ffiPushStructureOfLength(int pointer, int* structSpec, int structSize) function ffiPushPointer (line 210) | int ffiPushPointer(int pointer) function ffiPushStringOfLength (line 216) | int ffiPushStringOfLength(int srcIndex, int length) function ffiCanReturn (line 234) | int ffiCanReturn(int *structSpec, int specSize) function ffiReturnFloatValue (line 251) | double ffiReturnFloatValue(void) function ffiLongLongResultLow (line 258) | int ffiLongLongResultLow(void) function ffiLongLongResultHigh (line 265) | int ffiLongLongResultHigh(void) function ffiStoreStructure (line 274) | int ffiStoreStructure(int address, int structSize) function ffiCleanup (line 292) | int ffiCleanup(void) function ffiCallAddressOfWithPointerReturnx (line 309) | int ffiCallAddressOfWithPointerReturnx(int fn, int callType) function ffiCallAddressOfWithStructReturnx (line 314) | int ffiCallAddressOfWithStructReturnx(int fn, int callType, int* structS... function ffiCallAddressOfWithReturnTypex (line 320) | int ffiCallAddressOfWithReturnTypex(int fn, int callType, int typeSpec) function ffiCallAddressOfWithPointerReturn (line 328) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiCallAddressOfWithStructReturn (line 349) | int ffiCallAddressOfWithStructReturn(int fn, int callType, int* structSp... function ffiCallAddressOfWithReturnType (line 372) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) type ffiTestPoint2 (line 403) | typedef struct ffiTestPoint2 { type ffiTestPoint4 (line 408) | typedef struct ffiTestPoint4 { function ffiTestChars (line 430) | EXPORT(char) ffiTestChars(char c1, char c2, char c3, char c4) { function ffiTestShorts (line 436) | EXPORT(short) ffiTestShorts(short c1, short c2, short c3, short c4) { function ffiTestInts (line 442) | EXPORT(int) ffiTestInts(int c1, int c2, int c3, int c4) { function ffiTestFloats (line 448) | EXPORT(float) ffiTestFloats(float f1, float f2) { function ffiTestDoubles (line 454) | EXPORT(double) ffiTestDoubles(double d1, double d2) { function ffiPrintString (line 460) | EXPORT(char*) ffiPrintString(char *string) { function ffiTestStruct64 (line 466) | EXPORT(ffiTestPoint2) ffiTestStruct64(ffiTestPoint2 pt1, ffiTestPoint2 p... function ffiTestStructBig (line 476) | EXPORT(ffiTestPoint4) ffiTestStructBig(ffiTestPoint4 pt1, ffiTestPoint4 ... function ffiTestPointers (line 490) | EXPORT(ffiTestPoint4*) ffiTestPointers(ffiTestPoint4 *pt1, ffiTestPoint4... function ffiTestLongLong (line 505) | EXPORT(LONGLONG) ffiTestLongLong(LONGLONG i1, LONGLONG i2) { FILE: vm/src/from_squeak/Mac OS/plugins/SqueakFFIPrims/x86-sysv-MacIntel.c function primitiveFail (line 60) | static int primitiveFail(void) { puts("primitive fail"); exit(1); return... type VirtualMachine (line 62) | struct VirtualMachine function ffiLogFileNameOfLength (line 87) | int ffiLogFileNameOfLength(void *nameIndex, int nameLength) { function ffiLogCallOfLength (line 110) | int ffiLogCallOfLength(void *nameIndex, int nameLength) { function ffiInitialize (line 116) | int ffiInitialize(void) function ffiSupportsCallingConvention (line 124) | int ffiSupportsCallingConvention(int callType) function ffiAlloc (line 131) | int ffiAlloc(int byteSize) function ffiFree (line 137) | int ffiFree(int ptr) function ffiCanReturn (line 153) | int ffiCanReturn(int *structSpec, int specSize) function ffiPushSignedChar (line 173) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 180) | int ffiPushUnsignedChar(int value) function ffiPushSignedByte (line 187) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 194) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 201) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 208) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 215) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 222) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 229) | int ffiPushSignedLongLong(int low, int high) function ffiPushUnsignedLongLong (line 237) | int ffiPushUnsignedLongLong(int low, int high) function ffiPushPointer (line 245) | int ffiPushPointer(int pointer) function ffiPushSingleFloat (line 252) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 260) | int ffiPushDoubleFloat(double value) function ffiPushStringOfLength (line 268) | int ffiPushStringOfLength(int srcIndex, int length) function ffiPushStructureOfLength (line 284) | int ffiPushStructureOfLength(int pointer, int *structSpec, int specSize) function ffiReturnFloatValue (line 297) | double ffiReturnFloatValue(void) { return ffiFloatReturnValue; } function ffiLongLongResultLow (line 298) | int ffiLongLongResultLow(void) { return ffiIntReturnValue; } function ffiLongLongResultHigh (line 299) | int ffiLongLongResultHigh(void) { return ffiLongReturnValue; } function ffiStoreStructure (line 302) | int ffiStoreStructure(int address, int structSize) function ffiCleanup (line 324) | int ffiCleanup(void) function ffiCallAddressOfWithPointerReturnx (line 344) | int ffiCallAddressOfWithPointerReturnx(int fn, int callType) function ffiCallAddressOfWithStructReturnx (line 351) | int ffiCallAddressOfWithStructReturnx(int fn, int callType, int* structS... function ffiCallAddressOfWithReturnTypex (line 358) | int ffiCallAddressOfWithReturnTypex(int fn, int callType, int typeSpec) function ffiCallAddressOfWithPointerReturn (line 365) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiCallAddressOfWithStructReturn (line 386) | int ffiCallAddressOfWithStructReturn(int fn, int callType, int* structSp... function ffiCallAddressOfWithReturnType (line 409) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) function ffiDoAssertions (line 434) | void ffiDoAssertions(void) {} FILE: vm/src/from_squeak/Mac OS/plugins/SqueakObjectiveCPlugin/squeakProxy.h type VirtualMachine (line 43) | struct VirtualMachine function interface (line 74) | interface SqueakProxy : NSObject FILE: vm/src/from_squeak/Mac OS/plugins/UUIDPlugin/sqMacUUID.c type VirtualMachine (line 18) | struct VirtualMachine function MakeUUID (line 24) | int MakeUUID(sqUUID location) { function sqUUIDInit (line 35) | int sqUUIDInit() { function sqUUIDShutdown (line 39) | int sqUUIDShutdown() { FILE: vm/src/from_squeak/Mac OS/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c type VirtualMachine (line 182) | struct VirtualMachine type VirtualMachine (line 222) | struct VirtualMachine function aioForwardwithDataandFlags (line 244) | static void aioForwardwithDataandFlags(int fd, void * data, int flags) { function sqInt (line 269) | static sqInt copyBytesFromtolength(unsigned char * charArray1, unsigned ... function sqInt (line 290) | static sqInt createPipeForReaderwriter(FILEHANDLETYPE * readerIOStreamPt... function sqInt (line 329) | static sqInt descriptorTableSize(void) { function dupToStdErr (line 340) | static void dupToStdErr(sqInt anSQFileDataStructure) { function dupToStdIn (line 359) | static void dupToStdIn(sqInt anSQFileDataStructure) { function dupToStdOut (line 379) | static void dupToStdOut(sqInt anSQFileDataStructure) { function sqInt (line 397) | static sqInt fileDescriptorFrom(sqInt aFileHandle) { function sqInt (line 425) | static sqInt fileRecordSize(void) { function SQFile (line 433) | static SQFile * fileValueOf(sqInt anSQFileRecord) { function sqInt (line 446) | static sqInt fixPointersInArrayOfStringswithOffsetscount(char *flattened... function sqInt (line 494) | static sqInt forkAndExecInDirectory(sqInt useSignalHandler) { function forkSqueak (line 657) | EXPORT(pid_t) forkSqueak(sqInt useSignalHandler) { function VirtualMachine (line 716) | static VirtualMachine * getInterpreter(void) { function getModuleName (line 726) | EXPORT(const char*) getModuleName(void) { function sqInt (line 730) | static sqInt getThisSessionIdentifier(void) { function sqInt (line 734) | static sqInt halt(void) { function handleSignal (line 754) | static void handleSignal(int sigNum) { function initialiseModule (line 764) | EXPORT(sqInt) initialiseModule(void) { function sqInt (line 774) | static sqInt isSQFileObject(sqInt objectPointer) { function sqInt (line 797) | static sqInt makePipeForReaderwriter(FILEHANDLETYPE * readerIOStreamPtr,... function sqInt (line 812) | static sqInt msg(char * s) { function sqInt (line 819) | static sqInt newSQFileByteArray(void) { function sqInt (line 826) | static sqInt newSQSocketByteArray(void) { function primitiveAioDisable (line 864) | EXPORT(sqInt) primitiveAioDisable(void) { function primitiveAioEnable (line 886) | EXPORT(sqInt) primitiveAioEnable(void) { function primitiveAioHandle (line 926) | EXPORT(sqInt) primitiveAioHandle(void) { function primitiveAioSuspend (line 972) | EXPORT(sqInt) primitiveAioSuspend(void) { function primitiveArgumentAt (line 1010) | EXPORT(sqInt) primitiveArgumentAt(void) { function primitiveCanReceiveSignals (line 1036) | EXPORT(sqInt) primitiveCanReceiveSignals(sqInt anIntegerPid) { function primitiveChdir (line 1059) | EXPORT(sqInt) primitiveChdir(void) { function primitiveCreatePipe (line 1080) | EXPORT(sqInt) primitiveCreatePipe(void) { function primitiveCreatePipeWithSessionIdentifier (line 1150) | EXPORT(sqInt) primitiveCreatePipeWithSessionIdentifier(void) { function primitiveEnvironmentAt (line 1214) | EXPORT(sqInt) primitiveEnvironmentAt(void) { function primitiveEnvironmentAtSymbol (line 1240) | EXPORT(sqInt) primitiveEnvironmentAtSymbol(void) { function primitiveErrorMessageAt (line 1259) | EXPORT(sqInt) primitiveErrorMessageAt(void) { function primitiveFileProtectionMask (line 1281) | EXPORT(sqInt) primitiveFileProtectionMask(void) { function primitiveFileStat (line 1320) | EXPORT(sqInt) primitiveFileStat(void) { function primitiveFixPointersInArrayOfStrings (line 1363) | EXPORT(sqInt) primitiveFixPointersInArrayOfStrings(void) { function primitiveForkAndExecInDirectory (line 1396) | EXPORT(sqInt) primitiveForkAndExecInDirectory(void) { function primitiveForkExec (line 1416) | EXPORT(sqInt) primitiveForkExec(void) { function primitiveForkSqueak (line 1429) | EXPORT(sqInt) primitiveForkSqueak(void) { function primitiveForkSqueakWithoutSigHandler (line 1451) | EXPORT(sqInt) primitiveForkSqueakWithoutSigHandler(void) { function primitiveForwardSignalToSemaphore (line 1475) | EXPORT(sqInt) primitiveForwardSignalToSemaphore(void) { function primitiveGetCurrentWorkingDirectory (line 1514) | EXPORT(sqInt) primitiveGetCurrentWorkingDirectory(void) { function primitiveGetEGid (line 1544) | EXPORT(sqInt) primitiveGetEGid(void) { function primitiveGetEUid (line 1555) | EXPORT(sqInt) primitiveGetEUid(void) { function primitiveGetGid (line 1566) | EXPORT(sqInt) primitiveGetGid(void) { function primitiveGetPid (line 1577) | EXPORT(sqInt) primitiveGetPid(void) { function primitiveGetPPid (line 1588) | EXPORT(sqInt) primitiveGetPPid(void) { function primitiveGetSession (line 1601) | EXPORT(sqInt) primitiveGetSession(void) { function primitiveGetStdErrHandle (line 1620) | EXPORT(sqInt) primitiveGetStdErrHandle(void) { function primitiveGetStdErrHandleWithSessionIdentifier (line 1652) | EXPORT(sqInt) primitiveGetStdErrHandleWithSessionIdentifier(void) { function primitiveGetStdInHandle (line 1680) | EXPORT(sqInt) primitiveGetStdInHandle(void) { function primitiveGetStdInHandleWithSessionIdentifier (line 1712) | EXPORT(sqInt) primitiveGetStdInHandleWithSessionIdentifier(void) { function primitiveGetStdOutHandle (line 1740) | EXPORT(sqInt) primitiveGetStdOutHandle(void) { function primitiveGetStdOutHandleWithSessionIdentifier (line 1772) | EXPORT(sqInt) primitiveGetStdOutHandleWithSessionIdentifier(void) { function primitiveGetUid (line 1800) | EXPORT(sqInt) primitiveGetUid(void) { function primitiveIsAtEndOfFile (line 1812) | EXPORT(sqInt) primitiveIsAtEndOfFile(void) { function primitiveLockFileRegion (line 1841) | EXPORT(sqInt) primitiveLockFileRegion(void) { function primitiveMakePipe (line 1896) | EXPORT(sqInt) primitiveMakePipe(void) { function primitiveMakePipeWithSessionIdentifier (line 1966) | EXPORT(sqInt) primitiveMakePipeWithSessionIdentifier(void) { function primitiveModuleName (line 2029) | EXPORT(sqInt) primitiveModuleName(void) { function primitiveNice (line 2046) | EXPORT(sqInt) primitiveNice(void) { function primitivePutEnv (line 2070) | EXPORT(sqInt) primitivePutEnv(void) { function primitiveRealpath (line 2087) | EXPORT(sqInt) primitiveRealpath(void) { function primitiveReapChildProcess (line 2119) | EXPORT(sqInt) primitiveReapChildProcess(void) { function primitiveSemaIndexFor (line 2149) | EXPORT(sqInt) primitiveSemaIndexFor(void) { function primitiveSendSigabrtTo (line 2164) | EXPORT(sqInt) primitiveSendSigabrtTo(sqInt anIntegerPid) { function primitiveSendSigalrmTo (line 2189) | EXPORT(sqInt) primitiveSendSigalrmTo(sqInt anIntegerPid) { function primitiveSendSigchldTo (line 2215) | EXPORT(sqInt) primitiveSendSigchldTo(sqInt anIntegerPid) { function primitiveSendSigcontTo (line 2240) | EXPORT(sqInt) primitiveSendSigcontTo(sqInt anIntegerPid) { function primitiveSendSighupTo (line 2265) | EXPORT(sqInt) primitiveSendSighupTo(sqInt anIntegerPid) { function primitiveSendSigintTo (line 2290) | EXPORT(sqInt) primitiveSendSigintTo(sqInt anIntegerPid) { function primitiveSendSigkillTo (line 2315) | EXPORT(sqInt) primitiveSendSigkillTo(sqInt anIntegerPid) { function primitiveSendSigpipeTo (line 2340) | EXPORT(sqInt) primitiveSendSigpipeTo(sqInt anIntegerPid) { function primitiveSendSigquitTo (line 2365) | EXPORT(sqInt) primitiveSendSigquitTo(sqInt anIntegerPid) { function primitiveSendSigstopTo (line 2390) | EXPORT(sqInt) primitiveSendSigstopTo(sqInt anIntegerPid) { function primitiveSendSigtermTo (line 2415) | EXPORT(sqInt) primitiveSendSigtermTo(sqInt anIntegerPid) { function primitiveSendSigusr1To (line 2440) | EXPORT(sqInt) primitiveSendSigusr1To(sqInt anIntegerPid) { function primitiveSendSigusr2To (line 2465) | EXPORT(sqInt) primitiveSendSigusr2To(sqInt anIntegerPid) { function primitiveSetSemaIndex (line 2492) | EXPORT(sqInt) primitiveSetSemaIndex(void) { function primitiveSigChldNumber (line 2501) | EXPORT(sqInt) primitiveSigChldNumber(void) { function primitiveSigHupNumber (line 2509) | EXPORT(sqInt) primitiveSigHupNumber(void) { function primitiveSigIntNumber (line 2517) | EXPORT(sqInt) primitiveSigIntNumber(void) { function primitiveSigKillNumber (line 2525) | EXPORT(sqInt) primitiveSigKillNumber(void) { function primitiveSigPipeNumber (line 2533) | EXPORT(sqInt) primitiveSigPipeNumber(void) { function primitiveSigQuitNumber (line 2541) | EXPORT(sqInt) primitiveSigQuitNumber(void) { function primitiveSigTermNumber (line 2549) | EXPORT(sqInt) primitiveSigTermNumber(void) { function primitiveSigUsr1Number (line 2557) | EXPORT(sqInt) primitiveSigUsr1Number(void) { function primitiveSigUsr2Number (line 2565) | EXPORT(sqInt) primitiveSigUsr2Number(void) { function primitiveSizeOfInt (line 2573) | EXPORT(sqInt) primitiveSizeOfInt(void) { function primitiveSizeOfPointer (line 2581) | EXPORT(sqInt) primitiveSizeOfPointer(void) { function primitiveSQFileFlush (line 2591) | EXPORT(sqInt) primitiveSQFileFlush(void) { function primitiveSQFileFlushWithSessionIdentifier (line 2624) | EXPORT(sqInt) primitiveSQFileFlushWithSessionIdentifier(void) { function primitiveSQFileSetBlocking (line 2646) | EXPORT(sqInt) primitiveSQFileSetBlocking(void) { function primitiveSQFileSetBlockingWithSessionIdentifier (line 2685) | EXPORT(sqInt) primitiveSQFileSetBlockingWithSessionIdentifier(void) { function primitiveSQFileSetNonBlocking (line 2716) | EXPORT(sqInt) primitiveSQFileSetNonBlocking(void) { function primitiveSQFileSetNonBlockingWithSessionIdentifier (line 2755) | EXPORT(sqInt) primitiveSQFileSetNonBlockingWithSessionIdentifier(void) { function primitiveSQFileSetUnbuffered (line 2789) | EXPORT(sqInt) primitiveSQFileSetUnbuffered(void) { function primitiveSQFileSetUnbufferedWithSessionIdentifier (line 2825) | EXPORT(sqInt) primitiveSQFileSetUnbufferedWithSessionIdentifier(void) { function primitiveTestLockableFileRegion (line 2866) | EXPORT(sqInt) primitiveTestLockableFileRegion(void) { function primitiveUnixFileClose (line 2936) | EXPORT(sqInt) primitiveUnixFileClose(sqInt anIntegerFileNumber) { function primitiveUnixFileNumber (line 2951) | EXPORT(sqInt) primitiveUnixFileNumber(void) { function primitiveUnlockFileRegion (line 2974) | EXPORT(sqInt) primitiveUnlockFileRegion(void) { function primitiveUnsetEnv (line 3021) | EXPORT(sqInt) primitiveUnsetEnv(void) { function primitiveVersionString (line 3037) | EXPORT(sqInt) primitiveVersionString(void) { function reapChildProcess (line 3056) | static void reapChildProcess(int sigNum) { function restoreDefaultSignalHandlers (line 3066) | static void restoreDefaultSignalHandlers(void) { function sqInt (line 3084) | static sqInt sandboxSecurity(void) { function sqInt (line 3100) | static sqInt securityHeurisitic(void) { function SESSIONIDENTIFIERTYPE (line 3143) | static SESSIONIDENTIFIERTYPE sessionIdentifierFrom(sqInt aByteArray) { function setInterpreter (line 3163) | EXPORT(sqInt) setInterpreter(struct VirtualMachine* anInterpreter) { function setSigChldDefaultHandler (line 3175) | static void setSigChldDefaultHandler(void) { function setSigChldHandler (line 3182) | static void setSigChldHandler(void) { function setSigIntDefaultHandler (line 3188) | static void setSigIntDefaultHandler(void) { function setSigIntIgnore (line 3195) | static void setSigIntIgnore(void) { function setSigPipeDefaultHandler (line 3206) | static void setSigPipeDefaultHandler(void) { function sqInt (line 3216) | static sqInt setSigPipeHandler(void) { function setSigPipeIgnore (line 3224) | static void setSigPipeIgnore(void) { function shutdownModule (line 3228) | EXPORT(sqInt) shutdownModule(void) { function sqInt (line 3244) | static sqInt sigChldNumber(void) { function sqInt (line 3265) | static sqInt sigHupNumber(void) { function sqInt (line 3279) | static sqInt sigIntNumber(void) { function sqInt (line 3286) | static sqInt sigKillNumber(void) { function sqInt (line 3294) | static sqInt signalArraySize(void) { function sqInt (line 3309) | static sqInt sigPipeNumber(void) { function sqInt (line 3316) | static sqInt sigQuitNumber(void) { function sqInt (line 3323) | static sqInt sigTermNumber(void) { function sqInt (line 3331) | static sqInt sigUsr1Number(void) { function sqInt (line 3339) | static sqInt sigUsr2Number(void) { function sqInt (line 3346) | static sqInt sizeOfInt(void) { function sqInt (line 3353) | static sqInt sizeOfPointer(void) { function sqInt (line 3361) | static sqInt sizeOfSession(void) { function sqInt (line 3368) | static sqInt socketRecordSize(void) { function SQSocket (line 3376) | static SQSocket * socketValueOf(sqInt anSQSocketRecord) { function sqInt (line 3388) | static sqInt stringFromCString(char *aCString) { FILE: vm/src/from_squeak/Mac OS/vm/Developer/NPSqueakStub.c type NPError (line 44) | typedef NPError (*GetPrivate_InitializePtr)(); type NPError (line 50) | typedef NPError (*GetPrivate_NewPtr)(NPMIMEType pluginType, NPP instance... type NPError (line 53) | typedef NPError (*GetPrivate_DestroyPtr)(NPP instance, NPSavedData** save); type NPError (line 56) | typedef NPError (*GetPrivate_SetWindowPtr)(NPP instance, NPWindow* window); type NPError (line 59) | typedef NPError (*GetPrivate_NewStreamPtr)(NPP instance, NPMIMEType type... type int32 (line 62) | typedef int32 (*GetPrivate_WriteReadyPtr)(NPP instance, NPStream* stream); type int32 (line 65) | typedef int32 (*GetPrivate_WritePtr)(NPP instance, NPStream* stream, int... type NPError (line 71) | typedef NPError (*GetPrivate_DestroyStreamPtr)(NPP instance, NPStream* s... type int16 (line 74) | typedef int16 (*GetPrivate_HandleEventPtr)(NPP instance, void* event); type jref (line 83) | typedef jref (*GetPrivate_GetJavaClassPtr)(void); function main (line 92) | int main(NPNetscapeFuncs* nsTable, NPPluginFuncs* pluginFuncs, NPP_Shutd... function NPError (line 139) | NPError Private_Initialize(void) function Private_Shutdown (line 148) | void Private_Shutdown(void) function NPError (line 176) | NPError Private_New(NPMIMEType pluginType, NPP instance, uint16 mode, in... function NPError (line 198) | NPError Private_Destroy(NPP instance, NPSavedData** save) function NPError (line 208) | NPError Private_SetWindow(NPP instance, NPWindow* window) function NPError (line 218) | NPError Private_NewStream(NPP instance, NPMIMEType type, NPStream* strea... function int32 (line 228) | int32 Private_WriteReady(NPP instance, NPStream* stream) function int32 (line 238) | int32 Private_Write(NPP instance, NPStream* stream, int32 offset, int32 ... function Private_StreamAsFile (line 248) | void Private_StreamAsFile(NPP instance, NPStream* stream, const char* fn... function NPError (line 257) | NPError Private_DestroyStream(NPP instance, NPStream* stream, NPError re... function int16 (line 267) | int16 Private_HandleEvent(NPP instance, void* event) function Private_Print (line 277) | void Private_Print(NPP instance, NPPrint* platformPrint) function Private_URLNotify (line 285) | void Private_URLNotify(NPP instance, const char* url, NPReason reason, v... function jref (line 293) | jref Private_GetJavaClass(void) function ioFindExternalFunctionIn (line 313) | int ioFindExternalFunctionIn(char *lookupName, int moduleHandle) { function ioFreeModule (line 334) | int ioFreeModule(int moduleHandle) { function CFragConnectionID (line 342) | CFragConnectionID LoadLibViaPathInDomain(char *libName,SInt16 domain) { function CFragConnectionID (line 392) | CFragConnectionID LoadLibViaPath(char *libName) { function OSStatus (line 406) | OSStatus LoadFrameworkBundle(CFStringRef framework, CFBundleRef function printOnOSXFormat (line 468) | int printOnOSXFormat(char * string,char *format) { function printOnOSX (line 512) | int printOnOSX(char * string) { function printOnOSXNumber (line 516) | int printOnOSXNumber(int number) { function printOnOSXPascal (line 520) | int printOnOSXPascal(unsigned char *string) { FILE: vm/src/from_squeak/Mac OS/vm/Developer/SqueakQL/GeneratePreviewForURL.c function OSStatus (line 7) | OSStatus GeneratePreviewForURL(void *thisInterface, QLPreviewRequestRef ... function CancelPreviewGeneration (line 12) | void CancelPreviewGeneration(void* thisInterface, QLPreviewRequestRef pr... FILE: vm/src/from_squeak/Mac OS/vm/Developer/SqueakQL/GenerateThumbnailForURL.c function UInt32 (line 28) | UInt32 littleEndianUInt32(FILE *stream) function UInt16 (line 35) | UInt16 littleEndianUInt16(FILE *stream) function OSStatus (line 47) | OSStatus GenerateThumbnailForURL(void *thisInterface, QLThumbnailRequest... function CancelThumbnailGeneration (line 119) | void CancelThumbnailGeneration(void* thisInterface, QLThumbnailRequestRe... FILE: vm/src/from_squeak/Mac OS/vm/Developer/SqueakQL/main.c type QuickLookGeneratorPluginType (line 48) | typedef struct __QuickLookGeneratorPluginType function QuickLookGeneratorPluginType (line 92) | QuickLookGeneratorPluginType *AllocQuickLookGeneratorPluginType(CFUUIDRe... function DeallocQuickLookGeneratorPluginType (line 120) | void DeallocQuickLookGeneratorPluginType(QuickLookGeneratorPluginType *t... function HRESULT (line 141) | HRESULT QuickLookGeneratorQueryInterface(void *thisInstance,REFIID iid,L... function ULONG (line 175) | ULONG QuickLookGeneratorPluginAddRef(void *thisInstance) function ULONG (line 187) | ULONG QuickLookGeneratorPluginRelease(void *thisInstance) FILE: vm/src/from_squeak/Mac OS/vm/Developer/sqMacMinimal.c function HandleEvents (line 157) | int HandleEvents(void) { function HandleMenu (line 195) | void HandleMenu(int mSelect) { function HandleMouseDown (line 202) | void HandleMouseDown(EventRecord *theEvent) { function InitMacintosh (line 245) | void InitMacintosh(void) { function SetUpMenus (line 260) | void SetUpMenus(void) { function SetColorEntry (line 268) | void SetColorEntry(int index, int red, int green, int blue) { function SetUpPixmap (line 275) | void SetUpPixmap(void) { function SetUpWindow (line 353) | void SetUpWindow(void) { function RecordKeystroke (line 363) | int RecordKeystroke(EventRecord *theEvent) { function RecordMouseDown (line 386) | int RecordMouseDown(EventRecord *theEvent) { function RecordModifierButtons (line 403) | int RecordModifierButtons(EventRecord *theEvent) { function ioBeep (line 420) | int ioBeep(void) { function ioExit (line 425) | int ioExit(void) { function ioForceDisplayUpdate (line 430) | int ioForceDisplayUpdate(void) { function ioGetButtonState (line 434) | int ioGetButtonState(void) { function ioGetKeystroke (line 440) | int ioGetKeystroke(void) { function ioMicroMSecs (line 456) | int ioMicroMSecs(void) { function ioMSecs (line 471) | int ioMSecs(void) { function ioMousePoint (line 481) | int ioMousePoint(void) { function ioPeekKeystroke (line 490) | int ioPeekKeystroke(void) { function ioProcessEvents (line 506) | int ioProcessEvents(void) { function ioScreenSize (line 525) | int ioScreenSize(void) { function ioSeconds (line 536) | int ioSeconds(void) { function ioSetCursor (line 561) | int ioSetCursor(int cursorBitsIndex, int offsetX, int offsetY) { function ioSetCursorWithMask (line 566) | int ioSetCursorWithMask(int cursorBitsIndex, int cursorMaskIndex, int of... function ioShowDisplay (line 598) | int ioShowDisplay( function vmPathSize (line 639) | int vmPathSize(void) { function vmPathGetLength (line 644) | int vmPathGetLength(int sqVMPathIndex, int length) { function imageNameSize (line 661) | int imageNameSize(void) { function imageNameGetLength (line 666) | int imageNameGetLength(int sqImageNameIndex, int length) { function imageNamePutLength (line 681) | int imageNamePutLength(int sqImageNameIndex, int length) { function clipboardReadIntoAt (line 709) | int clipboardReadIntoAt(int count, int byteArrayIndex, int startIndex) { function clipboardSize (line 714) | int clipboardSize(void) { function clipboardWriteFromAt (line 719) | int clipboardWriteFromAt(int count, int byteArrayIndex, int startIndex) { function attributeSize (line 750) | int attributeSize(int id) { function getAttributeIntoLength (line 755) | int getAttributeIntoLength(int id, int byteArrayIndex, int length) { function sqImageFileClose (line 782) | void sqImageFileClose(sqImageFile f) { function sqImageFile (line 786) | sqImageFile sqImageFileOpen(char *fileName, char *mode) { function sqImageFilePosition (line 813) | int sqImageFilePosition(sqImageFile f) { function sqImageFileRead (line 820) | int sqImageFileRead(void *ptr, int elementSize, int count, sqImageFile f) { function sqImageFileSeek (line 829) | void sqImageFileSeek(sqImageFile f, int pos) { function sqImageFileWrite (line 833) | int sqImageFileWrite(void *ptr, int elementSize, int count, sqImageFile ... function ioFormPrint (line 844) | int ioFormPrint(int bitsAddr, int width, int height, function sqFileOpen (line 858) | int sqFileOpen( function sqFileShutdown (line 866) | int sqFileShutdown(void) { return 0; } function sqFileValid (line 867) | int sqFileValid(SQFile *f) STUBBED_OUT function dir_Lookup (line 875) | int dir_Lookup(char *pathString, int pathStringLength, int index, function ioFindExternalFunctionIn (line 885) | int ioFindExternalFunctionIn(char *lookupName, int moduleHandle) { retur... function ioFreeModule (line 886) | int ioFreeModule(int moduleHandle) { return 0; } function main (line 890) | void main(void) { FILE: vm/src/from_squeak/Mac OS/vm/PluginSDK 4.01a/Common/npmac.cpp function NPN_Version (line 115) | void NPN_Version(int* plugin_major, int* plugin_minor, int* netscape_maj... function NPError (line 123) | NPError NPN_GetURLNotify(NPP instance, const char* url, const char* wind... function NPError (line 139) | NPError NPN_GetURL(NPP instance, const char* url, const char* window) function NPError (line 144) | NPError NPN_PostURLNotify(NPP instance, const char* url, const char* win... function NPError (line 161) | NPError NPN_PostURL(NPP instance, const char* url, const char* window, u... function NPError (line 166) | NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) function NPError (line 171) | NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* window,... function int32 (line 187) | int32 NPN_Write(NPP instance, NPStream* stream, int32 len, void* buffer) function NPError (line 203) | NPError NPN_DestroyStream(NPP instance, NPStream* stream, NPError reason) function NPN_Status (line 219) | void NPN_Status(NPP instance, const char* message) function NPN_MemFree (line 234) | void NPN_MemFree(void* ptr) function uint32 (line 239) | uint32 NPN_MemFlush(uint32 size) function NPN_ReloadPlugins (line 244) | void NPN_ReloadPlugins(NPBool reloadPages) function JRIEnv (line 250) | JRIEnv* NPN_GetJavaEnv(void) function jref (line 255) | jref NPN_GetJavaPeer(NPP instance) function NPError (line 260) | NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value) function NPError (line 265) | NPError NPN_SetValue(NPP instance, NPPVariable variable, void *value) function NPN_InvalidateRect (line 270) | void NPN_InvalidateRect(NPP instance, NPRect *rect) function NPN_InvalidateRegion (line 275) | void NPN_InvalidateRegion(NPP instance, NPRegion region) function NPN_ForceRedraw (line 280) | void NPN_ForceRedraw(NPP instance) function NPError (line 310) | NPError Private_Initialize(void) function Private_Shutdown (line 320) | void Private_Shutdown(void) function NPError (line 332) | NPError Private_New(NPMIMEType pluginType, NPP instance, uint16 mode, in... function NPError (line 341) | NPError Private_Destroy(NPP instance, NPSavedData** save) function NPError (line 351) | NPError Private_SetWindow(NPP instance, NPWindow* window) function NPError (line 361) | NPError Private_NewStream(NPP instance, NPMIMEType type, NPStream* strea... function int32 (line 371) | int32 Private_WriteReady(NPP instance, NPStream* stream) function int32 (line 381) | int32 Private_Write(NPP instance, NPStream* stream, int32 offset, int32 ... function Private_StreamAsFile (line 391) | void Private_StreamAsFile(NPP instance, NPStream* stream, const char* fn... function NPError (line 400) | NPError Private_DestroyStream(NPP instance, NPStream* stream, NPError re... function int16 (line 410) | int16 Private_HandleEvent(NPP instance, void* event) function Private_Print (line 420) | void Private_Print(NPP instance, NPPrint* platformPrint) function Private_URLNotify (line 428) | void Private_URLNotify(NPP instance, const char* url, NPReason reason, v... function jref (line 436) | jref Private_GetJavaClass(void) function SetUpQD (line 452) | void SetUpQD(void) function main (line 564) | int main(NPNetscapeFuncs* nsTable, NPPluginFuncs* pluginFuncs, NPP_Shutd... FILE: vm/src/from_squeak/Mac OS/vm/PluginSDK 4.01a/Common/npwin.cpp function JRIGlobalRef (line 32) | JRIGlobalRef function NPError (line 64) | NPError WINAPI NP_EXPORT function NPError (line 97) | NPError WINAPI NP_EXPORT function NPError (line 138) | NPError WINAPI NP_EXPORT function NPN_Version (line 162) | void NPN_Version(int* plugin_major, int* plugin_minor, int* netscape_maj... function NPError (line 172) | NPError NPN_GetURLNotify(NPP instance, const char *url, const char *targ... function NPError (line 187) | NPError NPN_GetURL(NPP instance, const char *url, const char *target) function NPError (line 192) | NPError NPN_PostURLNotify(NPP instance, const char* url, const char* win... function NPError (line 206) | NPError NPN_PostURL(NPP instance, const char* url, const char* window, u... function NPError (line 215) | NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) function NPError (line 223) | NPError NPN_NewStream(NPP instance, NPMIMEType type, function int32 (line 240) | int32 NPN_Write(NPP instance, NPStream *stream, function NPError (line 258) | NPError NPN_DestroyStream(NPP instance, NPStream* stream, NPError reason) function NPN_Status (line 274) | void NPN_Status(NPP instance, const char *message) function NPN_MemFree (line 298) | void NPN_MemFree(void* ptr) function NPN_ReloadPlugins (line 305) | void NPN_ReloadPlugins(NPBool reloadPages) function JRIEnv (line 310) | JRIEnv* NPN_GetJavaEnv(void) function jref (line 315) | jref NPN_GetJavaPeer(NPP instance) FILE: vm/src/from_squeak/Mac OS/vm/PluginSDK 4.01a/Include/jni.h type jboolean (line 54) | typedef unsigned char jboolean; type jchar (line 55) | typedef unsigned short jchar; type jshort (line 56) | typedef short jshort; type jfloat (line 57) | typedef float jfloat; type jdouble (line 58) | typedef double jdouble; type jint (line 60) | typedef jint jsize; function class (line 64) | class _jobject {} function class (line 65) | class _jclass : public _jobject {} function class (line 66) | class _jthrowable : public _jobject {} function class (line 67) | class _jstring : public _jobject {} function class (line 68) | class _jarray : public _jobject {} function class (line 69) | class _jbooleanArray : public _jarray {} function class (line 70) | class _jbyteArray : public _jarray {} function class (line 71) | class _jcharArray : public _jarray {} function class (line 72) | class _jshortArray : public _jarray {} function class (line 73) | class _jintArray : public _jarray {} function class (line 74) | class _jlongArray : public _jarray {} function class (line 75) | class _jfloatArray : public _jarray {} function class (line 76) | class _jdoubleArray : public _jarray {} function class (line 77) | class _jobjectArray : public _jarray {} type _jobject (line 79) | typedef _jobject *jobject; type _jclass (line 80) | typedef _jclass *jclass; type _jthrowable (line 81) | typedef _jthrowable *jthrowable; type _jstring (line 82) | typedef _jstring *jstring; type _jarray (line 83) | typedef _jarray *jarray; type _jbooleanArray (line 84) | typedef _jbooleanArray *jbooleanArray; type _jbyteArray (line 85) | typedef _jbyteArray *jbyteArray; type _jcharArray (line 86) | typedef _jcharArray *jcharArray; type _jshortArray (line 87) | typedef _jshortArray *jshortArray; type _jintArray (line 88) | typedef _jintArray *jintArray; type _jlongArray (line 89) | typedef _jlongArray *jlongArray; type _jfloatArray (line 90) | typedef _jfloatArray *jfloatArray; type _jdoubleArray (line 91) | typedef _jdoubleArray *jdoubleArray; type _jobjectArray (line 92) | typedef _jobjectArray *jobjectArray; type _jobject (line 96) | struct _jobject type _jobject (line 98) | struct _jobject type jobject (line 99) | typedef jobject jclass; type jobject (line 100) | typedef jobject jthrowable; type jobject (line 101) | typedef jobject jstring; type jobject (line 102) | typedef jobject jarray; type jarray (line 103) | typedef jarray jbooleanArray; type jarray (line 104) | typedef jarray jbyteArray; type jarray (line 105) | typedef jarray jcharArray; type jarray (line 106) | typedef jarray jshortArray; type jarray (line 107) | typedef jarray jintArray; type jarray (line 108) | typedef jarray jlongArray; type jarray (line 109) | typedef jarray jfloatArray; type jarray (line 110) | typedef jarray jdoubleArray; type jarray (line 111) | typedef jarray jobjectArray; type jobject (line 115) | typedef jobject jref; type jvalue (line 118) | typedef union jvalue { type _jfieldID (line 130) | struct _jfieldID type _jfieldID (line 131) | struct _jfieldID type _jmethodID (line 133) | struct _jmethodID type _jmethodID (line 134) | struct _jmethodID type JNINativeMethod (line 162) | typedef struct { type JNINativeInterface_ (line 172) | struct JNINativeInterface_ type JNIEnv_ (line 174) | struct JNIEnv_ type JNIEnv_ (line 177) | typedef JNIEnv_ JNIEnv; type JNINativeInterface_ (line 179) | struct JNINativeInterface_ type JNIInvokeInterface_ (line 186) | struct JNIInvokeInterface_ type JavaVM_ (line 188) | struct JavaVM_ type JavaVM_ (line 191) | typedef JavaVM_ JavaVM; type JNIInvokeInterface_ (line 193) | struct JNIInvokeInterface_ type JNINativeInterface_ (line 196) | struct JNINativeInterface_ { type JNIEnv_ (line 719) | struct JNIEnv_ { type JDK1_1InitArgs (line 1730) | typedef struct JDK1_1InitArgs { type JDK1_1AttachArgs (line 1754) | typedef struct JDK1_1AttachArgs { type JNIInvokeInterface_ (line 1760) | struct JNIInvokeInterface_ { type JavaVM_ (line 1773) | struct JavaVM_ { FILE: vm/src/from_squeak/Mac OS/vm/PluginSDK 4.01a/Include/jri.h type JRIEnvInterface (line 21) | typedef struct JRIEnvInterface JRIEnvInterface; type JRIEnvInterface (line 24) | typedef const JRIEnvInterface* JRIEnv; type java_lang_ClassLoader (line 365) | struct java_lang_ClassLoader type java_lang_Class (line 366) | struct java_lang_Class type java_lang_Throwable (line 367) | struct java_lang_Throwable type java_lang_Object (line 368) | struct java_lang_Object type java_lang_String (line 369) | struct java_lang_String type JRIEnvInterface (line 371) | struct JRIEnvInterface { type JRIEnvOperations (line 513) | typedef enum JRIEnvOperations { FILE: vm/src/from_squeak/Mac OS/vm/PluginSDK 4.01a/Include/jri_md.h type jchar (line 116) | typedef short jchar; type jshort (line 117) | typedef short jshort; type jfloat (line 118) | typedef float jfloat; type jdouble (line 119) | typedef double jdouble; type juint (line 120) | typedef juint jsize; type jbool (line 123) | typedef unsigned char jbool; type jbyte (line 124) | typedef char jbyte; type juint (line 126) | typedef unsigned int juint; type jint (line 127) | typedef int jint; type juint (line 129) | typedef unsigned long juint; type jint (line 130) | typedef long jint; type jlong (line 146) | typedef long long jlong; type julong (line 147) | typedef unsigned long long julong; type LONGLONG (line 154) | typedef LONGLONG jlong; type DWORDLONG (line 155) | typedef DWORDLONG julong; type jlong (line 204) | typedef struct { type jlong (line 211) | typedef jlong julong; FILE: vm/src/from_squeak/Mac OS/vm/PluginSDK 4.01a/Include/jritypes.h type JRIEnvInterface (line 23) | struct JRIEnvInterface type jint (line 28) | typedef jint JRIFieldID; type jint (line 29) | typedef jint JRIMethodID; type JRIGlobalRef (line 32) | typedef JRIGlobalRef jglobal; type JRIValue (line 34) | typedef union JRIValue { type JRIBoolean (line 46) | typedef enum JRIBoolean { type JRIConstant (line 51) | typedef enum JRIConstant { type jbooleanArrayStruct (line 57) | struct jbooleanArrayStruct type jbyteArrayStruct (line 58) | struct jbyteArrayStruct type jcharArrayStruct (line 59) | struct jcharArrayStruct type jshortArrayStruct (line 60) | struct jshortArrayStruct type jintArrayStruct (line 61) | struct jintArrayStruct type jlongArrayStruct (line 62) | struct jlongArrayStruct type jfloatArrayStruct (line 63) | struct jfloatArrayStruct type jdoubleArrayStruct (line 64) | struct jdoubleArrayStruct type jobjectArrayStruct (line 65) | struct jobjectArrayStruct type jstringArrayStruct (line 67) | struct jstringArrayStruct type jarrayArrayStruct (line 68) | struct jarrayArrayStruct type JRIEnvInterface (line 109) | struct JRIEnvInterface type JRI_JDK_stack_item (line 179) | typedef union JRI_JDK_stack_item { type JRI_JDK_Java8 (line 194) | typedef union JRI_JDK_Java8Str { FILE: vm/src/from_squeak/Mac OS/vm/PluginSDK 4.01a/Include/npapi.h type uint16 (line 147) | typedef unsigned short uint16; type uint32 (line 152) | typedef unsigned int uint32; type uint32 (line 154) | typedef unsigned long uint32; type int16 (line 163) | typedef short int16; type int32 (line 168) | typedef int int32; type int32 (line 170) | typedef long int32; type NPBool (line 185) | typedef unsigned char NPBool; type int16 (line 186) | typedef int16 NPError; type int16 (line 187) | typedef int16 NPReason; type NPP_t (line 203) | typedef struct _NPP type NPP_t (line 209) | typedef NPP_t* NPP; type NPStream (line 212) | typedef struct _NPStream type NPByteRange (line 223) | typedef struct _NPByteRange type NPSavedData (line 231) | typedef struct _NPSavedData type NPRect (line 238) | typedef struct _NPRect type NPSize (line 246) | typedef struct _NPSize type NPAnyCallbackStruct (line 267) | typedef struct type NPSetWindowCallbackStruct (line 272) | typedef struct type NPPrintCallbackStruct (line 283) | typedef struct type NPPVariable (line 294) | typedef enum { type NPNVariable (line 310) | typedef enum { type NPWindowType (line 323) | typedef enum { type NPWindow (line 328) | typedef struct _NPWindow type NPFullPrint (line 346) | typedef struct _NPFullPrint type NPEmbedPrint (line 355) | typedef struct _NPEmbedPrint type NPPrint (line 361) | typedef struct _NPPrint type EventRecord (line 372) | typedef EventRecord NPEvent; type NPEvent (line 374) | typedef struct _NPEvent type NPEvent (line 381) | typedef struct _NPEvent type XEvent (line 388) | typedef XEvent NPEvent; type RgnHandle (line 394) | typedef RgnHandle NPRegion; type HRGN (line 396) | typedef HRGN NPRegion; type Region (line 398) | typedef Region NPRegion; type NP_Port (line 408) | typedef struct NP_Port FILE: vm/src/from_squeak/Mac OS/vm/PluginSDK 4.01a/Include/npupp.h type UniversalProcPtr (line 62) | typedef UniversalProcPtr NPP_InitializeUPP; type UniversalProcPtr (line 89) | typedef UniversalProcPtr NPP_ShutdownUPP; type UniversalProcPtr (line 116) | typedef UniversalProcPtr NPP_NewUPP; type NPError (line 137) | typedef NPError (* NP_LOADDS NPP_NewUPP)(NPMIMEType pluginType, NPP inst... type UniversalProcPtr (line 150) | typedef UniversalProcPtr NPP_DestroyUPP; type NPError (line 163) | typedef NPError (* NP_LOADDS NPP_DestroyUPP)(NPP instance, NPSavedData**... type UniversalProcPtr (line 176) | typedef UniversalProcPtr NPP_SetWindowUPP; type NPError (line 190) | typedef NPError (* NP_LOADDS NPP_SetWindowUPP)(NPP instance, NPWindow* w... type UniversalProcPtr (line 203) | typedef UniversalProcPtr NPP_NewStreamUPP; type NPError (line 219) | typedef NPError (* NP_LOADDS NPP_NewStreamUPP)(NPP instance, NPMIMEType ... type UniversalProcPtr (line 231) | typedef UniversalProcPtr NPP_DestroyStreamUPP; type NPError (line 246) | typedef NPError (* NP_LOADDS NPP_DestroyStreamUPP)(NPP instance, NPStrea... type UniversalProcPtr (line 259) | typedef UniversalProcPtr NPP_WriteReadyUPP; type int32 (line 273) | typedef int32 (* NP_LOADDS NPP_WriteReadyUPP)(NPP instance, NPStream* st... type UniversalProcPtr (line 286) | typedef UniversalProcPtr NPP_WriteUPP; type int32 (line 303) | typedef int32 (* NP_LOADDS NPP_WriteUPP)(NPP instance, NPStream* stream,... type UniversalProcPtr (line 316) | typedef UniversalProcPtr NPP_StreamAsFileUPP; type UniversalProcPtr (line 343) | typedef UniversalProcPtr NPP_PrintUPP; type UniversalProcPtr (line 370) | typedef UniversalProcPtr NPP_HandleEventUPP; type int16 (line 384) | typedef int16 (* NP_LOADDS NPP_HandleEventUPP)(NPP instance, void* event); type UniversalProcPtr (line 397) | typedef UniversalProcPtr NPP_URLNotifyUPP; type UniversalProcPtr (line 426) | typedef UniversalProcPtr NPP_GetValueUPP; type NPError (line 440) | typedef NPError (* NP_LOADDS NPP_GetValueUPP)(NPP instance, NPPVariable ... type UniversalProcPtr (line 452) | typedef UniversalProcPtr NPP_SetValueUPP; type NPError (line 466) | typedef NPError (* NP_LOADDS NPP_SetValueUPP)(NPP instance, NPNVariable ... type UniversalProcPtr (line 485) | typedef UniversalProcPtr NPN_GetValueUPP; type NPError (line 499) | typedef NPError (* NP_LOADDS NPN_GetValueUPP)(NPP instance, NPNVariable ... type UniversalProcPtr (line 511) | typedef UniversalProcPtr NPN_SetValueUPP; type NPError (line 525) | typedef NPError (* NP_LOADDS NPN_SetValueUPP)(NPP instance, NPPVariable ... type UniversalProcPtr (line 537) | typedef UniversalProcPtr NPN_GetURLNotifyUPP; type NPError (line 552) | typedef NPError (* NP_LOADDS NPN_GetURLNotifyUPP)(NPP instance, const ch... type UniversalProcPtr (line 564) | typedef UniversalProcPtr NPN_PostURLNotifyUPP; type NPError (line 582) | typedef NPError (* NP_LOADDS NPN_PostURLNotifyUPP)(NPP instance, const c... type UniversalProcPtr (line 594) | typedef UniversalProcPtr NPN_GetURLUPP; type NPError (line 608) | typedef NPError (* NP_LOADDS NPN_GetURLUPP)(NPP instance, const char* ur... type UniversalProcPtr (line 620) | typedef UniversalProcPtr NPN_PostURLUPP; type NPError (line 637) | typedef NPError (* NP_LOADDS NPN_PostURLUPP)(NPP instance, const char* u... type UniversalProcPtr (line 649) | typedef UniversalProcPtr NPN_RequestReadUPP; type NPError (line 663) | typedef NPError (* NP_LOADDS NPN_RequestReadUPP)(NPStream* stream, NPByt... type UniversalProcPtr (line 676) | typedef UniversalProcPtr NPN_NewStreamUPP; type NPError (line 692) | typedef NPError (* NP_LOADDS NPN_NewStreamUPP)(NPP instance, NPMIMEType ... type UniversalProcPtr (line 705) | typedef UniversalProcPtr NPN_WriteUPP; type int32 (line 721) | typedef int32 (* NP_LOADDS NPN_WriteUPP)(NPP instance, NPStream* stream,... type UniversalProcPtr (line 734) | typedef UniversalProcPtr NPN_DestroyStreamUPP; type NPError (line 749) | typedef NPError (* NP_LOADDS NPN_DestroyStreamUPP)(NPP instance, NPStrea... type UniversalProcPtr (line 762) | typedef UniversalProcPtr NPN_StatusUPP; type UniversalProcPtr (line 788) | typedef UniversalProcPtr NPN_UserAgentUPP; type UniversalProcPtr (line 814) | typedef UniversalProcPtr NPN_MemAllocUPP; type UniversalProcPtr (line 841) | typedef UniversalProcPtr NPN_MemFreeUPP; type UniversalProcPtr (line 867) | typedef UniversalProcPtr NPN_MemFlushUPP; type uint32 (line 881) | typedef uint32 (* NP_LOADDS NPN_MemFlushUPP)(uint32 size); type UniversalProcPtr (line 895) | typedef UniversalProcPtr NPN_ReloadPluginsUPP; type UniversalProcPtr (line 922) | typedef UniversalProcPtr NPN_GetJavaEnvUPP; type JRIEnv (line 934) | typedef JRIEnv* (* NP_LOADDS NPN_GetJavaEnvUPP)(void); type UniversalProcPtr (line 947) | typedef UniversalProcPtr NPN_GetJavaPeerUPP; type jref (line 961) | typedef jref (* NP_LOADDS NPN_GetJavaPeerUPP)(NPP instance); type UniversalProcPtr (line 974) | typedef UniversalProcPtr NPN_InvalidateRectUPP; type UniversalProcPtr (line 1002) | typedef UniversalProcPtr NPN_InvalidateRegionUPP; type UniversalProcPtr (line 1029) | typedef UniversalProcPtr NPN_ForceRedrawUPP; type NPPluginFuncs (line 1062) | typedef struct _NPPluginFuncs { type NPNetscapeFuncs (line 1081) | typedef struct _NPNetscapeFuncs { type UniversalProcPtr (line 1128) | typedef UniversalProcPtr NPP_MainEntryUPP; type NPError (line 1143) | typedef NPError (* NP_LOADDS NPP_MainEntryUPP)(NPNetscapeFuncs*, NPPlugi... type NPPluginData (line 1171) | typedef struct _NPPluginData { /* Alternate OS2 Plugin interface */ FILE: vm/src/from_squeak/Mac OS/vm/npsqueak/main.c function NPError (line 71) | NPError NP_Initialize(NPNetscapeFuncs* browserFuncs) function NPError (line 77) | NPError NP_GetEntryPoints(NPPluginFuncs* pluginFuncs) function main (line 99) | int main(NPNetscapeFuncs *browserFuncs, NPPluginFuncs *pluginFuncs, NPP_... function FunctionPointer (line 178) | static FunctionPointer functionPointerForTVector(TransitionVector tvp) function TransitionVector (line 204) | static TransitionVector tVectorForFunctionPointer(FunctionPointer fp) FILE: vm/src/from_squeak/Mac OS/vm/npsqueak/npsqueak.c function DPRINT (line 47) | static void DPRINT(char *format, ...) type SqueakSharedMemoryBlock (line 77) | typedef struct SqueakSharedMemoryBlock { type SqueakPlugin (line 87) | typedef struct SqueakPlugin { type SqueakStream (line 124) | typedef struct SqueakStream { function CFTypeRef (line 177) | static CFTypeRef getRefForInfoString(char *infoString) { function getCStringForInfoString (line 198) | static void getCStringForInfoString(char *cString,char *infoString,int m... function getNumberForInfoString (line 205) | static int getNumberForInfoString(char *infoString) { function NPError (line 218) | NPError function NPError (line 352) | NPError function NP_Shutdown (line 430) | void NP_Shutdown(void) function NPError (line 440) | NPError function NPError (line 474) | NPError function NPError (line 500) | NPError function NPP_StreamAsFile (line 510) | void function NPP_URLNotify (line 564) | void function NPError (line 622) | NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) function NPError (line 627) | NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) function NPError (line 639) | NPError function NPP_Shutdown (line 646) | void function int32 (line 661) | int32 function int32 (line 668) | int32 function NPP_Print (line 691) | void function Receive (line 702) | static void function Send (line 717) | static void function SendInt (line 740) | void function DeliverFile (line 747) | static void function pascal (line 807) | static pascal void eventLoopPolling (EventLoopTimerRef theTimer,SqueakPl... function eventLoopParasite (line 824) | void eventLoopParasite(SqueakPlugin *plugin) { function Run (line 840) | static void function SetWindow (line 904) | static void function setWindowLogic (line 922) | static void setWindowLogic(SqueakPlugin *plugin, int width, int height) { function browserProcessCommand (line 949) | static void function drawToScreen (line 994) | void drawToScreen(SqueakPlugin *plugin) { function drawToScreenActual (line 1011) | void drawToScreenActual(SqueakPlugin *plugin,int top, int left, int bott... function GetUrl (line 1089) | static void function PostUrl (line 1141) | static void function int16 (line 1193) | int16 NPP_HandleEvent(NPP instance, void *rawEvent) { function int16 (line 1197) | int16 Mac_NPP_HandleEvent(NPP instance, void *rawEvent) function NPError (line 1313) | NPError function NPError (line 1319) | NPError function NPError (line 1328) | NPError function NPError (line 1336) | NPError function checkForModifierKeys (line 1347) | int checkForModifierKeys(SqueakPlugin *plugin) { FILE: vm/src/from_squeak/Mac OS/vm/npsqueak/npunix.c function NPN_Version (line 60) | void function NPError (line 80) | NPError function NPError (line 86) | NPError function NPError (line 95) | NPError function NPError (line 103) | NPError function NPError (line 114) | NPError function NPError (line 121) | NPError function int32 (line 129) | int32 function NPError (line 136) | NPError function NPN_Status (line 143) | void function NPN_MemFree (line 161) | void NPN_MemFree(void* ptr) function uint32 (line 166) | uint32 NPN_MemFlush(uint32 size) function NPN_ReloadPlugins (line 171) | void NPN_ReloadPlugins(NPBool reloadPages) function JRIEnv (line 176) | JRIEnv* NPN_GetJavaEnv() function jref (line 181) | jref NPN_GetJavaPeer(NPP instance) function NPError (line 199) | NPError function NPError (line 209) | NPError function NPError (line 216) | NPError function NPError (line 225) | NPError function int32 (line 235) | int32 function int32 (line 244) | int32 function Private_StreamAsFile (line 254) | void function Private_URLNotify (line 262) | void function NPError (line 269) | NPError function Private_Print (line 279) | void function JRIGlobalRef (line 286) | JRIGlobalRef function NPError (line 332) | NPError function NPError (line 428) | NPError FILE: vm/src/from_squeak/Mac OS/vm/sqMacEncoding.c function getVMPathWithEncoding (line 27) | void getVMPathWithEncoding(char *target,UInt32 encoding) { function SetVMPathFromCFString (line 31) | void SetVMPathFromCFString(CFMutableStringRef strRef) { function Boolean (line 38) | Boolean VMPathIsEmpty() { function getImageNameWithEncoding (line 46) | void getImageNameWithEncoding(char *target,UInt32 encoding) { function SetImageNameViaCFString (line 55) | void SetImageNameViaCFString(CFStringRef string) { function SetImageNameViaString (line 69) | void SetImageNameViaString(char *string,UInt32 encoding) { function Boolean (line 80) | Boolean ImageNameIsEmpty() { function getShortImageNameWithEncoding (line 86) | void getShortImageNameWithEncoding(char *target,UInt32 encoding) { function SetShortImageNameViaString (line 94) | void SetShortImageNameViaString(char *string,UInt32 encoding) { function Boolean (line 100) | Boolean ShortImageNameIsEmpty() { function setEncodingType (line 104) | void setEncodingType (char * string) { FILE: vm/src/from_squeak/Mac OS/vm/sqMacExternalPrims.c function OSStatus (line 111) | OSStatus LoadFrameworkBundle(SInt16 folderLocation,CFStringRef framework... function sqInt (line 189) | sqInt ioFreeModule(void * moduleHandle) { function CFragConnectionID (line 197) | CFragConnectionID LoadLibViaPath(char *libName, char *pluginDirPath) { function sqInt (line 305) | sqInt ioFreeModule( void *moduleHandle) { function CFragConnectionID (line 315) | CFragConnectionID LoadLibViaPath(char *libName, char *pluginDirPath) { function createBrowserPluginPath (line 341) | void createBrowserPluginPath(char *pluginDirPath) { FILE: vm/src/from_squeak/Mac OS/vm/sqMacFileLogic.c function OSErr (line 63) | OSErr makeFSSpec(char *pathString, int pathStringLength,FSSpec *spec) function PathToDir (line 97) | int PathToDir(char *pathName, int pathNameMax, FSSpec *where,UInt32 enco... function PathToFile (line 105) | int PathToFile(char *pathName, int pathNameMax, FSSpec *where,UInt32 enc... function quicklyMakePath (line 151) | static int quicklyMakePath(char *pathString, int pathStringLength,char *... function unicode2NativePascalString (line 245) | void unicode2NativePascalString(ConstStr255Param fromString, StringPtr t... function sqFilenameFromStringOpen (line 262) | void sqFilenameFromStringOpen(char *buffer,long fileIndex, long fileLen... function sqFilenameFromString (line 266) | void sqFilenameFromString(char *buffer,long fileIndex, long fileLength) { function sqInt (line 270) | sqInt ioFilenamefromStringofLengthresolveAliases(char* dst, char* src, s... function makeHFSFromPosixPath (line 342) | int makeHFSFromPosixPath(char *pathString, int pathStringLength,char *ds... function doItTheHardWay (line 381) | int doItTheHardWay(unsigned char *pathString,FSSpec *spec,Boolean noDril... function OSErr (line 449) | static OSErr FSpGetFullPath(const FSSpec *spec, function PathToDir (line 555) | int PathToDir(char *pathName, int pathNameMax, FSSpec *where,UInt32 enco... function PathToFile (line 563) | int PathToFile(char *pathName, int pathNameMax, FSSpec *where,UInt32 enc... function OSErr (line 583) | OSErr makeFSSpec(char *pathString, int pathStringLength,FSSpec *spec) function doItTheHardWay (line 599) | int doItTheHardWay(unsigned char *pathString,FSSpec *spec,Boolean noDril... function lookupPath (line 646) | int lookupPath(char *pathString, int pathStringLength, FSSpec *spec,Bool... function fetchFileInfo (line 695) | int fetchFileInfo(int dirIndex,FSSpec *spec,unsigned char *name,Boolean ... function fetchFileSpec (line 759) | static int fetchFileSpec(FSSpec *spec,unsigned char *name,long *parentDi... function resolveLongName (line 803) | static void resolveLongName(short vRefNum, long parID,unsigned char*shor... function OSErr (line 873) | OSErr __path2fss(const char * pathName, FSSpecPtr spec) { function Boolean (line 879) | Boolean isVmPathVolumeHFSPlus() { function OSErr (line 900) | OSErr FSMakeFSSpecCompat(short vRefNum, long dirID, ConstStr255Param fil... function OSStatus (line 935) | OSStatus GetApplicationDirectory(FSSpec *workingDirectory) { type HookRecord (line 962) | typedef struct { function pascal (line 1088) | pascal void findImageEventProc(NavEventCallbackMessage callBackSelector, function pascal (line 1110) | pascal Boolean findImageFilterProc(AEDesc* theItem, void* info, function DialogHook (line 1148) | pascal short DialogHook(short item, DialogPtr theDialog, FILE: vm/src/from_squeak/Mac OS/vm/sqMacImageIO.c function vmPathSize (line 28) | int vmPathSize(void) { function vmPathGetLength (line 35) | int vmPathGetLength(sqInt sqVMPathIndex, int length) { function imageNameSize (line 53) | int imageNameSize(void) { function imageNameGetLength (line 60) | int imageNameGetLength(sqInt sqImageNameIndex, int length) { function imageNamePutLength (line 76) | int imageNamePutLength(sqInt sqImageNameIndex, int length) { function IsImageName (line 106) | int IsImageName(char *name) { function sqImageFileClose (line 119) | void sqImageFileClose(sqImageFile f) { function sqImageFile (line 124) | sqImageFile sqImageFileOpen(char *fileName, char *mode) { function squeakFileOffsetType (line 136) | squeakFileOffsetType sqImageFilePosition(sqImageFile f) { function sqImageFileRead (line 142) | size_t sqImageFileRead(void *ptr, size_t elementSize, size_t count,... function sqImageFileSeek (line 148) | void sqImageFileSeek(sqImageFile f, squeakFileOffsetType pos) { function sqInt (line 153) | sqInt sqImageFileWrite(void *ptr, size_t elementSize, size_t count, sqIm... FILE: vm/src/from_squeak/Mac OS/vm/sqMacMain.c function reportStackState (line 161) | static void function error (line 233) | void function getCrashDumpFilenameInto (line 242) | static void function sigusr1 (line 252) | static void function sigsegv (line 277) | static void function fldcw (line 298) | static void fldcw(unsigned int cw) function mtfsfi (line 309) | void mtfsfi(unsigned long long fpscr) function main (line 318) | int function ioExit (line 479) | int ioExit(void) { return ioExitWithErrorCode(0); } function sqInt (line 481) | sqInt function ioDisablePowerManager (line 495) | int ioDisablePowerManager(int disableIfNonZero) { function ioBeep (line 502) | int ioBeep(void) { function SqueakTerminate (line 507) | void SqueakTerminate() { function ioFormPrint (line 513) | int ioFormPrint(int bitsAddr, int width, int height, int depth, double h... function sqInt (line 524) | sqInt ioSetLogDirectoryOfSize(void* lblIndex, sqInt sz){ return 1; } function attributeSize (line 649) | int attributeSize(int id) { function getAttributeIntoLength (line 653) | int getAttributeIntoLength(int id, int byteArrayIndex, int length) { function fetchPrefrences (line 672) | static void function cocoInterfaceForTilda (line 855) | void cocoInterfaceForTilda(CFStringRef aStringRef, char *buffer,int max_... function isCFramePointerInUse (line 891) | int FILE: vm/src/from_squeak/Mac OS/vm/sqMacMemory.c function usqInt (line 38) | usqInt sqGetAvailableMemory() { function usqInt (line 53) | usqInt sqAllocateMemoryMac(sqInt minHeapSize, sqInt *desiredHeapSize) { function sqInt (line 73) | sqInt sqGrowMemoryBy(sqInt memoryLimit, sqInt delta) { function sqInt (line 81) | sqInt sqShrinkMemoryBy(sqInt memoryLimit, sqInt delta) { function sqInt (line 85) | sqInt sqMemoryExtraBytesLeft(int flag) { function sqMacMemoryFree (line 89) | void sqMacMemoryFree() { function sqMakeMemoryExecutableFromTo (line 100) | void function sqMakeMemoryNotExecutableFromTo (line 110) | void FILE: vm/src/from_squeak/Mac OS/vm/sqMacNSPlugin.c type VirtualMachine (line 144) | struct VirtualMachine type URLRequestRecord (line 160) | typedef struct { function NPError (line 203) | NPError NPP_Initialize(void) { function jref (line 219) | jref function NPP_Shutdown (line 234) | void NPP_Shutdown(void) { function NPError (line 251) | NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, function NPError (line 302) | NPError NPP_Destroy(NPP instance, NPSavedData** save) { function NPError (line 323) | NPError NPP_SetWindow(NPP instance, NPWindow* window) { function NPError (line 338) | NPError NPP_NewStream( function NPError (line 355) | NPError NPP_DestroyStream(NPP instance, NPStream *stream, NPError reason) { function NPP_StreamAsFile (line 369) | void NPP_StreamAsFile(NPP instance, NPStream *stream, const char* fname) { function int32 (line 397) | int32 NPP_WriteReady(NPP instance, NPStream *stream) { function int32 (line 423) | int32 NPP_Write(NPP instance, NPStream *stream, int32 offset, int32 len,... function NPP_URLNotify (line 447) | void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void*... function NPP_Print (line 458) | void NPP_Print(NPP instance, NPPrint* printInfo) { function int16 (line 475) | int16 NPP_HandleEvent(NPP instance, void *rawEvent) { function URLRequestCreate (line 483) | int URLRequestCreate(char *url, char *target, int semaIndex) { function URLPostCreate (line 508) | int URLPostCreate(char *url, char *buffer, char * window,int semaIndex) { function URLRequestDestroy (line 559) | void URLRequestDestroy(int requestHandle) { function URLRequestStatus (line 592) | int URLRequestStatus(int requestHandle) { function FindIdleURLRequest (line 603) | int FindIdleURLRequest(void) { function URLRequestCompleted (line 615) | void URLRequestCompleted(int notifyData, const char* fileName) { function URLRequestFailed (line 645) | void URLRequestFailed(int notifyData, int reason) { function InitURLRequestTable (line 673) | void InitURLRequestTable(void) { function CFNetworkGoGetURL (line 685) | int CFNetworkGoGetURL(NPP instance, const char* url, const char* window,... function GetTempFSSpec (line 700) | void GetTempFSSpec(FSSpec *spec,FSRef *theFSRef) { function primitivePluginDestroyRequest (line 721) | int primitivePluginDestroyRequest(void) { function primitivePluginRequestFileHandle (line 737) | int primitivePluginRequestFileHandle(void) { function primitivePluginRequestState (line 779) | int primitivePluginRequestState(void) { function primitivePluginRequestURL (line 815) | int primitivePluginRequestURL(void) { function primitivePluginPostURL (line 876) | int primitivePluginPostURL(void) { function primitivePluginRequestURLStream (line 966) | int primitivePluginRequestURLStream(void) { function OpenFileReadOnly (line 1010) | void OpenFileReadOnly(SQFile *f, char *MacfileName) { function CaseInsensitiveMatch (line 1054) | int CaseInsensitiveMatch(char *s1, char *s2) { function StringToInteger (line 1074) | int StringToInteger(char *s) { FILE: vm/src/from_squeak/Mac OS/vm/sqMacNSPluginUILogic.c type VirtualMachine (line 59) | struct VirtualMachine function NP_Port (line 134) | NP_Port * getNP_Port(void) { function NPError (line 139) | NPError Mac_NPP_SetWindow(NPP instance, NPWindow* window) { function int16 (line 196) | int16 Mac_NPP_HandleEvent(NPP instance, void *rawEvent) { function EndDraw (line 346) | void EndDraw() {} function StartDraw (line 347) | void StartDraw(void) {} function makeMainWindow (line 348) | void makeMainWindow() {} function sqShowWindow (line 349) | void sqShowWindow(int windowIndex){} function ReadSqueakImage (line 353) | void ReadSqueakImage(void) { function ioExit (line 412) | int ioExit(void) { function ioScreenSize (line 420) | int ioScreenSize(void) { function ioProcessEvents (line 439) | int ioProcessEvents(void) { function ioSetFullScreen (line 452) | int ioSetFullScreen(int fullScreen) { function ioSetFullScreenRestore (line 506) | int ioSetFullScreenRestore() function InitFilePathsViaDomain (line 528) | int InitFilePathsViaDomain(SInt16 domain) { function InitFilePaths (line 602) | int InitFilePaths() { function IsPrefixedBy (line 616) | int IsPrefixedBy(char *s, char *prefix) { function primitivePluginBrowserReady (line 627) | int primitivePluginBrowserReady(void) { function ExitCleanup (line 637) | void ExitCleanup(void) { function plugInNotifyUser (line 683) | int plugInNotifyUser(char *msg) { function plugInSetStartTime (line 702) | void plugInSetStartTime(void) { function plugInTimeToReturn (line 705) | int plugInTimeToReturn(void) { function parseMemorySize (line 711) | int parseMemorySize(int baseSize, char *src) function AbortIfFileURL (line 752) | int AbortIfFileURL(char *url) function waitAFewMilliseconds (line 771) | void waitAFewMilliseconds() function recordMouseEvent (line 793) | int recordMouseEvent(EventRecord *theEvent, int theButtonState) { function recordModifierButtons (line 827) | void recordModifierButtons(EventRecord *theEvent) { function recordMouseDown (line 841) | void recordMouseDown(EventRecord *theEvent) { function recordKeyboardEvent (line 848) | int recordKeyboardEvent(EventRecord *theEvent, int keyType) { function recordKeystroke (line 890) | void recordKeystroke(EventRecord *theEvent) { function checkForModifierKeys (line 918) | int checkForModifierKeys() { function plugInInit (line 953) | int plugInInit(char *fullImagePath) { function plugInShutdown (line 975) | int plugInShutdown(void) { function OSErr (line 996) | OSErr createNewThread() { FILE: vm/src/from_squeak/Mac OS/vm/sqMacNSPluginUILogic2.c type sqStreamRequest (line 58) | typedef struct sqStreamRequest { type VirtualMachine (line 76) | struct VirtualMachine function primitivePluginBrowserReady (line 107) | int primitivePluginBrowserReady(void) { function plugInNotifyUser (line 119) | int plugInNotifyUser(char *msg) { function plugInTimeToReturn (line 139) | int plugInTimeToReturn(void) { function Boolean (line 147) | Boolean inline browserActiveAndDrawingContextOk() { function Boolean (line 151) | Boolean inline browserActiveAndDrawingContextOkAndInFullScreenMode() { function Boolean (line 157) | Boolean inline browserActiveAndDrawingContextOkAndNOTInFullScreenMode() { function setupPipes (line 162) | void setupPipes() { function browserProcessCommand (line 173) | void browserProcessCommand(void) function handle_CMD_SHARED_MEMORY (line 212) | static void handle_CMD_SHARED_MEMORY() { function handle_CMD_EVENT (line 276) | static void handle_CMD_EVENT() { function npHandler (line 331) | static void npHandler(int fd, void *data, int flags) function browserReceiveData (line 345) | static void browserReceiveData(void) function browserGetURLRequest (line 386) | static void browserGetURLRequest(int id, char* url, int urlSize, function browserPostURLRequest (line 414) | static void browserPostURLRequest(int id, char* url, int urlSize, function browserSetCursor (line 441) | void browserSetCursor(Cursor *macCursor) { function browserReceive (line 449) | static void browserReceive(void *buf, size_t count) function browserSend (line 466) | static void browserSend(const void *buf, size_t count) function browserSendInt (line 482) | void browserSendInt(int value) function recordMouseEvent (line 505) | void recordMouseEvent(EventRecord *theEvent) { function MouseModifierStateFromBrowser (line 532) | int MouseModifierStateFromBrowser(EventRecord *theEvent) { function recordKeyboardEvent (line 549) | int recordKeyboardEvent(EventRecord *theEvent, int keyType) { function primitivePluginRequestURLStream (line 608) | int primitivePluginRequestURLStream() function primitivePluginRequestURL (line 649) | int primitivePluginRequestURL() function isFileURL (line 689) | static int isFileURL(int urlOop) { function primitivePluginPostURL (line 709) | EXPORT(int) primitivePluginPostURL(void) function primitivePluginRequestFileHandle (line 768) | int primitivePluginRequestFileHandle() function sqInt (line 822) | sqInt primitivePluginDestroyRequest() function sqInt (line 847) | sqInt primitivePluginRequestState() function browserGetWindowSize (line 863) | int browserGetWindowSize() { FILE: vm/src/from_squeak/Mac OS/vm/sqMacNSPluginUILogic2.h type SqueakSharedMemoryBlock (line 29) | typedef struct SqueakSharedMemoryBlock { FILE: vm/src/from_squeak/Mac OS/vm/sqMacTime.c type timeval (line 30) | struct timeval function ioOldMSecs (line 38) | int ioOldMSecs() { function SetUpTimers (line 48) | void SetUpTimers(void) function SetUpTimers (line 59) | void SetUpTimers(void) function ioMicroMSecs (line 65) | int ioMicroMSecs(void) function ioSeconds (line 77) | int ioSeconds(void) { function ioRelinquishProcessorForMicroseconds (line 87) | int ioRelinquishProcessorForMicroseconds(int microSeconds) { function ioMSecs (line 112) | int ioMSecs() { function time_t (line 117) | time_t convertToSqueakTime(time_t unixTime) FILE: vm/src/from_squeak/Mac OS/vm/sqMacUIAppleEvents.c type HFSFlavorSqueak (line 29) | struct HFSFlavorSqueak { type HFSFlavorSqueak (line 35) | typedef struct HFSFlavorSqueak HFSFlavorSqueak; function InstallAppleEventHandlers (line 50) | void InstallAppleEventHandlers() { function pascal (line 63) | pascal OSErr HandleOpenAppEvent(const AEDescList *aevt, AEDescList *rep... function pascal (line 74) | pascal OSErr HandleOpenDocEvent(const AEDescList *aevt, AEDescList *repl... function processDocumentsButExcludeOne (line 135) | void processDocumentsButExcludeOne(AEDesc *fileList,long whichToExclude) { function getFirstImageNameIfPossible (line 254) | int getFirstImageNameIfPossible(AEDesc *fileList) { function pascal (line 294) | pascal OSErr HandlePrintDocEvent(const AEDescList *aevt, AEDescList *re... function pascal (line 301) | pascal OSErr HandleQuitAppEvent(const AEDescList *aevt, AEDescList *rep... function OSStatus (line 324) | static OSStatus LowRunAppleScript(const void* text, long textLength, function OSStatus (line 379) | OSStatus SimpleRunAppleScript(const char* theScript) { FILE: vm/src/from_squeak/Mac OS/vm/sqMacUIClipBoard.c function SetUpClipboard (line 25) | void SetUpClipboard(void) { function FreeClipboard (line 28) | void FreeClipboard(void) { function sqInt (line 37) | sqInt clipboardWriteFromAt(sqInt count, sqInt byteArrayIndex, sqInt star... function sqInt (line 106) | sqInt clipboardSize(void) { function sqInt (line 191) | sqInt clipboardReadIntoAt(sqInt count, sqInt byteArrayPtr, sqInt startIn... FILE: vm/src/from_squeak/Mac OS/vm/sqMacUIEvents.c type KeyMapping (line 54) | typedef struct type VirtualMachine (line 97) | struct VirtualMachine function ioProcessEvents (line 175) | int ioProcessEvents(void) { function HandleEvents (line 210) | int HandleEvents(void) { function HandleMenu (line 329) | void HandleMenu(int mSelect) { function HandleMouseDown (line 371) | void HandleMouseDown(EventRecord *theEvent) { function recordKeystroke (line 460) | void recordKeystroke(EventRecord *theEvent) { function recordMouseDown (line 488) | void recordMouseDown(EventRecord *theEvent) { function recordModifierButtons (line 495) | void recordModifierButtons(EventRecord *theEvent) { function recordMouseEvent (line 509) | int recordMouseEvent(EventRecord *theEvent, int theButtonState) { function recordMenu (line 541) | void recordMenu(int menuID,UInt32 menuItem) { function recordWindowEvent (line 558) | void recordWindowEvent(int windowType,int left, int top, int right, int ... function recordKeyboardEvent (line 592) | int recordKeyboardEvent(EventRecord *theEvent, int keyType) { function checkForModifierKeys (line 634) | int checkForModifierKeys() { function recordDragDropEvent (line 667) | int recordDragDropEvent(EventRecord *theEvent, int numberOfItems, int dr... function MouseModifierState (line 696) | int MouseModifierState(EventRecord *theEvent) { function sqInputEvent (line 716) | sqInputEvent *nextEventPut(void) { function ignoreLastEvent (line 727) | void ignoreLastEvent() { function ioSetInputSemaphore (line 733) | int ioSetInputSemaphore(int semaIndex) { function ioGetNextEvent (line 738) | int ioGetNextEvent(sqInputEvent *evt) { function ioGetButtonState (line 776) | int ioGetButtonState(void) { function ioGetKeystroke (line 790) | int ioGetKeystroke(void) { function ioMousePoint (line 807) | int ioMousePoint(void) { function ioPeekKeystroke (line 827) | int ioPeekKeystroke(void) { function setMessageHook (line 844) | void setMessageHook(eventMessageHook theHook) { function setPostMessageHook (line 848) | void setPostMessageHook(eventMessageHook theHook) { function Boolean (line 858) | Boolean IsKeyDown() function ADBIOCompletionPPC (line 887) | void ADBIOCompletionPPC(Byte *dataBufPtr, Byte *opDataPtr, long command) { function SetupKeyboard (line 893) | void SetupKeyboard(void) { function USBKeyboardInit (line 1227) | void USBKeyboardInit(void){ function Boolean (line 1258) | Boolean USBKeyboardCheckKey(int macKeyCode) { function Boolean (line 1274) | Boolean IsKeyDown() { function SetUpCarbonEvent (line 1346) | void SetUpCarbonEvent() { function SetUpCarbonEventForWindowIndex (line 1364) | void SetUpCarbonEventForWindowIndex(int index) { function doPreMessageHook (line 1373) | int doPreMessageHook(EventRef event) { function doPostMessageHook (line 1385) | void doPostMessageHook(EventRef event) { function postFullScreenUpdate (line 1406) | void postFullScreenUpdate() { function pascal (line 1416) | static pascal OSStatus MyAppEventHandler (EventHandlerCallRef myHandlerC... function pascal (line 1450) | static pascal OSStatus MyAppEventCmdHandler (EventHandlerCallRef myHandl... function pascal (line 1485) | static pascal OSStatus MyWindowEventHandler(EventHandlerCallRef myHandler, function pascal (line 1557) | static pascal OSStatus MyWindowEventMouseHandler(EventHandlerCallRef myH... function pascal (line 1645) | static pascal OSStatus MyWindowEventKBHandler(EventHandlerCallRef myHand... function pascal (line 1696) | static pascal OSStatus MyAppleEventEventHandler(EventHandlerCallRef myHa... function pascal (line 1702) | static pascal OSStatus MyTextInputEventHandler(EventHandlerCallRef myHan... function recordMenuEventCarbon (line 1730) | void recordMenuEventCarbon(MenuRef menu,UInt32 menuItem) { function recordWindowEventCarbon (line 1748) | void recordWindowEventCarbon(int windowType,int left, int top, int right... function recordMouseEventCarbon (line 1766) | void recordMouseEventCarbon(EventRef event,UInt32 whatHappened) { function fakeMouseWheelKeyboardEvents (line 1833) | void fakeMouseWheelKeyboardEvents(EventMouseWheelAxis wheelMouseDirectio... function recordKeyboardEventCarbon (line 1911) | void recordKeyboardEventCarbon(EventRef event) { function MouseModifierStateCarbon (line 2014) | int MouseModifierStateCarbon(EventRef event,UInt32 whatHappened) { function ModifierStateCarbon (line 2052) | int ModifierStateCarbon(EventRef event,UInt32 whatHappened) { function pascal (line 2067) | static pascal void PowerManagerDefeatTimer (EventLoopTimerRef theTimer,v... function doPendingFlush (line 2084) | void doPendingFlush(void) { function ioProcessEvents (line 2110) | int ioProcessEvents(void) { function getUIToLock (line 2122) | int getUIToLock(long *data) { function pascal (line 2138) | static pascal OSStatus customHandleForUILocks(EventHandlerCallRef myHand... function signalAnyInterestedParties (line 2175) | void signalAnyInterestedParties() { function sqKeyboardEvent (line 2186) | sqKeyboardEvent *enterKeystroke (long type, long cc, long pc, UniChar ut... function addToKeyMap (line 2226) | static int addToKeyMap(int keyCode, int keyChar) function indexInKeyMap (line 2234) | static int indexInKeyMap(int keyCode) function findInKeyMap (line 2243) | static int findInKeyMap(int keyCode) function findRepeatInKeyMap (line 2249) | static int findRepeatInKeyMap(int keyCode) function setRepeatInKeyMap (line 2255) | static void setRepeatInKeyMap(int keyCode) function removeFromKeyMap (line 2261) | static int removeFromKeyMap(int keyCode) FILE: vm/src/from_squeak/Mac OS/vm/sqMacUIEventsUniversal.c type KeyMapping (line 63) | typedef struct type VirtualMachine (line 99) | struct VirtualMachine function recordDragDropEvent (line 174) | int recordDragDropEvent(EventRecord *theEvent, int numberOfItems, int dr... function MouseModifierState (line 199) | int MouseModifierState(EventRecord *theEvent) { function sqInputEvent (line 219) | sqInputEvent *nextEventPut(void) { function ignoreLastEvent (line 230) | void ignoreLastEvent() { function ioSetInputSemaphore (line 236) | int ioSetInputSemaphore(int semaIndex) { function ioGetNextEvent (line 241) | int ioGetNextEvent(sqInputEvent *evt) { function ioGetButtonState (line 265) | int ioGetButtonState(void) { function ioGetKeystroke (line 276) | int ioGetKeystroke(void) { function ioMousePoint (line 290) | int ioMousePoint(void) { function ioPeekKeystroke (line 303) | int ioPeekKeystroke(void) { function setMessageHook (line 316) | void setMessageHook(eventMessageHook theHook) { function setPostMessageHook (line 320) | void setPostMessageHook(eventMessageHook theHook) { function Boolean (line 324) | Boolean IsKeyDown() { function SetUpCarbonEvent (line 393) | void SetUpCarbonEvent() { function SetUpCarbonEventForWindowIndex (line 403) | void SetUpCarbonEventForWindowIndex(int index) { function doPreMessageHook (line 414) | static int doPreMessageHook(EventRef event) { function doPostMessageHook (line 427) | static void doPostMessageHook(EventRef event) { function postFullScreenUpdate (line 448) | static void postFullScreenUpdate() { function pascal (line 458) | static pascal OSStatus MyAppEventHandler (EventHandlerCallRef myHandlerC... function pascal (line 501) | static pascal OSStatus MyAppEventCmdHandler (EventHandlerCallRef myHandl... function pascal (line 547) | static pascal OSStatus MyWindowEventHandler(EventHandlerCallRef myHandler, function amIOSX102X (line 626) | int amIOSX102X() { function pascal (line 639) | static pascal OSStatus MyWindowEventMouseHandler(EventHandlerCallRef myH... function pascal (line 765) | static pascal OSStatus MyWindowEventKBHandler(EventHandlerCallRef myHand... function pascal (line 817) | static pascal OSStatus MyAppleEventEventHandler(EventHandlerCallRef myHa... function pascal (line 824) | static pascal OSStatus MyTextInputEventHandler(EventHandlerCallRef myHan... function recordMenuEventCarbon (line 853) | static void recordMenuEventCarbon(MenuRef menu,UInt32 menuItem) { function recordWindowEventCarbon (line 871) | static void recordWindowEventCarbon(int windowType,int left, int top, in... function recordMouseEventCarbon (line 889) | void recordMouseEventCarbon(EventRef event,UInt32 whatHappened,Boolean n... function fakeMouseWheelKeyboardEvents (line 973) | static void fakeMouseWheelKeyboardEvents(EventMouseWheelAxis wheelMouseD... function recordKeyboardEventCarbon (line 1053) | static void recordKeyboardEventCarbon(EventRef event) { function MouseModifierStateCarbon (line 1156) | static int MouseModifierStateCarbon(EventRef event,UInt32 whatHappened) { function ModifierStateCarbon (line 1227) | static int ModifierStateCarbon(EventRef event) { function checkBrowserForHeartBeat (line 1242) | static void checkBrowserForHeartBeat(void) { function doPendingFlush (line 1253) | static void doPendingFlush(void) { function ioProcessEvents (line 1306) | int ioProcessEvents(void) { function getUIToLock (line 1320) | int getUIToLock(sqInt *data) { function pascal (line 1325) | static pascal OSStatus customHandleForUILocks(EventHandlerCallRef myHand... function signalAnyInterestedParties (line 1355) | void signalAnyInterestedParties() { function pascal (line 1362) | static pascal OSStatus EventLoopEventHandler(EventHandlerCallRef inHandl... function RunApplicationEventLoopWithSqueak (line 1375) | void RunApplicationEventLoopWithSqueak(void) function sqKeyboardEvent (line 1443) | static sqKeyboardEvent *enterKeystroke (long type, long cc, long pc, Uni... function addToKeyMap (line 1483) | static int addToKeyMap(int keyCode, int keyChar) function indexInKeyMap (line 1491) | static int indexInKeyMap(int keyCode) function findInKeyMap (line 1500) | static int findInKeyMap(int keyCode) function findRepeatInKeyMap (line 1506) | static int findRepeatInKeyMap(int keyCode) function setRepeatInKeyMap (line 1512) | static void setRepeatInKeyMap(int keyCode) function removeFromKeyMap (line 1518) | static int removeFromKeyMap(int keyCode) function sqRevealWindowAndHandleQuit (line 1532) | void sqRevealWindowAndHandleQuit () FILE: vm/src/from_squeak/Mac OS/vm/sqMacUIMenuBar.c type VirtualMachine (line 26) | struct VirtualMachine function MenuBarHide (line 39) | void MenuBarHide(void) { function MenuBarRestore (line 46) | void MenuBarRestore(void) { function MenuBarHide (line 53) | void MenuBarHide(void) { function MenuBarRestore (line 72) | void MenuBarRestore(void) { function SetUpMenus (line 96) | void SetUpMenus(void) { function AdjustMenus (line 125) | void AdjustMenus(void) { FILE: vm/src/from_squeak/Mac OS/vm/sqMacUIMenuBarUniversal.c type VirtualMachine (line 27) | struct VirtualMachine function isAqua (line 35) | static int isAqua (void) { function MenuBarHide (line 41) | void MenuBarHide(void) { function MenuBarRestore (line 48) | void MenuBarRestore(void) { function SetUpMenus (line 54) | void SetUpMenus(void) { function AdjustMenus (line 79) | void AdjustMenus(void) { FILE: vm/src/from_squeak/Mac OS/vm/sqMacUnixCommandLineInterface.c function unixArgcInterface (line 76) | void unixArgcInterface(int argc, char **argv, char **envp) { function parseArguments (line 89) | static void parseArguments(int argc, char **argv) function resolveWhatTheImageNameIs (line 128) | void resolveWhatTheImageNameIs(char *guess) function parseArgument (line 148) | static int parseArgument(int argc, char **argv) function usage (line 245) | static void usage(void) function printUsage (line 256) | static void printUsage(void) function printUsageNotes (line 277) | static void printUsageNotes(void) function outOfMemory (line 285) | static void outOfMemory(void) function strtobkm (line 291) | static int strtobkm(const char *str) function parseEnvironment (line 307) | static void parseEnvironment(void) FILE: vm/src/from_squeak/Mac OS/vm/sqMacUnixExternalPrims.c type stat (line 118) | struct stat function sqInt (line 435) | sqInt ioFreeModule(void *moduleHandle) function sqInt (line 471) | sqInt ioFreeModule(void *moduleHandle) function dlSetError (line 533) | static void dlSetError(const char *fmt, ...) function dlUndefined (line 554) | static void dlUndefined(const char *symbol) function NSModule (line 559) | static NSModule dlMultiple(NSSymbol s, NSModule oldModule, NSModule newM... function dlLinkEdit (line 566) | static void dlLinkEdit(NSLinkEditErrors errorClass, int errorNumber, function dlinit (line 581) | static void dlinit(void) type mach_header (line 650) | struct mach_header type mach_header (line 651) | struct mach_header type mach_header (line 653) | struct mach_header type mach_header (line 656) | struct mach_header function dlcloseSqueak (line 682) | int dlcloseSqueak(void *handle) FILE: vm/src/from_squeak/Mac OS/vm/sqMacWindow.c type VirtualMachine (line 47) | struct VirtualMachine function WindowPtr (line 60) | WindowPtr getSTWindow(void) { type VirtualMachine (line 66) | struct VirtualMachine function ioSetFullScreen (line 71) | int ioSetFullScreen(int fullScreen) { function ioSetFullScreen (line 91) | int ioSetFullScreen(int fullScreen) { type VirtualMachine (line 162) | struct VirtualMachine function sqShowWindow (line 166) | void sqShowWindow(int windowIndex) { function sqShowWindow (line 183) | void sqShowWindow(int windowIndex) { function ioShowDisplay (line 189) | int ioShowDisplay( function ioShowDisplayOnWindow (line 199) | int ioShowDisplayOnWindow( unsigned int* dispBitsIndex, int width, int h... function ioShowDisplayOnWindow (line 266) | int ioShowDisplayOnWindow( unsigned int* dispBitsIndex, int width, int h... function ReduceQDFlushLoad (line 508) | void ReduceQDFlushLoad(CGrafPtr windowPort, int windowIndexToUse, int af... function ioShowDisplayOnWindow (line 541) | int ioShowDisplayOnWindow( function SetUpPixmap (line 716) | void SetUpPixmap(void) { function SetColorEntry (line 795) | void SetColorEntry(int index, int red, int green, int blue) { function FreePixmap (line 802) | void FreePixmap(void) { function makeMainWindow (line 816) | int makeMainWindow(void) { function WindowPtr (line 867) | WindowPtr SetUpWindow(int t,int l,int b, int r, UInt32 windowType, UInt3... function SetWindowTitle (line 888) | void SetWindowTitle(int windowIndex,char *title) { function ioForceDisplayUpdate (line 897) | int ioForceDisplayUpdate(void) { function ioHasDisplayDepth (line 902) | int ioHasDisplayDepth(int depth) { function ioScreenDepth (line 919) | int ioScreenDepth(void) { function ioScreenSize (line 930) | int ioScreenSize(void) { function ioSetCursorARGB (line 952) | int ioSetCursorARGB(sqInt bitsIndex, sqInt w, sqInt h, sqInt x, sqInt y) { function ioSetCursor (line 956) | int ioSetCursor(int cursorBitsIndex, int offsetX, int offsetY) { function ioSetCursorWithMask (line 962) | int ioSetCursorWithMask(int cursorBitsIndex, int cursorMaskIndex, int of... type VideoRequestRec (line 1009) | struct VideoRequestRec { type VideoRequestRec (line 1023) | typedef struct VideoRequestRec VideoRequestRec; type VideoRequestRec (line 1024) | struct VideoRequestRec type DepthInfo (line 1026) | struct DepthInfo { type DepthInfo (line 1030) | typedef struct DepthInfo DepthInfo; type ListIteratorDataRec (line 1032) | struct ListIteratorDataRec { type ListIteratorDataRec (line 1037) | typedef struct ListIteratorDataRec ListIteratorDataRec; function ioSetDisplayMode (line 1054) | int ioSetDisplayMode(int width, int height, int depth, int fullscreenFla... function GDHandle (line 1118) | GDHandle getThatDominateGDevice(WindowPtr window) { function DoZoomWindow (line 1141) | void DoZoomWindow (EventRecord* theEvent, WindowPtr theWindow, short zoo... function GDHandle (line 1232) | GDHandle getDominateDevice( WindowPtr theWindow,Rect *windRect) { function getDominateGDeviceRect (line 1281) | void getDominateGDeviceRect(GDHandle dominantGDevice,Rect *dGDRect,Boole... function pascal (line 1315) | pascal void ModeListIterator(void *userData, DMListIndexType itemIndex, ... function GetRequestTheDM2Way (line 1343) | void GetRequestTheDM2Way ( VideoRequestRecPtr requestRecPtr, function Boolean (line 1400) | Boolean FindBestMatch (VideoRequestRecPtr requestRecPtr, short bitDepth,... function SetupSurface (line 1540) | void SetupSurface(int whichWindowIndex) { function osxGetSurfaceFormat (line 1547) | int osxGetSurfaceFormat(int index, int* width, int* height, int* depth, ... function osxUnlockSurface (line 1592) | int osxUnlockSurface(int index, int x, int y, int w, int h) { function osxShowSurface (line 1597) | int osxShowSurface(int index, int x, int y, int w, int h) { function DuffsDevicesCopyLong (line 1633) | inline void DuffsDevicesCopyLong(long *to, long *from, long count) { FILE: vm/src/from_squeak/Mac OS/vm/sqMacWindowUniversal.c type VirtualMachine (line 62) | struct VirtualMachine function WindowPtr (line 76) | WindowPtr getSTWindow(void) { function sqInt (line 84) | sqInt ioGetWindowWidth(void) { function sqInt (line 97) | sqInt ioGetWindowHeight(void) { function sqInt (line 115) | sqInt ioSetWindowWidthHeight(sqInt w, sqInt h) { function sqInt (line 209) | sqInt ioSetWindowLabelOfSize(void *lblIndex, sqInt sz) { function sqInt (line 223) | sqInt ioIsWindowObscured(void) { function ioSetFullScreen (line 231) | int ioSetFullScreen(int fullScreen) { function ioSetFullScreenActual (line 250) | static int ioSetFullScreenActual(int fullScreen) { function sqShowWindow (line 365) | void sqShowWindow(int windowIndex) { function sqShowWindowActual (line 382) | static void sqShowWindowActual(int windowIndex){ function ioShowDisplay (line 389) | int ioShowDisplay( function ioShowDisplayOnWindow (line 415) | int ioShowDisplayOnWindow( function SetUpPixmap (line 635) | void SetUpPixmap(void) { function SetColorEntry (line 714) | static void SetColorEntry(int index, int red, int green, int blue) { function FreePixmap (line 721) | void FreePixmap(void) { function makeMainWindow (line 737) | int makeMainWindow(void) { function WindowPtr (line 779) | WindowPtr SetUpWindow(int t,int l,int b, int r, UInt32 windowType, UInt3... function SetWindowTitle (line 791) | void SetWindowTitle(int windowIndex,char *title) { function ioForceDisplayUpdate (line 807) | int ioForceDisplayUpdate(void) { function ioHasDisplayDepth (line 812) | int ioHasDisplayDepth(int depth) { function ioScreenDepth (line 827) | int ioScreenDepth(void) { function ioScreenSize (line 838) | int ioScreenSize(void) { function ioSetCursor (line 865) | int ioSetCursor(sqInt cursorBitsIndex, int offsetX, int offsetY) { function ioSetCursorWithMask (line 873) | int ioSetCursorWithMask(sqInt cursorBitsIndex, sqInt cursorMaskIndex, in... type VideoRequestRec (line 928) | struct VideoRequestRec { type VideoRequestRec (line 942) | typedef struct VideoRequestRec VideoRequestRec; type VideoRequestRec (line 943) | struct VideoRequestRec type DepthInfo (line 945) | struct DepthInfo { type DepthInfo (line 949) | typedef struct DepthInfo DepthInfo; type ListIteratorDataRec (line 951) | struct ListIteratorDataRec { type ListIteratorDataRec (line 956) | typedef struct ListIteratorDataRec ListIteratorDataRec; function ioSetDisplayModeOLD (line 974) | int ioSetDisplayModeOLD(int width, int height, int depth, int fullscreen... function pascal (line 1052) | pascal void ModeListIterator(void *userData, DMListIndexType itemIndex, ... function GetRequestTheDM2Way (line 1081) | void GetRequestTheDM2Way ( VideoRequestRecPtr requestRecPtr, function Boolean (line 1138) | Boolean FindBestMatch (VideoRequestRecPtr requestRecPtr, short bitDepth,... function ioSetDisplayMode (line 1256) | int ioSetDisplayMode(int width, int height, int depth, int fullscreenFla... function GDHandle (line 1291) | GDHandle getThatDominateGDevice(WindowPtr window) { FILE: vm/src/from_squeak/Mac OS/vm/sqPlatformSpecific.h type FILE (line 62) | typedef FILE *sqImageFile; type sqOSSemaphore (line 145) | typedef struct { FILE: vm/src/from_squeak/iOS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.c type WindowPtr (line 65) | typedef WindowPtr (*getSTWindowFn)(void); type VirtualMachine (line 96) | struct VirtualMachine function macEventHook (line 105) | static int macEventHook(EventRecord *event) { function glDestroyRenderer (line 220) | int glDestroyRenderer(int handle) function glHasARBMultisampling (line 248) | static int glHasARBMultisampling () { function glCreateRendererFlags (line 271) | int glCreateRendererFlags(int x, int y, int w, int h, int flags) function glGetIntPropertyOS (line 510) | int glGetIntPropertyOS(int handle, int prop) function glSetIntPropertyOS (line 524) | int glSetIntPropertyOS(int handle, int prop, int value) function glRenderer (line 538) | glRenderer *glRendererFromHandle(int handle) { function glSwapBuffers (line 545) | int glSwapBuffers(glRenderer *renderer) { function glMakeCurrentRenderer (line 601) | int glMakeCurrentRenderer(glRenderer *renderer) { function glSetBufferRect (line 620) | int glSetBufferRect(int handle, int x, int y, int w, int h) { function glSetVerboseLevel (line 670) | int glSetVerboseLevel(int level) { function glIsOverlayRenderer (line 675) | int glIsOverlayRenderer(int handle) { function glInitialize (line 687) | int glInitialize(void) function glShutdown (line 711) | int glShutdown(void) FILE: vm/src/from_squeak/iOS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.h type glRenderer (line 13) | typedef struct glRenderer { FILE: vm/src/from_squeak/iOS/plugins/B3DAcceleratorPlugin/sqMacOpenGLInfo.c function PrintBufferModes (line 56) | static void PrintBufferModes(GLint v) function PrintColorModes (line 64) | static void PrintColorModes(GLint v) function PrintBitModes (line 94) | static void PrintBitModes(GLint v) function PrintInfoStats (line 115) | static void PrintInfoStats(AGLRendererInfo info) function CheckGetRendererInfo (line 185) | static void CheckGetRendererInfo(GDHandle device) function printRendererInfo (line 210) | int printRendererInfo(void) function printFormatInfo (line 231) | int printFormatInfo(AGLPixelFormat info) FILE: vm/src/from_squeak/iOS/plugins/CroquetPlugin/sqMacCroquet.c function sqInt (line 19) | sqInt ioGatherEntropy(char *buffer, sqInt bufSize) FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/config/ftconfig.h type FT_Int16 (line 201) | typedef signed short FT_Int16; type FT_UInt16 (line 202) | typedef unsigned short FT_UInt16; type FT_Int32 (line 206) | typedef signed int FT_Int32; type FT_UInt32 (line 207) | typedef unsigned int FT_UInt32; type FT_Int32 (line 211) | typedef signed long FT_Int32; type FT_UInt32 (line 212) | typedef unsigned long FT_UInt32; type FT_Fast (line 222) | typedef int FT_Fast; type FT_UFast (line 223) | typedef unsigned int FT_UFast; type FT_Fast (line 227) | typedef long FT_Fast; type FT_UFast (line 228) | typedef unsigned long FT_UFast; function FT_Int32 (line 311) | static __inline__ FT_Int32 function FT_Int32 (line 336) | static __inline__ FT_Int32 FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/freetype.h type FT_Glyph_Metrics_ (line 234) | struct FT_Glyph_Metrics_ type FT_Bitmap_Size (line 288) | typedef struct FT_Bitmap_Size_ type FT_LibraryRec_ (line 329) | struct FT_LibraryRec_ type FT_ModuleRec_ (line 342) | struct FT_ModuleRec_ type FT_DriverRec_ (line 354) | struct FT_DriverRec_ type FT_RendererRec_ (line 368) | struct FT_RendererRec_ type FT_FaceRec_ (line 393) | struct FT_FaceRec_ type FT_SizeRec_ (line 423) | struct FT_SizeRec_ type FT_GlyphSlotRec_ (line 444) | struct FT_GlyphSlotRec_ type FT_CharMapRec_ (line 476) | struct FT_CharMapRec_ type FT_Encoding (line 649) | typedef enum FT_Encoding_ type FT_CharMapRec (line 730) | typedef struct FT_CharMapRec_ type FT_Face_InternalRec_ (line 761) | struct FT_Face_InternalRec_ type FT_FaceRec (line 906) | typedef struct FT_FaceRec_ type FT_Size_InternalRec_ (line 1296) | struct FT_Size_InternalRec_ type FT_Size_Metrics (line 1354) | typedef struct FT_Size_Metrics_ type FT_SizeRec (line 1389) | typedef struct FT_SizeRec_ type FT_SubGlyphRec_ (line 1415) | struct FT_SubGlyphRec_ type FT_Slot_InternalRec_ (line 1427) | struct FT_Slot_InternalRec_ type FT_GlyphSlotRec (line 1594) | typedef struct FT_GlyphSlotRec_ type FT_Parameter (line 1748) | typedef struct FT_Parameter_ type FT_Open_Args (line 1814) | typedef struct FT_Open_Args_ type FT_Size_Request_Type (line 2092) | typedef enum FT_Size_Request_Type_ type FT_Size_RequestRec (line 2132) | typedef struct FT_Size_RequestRec_ type FT_Size_RequestRec_ (line 2151) | struct FT_Size_RequestRec_ type FT_Render_Mode (line 2657) | typedef enum FT_Render_Mode_ type FT_Kerning_Mode (line 2733) | typedef enum FT_Kerning_Mode_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftbdf.h type BDF_PropertyType_ (line 74) | enum BDF_PropertyType_ type BDF_PropertyRec_ (line 93) | struct BDF_PropertyRec_ type BDF_PropertyRec (line 117) | typedef struct BDF_PropertyRec_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftcache.h type FT_Error (line 206) | typedef FT_Error type FTC_ManagerRec_ (line 253) | struct FTC_ManagerRec_ type FTC_NodeRec_ (line 273) | struct FTC_NodeRec_ type FTC_ScalerRec (line 428) | typedef struct FTC_ScalerRec_ type FTC_ScalerRec_ (line 448) | struct FTC_ScalerRec_ type FTC_CMapCacheRec_ (line 563) | struct FTC_CMapCacheRec_ type FTC_ImageTypeRec (line 670) | typedef struct FTC_ImageTypeRec_ type FTC_ImageTypeRec_ (line 689) | struct FTC_ImageTypeRec_ type FTC_ImageCacheRec_ (line 716) | struct FTC_ImageCacheRec_ type FTC_SBitRec_ (line 857) | struct FTC_SBitRec_ type FTC_SBitRec (line 895) | typedef struct FTC_SBitRec_ type FTC_SBitCacheRec_ (line 924) | struct FTC_SBitCacheRec_ type FTC_FontRec (line 1079) | typedef struct FTC_FontRec_ type FTC_FontRec (line 1101) | typedef FTC_FontRec* FTC_Font; FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftglyph.h type FT_Glyph_Class_ (line 69) | struct FT_Glyph_Class_ type FT_GlyphRec_ (line 87) | struct FT_GlyphRec_ type FT_GlyphRec (line 108) | typedef struct FT_GlyphRec_ type FT_BitmapGlyphRec_ (line 127) | struct FT_BitmapGlyphRec_ type FT_BitmapGlyphRec (line 160) | typedef struct FT_BitmapGlyphRec_ type FT_OutlineGlyphRec_ (line 179) | struct FT_OutlineGlyphRec_ type FT_OutlineGlyphRec (line 208) | typedef struct FT_OutlineGlyphRec_ type FT_Glyph_BBox_Mode (line 317) | typedef enum FT_Glyph_BBox_Mode_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftimage.h type FT_Vector (line 75) | typedef struct FT_Vector_ type FT_BBox (line 102) | typedef struct FT_BBox_ type FT_Pixel_Mode (line 158) | typedef enum FT_Pixel_Mode_ type FT_Palette_Mode (line 221) | typedef enum FT_Palette_Mode_ type FT_Bitmap (line 281) | typedef struct FT_Bitmap_ type FT_Outline (line 354) | typedef struct FT_Outline_ type FT_Outline_Funcs (line 663) | typedef struct FT_Outline_Funcs_ type FT_Glyph_Format (line 750) | typedef enum FT_Glyph_Format_ type FT_RasterRec_ (line 834) | struct FT_RasterRec_ type FT_Span (line 863) | typedef struct FT_Span_ type FT_Raster_Params (line 1076) | typedef struct FT_Raster_Params_ type FT_Raster_Funcs (line 1260) | typedef struct FT_Raster_Funcs_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftincrem.h type FT_IncrementalRec_ (line 84) | struct FT_IncrementalRec_ type FT_Incremental_MetricsRec (line 112) | typedef struct FT_Incremental_MetricsRec_ type FT_Incremental_MetricsRec_ (line 130) | struct FT_Incremental_MetricsRec_ type FT_Error (line 174) | typedef FT_Error type FT_Error (line 236) | typedef FT_Error type FT_Incremental_FuncsRec (line 265) | typedef struct FT_Incremental_FuncsRec_ type FT_Incremental_InterfaceRec (line 310) | typedef struct FT_Incremental_InterfaceRec_ type FT_Incremental_InterfaceRec (line 327) | typedef FT_Incremental_InterfaceRec* FT_Incremental_Interface; FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftlcdfil.h type FT_LcdFilter_ (line 94) | enum FT_LcdFilter_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftmm.h type FT_MM_Axis_ (line 73) | struct FT_MM_Axis_ type FT_Multi_Master (line 103) | typedef struct FT_Multi_Master_ type FT_Var_Axis (line 140) | typedef struct FT_Var_Axis_ type FT_Var_Named_Style (line 170) | typedef struct FT_Var_Named_Style_ type FT_MM_Var (line 210) | typedef struct FT_MM_Var_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftmodapi.h type FT_Pointer (line 79) | typedef FT_Pointer FT_Module_Interface; type FT_Error (line 93) | typedef FT_Error type FT_Module_Interface (line 125) | typedef FT_Module_Interface type FT_Module_Class (line 159) | typedef struct FT_Module_Class_ type FT_TrueTypeEngineType (line 404) | typedef enum FT_TrueTypeEngineType_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftoutln.h function FT_BEGIN_HEADER (line 34) | FT_BEGIN_HEADER FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftrender.h type FT_Error (line 57) | typedef FT_Error type FT_Error (line 61) | typedef FT_Error type FT_Glyph_Class_ (line 74) | struct FT_Glyph_Class_ type FT_Error (line 87) | typedef FT_Error type FT_Error (line 93) | typedef FT_Error type FT_Error (line 106) | typedef FT_Error type FT_Renderer_Class (line 148) | typedef struct FT_Renderer_Class_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftsnames.h type FT_SfntName_ (line 98) | struct FT_SfntName_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftstroke.h type FT_StrokerRec_ (line 60) | struct FT_StrokerRec_ type FT_Stroker_LineJoin (line 87) | typedef enum FT_Stroker_LineJoin_ type FT_Stroker_LineCap (line 118) | typedef enum FT_Stroker_LineCap_ type FT_StrokerBorder (line 152) | typedef enum FT_StrokerBorder_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftsystem.h type FT_MemoryRec_ (line 66) | struct FT_MemoryRec_ type FT_MemoryRec_ (line 171) | struct FT_MemoryRec_ type FT_StreamRec_ (line 196) | struct FT_StreamRec_ type FT_StreamDesc (line 209) | typedef union FT_StreamDesc_ type FT_StreamRec (line 320) | typedef struct FT_StreamRec_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/fttypes.h type FT_FWord (line 116) | typedef signed short FT_FWord; type FT_UFWord (line 128) | typedef unsigned short FT_UFWord; type FT_Char (line 139) | typedef signed char FT_Char; type FT_Byte (line 150) | typedef unsigned char FT_Byte; type FT_Byte (line 161) | typedef const FT_Byte* FT_Bytes; type FT_UInt32 (line 172) | typedef FT_UInt32 FT_Tag; type FT_String (line 183) | typedef char FT_String; type FT_Short (line 194) | typedef signed short FT_Short; type FT_UShort (line 205) | typedef unsigned short FT_UShort; type FT_Int (line 216) | typedef signed int FT_Int; type FT_UInt (line 227) | typedef unsigned int FT_UInt; type FT_Long (line 238) | typedef signed long FT_Long; type FT_ULong (line 249) | typedef unsigned long FT_ULong; type FT_F2Dot14 (line 260) | typedef signed short FT_F2Dot14; type FT_F26Dot6 (line 272) | typedef signed long FT_F26Dot6; type FT_Fixed (line 284) | typedef signed long FT_Fixed; type FT_Error (line 296) | typedef int FT_Error; type FT_Offset (line 320) | typedef size_t FT_Offset; type ft_ptrdiff_t (line 333) | typedef ft_ptrdiff_t FT_PtrDist; type FT_UnitVector (line 350) | typedef struct FT_UnitVector_ type FT_Matrix (line 381) | typedef struct FT_Matrix_ type FT_Data (line 402) | typedef struct FT_Data_ type FT_Generic (line 455) | typedef struct FT_Generic_ type FT_ListNodeRec_ (line 511) | struct FT_ListNodeRec_ type FT_ListRec_ (line 522) | struct FT_ListRec_ type FT_ListNodeRec (line 540) | typedef struct FT_ListNodeRec_ type FT_ListRec (line 563) | typedef struct FT_ListRec_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/ftwinfnt.h type FT_WinFNT_HeaderRec (line 183) | typedef struct FT_WinFNT_HeaderRec_ type FT_WinFNT_HeaderRec_ (line 233) | struct FT_WinFNT_HeaderRec_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/t1tables.h type PS_FontInfoRec_ (line 69) | struct PS_FontInfoRec_ type PS_FontInfoRec_ (line 92) | struct PS_FontInfoRec_ type PS_FontInfoRec (line 105) | typedef PS_FontInfoRec T1_FontInfo; type PS_PrivateRec (line 118) | typedef struct PS_PrivateRec_ type PS_PrivateRec_ (line 167) | struct PS_PrivateRec_ type PS_PrivateRec (line 180) | typedef PS_PrivateRec T1_Private; type T1_Blend_Flags (line 193) | typedef enum T1_Blend_Flags_ type PS_DesignMapRec (line 250) | typedef struct PS_DesignMap_ type PS_DesignMapRec (line 259) | typedef PS_DesignMapRec T1_DesignMap; type PS_BlendRec (line 262) | typedef struct PS_BlendRec_ type PS_BlendRec (line 294) | typedef PS_BlendRec T1_Blend; type CID_FaceDictRec (line 305) | typedef struct CID_FaceDictRec_ type CID_FaceDictRec_ (line 334) | struct CID_FaceDictRec_ type CID_FaceDictRec (line 340) | typedef CID_FaceDictRec CID_FontDict; type CID_FaceInfoRec (line 351) | typedef struct CID_FaceInfoRec_ type CID_FaceInfoRec_ (line 389) | struct CID_FaceInfoRec_ type CID_FaceInfoRec (line 402) | typedef CID_FaceInfoRec CID_Info; FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/freetype2/freetype/tttables.h type TT_Header_ (line 63) | struct TT_Header_ type TT_HoriHeader (line 180) | typedef struct TT_HoriHeader_ type TT_VertHeader (line 306) | typedef struct TT_VertHeader_ type TT_OS2 (line 350) | typedef struct TT_OS2_ type TT_Postscript (line 414) | typedef struct TT_Postscript_ type TT_PCLT (line 441) | typedef struct TT_PCLT_ type TT_MaxProfile (line 528) | typedef struct TT_MaxProfile_ type FT_Sfnt_Tag (line 558) | typedef enum FT_Sfnt_Tag_ FILE: vm/src/from_squeak/iOS/plugins/FT2Plugin/macFileNameBits.c type VirtualMachine (line 11) | struct VirtualMachine function sqFilenameFromString (line 13) | void sqFilenameFromString(char *buffer,long fileIndex, long fileLength) { function fetchPreferences (line 17) | void fetchPreferences() {} FILE: vm/src/from_squeak/iOS/plugins/JoystickTabletPlugin/HID_Error_Handler.c function HIDReportErrorNum (line 72) | void HIDReportErrorNum (char * strError, long numError) function HIDReportError (line 90) | void HIDReportError (char * strError) FILE: vm/src/from_squeak/iOS/plugins/JoystickTabletPlugin/HID_Name_Lookup.c function CFPropertyListRef (line 53) | static CFPropertyListRef xml_load(const CFStringRef pResourceName,const ... function Boolean (line 81) | static Boolean xml_search_cookie(const long pVendorID, const long pProdu... function Boolean (line 154) | static Boolean xml_search_usage(const long pVendorID, const long pProduc... function Boolean (line 228) | Boolean HIDGetElementNameFromVendorProductCookie (const long pVendorID, ... function Boolean (line 333) | Boolean HIDGetElementNameFromVendorProductUsage (const long pVendorID, c... FILE: vm/src/from_squeak/iOS/plugins/JoystickTabletPlugin/HID_Queue_Utilities.c function IOReturn (line 70) | static IOReturn hid_CreateQueue (pRecDevice pDevice) function hid_IsDeviceQueueEmpty (line 106) | static unsigned char hid_IsDeviceQueueEmpty (pRecDevice pDevice) function IOReturn (line 132) | static IOReturn hid_DisposeReleaseQueue (pRecDevice pDevice) function HIDQueueElement (line 170) | unsigned long HIDQueueElement (pRecDevice pDevice, pRecElement pElement) function HIDQueueDevice (line 223) | unsigned long HIDQueueDevice (pRecDevice pDevice) function HIDDequeueElement (line 288) | unsigned long HIDDequeueElement (pRecDevice pDevice, pRecElement pElement) function HIDDequeueDevice (line 342) | unsigned long HIDDequeueDevice (pRecDevice pDevice) function HIDReleaseAllDeviceQueues (line 390) | unsigned long HIDReleaseAllDeviceQueues (void) function HIDCloseReleaseInterface (line 411) | unsigned long HIDCloseReleaseInterface (pRecDevice pDevice) function HIDGetEvent (line 441) | unsigned char HIDGetEvent (pRecDevice pDevice, void * pHIDEvent) function HIDGetElementValue (line 471) | long HIDGetElementValue (pRecDevice pDevice, pRecElement pElement) function HIDSetElementValue (line 526) | long HIDSetElementValue (pRecDevice pDevice, pRecElement pElement,void* ... function HIDSetQueueCallback (line 550) | long HIDSetQueueCallback (pRecDevice pDevice, IOHIDCallbackFunction call... function HIDGetReport (line 590) | long HIDGetReport (pRecDevice pDevice,const IOHIDReportType reportType, ... function HIDSetReport (line 614) | long HIDSetReport (pRecDevice pDevice,const IOHIDReportType reportType, ... FILE: vm/src/from_squeak/iOS/plugins/JoystickTabletPlugin/HID_Utilities.c function hid_GetElementInfo (line 85) | static void hid_GetElementInfo (CFTypeRef refElement, pRecElement pElement) function hid_AddElement (line 203) | static void hid_AddElement (CFTypeRef refElement, pRecElement * ppElemen... function hid_GetElementsCFArrayHandler (line 371) | static void hid_GetElementsCFArrayHandler (const void * value, void * pa... function hid_GetElements (line 380) | static void hid_GetElements (CFTypeRef refElementCurrent, pRecElement *p... function hid_GetCollectionElements (line 395) | static void hid_GetCollectionElements (CFMutableDictionaryRef deviceProp... function hid_TopLevelElementHandler (line 407) | static void hid_TopLevelElementHandler (const void * value, void * param... function hid_GetDeviceInfo (line 425) | static void hid_GetDeviceInfo (io_object_t hidDevice, CFMutableDictionar... function pRecDevice (line 553) | static pRecDevice* hid_AddDevice (pRecDevice *ppListDeviceHead, pRecDevi... function pRecDevice (line 579) | static pRecDevice hid_BuildDevice (io_object_t hidDevice) function hid_DeviceNotification (line 626) | static void hid_DeviceNotification( void *refCon, function hid_RemovalCallbackFunction (line 644) | static void hid_RemovalCallbackFunction(void * target, IOReturn result, ... function USE_NOTIFICATIONS (line 649) | USE_NOTIFICATIONS function hid_DisposeDeviceElements (line 748) | static void hid_DisposeDeviceElements (pRecElement pElement) function pRecDevice (line 764) | static pRecDevice hid_DisposeDevice (pRecDevice pDevice) function UInt32 (line 832) | static UInt32 hid_CountCurrentDevices (void) function Boolean (line 846) | static Boolean hid_MatchElementTypeMask (IOHIDElementType type, HIDEleme... function pRecElement (line 865) | static pRecElement hid_GetDeviceElement (pRecElement pElement, HIDElemen... function CFPropertyListRef (line 882) | static CFPropertyListRef xml_load_usage_strings(void) function Boolean (line 911) | static Boolean xml_GetUsageName(const long valueUsagePage, const long va... function HIDCreateOpenDeviceInterface (line 980) | unsigned long HIDCreateOpenDeviceInterface (UInt32 hidDevice, pRecDevice... function Boolean (line 1019) | Boolean HIDBuildDeviceList (UInt32 usagePage, UInt32 usage) function HIDReleaseDeviceList (line 1120) | void HIDReleaseDeviceList (void) function Boolean (line 1130) | Boolean HIDHaveDeviceList (void) function UInt32 (line 1141) | UInt32 HIDCountDevices (void) function UInt32 (line 1152) | UInt32 HIDCountDeviceElements (pRecDevice pDevice, HIDElementTypeMask ty... function pRecDevice (line 1173) | pRecDevice HIDGetFirstDevice (void) function pRecDevice (line 1182) | pRecDevice HIDGetNextDevice (pRecDevice pDevice) function pRecElement (line 1193) | pRecElement HIDGetFirstDeviceElement (pRecDevice pDevice, HIDElementType... function pRecElement (line 1212) | pRecElement HIDGetNextDeviceElement (pRecElement pElement, HIDElementTyp... function pRecElement (line 1264) | pRecElement HIDGetPreviousDeviceElement (pRecElement pElement, HIDElemen... function HIDGetTypeName (line 1280) | void HIDGetTypeName (IOHIDElementType theType, char * cstrName) function HIDGetUsageName (line 1315) | void HIDGetUsageName (const long valueUsagePage, const long valueUsage, ... function SInt32 (line 1858) | SInt32 HIDCalibrateValue (SInt32 value, pRecElement pElement) function SInt32 (line 1877) | SInt32 HIDScaleValue (SInt32 value, pRecElement pElement) function HIDElementTypeMask (line 1889) | HIDElementTypeMask HIDConvertElementTypeToMask (const long type) function Boolean (line 1917) | Boolean HIDFindDevice(const pRecDevice pSearchDevice, pRecDevice *ppFoun... function Boolean (line 1973) | Boolean HIDFindActionDeviceAndElement(const pRecDevice pSearchDevice, co... function Boolean (line 2058) | Boolean HIDFindSubElement(const pRecElement pStartElement, const pRecEle... function HIDPrintElement (line 2118) | int HIDPrintElement(const pRecElement pElement) function Boolean (line 2172) | Boolean HIDIsValidDevice(const pRecDevice pSearchDevice) function Boolean (line 2186) | Boolean HIDIsValidElement(const pRecDevice pSearchDevice, const pRecElem... FILE: vm/src/from_squeak/iOS/plugins/JoystickTabletPlugin/HID_Utilities.h type HIDElementTypeMask (line 73) | typedef enum HIDElementTypeMask type recElement (line 83) | struct recElement type recElement (line 114) | typedef struct recElement recElement; type recElement (line 115) | typedef recElement* pRecElement; type recDevice (line 117) | struct recDevice type recDevice (line 148) | typedef struct recDevice recDevice; type recDevice (line 149) | typedef recDevice* pRecDevice; FILE: vm/src/from_squeak/iOS/plugins/JoystickTabletPlugin/HID_Utilities_External.h type HIDElementTypeMask (line 76) | typedef enum HIDElementTypeMask type recElement (line 86) | struct recElement type recElement (line 118) | typedef struct recElement recElement; type recElement (line 119) | typedef recElement* pRecElement; type recDevice (line 121) | struct recDevice type recDevice (line 152) | typedef struct recDevice recDevice; type recDevice (line 153) | typedef recDevice* pRecDevice; type recSaveHID (line 378) | typedef struct recSaveHID FILE: vm/src/from_squeak/iOS/plugins/JoystickTabletPlugin/sqMacJoystickAndTablet.c function joystickInit (line 21) | int joystickInit(void) function joystickShutdown (line 27) | int joystickShutdown() function pRecDevice (line 33) | static pRecDevice getJoystickDevice(int stickIndex) function getScaledAxisValue (line 51) | static int getScaledAxisValue(pRecDevice device, pRecElement element, in... function joystickRead (line 59) | int joystickRead(int stickIndex) type TransducerRec (line 119) | typedef struct { type TabletRec (line 143) | typedef struct { function tabletInit (line 166) | int tabletInit(void) { function tabletGetParameters (line 173) | int tabletGetParameters(int cursorIndex, int result[]) { function tabletRead (line 215) | int tabletRead(int cursorIndex, int result[]) { function tabletResultSize (line 250) | int tabletResultSize(void) { FILE: vm/src/from_squeak/iOS/plugins/LocalePlugin/sqMacLocaleCarbon.c type lconv (line 13) | struct lconv function sqInt (line 15) | sqInt sqLocInitialize(void) { function sqLocGetCountryInto (line 25) | void sqLocGetCountryInto(char * str) { function sqLocGetLanguageInto (line 41) | void sqLocGetLanguageInto(char * str) { function sqInt (line 57) | sqInt sqLocCurrencyNotation(void) { function sqInt (line 62) | sqInt sqLocCurrencySymbolSize(void) { function sqLocGetCurrencySymbolInto (line 66) | void sqLocGetCurrencySymbolInto(char * str) { function sqInt (line 75) | sqInt sqLocMeasurementMetric(void) { function sqLocGetDigitGroupingSymbolInto (line 92) | void sqLocGetDigitGroupingSymbolInto(char * str) { function sqLocGetDecimalSymbolInto (line 97) | void sqLocGetDecimalSymbolInto(char * str) { function sqInt (line 104) | sqInt sqLocGetVMOffsetToUTC(void) { function sqInt (line 109) | sqInt sqLocGetTimezoneOffset(void) { function sqInt (line 120) | sqInt sqLocDaylightSavings(void) { function dateFormatIs (line 128) | void dateFormatIs(char *buffer,CFDateFormatterStyle type ) { function sqInt (line 135) | sqInt sqLocLongDateFormatSize(void) { function sqLocGetLongDateFormatInto (line 147) | void sqLocGetLongDateFormatInto(char * str) { function sqInt (line 154) | sqInt sqLocShortDateFormatSize(void) { function sqLocGetShortDateFormatInto (line 166) | void sqLocGetShortDateFormatInto(char * str) { function sqInt (line 173) | sqInt sqLocTimeFormatSize(void) { function sqLocGetTimeFormatInto (line 183) | void sqLocGetTimeFormatInto(char * str) { FILE: vm/src/from_squeak/iOS/plugins/MIDIPlugin/sqMacMIDI.c type VirtualMachine (line 6) | struct VirtualMachine function midiInit (line 60) | int midiInit() { function midiShutdown (line 120) | int midiShutdown() { function sqMIDIParameterSet (line 127) | int sqMIDIParameterSet(int whichParameter, int newValue) { function sqMIDIParameterGet (line 132) | int sqMIDIParameterGet(int whichParameter) { function setMidiClockRate (line 137) | int setMidiClockRate(int portNum, int interfaceClockRate) { function sqMIDIClosePort (line 220) | int sqMIDIClosePort(int portNum) { function sqMIDIGetClock (line 240) | int sqMIDIGetClock(void) { function sqMIDIGetSerialPortCount (line 251) | int sqMIDIGetSerialPortCount(void) { function sqMIDIGetPortCount (line 267) | int sqMIDIGetPortCount(void) { function sqMIDIGetPortDirectionality (line 276) | int sqMIDIGetPortDirectionality(int portNum) { function sqMIDIGetPortName (line 293) | int sqMIDIGetPortName(int portNum, int namePtr, int length) { function sqMIDIOpenPort (line 321) | int sqMIDIOpenPort(int portNum, int readSemaIndex, int interfaceClockRat... function sqMIDIParameter (line 358) | int sqMIDIParameter(int whichParameter, int modify, int newValue) { function sqMIDIPortReadInto (line 430) | int sqMIDIPortReadInto(int portNum, int count, int bufferPtr) { function sqMIDIPortWriteFromAt (line 459) | int sqMIDIPortWriteFromAt(int portNum, int count, int bufferPtr, int tim... function closeQuicktimeMIDIPort (line 491) | void closeQuicktimeMIDIPort(void) { function openQuicktimeMIDIPort (line 503) | void openQuicktimeMIDIPort(void) { function performMIDICmd (line 538) | void performMIDICmd(int cmdByte, int arg1, int arg2) { function processMIDIByte (line 575) | void processMIDIByte(int aByte) { function startMIDICommand (line 629) | void startMIDICommand(int cmdByte) { FILE: vm/src/from_squeak/iOS/plugins/MacMenubarPlugin/MacMenubarPlugin.h type UInt32 (line 2) | typedef unsigned int UInt32; type SInt32 (line 3) | typedef signed int SInt32; type UInt32 (line 5) | typedef unsigned long UInt32; type SInt32 (line 6) | typedef signed long SInt32; type Boolean (line 10) | typedef unsigned char Boolean; type MenuCommand (line 12) | typedef int MenuCommand; type Ptr (line 14) | typedef Ptr * Handle; type MenuItemIndex (line 15) | typedef int MenuItemIndex; type CharParameter (line 16) | typedef short CharParameter; type Style (line 17) | typedef unsigned char Style; type MenuID (line 18) | typedef int MenuID; type SInt16 (line 19) | typedef short SInt16; type UInt32 (line 20) | typedef UInt32 TextEncoding; type UInt32 (line 22) | typedef UInt32 FourCharCode; type FourCharCode (line 23) | typedef FourCharCode ResType; type SInt16 (line 25) | typedef SInt16 OSErr; type SInt32 (line 26) | typedef SInt32 OSStatus; type StyleParameter (line 27) | typedef short StyleParameter; type UInt8 (line 28) | typedef unsigned char UInt8; type UInt16 (line 30) | typedef unsigned short UInt16; type UInt32 (line 31) | typedef UInt32 OptionBits; FILE: vm/src/from_squeak/iOS/plugins/Mpeg3Plugin/sqMacFileBits.h type VirtualMachine (line 11) | struct VirtualMachine function sqFilenameFromStringOpen (line 13) | void sqFilenameFromStringOpen(char *buffer,long fileIndex, long fileLen... FILE: vm/src/from_squeak/iOS/plugins/SecurityPlugin/sqMacSecurity.c type Boolean (line 47) | typedef unsigned char Boolean; type VirtualMachine (line 50) | struct VirtualMachine function sqInt (line 68) | static sqInt isAccessiblePathName(char *pathName) { function sqInt (line 81) | static sqInt isAccessibleFileName(char *fileName) { function sqInt (line 90) | sqInt ioCanCreatePathOfSize(char* pathString, sqInt pathStringLength) { function sqInt (line 96) | sqInt ioCanListPathOfSize(char* pathString, sqInt pathStringLength) { function sqInt (line 102) | sqInt ioCanDeletePathOfSize(char* pathString, sqInt pathStringLength) { function sqInt (line 109) | sqInt ioCanOpenFileOfSizeWritable(char* pathString, sqInt pathStringLeng... function sqInt (line 115) | sqInt ioCanOpenAsyncFileOfSizeWritable(char* pathString, sqInt pathStrin... function sqInt (line 118) | sqInt ioCanDeleteFileOfSize(char* pathString, sqInt pathStringLength) { function sqInt (line 124) | sqInt ioCanRenameFileOfSize(char* pathString, sqInt pathStringLength) { function sqInt (line 131) | sqInt ioCanGetFileTypeOfSize(char* pathString, sqInt pathStringLength) { function sqInt (line 136) | sqInt ioCanSetFileTypeOfSize(char* pathString, sqInt pathStringLength) { function sqInt (line 142) | sqInt ioDisableFileAccess(void) { function sqInt (line 147) | sqInt ioHasFileAccess(void) { function sqInt (line 159) | sqInt ioCanRenameImage(void) { function sqInt (line 163) | sqInt ioCanWriteImage() { function sqInt (line 167) | sqInt ioDisableImageWrite() { function sqInt (line 180) | sqInt ioCanCreateSocketOfType(sqInt netType, sqInt socketType) { function sqInt (line 185) | sqInt ioCanConnectToPort(sqInt netAddr, sqInt port) { function sqInt (line 190) | sqInt ioCanListenOnPort(sqInt s, sqInt port) { function sqInt (line 195) | sqInt ioDisableSocketAccess() { function sqInt (line 200) | sqInt ioHasSocketAccess() { function sqInt (line 220) | sqInt ioInitSecurity(void) { function sqInt (line 240) | sqInt _ioSetImageWrite(sqInt enable) { function sqInt (line 248) | sqInt _ioSetFileAccess(sqInt enable) { function sqInt (line 256) | sqInt _ioSetSocketAccess(sqInt enable) { function fixPath (line 263) | void fixPath(char *path) { function sqInt (line 272) | sqInt dir_CreateSecurity(char *pathString, sqInt pathStringLength) { FILE: vm/src/from_squeak/iOS/plugins/SerialPlugin/sqMacSerialPort.c type VirtualMachine (line 18) | struct VirtualMachine function serialPortInit (line 34) | int serialPortInit() { return true; } function serialPortShutdown (line 35) | int serialPortShutdown() { function serialPortCount (line 44) | EXPORT (int) serialPortCount(void) { function serialPortIsOpen (line 50) | int serialPortIsOpen(int portNum) { function serialPortSetControl (line 55) | int serialPortSetControl(int portNum,int control, char *data) { function serialPortNames (line 60) | int serialPortNames(int portNum, char *portName, char *inName, char *out... function setHandshakeOptions (line 68) | int setHandshakeOptions( function serialPortClose (line 76) | EXPORT (int) serialPortClose(int portNum) { function serialPortOpen (line 81) | EXPORT (int) serialPortOpen( function serialPortReadInto (line 91) | EXPORT (int) serialPortReadInto(int portNum, int count, int bufferPtr) { function serialPortWriteFrom (line 100) | EXPORT (int) serialPortWriteFrom(int portNum, int count, int bufferPtr) { FILE: vm/src/from_squeak/iOS/plugins/SoundPlugin/sqSqueakSoundCoreAudio.h function interface (line 45) | interface sqSqueakSoundCoreAudio : NSObject { FILE: vm/src/from_squeak/iOS/plugins/SqueakFFIPrims/dummyFFI.c function ffiPushSignedByte (line 42) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 47) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 52) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 58) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 64) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 70) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 79) | int ffiPushSignedLongLong(int low, int high) function ffiPushUnsignedLongLong (line 84) | int ffiPushUnsignedLongLong(int low, int high) function ffiPushSignedChar (line 89) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 94) | int ffiPushUnsignedChar(int value) function ffiPushBool (line 99) | int ffiPushBool(int value) function ffiPushSingleFloat (line 104) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 109) | int ffiPushDoubleFloat(double value) function ffiReturnFloatValue (line 116) | double ffiReturnFloatValue(void) function ffiLongLongResultLow (line 123) | int ffiLongLongResultLow(void) function ffiLongLongResultHigh (line 131) | int ffiLongLongResultHigh(void) function ffiStoreStructure (line 138) | int ffiStoreStructure(int address, int structSize) function ffiCallAddressOfWithPointerReturn (line 143) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiPushStringOfLength (line 147) | int ffiPushStringOfLength(int srcIndex, int length) function ffiAlloc (line 153) | int ffiAlloc(int byteSize) function ffiFree (line 160) | int ffiFree(int pointer) function ffiInitialize (line 165) | int ffiInitialize(void) { function ffiCallAddressOfWithStructReturn (line 169) | int ffiCallAddressOfWithStructReturn(int fn, int callType, function ffiCallAddressOfWithReturnType (line 175) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) function ffiCanReturn (line 180) | int ffiCanReturn(int *structSpec, int specSize) function ffiCleanup (line 189) | int ffiCleanup(void) function ffiSupportsCallingConvention (line 196) | int ffiSupportsCallingConvention(int callType) function ffiPushStructureOfLength (line 201) | int ffiPushStructureOfLength(int pointer, int* structSpec, int structSize) function ffiPushPointer (line 205) | int ffiPushPointer(int pointer) FILE: vm/src/from_squeak/iOS/plugins/SqueakObjectiveC/PDColoredProgressView.h function interface (line 32) | interface PDColoredProgressView : UIProgressView { FILE: vm/src/from_squeak/iOS/plugins/SqueakObjectiveC/squeakProxy.h type VirtualMachine (line 43) | struct VirtualMachine function interface (line 74) | interface SqueakProxy : NSObject FILE: vm/src/from_squeak/iOS/vm/Common/Classes/Queue.h function interface (line 55) | interface Queue : NSObject FILE: vm/src/from_squeak/iOS/vm/Common/Classes/sqMacV2Time.c type timeval (line 53) | struct timeval function ioOldMSecs (line 63) | int ioOldMSecs() { function SetUpTimers (line 73) | void SetUpTimers(void) function SetUpTimers (line 83) | void SetUpTimers(void) function sqLong (line 89) | sqLong ioMicroSeconds(void) function sqInt (line 106) | sqInt ioMicroMSecs(void) function sqInt (line 122) | sqInt ioMSecs(void) { function sqInt (line 127) | sqInt ioSeconds(void) { function sqInt (line 140) | sqInt ioUtcWithOffset(sqLong *microSeconds, int *offset) function sqInt (line 152) | sqInt ioRelinquishProcessorForMicroseconds(sqInt microSeconds) { FILE: vm/src/from_squeak/iOS/vm/Common/Classes/sqSqueakAppDelegate.h function interface (line 45) | interface sqSqueakAppDelegate : NSObject { FILE: vm/src/from_squeak/iOS/vm/Common/Classes/sqSqueakFileDirectoryInterface.h function interface (line 43) | interface sqSqueakFileDirectoryInterface : NSObject { FILE: vm/src/from_squeak/iOS/vm/Common/Classes/sqSqueakInfoPlistInterface.h function interface (line 40) | interface sqSqueakInfoPlistInterface : NSObject { FILE: vm/src/from_squeak/iOS/vm/Common/Classes/sqSqueakMainApplication.h function interface (line 49) | interface sqSqueakMainApplication : NSObject { FILE: vm/src/from_squeak/iOS/vm/Common/Classes/sqSqueakScreenAndWindow.h function interface (line 43) | interface sqSqueakScreenAndWindow : NSObject { FILE: vm/src/from_squeak/iOS/vm/Common/aio.c function undefinedHandler (line 142) | static void undefinedHandler(int fd, void *clientData, int flags) function aioInit (line 163) | void aioInit(void) function aioFini (line 180) | void aioFini(void) function aioPoll (line 201) | int aioPoll(int microSeconds) function aioSleep (line 270) | int aioSleep(int microSeconds) function aioEnable (line 294) | void aioEnable(int fd, void *data, int flags) function aioHandle (line 343) | void aioHandle(int fd, aioHandler handlerFn, int mask) function aioSuspend (line 363) | void aioSuspend(int fd, int mask) function aioDisable (line 386) | void aioDisable(int fd) FILE: vm/src/from_squeak/iOS/vm/OSX/BitMapConversionLogicFromX11.c function copyImage16To32 (line 42) | void copyImage16To32(short *fromImageData, int *toImageData, int width, ... function copyImage8To32 (line 91) | void copyImage8To32(int *fromImageData, int *toImageData, int width, int... function copyImage4To32 (line 131) | void copyImage4To32(int *fromImageData, int *toImageData, int width, int... function copyImage2To32 (line 169) | void copyImage2To32(int *fromImageData, int *toImageData, int width, int... function copyImage1To32 (line 207) | void copyImage1To32(int *fromImageData, int *toImageData, int width, int... FILE: vm/src/from_squeak/iOS/vm/OSX/SqueakOSXAppDelegate.h function interface (line 47) | interface SqueakOSXAppDelegate : sqSqueakAppDelegate { FILE: vm/src/from_squeak/iOS/vm/RoarVMSwipeEvent.h function interface (line 10) | interface RoarVMSwipeEvent : RoarVMAbstractEvent { FILE: vm/src/from_squeak/iOS/vm/iPhone/Classes/RoarVMAbstractEvent.h type RoarVMEventLocationType (line 10) | typedef enum {RoarVMEventLocationOffset, RoarVMEventLocationPrevious, R... function interface (line 12) | interface RoarVMAbstractEvent : NSObject { FILE: vm/src/from_squeak/iOS/vm/iPhone/Classes/RoarVMMouseEvent.h function interface (line 9) | interface RoarVMMouseEvent : RoarVMAbstractEvent { FILE: vm/src/from_squeak/iOS/vm/iPhone/Classes/RoarVMMouseUpEvent.h function interface (line 13) | interface RoarVMMouseUpEvent : RoarVMMouseEvent { FILE: vm/src/from_squeak/iOS/vm/iPhone/Classes/SqueakUIView.h function interface (line 46) | interface SqueakUIView : UIView { FILE: vm/src/from_squeak/iOS/vm/iPhone/Classes/SqueakUIViewCALayer.h function interface (line 42) | interface SqueakUIViewCALayer : SqueakUIView { FILE: vm/src/from_squeak/iOS/vm/iPhone/Classes/SqueakUIViewOpenGL.h type VirtualMachine (line 46) | struct VirtualMachine function interface (line 69) | interface SqueakUIViewOpenGL : SqueakUIView { FILE: vm/src/from_squeak/iOS/vm/iPhone/Classes/sqSqueakIPhoneApplication.h function interface (line 42) | interface sqSqueakIPhoneApplication : sqSqueakMainApplication { FILE: vm/src/from_squeak/iOS/vm/iPhone/Classes/sqSqueakIPhoneFileDirectoryInterface.h function interface (line 42) | interface sqSqueakIPhoneFileDirectoryInterface : sqSqueakFileDirectoryIn... FILE: vm/src/from_squeak/iOS/vm/iPhone/Classes/sqiPhoneScreenAndWindow.h function interface (line 42) | interface sqiPhoneScreenAndWindow : sqSqueakScreenAndWindow { FILE: vm/src/from_squeak/iOS/vm/iPhone/macintoshextra.c function ioFormPrint (line 16) | int ioFormPrint(int bitsAddr, int width, int height, int depth, double h... function sqInt (line 26) | sqInt ioFreeModule(void *moduleHandle){return 0;} function sqInt (line 28) | sqInt ioGetButtonState() {return 0;} function sqInt (line 29) | sqInt ioGetKeystroke() {return -1;} function sqInt (line 30) | sqInt ioMousePoint() {return 0;} function sqInt (line 31) | sqInt ioPeekKeystroke() {return 0;} function sqInt (line 33) | sqInt ioSetCursor( sqInt cursorBitsIndex, sqInt offsetX, sqInt offsetY) ... function sqInt (line 34) | sqInt ioSetCursorWithMask( sqInt cursorBitsIndex, sqInt cursorMaskIndex,... function sqInt (line 36) | sqInt ioSetCursorARGB(sqInt cursorBitsIndex, sqInt extentX, sqInt extent... function sqInt (line 39) | sqInt ioSetDisplayMode( sqInt width, sqInt height, sqInt depth, sqInt fu... function clearProfile (line 45) | int clearProfile(void){return 0;} function dumpProfile (line 46) | int dumpProfile(void){return 0;} function startProfiling (line 47) | int startProfiling(void){return 0;} function stopProfiling (line 48) | int stopProfiling(void) {return 0;} function plugInNotifyUser (line 51) | int plugInNotifyUser(char *msg) { return 0; } FILE: vm/src/from_squeak/iOS/vm/iPhone/plugins/HostWindowPlugin/sqMacHostWindow.c type VirtualMachine (line 50) | struct VirtualMachine function sqInt (line 53) | sqInt createWindowWidthheightoriginXyattrlength(sqInt w,sqInt h,sqInt x,... function sqInt (line 57) | sqInt closeWindow(sqInt windowIndex) { function sqInt (line 61) | sqInt ioPositionOfWindow(wIndexType windowIndex) function sqInt (line 68) | sqInt ioPositionOfWindowSetxy(wIndexType windowIndex, sqInt x, sqInt y) function sqInt (line 73) | sqInt ioSizeOfWindow(wIndexType windowIndex) function ioPositionOfNativeDisplay (line 79) | int ioPositionOfNativeDisplay(unsigned long windowHandle) function sqInt (line 85) | sqInt ioSizeOfWindowSetxy(wIndexType windowIndex, sqInt x, sqInt y) function sqInt (line 90) | sqInt ioSetTitleOfWindow(sqInt windowIndex, char * newTitle, sqInt sizeO... function sqInt (line 94) | sqInt ioCloseAllWindows(void) { function windowDescriptorBlock (line 110) | windowDescriptorBlock *windowBlockFromIndex(sqInt windowIndex) { function windowDescriptorBlock (line 120) | windowDescriptorBlock *windowBlockFromHandle(wHandleType windowHandle) { function wHandleType (line 131) | wHandleType windowHandleFromIndex(sqInt windowIndex) { function sqInt (line 141) | sqInt windowIndexFromHandle(wHandleType windowHandle) { function sqInt (line 151) | sqInt windowIndexFromBlock( windowDescriptorBlock * thisWindow) { function windowDescriptorBlock (line 163) | windowDescriptorBlock *AddWindowBlock(void) { function sqInt (line 188) | sqInt RemoveWindowBlock(windowDescriptorBlock * thisWindow) { function sqInt (line 209) | sqInt getCurrentIndexInUse(void) { FILE: vm/src/from_squeak/iOS/vm/iPhone/plugins/HostWindowPlugin/sqMacHostWindow.h type windowDescriptorBlock (line 54) | typedef struct windowDescriptorBlock { FILE: vm/src/from_squeak/iOS/vm/iPhone/plugins/SqueakFFIPrims/dummyFFI.c function ffiPushSignedByte (line 44) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 49) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 54) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 60) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 66) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 72) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 81) | int ffiPushSignedLongLong(int low, int high) function ffiPushUnsignedLongLong (line 86) | int ffiPushUnsignedLongLong(int low, int high) function ffiPushSignedChar (line 91) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 96) | int ffiPushUnsignedChar(int value) function ffiPushBool (line 101) | int ffiPushBool(int value) function ffiPushSingleFloat (line 106) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 111) | int ffiPushDoubleFloat(double value) function ffiReturnFloatValue (line 118) | double ffiReturnFloatValue(void) function ffiLongLongResultLow (line 125) | int ffiLongLongResultLow(void) function ffiLongLongResultHigh (line 133) | int ffiLongLongResultHigh(void) function ffiStoreStructure (line 140) | int ffiStoreStructure(int address, int structSize) function ffiCallAddressOfWithPointerReturn (line 145) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiPushStringOfLength (line 149) | int ffiPushStringOfLength(int srcIndex, int length) function ffiAlloc (line 154) | int ffiAlloc(int byteSize) function ffiFree (line 160) | int ffiFree(int ptr) function ffiInitialize (line 166) | int ffiInitialize(void) { function ffiCallAddressOfWithStructReturn (line 170) | int ffiCallAddressOfWithStructReturn(int fn, int callType, function ffiCallAddressOfWithReturnType (line 176) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) function ffiCanReturn (line 181) | int ffiCanReturn(int *structSpec, int specSize) function ffiCleanup (line 190) | int ffiCleanup(void) function ffiSupportsCallingConvention (line 197) | int ffiSupportsCallingConvention(int callType) function ffiPushStructureOfLength (line 202) | int ffiPushStructureOfLength(int pointer, int* structSpec, int structSize) function ffiPushPointer (line 206) | int ffiPushPointer(int pointer) FILE: vm/src/from_squeak/iOS/vm/iPhone/sqDummyaio.c function aioPoll (line 50) | int aioPoll(int microSeconds) { function aioInit (line 54) | void aioInit(void) { function aioSleep (line 60) | int aioSleep(int microSeconds) FILE: vm/src/from_squeak/iOS/vm/iPhone/sqMacV2Memory.c function usqInt (line 72) | usqInt sqGetAvailableMemory() { function usqInt (line 83) | usqInt sqAllocateMemoryMac(usqInt desiredHeapSize, sqInt minHeapSize, FI... function sqInt (line 150) | sqInt sqGrowMemoryBy(sqInt memoryLimit, sqInt delta) { function sqInt (line 158) | sqInt sqShrinkMemoryBy(sqInt memoryLimit, sqInt delta) { function sqInt (line 162) | sqInt sqMemoryExtraBytesLeft(sqInt includingSwap) { function sqMacMemoryFree (line 166) | void sqMacMemoryFree() { function sqImageFileReadEntireImage (line 174) | size_t sqImageFileReadEntireImage(void *ptr, size_t elementSize, size_t ... function sqMakeMemoryExecutableFromTo (line 184) | void function sqMakeMemoryNotExecutableFromTo (line 194) | void FILE: vm/src/from_squeak/iOS/vm/iPhone/sqPlatformSpecific.h type sqOSSemaphore (line 141) | typedef struct { FILE: vm/src/from_squeak/iOS/vm/src/plugins/LocalePlugin/LocalePlugin.c type VirtualMachine (line 61) | struct VirtualMachine type VirtualMachine (line 69) | struct VirtualMachine function VirtualMachine (line 82) | static VirtualMachine * getInterpreter(void) { function getModuleName (line 92) | EXPORT(const char*) getModuleName(void) { function sqInt (line 96) | static sqInt halt(void) { function initialiseModule (line 100) | EXPORT(sqInt) initialiseModule(void) { function sqInt (line 104) | static sqInt msg(char * s) { function primitiveCountry (line 111) | EXPORT(sqInt) primitiveCountry(void) { function primitiveCurrencyNotation (line 126) | EXPORT(sqInt) primitiveCurrencyNotation(void) { function primitiveCurrencySymbol (line 141) | EXPORT(sqInt) primitiveCurrencySymbol(void) { function primitiveDaylightSavings (line 158) | EXPORT(sqInt) primitiveDaylightSavings(void) { function primitiveDecimalSymbol (line 172) | EXPORT(sqInt) primitiveDecimalSymbol(void) { function primitiveDigitGroupingSymbol (line 187) | EXPORT(sqInt) primitiveDigitGroupingSymbol(void) { function primitiveLanguage (line 202) | EXPORT(sqInt) primitiveLanguage(void) { function primitiveLongDateFormat (line 223) | EXPORT(sqInt) primitiveLongDateFormat(void) { function primitiveMeasurementMetric (line 240) | EXPORT(sqInt) primitiveMeasurementMetric(void) { function primitiveShortDateFormat (line 260) | EXPORT(sqInt) primitiveShortDateFormat(void) { function primitiveTimeFormat (line 280) | EXPORT(sqInt) primitiveTimeFormat(void) { function primitiveTimezoneOffset (line 297) | EXPORT(sqInt) primitiveTimezoneOffset(void) { function primitiveVMOffsetToUTC (line 311) | EXPORT(sqInt) primitiveVMOffsetToUTC(void) { function setInterpreter (line 325) | EXPORT(sqInt) setInterpreter(struct VirtualMachine* anInterpreter) { function sqInt (line 337) | static sqInt sqAssert(sqInt aBool) { FILE: vm/src/from_squeak/iOS/vm/src/vm/interp.c type foo (line 1) | struct foo { sqInt successFlag; sqInt specialObjectsOop; sqInt nilObj; s... type foo (line 1) | struct foo type VirtualMachine (line 1) | struct VirtualMachine function sqInt (line 1) | sqInt accessibleObjectAfter(sqInt oop) { register struct foo * foo = &fu... function sqInt (line 1) | sqInt activateNewClosureMethod(sqInt blockClosure) { register struct foo... function sqInt (line 1) | sqInt activateNewMethod(void) { register struct foo * foo = &fum; sq... function addGCRoot (line 1) | EXPORT(sqInt) addGCRoot(sqInt *varLoc) { register struct foo * foo = &fu... function sqInt (line 1) | sqInt addNewMethodToCache(void) { register struct foo * foo = &fum; ... function sqInt (line 1) | sqInt addToExternalPrimitiveTable(void *functionAddress) { register stru... function sqInt (line 1) | sqInt adjustAllOopsBy(sqInt bytesToShift) { register struct foo * foo = ... function sqInt (line 1) | sqInt allYoungand(sqInt array1, sqInt array2) { register struct foo * fo... function sqInt (line 1) | sqInt allocateChunk(sqInt byteSize) { register struct foo * foo = &fum; ... function sqInt (line 1) | sqInt allocateOrRecycleContext(sqInt needsLarge) { register struct foo *... function sqInt (line 1) | sqInt argumentCountOf(sqInt methodPointer) { return (((usqInt) (longAt(... function sqInt (line 1) | sqInt asciiOfCharacter(sqInt characterObj) { register struct foo * foo =... function sqInt (line 1) | sqInt balancedStackafterPrimitivewithArgs(sqInt delta, sqInt primIdx, sq... function sqInt (line 1) | sqInt baseHeaderSize(void) { /* inline: */; return BASE_HEADER_SIZE; } function sqInt (line 1) | sqInt beRootIfOld(sqInt oop) { register struct foo * foo = &fum; sqI... function sqInt (line 1) | sqInt beRootWhileForwarding(sqInt oop) { register struct foo * foo = &fu... function sqInt (line 1) | sqInt becomewith(sqInt array1, sqInt array2) { return becomewithtwoWayc... function sqInt (line 1) | sqInt becomewithtwoWaycopyHash(sqInt array1, sqInt array2, sqInt twoWayF... function sqInt (line 1) | sqInt biasToGrow(void) { register struct foo * foo = &fum; usqInt gr... function sqInt (line 1) | sqInt booleanValueOf(sqInt obj) { register struct foo * foo = &fum; if ... function sqInt (line 1) | sqInt byteSizeOf(sqInt oop) { sqInt slots; sqInt header; sqI... function sqInt (line 1) | sqInt byteSwapByteObjectsFromto(sqInt startOop, sqInt stopAddr) { regist... FILE: vm/src/from_squeak/intplugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c type VirtualMachine (line 68) | struct VirtualMachine type VirtualMachine (line 87) | struct VirtualMachine function VirtualMachine (line 93) | static VirtualMachine * function getModuleName (line 105) | EXPORT(const char*) function sqInt (line 111) | static sqInt function sqInt (line 118) | static sqInt function primitiveDecodeMono (line 125) | EXPORT(sqInt) function primitiveDecodeStereo (line 319) | EXPORT(sqInt) function primitiveEncodeMono (line 655) | EXPORT(sqInt) function primitiveEncodeStereo (line 908) | EXPORT(sqInt) function setInterpreter (line 929) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/AsynchFilePlugin/AsynchFilePlugin.c type VirtualMachine (line 57) | struct VirtualMachine type VirtualMachine (line 67) | struct VirtualMachine function AsyncFile (line 83) | static AsyncFile * function VirtualMachine (line 98) | static VirtualMachine * function getModuleName (line 110) | EXPORT(const char*) function sqInt (line 116) | static sqInt function initialiseModule (line 126) | EXPORT(sqInt) function moduleUnloaded (line 137) | EXPORT(void) function sqInt (line 148) | static sqInt function primitiveAsyncFileClose (line 155) | EXPORT(sqInt) function primitiveAsyncFileOpen (line 174) | EXPORT(sqInt) function primitiveAsyncFileReadResult (line 216) | EXPORT(sqInt) function primitiveAsyncFileReadStart (line 270) | EXPORT(sqInt) function primitiveAsyncFileWriteResult (line 293) | EXPORT(sqInt) function primitiveAsyncFileWriteStart (line 315) | EXPORT(sqInt) function setInterpreter (line 374) | EXPORT(sqInt) function shutdownModule (line 391) | EXPORT(sqInt) function sqAssert (line 397) | static void FILE: vm/src/from_squeak/intplugins/B2DPlugin/B2DPlugin.c type VirtualMachine (line 627) | struct VirtualMachine type VirtualMachine (line 751) | struct VirtualMachine function sqInt (line 766) | static sqInt function sqInt (line 772) | static sqInt function sqInt (line 778) | static sqInt function sqInt (line 784) | static sqInt function sqInt (line 793) | static sqInt function sqInt (line 807) | static sqInt function sqInt (line 813) | static sqInt function sqInt (line 822) | static sqInt function sqInt (line 828) | static sqInt function sqInt (line 834) | static sqInt function sqInt (line 840) | static sqInt function sqInt (line 846) | static sqInt function sqInt (line 852) | static sqInt function sqInt (line 858) | static sqInt function sqInt (line 868) | static sqInt function sqInt (line 882) | static sqInt function sqInt (line 913) | static sqInt function sqInt (line 932) | static sqInt function sqInt (line 955) | static sqInt function sqInt (line 972) | static sqInt function sqInt (line 994) | static sqInt function sqInt (line 1058) | static sqInt function sqInt (line 1064) | static sqInt function sqInt (line 1070) | static sqInt function sqInt (line 1076) | static sqInt function sqInt (line 1085) | static sqInt function sqInt (line 1098) | static sqInt function sqInt (line 1114) | static sqInt function sqInt (line 1126) | static sqInt function sqInt (line 1162) | static sqInt function sqInt (line 1186) | static sqInt function sqInt (line 1224) | static sqInt function sqInt (line 1243) | static sqInt function sqInt (line 1270) | static sqInt function sqInt (line 1283) | static sqInt function sqInt (line 1294) | static sqInt function sqInt (line 1310) | static sqInt function sqInt (line 1326) | static sqInt function sqInt (line 1335) | static sqInt function sqInt (line 1357) | static sqInt function sqInt (line 1363) | static sqInt function sqInt (line 1369) | static sqInt function sqInt (line 1375) | static sqInt function sqInt (line 1381) | static sqInt function sqInt (line 1387) | static sqInt function sqInt (line 1399) | static sqInt function sqInt (line 1405) | static sqInt function sqInt (line 1411) | static sqInt function sqInt (line 1417) | static sqInt function sqInt (line 1423) | static sqInt function sqInt (line 1429) | static sqInt function sqInt (line 1435) | static sqInt function sqInt (line 1441) | static sqInt function sqInt (line 1447) | static sqInt function sqInt (line 1453) | static sqInt function sqInt (line 1459) | static sqInt function sqInt (line 1465) | static sqInt function sqInt (line 1471) | static sqInt function sqInt (line 1477) | static sqInt function sqInt (line 1483) | static sqInt function sqInt (line 1489) | static sqInt function sqInt (line 1495) | static sqInt function sqInt (line 1561) | static sqInt function sqInt (line 1567) | static sqInt function sqInt (line 1573) | static sqInt function sqInt (line 1579) | static sqInt function sqInt (line 1585) | static sqInt function sqInt (line 1591) | static sqInt function sqInt (line 1597) | static sqInt function sqInt (line 1603) | static sqInt function sqInt (line 1609) | static sqInt function sqInt (line 1615) | static sqInt function sqInt (line 1621) | static sqInt function sqInt (line 1627) | static sqInt function sqInt (line 1633) | static sqInt function sqInt (line 1639) | static sqInt function sqInt (line 1648) | static sqInt function sqInt (line 1676) | static sqInt function sqInt (line 1704) | static sqInt function sqInt (line 1726) | static sqInt function sqInt (line 1752) | static sqInt function sqInt (line 1784) | static sqInt function sqInt (line 1809) | static sqInt function sqInt (line 1857) | static sqInt function sqInt (line 1912) | static sqInt function sqInt (line 1934) | static sqInt function sqInt (line 1956) | static sqInt function sqInt (line 1962) | static sqInt function sqInt (line 1968) | static sqInt function sqInt (line 1974) | static sqInt function sqInt (line 1980) | static sqInt function sqInt (line 1986) | static sqInt function sqInt (line 1992) | static sqInt function sqInt (line 1998) | static sqInt function sqInt (line 2004) | static sqInt function sqInt (line 2010) | static sqInt function sqInt (line 2031) | static sqInt function sqInt (line 2099) | static sqInt function sqInt (line 2211) | static sqInt function sqInt (line 2234) | static sqInt function sqInt (line 2245) | static sqInt function sqInt (line 2259) | static sqInt function sqInt (line 2317) | static sqInt function sqInt (line 2323) | static sqInt function sqInt (line 2329) | static sqInt function sqInt (line 2335) | static sqInt function sqInt (line 2341) | static sqInt function sqInt (line 2347) | static sqInt function sqInt (line 2353) | static sqInt function sqInt (line 2359) | static sqInt function sqInt (line 2368) | static sqInt function sqInt (line 2400) | static sqInt function sqInt (line 2447) | static sqInt function sqInt (line 2453) | static sqInt function sqInt (line 2459) | static sqInt function sqInt (line 2465) | static sqInt function sqInt (line 2471) | static sqInt function sqInt (line 2477) | static sqInt function sqInt (line 2483) | static sqInt function sqInt (line 2489) | static sqInt function sqInt (line 2504) | static sqInt function sqInt (line 2510) | static sqInt function sqInt (line 2516) | static sqInt function sqInt (line 2522) | static sqInt function sqInt (line 2528) | static sqInt function sqInt (line 2534) | static sqInt function sqInt (line 2540) | static sqInt function sqInt (line 2550) | static sqInt function sqInt (line 2562) | static sqInt function sqInt (line 2591) | static sqInt function sqInt (line 2680) | static sqInt function sqInt (line 2686) | static sqInt function sqInt (line 3158) | static sqInt function sqInt (line 3206) | static sqInt function sqInt (line 3384) | static sqInt function sqInt (line 3447) | static sqInt function sqInt (line 3474) | static sqInt function sqInt (line 3480) | static sqInt function sqInt (line 3486) | static sqInt function sqInt (line 3492) | static sqInt function sqInt (line 3498) | static sqInt function sqInt (line 3507) | static sqInt function sqInt (line 3608) | static sqInt function sqInt (line 3715) | static sqInt function sqInt (line 3721) | static sqInt function sqInt (line 3727) | static sqInt function sqInt (line 3733) | static sqInt function sqInt (line 3739) | static sqInt function sqInt (line 3745) | static sqInt function sqInt (line 3751) | static sqInt function sqInt (line 3757) | static sqInt function sqInt (line 3763) | static sqInt function sqInt (line 3769) | static sqInt function sqInt (line 3775) | static sqInt function sqInt (line 3781) | static sqInt function sqInt (line 3787) | static sqInt function sqInt (line 3793) | static sqInt function sqInt (line 3799) | static sqInt function sqInt (line 3805) | static sqInt function sqInt (line 3811) | static sqInt function sqInt (line 3817) | static sqInt function sqInt (line 3823) | static sqInt function sqInt (line 3829) | static sqInt function sqInt (line 3838) | static sqInt function sqInt (line 3961) | static sqInt function sqInt (line 4003) | static sqInt function sqInt (line 4012) | static sqInt function sqInt (line 4208) | static sqInt function sqInt (line 4340) | static sqInt function sqInt (line 4391) | static sqInt function sqInt (line 4411) | static sqInt function sqInt (line 4505) | static sqInt function sqInt (line 4511) | static sqInt function sqInt (line 4535) | static sqInt function sqInt (line 4595) | static sqInt function sqInt (line 4826) | static sqInt function sqInt (line 4872) | static sqInt function sqInt (line 4894) | static sqInt function sqInt (line 4900) | static sqInt function sqInt (line 4906) | static sqInt function sqInt (line 4912) | static sqInt function VirtualMachine (line 4922) | static VirtualMachine * function getModuleName (line 4934) | EXPORT(const char*) function sqInt (line 4943) | static sqInt function sqInt (line 4959) | static sqInt function sqInt (line 4965) | static sqInt function sqInt (line 4971) | static sqInt function sqInt (line 4977) | static sqInt function sqInt (line 4983) | static sqInt function sqInt (line 4989) | static sqInt function sqInt (line 5001) | static sqInt function sqInt (line 5008) | static sqInt function sqInt (line 5014) | static sqInt function sqInt (line 5020) | static sqInt function sqInt (line 5026) | static sqInt function sqInt (line 5032) | static sqInt function sqInt (line 5038) | static sqInt function sqInt (line 5047) | static sqInt function sqInt (line 5098) | static sqInt function sqInt (line 5105) | static sqInt function sqInt (line 5114) | static sqInt function sqInt (line 5134) | static sqInt function sqInt (line 5152) | static sqInt function initialiseModule (line 5168) | EXPORT(sqInt) function sqInt (line 5183) | static sqInt function sqInt (line 5231) | static sqInt function sqInt (line 5249) | static sqInt function sqInt (line 5266) | static sqInt function sqInt (line 5272) | static sqInt function sqInt (line 5284) | static sqInt function sqInt (line 5290) | static sqInt function sqInt (line 5301) | static sqInt function sqInt (line 5308) | static sqInt function sqInt (line 5314) | static sqInt function sqInt (line 5321) | static sqInt function sqInt (line 5327) | static sqInt function sqInt (line 5334) | static sqInt function sqInt (line 5341) | static sqInt function sqInt (line 5348) | static sqInt function sqInt (line 5355) | static sqInt function sqInt (line 5361) | static sqInt function sqInt (line 5367) | static sqInt function sqInt (line 5373) | static sqInt function sqInt (line 5379) | static sqInt function sqInt (line 5385) | static sqInt function sqInt (line 5391) | static sqInt function sqInt (line 5397) | static sqInt function sqInt (line 5403) | static sqInt function sqInt (line 5409) | static sqInt function sqInt (line 5415) | static sqInt function sqInt (line 5421) | static sqInt function sqInt (line 5427) | static sqInt function sqInt (line 5433) | static sqInt function sqInt (line 5439) | static sqInt function sqInt (line 5445) | static sqInt function sqInt (line 5451) | static sqInt function sqInt (line 5457) | static sqInt function sqInt (line 5463) | static sqInt function sqInt (line 5469) | static sqInt function sqInt (line 5475) | static sqInt function sqInt (line 5481) | static sqInt function sqInt (line 5487) | static sqInt function sqInt (line 5493) | static sqInt function sqInt (line 5499) | static sqInt function sqInt (line 5509) | static sqInt function sqInt (line 5548) | static sqInt function sqInt (line 5676) | static sqInt function sqInt (line 5824) | static sqInt function sqInt (line 5848) | static sqInt function sqInt (line 5872) | static sqInt function sqInt (line 5886) | static sqInt function sqInt (line 6019) | static sqInt function sqInt (line 6043) | static sqInt function sqInt (line 6305) | static sqInt function sqInt (line 6629) | static sqInt function sqInt (line 6661) | static sqInt function sqInt (line 6686) | static sqInt function sqInt (line 6794) | static sqInt function sqInt (line 6849) | static sqInt function sqInt (line 6906) | static sqInt function sqInt (line 6933) | static sqInt function sqInt (line 6969) | static sqInt function sqInt (line 7093) | static sqInt function loadPointShortAtfrom (line 7102) | static short function sqInt (line 7111) | static sqInt function sqInt (line 7143) | static sqInt function sqInt (line 7282) | static sqInt function sqInt (line 7295) | static sqInt function sqInt (line 7338) | static sqInt function sqInt (line 7608) | static sqInt function sqInt (line 7631) | static sqInt function sqInt (line 7657) | static sqInt function sqInt (line 7724) | static sqInt function sqInt (line 7798) | static sqInt function sqInt (line 7813) | static sqInt function sqInt (line 7848) | static sqInt function sqInt (line 7854) | static sqInt function sqInt (line 7860) | static sqInt function sqInt (line 7869) | static sqInt function moduleUnloaded (line 7879) | EXPORT(sqInt) function sqInt (line 7895) | static sqInt function sqInt (line 7909) | static sqInt function sqInt (line 7919) | static sqInt function sqInt (line 7931) | static sqInt function sqInt (line 7937) | static sqInt function sqInt (line 7943) | static sqInt function sqInt (line 7949) | static sqInt function sqInt (line 7955) | static sqInt function sqInt (line 7961) | static sqInt function sqInt (line 7967) | static sqInt function sqInt (line 7973) | static sqInt function sqInt (line 7979) | static sqInt function sqInt (line 7985) | static sqInt function sqInt (line 7991) | static sqInt function sqInt (line 7997) | static sqInt function sqInt (line 8003) | static sqInt function sqInt (line 8009) | static sqInt function sqInt (line 8015) | static sqInt function sqInt (line 8021) | static sqInt function sqInt (line 8031) | static sqInt function sqInt (line 8070) | static sqInt function primitiveAbortProcessing (line 8082) | EXPORT(sqInt) function primitiveAddActiveEdgeEntry (line 8101) | EXPORT(sqInt) function primitiveAddBezier (line 8147) | EXPORT(sqInt) function primitiveAddBezierShape (line 8307) | EXPORT(sqInt) function primitiveAddBitmapFill (line 8402) | EXPORT(sqInt) function primitiveAddCompressedShape (line 8576) | EXPORT(sqInt) function primitiveAddGradientFill (line 8628) | EXPORT(sqInt) function primitiveAddLine (line 8671) | EXPORT(sqInt) function primitiveAddOval (line 8812) | EXPORT(sqInt) function primitiveAddPolygon (line 8880) | EXPORT(sqInt) function primitiveAddRect (line 9228) | EXPORT(sqInt) function primitiveChangedActiveEdgeEntry (line 9395) | EXPORT(sqInt) function primitiveCopyBuffer (line 9439) | EXPORT(sqInt) function primitiveDisplaySpanBuffer (line 9489) | EXPORT(sqInt) function primitiveDoProfileStats (line 9532) | EXPORT(sqInt) function primitiveFinishedProcessing (line 9548) | EXPORT(sqInt) function primitiveGetAALevel (line 9577) | EXPORT(sqInt) function primitiveGetBezierStats (line 9592) | EXPORT(sqInt) function primitiveGetClipRect (line 9619) | EXPORT(sqInt) function primitiveGetCounts (line 9647) | EXPORT(sqInt) function primitiveGetDepth (line 9679) | EXPORT(sqInt) function primitiveGetFailureReason (line 9697) | EXPORT(sqInt) function primitiveGetOffset (line 9725) | EXPORT(sqInt) function primitiveGetTimes (line 9741) | EXPORT(sqInt) function primitiveInitializeBuffer (line 9773) | EXPORT(sqInt) function primitiveInitializeProcessing (line 9825) | EXPORT(sqInt) function primitiveMergeFillFrom (line 9863) | EXPORT(sqInt) function primitiveNeedsFlush (line 9927) | EXPORT(sqInt) function primitiveNeedsFlushPut (line 9946) | EXPORT(sqInt) function primitiveNextActiveEdgeEntry (line 9976) | EXPORT(sqInt) function primitiveNextFillEntry (line 10028) | EXPORT(sqInt) function primitiveNextGlobalEdgeEntry (line 10092) | EXPORT(sqInt) function primitiveRegisterExternalEdge (line 10142) | EXPORT(sqInt) function primitiveRegisterExternalFill (line 10205) | EXPORT(sqInt) function primitiveRenderImage (line 10247) | EXPORT(sqInt) function primitiveRenderScanline (line 10266) | EXPORT(sqInt) function primitiveSetAALevel (line 10278) | EXPORT(sqInt) function primitiveSetBitBltPlugin (line 10303) | EXPORT(sqInt) function primitiveSetClipRect (line 10343) | EXPORT(sqInt) function primitiveSetColorTransform (line 10387) | EXPORT(sqInt) function primitiveSetDepth (line 10427) | EXPORT(sqInt) function primitiveSetEdgeTransform (line 10449) | EXPORT(sqInt) function primitiveSetOffset (line 10474) | EXPORT(sqInt) function sqInt (line 10510) | static sqInt function sqInt (line 10623) | static sqInt function sqInt (line 10752) | static sqInt function sqInt (line 10779) | static sqInt function sqInt (line 10794) | static sqInt function sqInt (line 10815) | static sqInt function sqInt (line 10834) | static sqInt function sqInt (line 10943) | static sqInt function sqInt (line 10956) | static sqInt function sqInt (line 10971) | static sqInt function sqInt (line 10998) | static sqInt function sqInt (line 11017) | static sqInt function sqInt (line 11023) | static sqInt function sqInt (line 11032) | static sqInt function sqInt (line 11041) | static sqInt function sqInt (line 11063) | static sqInt function setInterpreter (line 11100) | EXPORT(sqInt) function sqInt (line 11117) | static sqInt function sqInt (line 11128) | static sqInt function sqInt (line 11134) | static sqInt function sqInt (line 11168) | static sqInt function sqInt (line 11174) | static sqInt function sqInt (line 11180) | static sqInt function sqInt (line 11186) | static sqInt function sqInt (line 11192) | static sqInt function sqInt (line 11198) | static sqInt function sqInt (line 11204) | static sqInt function sqInt (line 11210) | static sqInt function sqInt (line 11216) | static sqInt function sqInt (line 11222) | static sqInt function sqInt (line 11228) | static sqInt function sqInt (line 11234) | static sqInt function sqInt (line 11240) | static sqInt function sqInt (line 11246) | static sqInt function sqInt (line 11252) | static sqInt function sqInt (line 11258) | static sqInt function sqInt (line 11264) | static sqInt function sqInt (line 11270) | static sqInt function sqInt (line 11276) | static sqInt function sqInt (line 11282) | static sqInt function sqInt (line 11293) | static sqInt function sqInt (line 11307) | static sqInt function sqInt (line 11422) | static sqInt function sqInt (line 11431) | static sqInt function sqInt (line 11517) | static sqInt function sqInt (line 11526) | static sqInt function sqInt (line 11608) | static sqInt function sqInt (line 11617) | static sqInt function sqInt (line 11724) | static sqInt function sqInt (line 11771) | static sqInt function sqInt (line 11808) | static sqInt function sqInt (line 11851) | static sqInt function sqInt (line 11872) | static sqInt function sqInt (line 11893) | static sqInt function sqInt (line 11902) | static sqInt function sqInt (line 12000) | static sqInt function sqInt (line 12052) | static sqInt function sqInt (line 12099) | static sqInt function sqInt (line 12106) | static sqInt function sqInt (line 12112) | static sqInt function sqInt (line 12118) | static sqInt function sqInt (line 12132) | static sqInt function sqInt (line 12138) | static sqInt function sqInt (line 12157) | static sqInt function sqInt (line 12192) | static sqInt function sqInt (line 12216) | static sqInt function sqInt (line 12246) | static sqInt function sqInt (line 12288) | static sqInt function sqInt (line 12322) | static sqInt function sqInt (line 12357) | static sqInt function sqInt (line 12381) | static sqInt function sqInt (line 12415) | static sqInt function sqInt (line 12435) | static sqInt function sqInt (line 12506) | static sqInt function sqInt (line 12517) | static sqInt function sqInt (line 12528) | static sqInt function sqInt (line 12534) | static sqInt function sqInt (line 12540) | static sqInt function sqInt (line 12546) | static sqInt function sqInt (line 12552) | static sqInt function sqInt (line 12558) | static sqInt function sqInt (line 12564) | static sqInt function sqInt (line 12575) | static sqInt function sqInt (line 12626) | static sqInt function sqInt (line 12729) | static sqInt function sqInt (line 12749) | static sqInt function sqInt (line 12779) | static sqInt function sqInt (line 12798) | static sqInt function sqInt (line 12925) | static sqInt function sqInt (line 12961) | static sqInt function sqInt (line 12967) | static sqInt function sqInt (line 12973) | static sqInt function sqInt (line 12979) | static sqInt function sqInt (line 12985) | static sqInt function sqInt (line 12995) | static sqInt function sqInt (line 13001) | static sqInt function sqInt (line 13007) | static sqInt function sqInt (line 13013) | static sqInt function sqInt (line 13019) | static sqInt function sqInt (line 13025) | static sqInt function sqInt (line 13031) | static sqInt function sqInt (line 13037) | static sqInt function sqInt (line 13043) | static sqInt function sqInt (line 13049) | static sqInt function sqInt (line 13055) | static sqInt function sqInt (line 13061) | static sqInt function sqInt (line 13067) | static sqInt function sqInt (line 13079) | static sqInt function sqInt (line 13085) | static sqInt function sqInt (line 13091) | static sqInt function sqInt (line 13097) | static sqInt function sqInt (line 13103) | static sqInt function sqInt (line 13109) | static sqInt function sqInt (line 13115) | static sqInt function sqInt (line 13121) | static sqInt function sqInt (line 13127) | static sqInt function sqInt (line 13133) | static sqInt function sqInt (line 13139) | static sqInt function sqInt (line 13145) | static sqInt function sqInt (line 13151) | static sqInt FILE: vm/src/from_squeak/intplugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c type VirtualMachine (line 90) | struct VirtualMachine type VirtualMachine (line 106) | struct VirtualMachine function sqInt (line 119) | static sqInt function sqInt (line 136) | static sqInt function VirtualMachine (line 172) | static VirtualMachine * function getModuleName (line 184) | EXPORT(const char*) function sqInt (line 190) | static sqInt function initialiseModule (line 197) | EXPORT(sqInt) function sqInt (line 207) | static sqInt function sqInt (line 263) | static sqInt function primitiveAllocateTexture (line 270) | EXPORT(sqInt) function primitiveClearDepthBuffer (line 297) | EXPORT(sqInt) function primitiveClearViewport (line 317) | EXPORT(sqInt) function primitiveCompositeTexture (line 341) | EXPORT(sqInt) function primitiveCreateRenderer (line 376) | EXPORT(sqInt) function primitiveCreateRendererFlags (line 407) | EXPORT(sqInt) function primitiveDestroyRenderer (line 436) | EXPORT(sqInt) function primitiveDestroyTexture (line 456) | EXPORT(sqInt) function primitiveDrawArrays (line 484) | EXPORT(sqInt) function primitiveDrawElements (line 552) | EXPORT(sqInt) function primitiveDrawRangeElements (line 631) | EXPORT(sqInt) function primitiveEnableDrawRangeChecks (line 718) | EXPORT(sqInt) function primitiveFinishRenderer (line 737) | EXPORT(sqInt) function primitiveFlushRenderer (line 757) | EXPORT(sqInt) function primitiveGetIntProperty (line 777) | EXPORT(sqInt) function primitiveGetRendererColorMasks (line 794) | EXPORT(sqInt) function primitiveGetRendererSurfaceDepth (line 832) | EXPORT(sqInt) function primitiveGetRendererSurfaceHandle (line 853) | EXPORT(sqInt) function primitiveGetRendererSurfaceHeight (line 874) | EXPORT(sqInt) function primitiveGetRendererSurfaceWidth (line 895) | EXPORT(sqInt) function primitiveIsOverlayRenderer (line 916) | EXPORT(sqInt) function primitiveRendererVersion (line 934) | EXPORT(sqInt) function primitiveRenderVertexBuffer (line 944) | EXPORT(sqInt) function primitiveSetBufferRect (line 991) | EXPORT(sqInt) function primitiveSetFog (line 1019) | EXPORT(sqInt) function primitiveSetIntProperty (line 1049) | EXPORT(sqInt) function primitiveSetLights (line 1070) | EXPORT(sqInt) function primitiveSetMaterial (line 1109) | EXPORT(sqInt) function primitiveSetTransform (line 1131) | EXPORT(sqInt) function primitiveSetVerboseLevel (line 1151) | EXPORT(sqInt) function primitiveSetViewport (line 1166) | EXPORT(sqInt) function primitiveSwapRendererBuffers (line 1194) | EXPORT(sqInt) function primitiveTextureByteSex (line 1214) | EXPORT(sqInt) function primitiveTextureDepth (line 1237) | EXPORT(sqInt) function primitiveTextureGetColorMasks (line 1260) | EXPORT(sqInt) function primitiveTextureSurfaceHandle (line 1300) | EXPORT(sqInt) function primitiveTextureUpload (line 1323) | EXPORT(sqInt) function setInterpreter (line 1372) | EXPORT(sqInt) function shutdownModule (line 1386) | EXPORT(sqInt) function sqInt (line 1395) | static sqInt FILE: vm/src/from_squeak/intplugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c type VirtualMachine (line 49) | struct VirtualMachine type VirtualMachine (line 57) | struct VirtualMachine function VirtualMachine (line 70) | static VirtualMachine * function getModuleName (line 82) | EXPORT(const char*) function sqInt (line 88) | static sqInt function sqInt (line 95) | static sqInt function primitiveRead24BmpLine (line 102) | EXPORT(sqInt) function primitiveWrite24BmpLine (line 152) | EXPORT(sqInt) function setInterpreter (line 206) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/BitBltPlugin/BitBltPlugin.c type VirtualMachine (line 177) | struct VirtualMachine type VirtualMachine (line 256) | struct VirtualMachine function sqInt (line 306) | static sqInt function sqInt (line 312) | static sqInt function sqInt (line 318) | static sqInt function sqInt (line 324) | static sqInt function sqInt (line 330) | static sqInt function sqInt (line 336) | static sqInt function sqInt (line 358) | static sqInt function sqInt (line 444) | static sqInt function sqInt (line 495) | static sqInt function sqInt (line 545) | static sqInt function sqInt (line 562) | static sqInt function sqInt (line 712) | static sqInt function sqInt (line 811) | static sqInt function sqInt (line 941) | static sqInt function sqInt (line 947) | static sqInt function sqInt (line 953) | static sqInt function sqInt (line 959) | static sqInt function sqInt (line 965) | static sqInt function sqInt (line 971) | static sqInt function sqInt (line 977) | static sqInt function sqInt (line 983) | static sqInt function sqInt (line 989) | static sqInt function sqInt (line 995) | static sqInt function sqInt (line 1001) | static sqInt function sqInt (line 1007) | static sqInt function sqInt (line 1017) | static sqInt function sqInt (line 1058) | static sqInt function sqInt (line 1068) | static sqInt function copyBits (line 1121) | EXPORT(sqInt) function copyBitsFromtoat (line 1373) | EXPORT(sqInt) function sqInt (line 1389) | static sqInt function sqInt (line 1624) | static sqInt function sqInt (line 1800) | static sqInt function sqInt (line 1879) | static sqInt function sqInt (line 2169) | static sqInt function sqInt (line 2183) | static sqInt function sqInt (line 2192) | static sqInt function sqInt (line 2239) | static sqInt function sqInt (line 2255) | static sqInt function sqInt (line 2399) | static sqInt function sqInt (line 2405) | static sqInt function sqInt (line 2416) | static sqInt function sqInt (line 2430) | static sqInt function sqInt (line 2478) | static sqInt function sqInt (line 2504) | static sqInt function sqInt (line 2532) | static sqInt function VirtualMachine (line 2550) | static VirtualMachine * function getModuleName (line 2562) | EXPORT(const char*) function sqInt (line 2571) | static sqInt function sqInt (line 2577) | static sqInt function sqInt (line 2584) | static sqInt function sqInt (line 2605) | static sqInt function sqInt (line 2651) | static sqInt function initialiseModule (line 2701) | EXPORT(sqInt) function sqInt (line 2712) | static sqInt function sqInt (line 2737) | static sqInt function loadBitBltFrom (line 2779) | EXPORT(sqInt) function sqInt (line 2790) | static sqInt function sqInt (line 3182) | static sqInt function sqInt (line 3257) | static sqInt function sqInt (line 3401) | static sqInt function sqInt (line 3437) | static sqInt function sqInt (line 3448) | static sqInt function sqInt (line 3492) | static sqInt function sqInt (line 3573) | static sqInt function sqInt (line 3602) | static sqInt function moduleUnloaded (line 3616) | EXPORT(sqInt) function sqInt (line 3624) | static sqInt function sqInt (line 3640) | static sqInt function sqInt (line 3682) | static sqInt function sqInt (line 3888) | static sqInt function sqInt (line 3928) | static sqInt function sqInt (line 3961) | static sqInt function sqInt (line 3992) | static sqInt function sqInt (line 4025) | static sqInt function sqInt (line 4070) | static sqInt function sqInt (line 4109) | static sqInt function sqInt (line 4260) | static sqInt function sqInt (line 4379) | static sqInt function sqInt (line 4409) | static sqInt function sqInt (line 4446) | static sqInt function sqInt (line 4471) | static sqInt function sqInt (line 4483) | static sqInt function primitiveCopyBits (line 4523) | EXPORT(sqInt) function primitiveDisplayString (line 4548) | EXPORT(sqInt) function primitiveDrawLoop (line 4690) | EXPORT(sqInt) function primitiveWarpBits (line 4857) | EXPORT(sqInt) function sqInt (line 4962) | static sqInt function sqInt (line 4982) | static sqInt function sqInt (line 4994) | static sqInt function sqInt (line 5013) | static sqInt function sqInt (line 5071) | static sqInt function sqInt (line 5081) | static sqInt function sqInt (line 5090) | static sqInt function sqInt (line 5107) | static sqInt function sqInt (line 5158) | static sqInt function sqInt (line 5205) | static sqInt function sqInt (line 5254) | static sqInt function sqInt (line 5301) | static sqInt function sqInt (line 5315) | static sqInt function setInterpreter (line 5332) | EXPORT(sqInt) function sqInt (line 5349) | static sqInt function sqInt (line 5387) | static sqInt function sqInt (line 5428) | static sqInt function sqInt (line 5438) | static sqInt function sqInt (line 5494) | static sqInt function sqInt (line 5500) | static sqInt function sqInt (line 5506) | static sqInt function sqInt (line 5518) | static sqInt function sqInt (line 5668) | static sqInt function sqInt (line 5677) | static sqInt function sqInt (line 5689) | static sqInt function sqInt (line 5735) | static sqInt function sqInt (line 5779) | static sqInt function sqInt (line 5863) | static sqInt function sqInt (line 6417) | static sqInt function sqInt (line 6463) | static sqInt function sqInt (line 6649) | static sqInt FILE: vm/src/from_squeak/intplugins/CroquetPlugin/CroquetPlugin.c type VirtualMachine (line 61) | struct VirtualMachine type VirtualMachine (line 72) | struct VirtualMachine function VirtualMachine (line 85) | static VirtualMachine * function getModuleName (line 97) | EXPORT(const char*) function sqInt (line 103) | static sqInt function sqInt (line 110) | static sqInt function primitiveAdj3 (line 122) | EXPORT(sqInt) function primitiveARC4Transform (line 201) | EXPORT(sqInt) function primitiveDet3 (line 277) | EXPORT(sqInt) function primitiveGatherEntropy (line 321) | EXPORT(sqInt) function primitiveInplaceHouseHolderInvert (line 352) | EXPORT(sqInt) function primitiveInverseByAdjoint (line 438) | EXPORT(sqInt) function primitiveMD5Transform (line 541) | EXPORT(sqInt) function primitiveOrthoNormInverseMatrix (line 569) | EXPORT(sqInt) function primitiveTransformDirection (line 624) | EXPORT(sqInt) function primitiveTransformMatrixWithInto (line 671) | EXPORT(sqInt) function primitiveTransformVector3 (line 720) | EXPORT(sqInt) function primitiveTransposeMatrix (line 779) | EXPORT(sqInt) function primitiveTriBoxIntersects (line 827) | EXPORT(sqInt) function setInterpreter (line 856) | EXPORT(sqInt) function sqInt (line 914) | static sqInt FILE: vm/src/from_squeak/intplugins/DSAPrims/DSAPrims.c type VirtualMachine (line 56) | struct VirtualMachine type VirtualMachine (line 69) | struct VirtualMachine function sqInt (line 86) | static sqInt function sqInt (line 122) | static sqInt function VirtualMachine (line 225) | static VirtualMachine * function getModuleName (line 237) | EXPORT(const char*) function sqInt (line 243) | static sqInt function sqInt (line 255) | static sqInt function sqInt (line 261) | static sqInt function primitiveBigDivide (line 275) | EXPORT(sqInt) function primitiveBigMultiply (line 407) | EXPORT(sqInt) function primitiveExpandBlock (line 474) | EXPORT(sqInt) function primitiveHashBlock (line 518) | EXPORT(sqInt) function primitiveHasSecureHashPrimitive (line 595) | EXPORT(sqInt) function primitiveHighestNonZeroDigitIndex (line 607) | EXPORT(sqInt) function setInterpreter (line 631) | EXPORT(sqInt) function sqInt (line 652) | static sqInt FILE: vm/src/from_squeak/intplugins/DropPlugin/DropPlugin.c type VirtualMachine (line 52) | struct VirtualMachine type VirtualMachine (line 61) | struct VirtualMachine function VirtualMachine (line 74) | static VirtualMachine * function getModuleName (line 86) | EXPORT(const char*) function sqInt (line 92) | static sqInt function initialiseModule (line 99) | EXPORT(sqInt) function sqInt (line 105) | static sqInt function primitiveDropRequestFileHandle (line 117) | EXPORT(sqInt) function primitiveDropRequestFileName (line 142) | EXPORT(sqInt) function setFileAccessCallback (line 173) | EXPORT(sqInt) function setInterpreter (line 182) | EXPORT(sqInt) function shutdownModule (line 196) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/FFTPlugin/FFTPlugin.c type VirtualMachine (line 55) | struct VirtualMachine type VirtualMachine (line 68) | struct VirtualMachine function VirtualMachine (line 115) | static VirtualMachine * function getModuleName (line 127) | EXPORT(const char*) function sqInt (line 133) | static sqInt function sqInt (line 140) | static sqInt function sqInt (line 190) | static sqInt function sqInt (line 197) | static sqInt function primitiveFFTPermuteData (line 225) | EXPORT(sqInt) function primitiveFFTScaleData (line 240) | EXPORT(sqInt) function primitiveFFTTransformData (line 252) | EXPORT(sqInt) function sqInt (line 336) | static sqInt function setInterpreter (line 355) | EXPORT(sqInt) function sqInt (line 369) | static sqInt function sqInt (line 438) | static sqInt FILE: vm/src/from_squeak/intplugins/FT2Plugin/FT2Plugin.c type VirtualMachine (line 115) | struct VirtualMachine type VirtualMachine (line 125) | struct VirtualMachine function sqInt (line 171) | static sqInt ftAllocateHandleInReceiverForPointer(void *aPointer) { function sqInt (line 195) | static sqInt ftAllocateStringForPointer(const char *aPointer) { function FT_Encoding (line 217) | static FT_Encoding ftEncodingValueFromString(sqInt string) { function ftInitBitmapfromForm (line 261) | static int ftInitBitmapfromForm(FT_Bitmap*bitmap, sqInt formOop) { function ftInitBitmapfromFormrenderMode (line 319) | static int ftInitBitmapfromFormrenderMode(FT_Bitmap*bitmap, sqInt formOo... function ftParameterError (line 370) | static int ftParameterError(void) { function sqInt (line 378) | static sqInt ftStringFromEncodingValue(FT_Encoding encoding) { function VirtualMachine (line 399) | static VirtualMachine * getInterpreter(void) { function getModuleName (line 409) | EXPORT(const char*) getModuleName(void) { function sqInt (line 413) | static sqInt halt(void) { function initialiseModule (line 417) | EXPORT(sqInt) initialiseModule(void) { function sqInt (line 428) | static sqInt msg(char *s) { function primitiveCopyToExternalMemory (line 432) | EXPORT(sqInt) primitiveCopyToExternalMemory(void) { function primitiveDoneFace (line 468) | EXPORT(sqInt) primitiveDoneFace(void) { function primitiveDoneFacePreserveFields (line 506) | EXPORT(sqInt) primitiveDoneFacePreserveFields(void) { function primitiveEmboldenFaceGlyphSlotOutline (line 539) | EXPORT(sqInt) primitiveEmboldenFaceGlyphSlotOutline(void) { function primitiveErrorCode (line 572) | EXPORT(sqInt) primitiveErrorCode(void) { function primitiveErrorString (line 584) | EXPORT(sqInt) primitiveErrorString(void) { function primitiveFreeExternalMemory (line 617) | EXPORT(sqInt) primitiveFreeExternalMemory(void) { function primitiveGetFaceCharIndex (line 648) | EXPORT(sqInt) primitiveGetFaceCharIndex(void) { function primitiveGetFaceCharMap (line 678) | EXPORT(sqInt) primitiveGetFaceCharMap(void) { function primitiveGetFaceCharMapsIntoArray (line 717) | EXPORT(sqInt) primitiveGetFaceCharMapsIntoArray(void) { function primitiveGetFaceGlyphName (line 769) | EXPORT(sqInt) primitiveGetFaceGlyphName(void) { function primitiveGetKerningLeftRight (line 802) | EXPORT(sqInt) primitiveGetKerningLeftRight(void) { function primitiveGetPostscriptName (line 844) | EXPORT(sqInt) primitiveGetPostscriptName(void) { function primitiveGetSfntTableOS2 (line 879) | EXPORT(sqInt) primitiveGetSfntTableOS2(void) { function sqInt (line 927) | static sqInt primitiveGetTrackKerningPointSizedegree(sqInt pointSize, sq... function primitiveHasKerning (line 931) | EXPORT(sqInt) primitiveHasKerning(void) { function primitiveLibraryHandle (line 960) | EXPORT(sqInt) primitiveLibraryHandle(void) { function primitiveLoadCharacter (line 982) | EXPORT(sqInt) primitiveLoadCharacter(void) { function primitiveLoadFaceBbox (line 1014) | EXPORT(sqInt) primitiveLoadFaceBbox(void) { function primitiveLoadFaceFields (line 1070) | EXPORT(sqInt) primitiveLoadFaceFields(void) { function primitiveLoadGlyph (line 1119) | EXPORT(sqInt) primitiveLoadGlyph(void) { function primitiveLoadGlyphSlotFromFace (line 1154) | EXPORT(sqInt) primitiveLoadGlyphSlotFromFace(void) { function primitiveLoadOutlineArraysFromFace (line 1225) | EXPORT(sqInt) primitiveLoadOutlineArraysFromFace(void) { function primitiveLoadOutlineSizesFromFace (line 1317) | EXPORT(sqInt) primitiveLoadOutlineSizesFromFace(void) { function primitiveModuleErrorCode (line 1361) | EXPORT(sqInt) primitiveModuleErrorCode(void) { function primitiveNewFaceFromFileAndIndex (line 1377) | EXPORT(sqInt) primitiveNewFaceFromFileAndIndex(void) { function primitiveNewMemoryFaceFromExternalMemoryAndIndex (line 1426) | EXPORT(sqInt) primitiveNewMemoryFaceFromExternalMemoryAndIndex(void) { function primitiveNumberOfOutlineCountours (line 1469) | EXPORT(sqInt) primitiveNumberOfOutlineCountours(void) { function primitiveRenderGlyphIntoForm (line 1513) | EXPORT(sqInt) primitiveRenderGlyphIntoForm(void) { function primitiveRenderGlyphIntoFormWithRenderMode (line 1549) | EXPORT(sqInt) primitiveRenderGlyphIntoFormWithRenderMode(void) { function primitiveResetErrorCode (line 1584) | EXPORT(sqInt) primitiveResetErrorCode(void) { function primitiveSetFaceCharMap (line 1599) | EXPORT(sqInt) primitiveSetFaceCharMap(void) { function primitiveSetPixelSizes (line 1635) | EXPORT(sqInt) primitiveSetPixelSizes(void) { function primitiveSetTransform (line 1667) | EXPORT(sqInt) primitiveSetTransform(void) { function primitiveTransformFaceGlyphSlotOutline (line 1706) | EXPORT(sqInt) primitiveTransformFaceGlyphSlotOutline(void) { function primitiveTranslateFaceGlyphSlotOutline (line 1739) | EXPORT(sqInt) primitiveTranslateFaceGlyphSlotOutline(void) { function primitiveVersion (line 1771) | EXPORT(sqInt) primitiveVersion(void) { function setInterpreter (line 1801) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { function shutdownModule (line 1813) | EXPORT(sqInt) shutdownModule(void) { function sqInt (line 1821) | static sqInt sqAssert(sqInt aBool) { FILE: vm/src/from_squeak/intplugins/FileCopyPlugin/FileCopyPlugin.c type VirtualMachine (line 48) | struct VirtualMachine type VirtualMachine (line 57) | struct VirtualMachine function VirtualMachine (line 70) | static VirtualMachine * function getModuleName (line 82) | EXPORT(const char*) function sqInt (line 88) | static sqInt function sqInt (line 95) | static sqInt function primitiveFileCopyNamedTo (line 102) | EXPORT(sqInt) function setInterpreter (line 134) | EXPORT(sqInt) function sqAssert (line 148) | static void FILE: vm/src/from_squeak/intplugins/FilePlugin/FilePlugin.c type VirtualMachine (line 86) | struct VirtualMachine type VirtualMachine (line 96) | struct VirtualMachine function sqInt (line 116) | static sqInt function fileOpenNamesizewritesecure (line 125) | EXPORT(sqInt) function sqInt (line 161) | sqInt function SQFile (line 172) | SQFile * function VirtualMachine (line 186) | static VirtualMachine * function getModuleName (line 198) | EXPORT(const char*) function getThisSession (line 209) | EXPORT(sqInt) function sqInt (line 215) | static sqInt function initialiseModule (line 222) | EXPORT(sqInt) function sqInt (line 238) | static sqInt function moduleUnloaded (line 283) | EXPORT(sqInt) function sqInt (line 291) | static sqInt function primitiveDirectoryCreate (line 298) | EXPORT(sqInt) function primitiveDirectoryDelete (line 328) | EXPORT(sqInt) function primitiveDirectoryDelimitor (line 358) | EXPORT(sqInt) function primitiveDirectoryEntry (line 378) | EXPORT(sqInt) function primitiveDirectoryGetMacTypeAndCreator (line 436) | EXPORT(sqInt) function primitiveDirectoryLookup (line 482) | EXPORT(sqInt) function primitiveDirectorySetMacTypeAndCreator (line 536) | EXPORT(sqInt) function primitiveDisableFileAccess (line 586) | EXPORT(sqInt) function primitiveFileAtEnd (line 594) | EXPORT(sqInt) function primitiveFileClose (line 620) | EXPORT(sqInt) function primitiveFileDelete (line 644) | EXPORT(sqInt) function primitiveFileFlush (line 674) | EXPORT(sqInt) function primitiveFileGetPosition (line 698) | EXPORT(sqInt) function primitiveFileOpen (line 723) | EXPORT(sqInt) function primitiveFileRead (line 745) | EXPORT(sqInt) function primitiveFileRename (line 794) | EXPORT(sqInt) function primitiveFileSetPosition (line 831) | EXPORT(sqInt) function primitiveFileSize (line 864) | EXPORT(sqInt) function primitiveFileStdioHandles (line 897) | EXPORT(sqInt) function primitiveFileTruncate (line 945) | EXPORT(sqInt) function primitiveFileWrite (line 978) | EXPORT(sqInt) function primitiveHasFileAccess (line 1028) | EXPORT(sqInt) function setInterpreter (line 1046) | EXPORT(sqInt) function setMacFileTypeAndCreator (line 1065) | EXPORT(sqInt) function shutdownModule (line 1071) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/FloatArrayPlugin/FloatArrayPlugin.c type VirtualMachine (line 63) | struct VirtualMachine type VirtualMachine (line 71) | struct VirtualMachine function VirtualMachine (line 84) | static VirtualMachine * function getModuleName (line 96) | EXPORT(const char*) function sqInt (line 102) | static sqInt function sqInt (line 109) | static sqInt function primitiveAddFloatArray (line 121) | EXPORT(sqInt) function primitiveAddScalar (line 157) | EXPORT(sqInt) function primitiveAt (line 183) | EXPORT(sqInt) function primitiveAtPut (line 208) | EXPORT(sqInt) function primitiveDivFloatArray (line 247) | EXPORT(sqInt) function primitiveDivScalar (line 291) | EXPORT(sqInt) function primitiveDotProduct (line 328) | EXPORT(sqInt) function primitiveEqual (line 364) | EXPORT(sqInt) function primitiveHashArray (line 399) | EXPORT(sqInt) function primitiveLength (line 431) | EXPORT(sqInt) function primitiveMulFloatArray (line 464) | EXPORT(sqInt) function primitiveMulScalar (line 500) | EXPORT(sqInt) function primitiveNormalize (line 529) | EXPORT(sqInt) function primitiveSubFloatArray (line 568) | EXPORT(sqInt) function primitiveSubScalar (line 604) | EXPORT(sqInt) function primitiveSum (line 635) | EXPORT(sqInt) function setInterpreter (line 664) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/FloatMathPlugin/FloatMathPlugin.c type VirtualMachine (line 70) | struct VirtualMachine type VirtualMachine (line 78) | struct VirtualMachine function VirtualMachine (line 91) | static VirtualMachine * function getModuleName (line 103) | EXPORT(const char*) function sqInt (line 109) | static sqInt function sqInt (line 116) | static sqInt function primitiveArcCos (line 126) | EXPORT(sqInt) function primitiveArcCosH (line 147) | EXPORT(sqInt) function primitiveArcSin (line 168) | EXPORT(sqInt) function primitiveArcSinH (line 189) | EXPORT(sqInt) function primitiveArcTan (line 210) | EXPORT(sqInt) function primitiveArcTan2 (line 231) | EXPORT(sqInt) function primitiveArcTanH (line 254) | EXPORT(sqInt) function primitiveCos (line 275) | EXPORT(sqInt) function primitiveCosH (line 296) | EXPORT(sqInt) function primitiveExp (line 317) | EXPORT(sqInt) function primitiveFMod (line 338) | EXPORT(sqInt) function primitiveFractionalPart (line 361) | EXPORT(sqInt) function primitiveHypot (line 383) | EXPORT(sqInt) function primitiveLog10 (line 406) | EXPORT(sqInt) function primitiveLogN (line 430) | EXPORT(sqInt) function primitiveRaisedToPower (line 454) | EXPORT(sqInt) function primitiveSin (line 477) | EXPORT(sqInt) function primitiveSinH (line 498) | EXPORT(sqInt) function primitiveSqrt (line 519) | EXPORT(sqInt) function primitiveTan (line 543) | EXPORT(sqInt) function primitiveTanH (line 564) | EXPORT(sqInt) function primitiveTimesTwoPower (line 585) | EXPORT(sqInt) function setInterpreter (line 608) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/GeniePlugin/GeniePlugin.c type VirtualMachine (line 53) | struct VirtualMachine type VirtualMachine (line 62) | struct VirtualMachine function sqInt (line 75) | static sqInt function sqInt (line 94) | static sqInt function VirtualMachine (line 109) | static VirtualMachine * function getModuleName (line 121) | EXPORT(const char*) function sqInt (line 127) | static sqInt function sqInt (line 134) | static sqInt function sqInt (line 140) | static sqInt function sqInt (line 146) | static sqInt function primSameClassAbsoluteStrokeDistanceMyPoints_otherPoints_myVectors_otherVectors_mySquaredLengths_otherSquaredLengths_myAngles_otherAngles_maxSizeAndReferenceFlag_rowBase_rowInsertRemove_rowInsertRemoveCount (line 153) | EXPORT(sqInt) function primVersionNO (line 370) | EXPORT(sqInt) function setInterpreter (line 386) | EXPORT(sqInt) function sqAssert (line 400) | static void FILE: vm/src/from_squeak/intplugins/HostWindowPlugin/HostWindowPlugin.c type VirtualMachine (line 56) | struct VirtualMachine type VirtualMachine (line 66) | struct VirtualMachine function VirtualMachine (line 79) | static VirtualMachine * function getModuleName (line 91) | EXPORT(const char*) function sqInt (line 97) | static sqInt function sqInt (line 104) | static sqInt function primitiveCloseHostWindow (line 117) | EXPORT(sqInt) function primitiveCreateHostWindow (line 145) | EXPORT(sqInt) function primitiveHostWindowPosition (line 188) | EXPORT(sqInt) function primitiveHostWindowPositionSet (line 221) | EXPORT(sqInt) function primitiveHostWindowSize (line 257) | EXPORT(sqInt) function primitiveHostWindowSizeSet (line 289) | EXPORT(sqInt) function primitiveHostWindowTitle (line 324) | EXPORT(sqInt) function primitiveShowHostWindowRect (line 358) | EXPORT(sqInt) function setInterpreter (line 400) | EXPORT(sqInt) function shutdownModule (line 417) | EXPORT(sqInt) function sqAssert (line 423) | static void FILE: vm/src/from_squeak/intplugins/IA32ABI/IA32ABI.c type VMCallbackReturnValue (line 41) | typedef struct { type VirtualMachine (line 119) | struct VirtualMachine type VirtualMachine (line 131) | struct VirtualMachine function VirtualMachine (line 144) | static VirtualMachine * function getModuleName (line 156) | EXPORT(const char*) function sqInt (line 162) | static sqInt function sqInt (line 176) | static sqInt function isAlien (line 185) | EXPORT(sqInt) function sqInt (line 191) | static sqInt function primAddressField (line 205) | EXPORT(sqInt) function primAddressFieldPut (line 225) | EXPORT(sqInt) function primAlienReplace (line 263) | EXPORT(sqInt) function primAllocateExecutablePage (line 363) | EXPORT(sqInt) function primBoxedFree (line 390) | EXPORT(sqInt) function primCallOutDoubleReturn (line 430) | EXPORT(sqInt) function primCallOutFloatReturn (line 461) | EXPORT(sqInt) function primCallOutIntegralReturn (line 492) | EXPORT(sqInt) function primCalloc (line 516) | EXPORT(sqInt) function primDoubleAt (line 541) | EXPORT(sqInt) function primDoubleAtPut (line 574) | EXPORT(sqInt) function primFloatAt (line 613) | EXPORT(sqInt) function primFloatAtPut (line 646) | EXPORT(sqInt) function primFree (line 684) | EXPORT(sqInt) function primInIOProcessEventsFlagAddress (line 706) | EXPORT(sqInt) function primInLibraryFindSymbol (line 725) | EXPORT(sqInt) function primLoadLibrary (line 753) | EXPORT(sqInt) function primMalloc (line 775) | EXPORT(sqInt) function primReturnAsFromContextThrough (line 802) | EXPORT(sqInt) function primReturnFromContextThrough (line 818) | EXPORT(sqInt) function primSignedByteAt (line 844) | EXPORT(sqInt) function primSignedByteAtPut (line 878) | EXPORT(sqInt) function primSignedLongAt (line 915) | EXPORT(sqInt) function primSignedLongAtPut (line 949) | EXPORT(sqInt) function primSignedLongLongAt (line 984) | EXPORT(sqInt) function primSignedLongLongAtPut (line 1022) | EXPORT(sqInt) function primSignedShortAt (line 1062) | EXPORT(sqInt) function primSignedShortAtPut (line 1096) | EXPORT(sqInt) function primSizeField (line 1133) | EXPORT(sqInt) function primSizeFieldPut (line 1153) | EXPORT(sqInt) function primStrlenFromStartIndex (line 1178) | EXPORT(sqInt) function primStrlenThroughPointerAtIndex (line 1223) | EXPORT(sqInt) function primThunkEntryAddress (line 1254) | EXPORT(sqInt) function primUnsignedByteAt (line 1270) | EXPORT(sqInt) function primUnsignedByteAtPut (line 1304) | EXPORT(sqInt) function primUnsignedLongAt (line 1340) | EXPORT(sqInt) function primUnsignedLongAtPut (line 1374) | EXPORT(sqInt) function primUnsignedLongLongAt (line 1409) | EXPORT(sqInt) function primUnsignedLongLongAtPut (line 1448) | EXPORT(sqInt) function primUnsignedShortAt (line 1488) | EXPORT(sqInt) function primUnsignedShortAtPut (line 1522) | EXPORT(sqInt) function primVarArgsCallOutDoubleReturn (line 1563) | EXPORT(sqInt) function primVarArgsCallOutFloatReturn (line 1597) | EXPORT(sqInt) function primVarArgsCallOutIntegralReturn (line 1631) | EXPORT(sqInt) function setInterpreter (line 1656) | EXPORT(sqInt) function sqInt (line 1675) | static sqInt function sqInt (line 1685) | static sqInt function sqInt (line 1697) | static sqInt function sqInt (line 1712) | static sqInt FILE: vm/src/from_squeak/intplugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c type VirtualMachine (line 58) | struct VirtualMachine type VirtualMachine (line 68) | struct VirtualMachine function VirtualMachine (line 81) | static VirtualMachine * function getModuleName (line 93) | EXPORT(const char*) function sqInt (line 99) | static sqInt function initialiseModule (line 106) | EXPORT(sqInt) function sqInt (line 112) | static sqInt function primImageHeight (line 119) | EXPORT(sqInt) function primImageWidth (line 143) | EXPORT(sqInt) function primJPEGCompressStructSize (line 167) | EXPORT(sqInt) function primJPEGDecompressStructSize (line 180) | EXPORT(sqInt) function primJPEGErrorMgr2StructSize (line 193) | EXPORT(sqInt) function primJPEGPluginIsPresent (line 206) | EXPORT(sqInt) function primJPEGReadHeaderfromByteArrayerrorMgr (line 219) | EXPORT(sqInt) function primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgr (line 276) | EXPORT(sqInt) function primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr (line 523) | EXPORT(sqInt) function setInterpreter (line 682) | EXPORT(sqInt) function shutdownModule (line 696) | EXPORT(sqInt) function sqAssert (line 702) | static void FILE: vm/src/from_squeak/intplugins/JPEGReaderPlugin/JPEGReaderPlugin.c type VirtualMachine (line 106) | struct VirtualMachine type VirtualMachine (line 128) | struct VirtualMachine function sqInt (line 159) | static sqInt function sqInt (line 166) | static sqInt function sqInt (line 210) | static sqInt function sqInt (line 232) | static sqInt function sqInt (line 280) | static sqInt function sqInt (line 412) | static sqInt function sqInt (line 419) | static sqInt function sqInt (line 489) | static sqInt function sqInt (line 514) | static sqInt function VirtualMachine (line 553) | static VirtualMachine * function getModuleName (line 565) | EXPORT(const char*) function sqInt (line 571) | static sqInt function sqInt (line 578) | static sqInt function sqInt (line 738) | static sqInt function sqInt (line 792) | static sqInt function sqInt (line 830) | static sqInt function sqInt (line 837) | static sqInt function sqInt (line 872) | static sqInt function sqInt (line 907) | static sqInt function sqInt (line 942) | static sqInt function primitiveColorConvertGrayscaleMCU (line 985) | EXPORT(sqInt) function primitiveColorConvertMCU (line 1075) | EXPORT(sqInt) function primitiveDecodeMCU (line 1259) | EXPORT(sqInt) function primitiveIdctInt (line 1404) | EXPORT(sqInt) function sqInt (line 1437) | static sqInt function setInterpreter (line 1451) | EXPORT(sqInt) function sqInt (line 1465) | static sqInt function sqInt (line 1471) | static sqInt function sqInt (line 1479) | static sqInt FILE: vm/src/from_squeak/intplugins/JoystickTabletPlugin/JoystickTabletPlugin.c type VirtualMachine (line 52) | struct VirtualMachine type VirtualMachine (line 62) | struct VirtualMachine function VirtualMachine (line 75) | static VirtualMachine * function getModuleName (line 87) | EXPORT(const char*) function sqInt (line 93) | static sqInt function initialiseModule (line 100) | EXPORT(sqInt) function sqInt (line 106) | static sqInt function primitiveGetTabletParameters (line 119) | EXPORT(sqInt) function primitiveReadJoystick (line 145) | EXPORT(sqInt) function primitiveReadTablet (line 170) | EXPORT(sqInt) function setInterpreter (line 196) | EXPORT(sqInt) function shutdownModule (line 210) | EXPORT(sqInt) function sqAssert (line 216) | static void FILE: vm/src/from_squeak/intplugins/Klatt/Klatt.c type VirtualMachine (line 159) | struct VirtualMachine type VirtualMachine (line 177) | struct VirtualMachine function addAmplitudeDiplophonia (line 205) | static void function addFlutter (line 226) | static void function addFrequencyDiplophonia (line 246) | static void function addJitter (line 260) | static void function addShimmer (line 269) | static void function antiResonatorfrequencybandwidth (line 284) | static void function antiResonatorvalue (line 310) | static float function cascadeBranch (line 329) | static float function VirtualMachine (line 537) | static VirtualMachine * function getModuleName (line 549) | EXPORT(const char*) function glottalSource (line 555) | static float function sqInt (line 767) | static sqInt function linearFromdB (line 774) | static float function sqInt (line 780) | static sqInt function sqInt (line 821) | static sqInt function sqInt (line 831) | static sqInt function normalizeGlottalPulse (line 838) | static void function parallelFrictionBranch (line 865) | static float function parallelVoicedBranch (line 874) | static float function pitchSynchronousReset (line 880) | static void function primitiveSynthesizeFrameIntoStartingAt (line 1073) | EXPORT(sqInt) function quphicosphisinphirphid (line 1794) | static float function resonatorA (line 1803) | static float function resonatorAput (line 1809) | static void function resonatorB (line 1815) | static float function resonatorBput (line 1821) | static void function resonatorC (line 1827) | static float function resonatorCput (line 1833) | static void function resonatorP1 (line 1839) | static float function resonatorP1put (line 1845) | static void function resonatorP2 (line 1851) | static float function resonatorP2put (line 1857) | static void function resonatorfrequencybandwidth (line 1867) | static void function resonatorfrequencybandwidthgain (line 1894) | static void function resonatorvalue (line 1905) | static float function rorark (line 1923) | static void function sqInt (line 2049) | static sqInt function setCurrentFrame (line 2108) | static void function setInterpreter (line 2273) | EXPORT(sqInt) function synthesizeFrameintostartingAt (line 2287) | static void function voicedPitchSynchronousReset (line 2969) | static void function zeroQphicosphisinphirphid (line 3154) | static float FILE: vm/src/from_squeak/intplugins/LargeIntegers/LargeIntegers.c type VirtualMachine (line 108) | struct VirtualMachine type VirtualMachine (line 121) | struct VirtualMachine function sqInt (line 137) | static sqInt function sqInt (line 197) | static sqInt function sqInt (line 208) | static sqInt function sqInt (line 244) | static sqInt function sqInt (line 271) | static sqInt function sqInt (line 348) | static sqInt function sqInt (line 437) | static sqInt function cBytesCopyFromtolen (line 477) | static int function sqInt (line 498) | static sqInt function cBytesLshiftfromlentolen (line 516) | static int function cBytesReplacefromtowithstartingAt (line 568) | static int function cCopyIntValtoBytes (line 574) | static void function cCoreBytesRshiftCountnmfbytesfromlentolen (line 586) | static void function cCoreDigitDivDivlenremlenquolen (line 614) | static void function cDigitAddlenwithleninto (line 742) | static unsigned char function sqInt (line 766) | static sqInt function sqInt (line 792) | static sqInt function cDigitMultiplylenwithleninto (line 810) | static unsigned char function sqInt (line 858) | static sqInt function cDigitSublenwithleninto (line 876) | static void function sqInt (line 906) | static sqInt function sqInt (line 940) | static sqInt function sqInt (line 986) | static sqInt function sqInt (line 1063) | static sqInt function sqInt (line 1175) | static sqInt function sqInt (line 1198) | static sqInt function sqInt (line 1465) | static sqInt function sqInt (line 1492) | static sqInt function sqInt (line 1585) | static sqInt function sqInt (line 1598) | static sqInt function sqInt (line 1620) | static sqInt function VirtualMachine (line 1702) | static VirtualMachine * function getModuleName (line 1714) | EXPORT(const char*) function sqInt (line 1720) | static sqInt function sqInt (line 1727) | static sqInt function initialize (line 1750) | static void function sqInt (line 1756) | static sqInt function sqInt (line 1842) | static sqInt function sqInt (line 1849) | static sqInt function sqInt (line 1859) | static sqInt function sqInt (line 1923) | static sqInt function sqInt (line 1968) | static sqInt function primAnyBitFromTo (line 1980) | EXPORT(sqInt) function primAsLargeInteger (line 2020) | EXPORT(sqInt) function primCheckIfCModuleExists (line 2055) | EXPORT(sqInt) function primDigitAdd (line 2068) | EXPORT(sqInt) function primDigitAddWith (line 2115) | EXPORT(sqInt) function primDigitBitAnd (line 2166) | EXPORT(sqInt) function primDigitBitLogicWithOp (line 2194) | EXPORT(sqInt) function primDigitBitOr (line 2223) | EXPORT(sqInt) function primDigitBitShift (line 2246) | EXPORT(sqInt) function primDigitBitShiftMagnitude (line 2302) | EXPORT(sqInt) function primDigitBitXor (line 2362) | EXPORT(sqInt) function primDigitCompare (line 2385) | EXPORT(sqInt) function primDigitCompareWith (line 2460) | EXPORT(sqInt) function primDigitDivNegative (line 2540) | EXPORT(sqInt) function primDigitDivWithNegative (line 2604) | EXPORT(sqInt) function primDigitMultiplyNegative (line 2654) | EXPORT(sqInt) function primDigitMultiplyWithNegative (line 2703) | EXPORT(sqInt) function primDigitSubtract (line 2752) | EXPORT(sqInt) function primDigitSubtractWith (line 2799) | EXPORT(sqInt) function primGetModuleName (line 2849) | EXPORT(sqInt) function primNormalize (line 2874) | EXPORT(sqInt) function primNormalizeNegative (line 2911) | EXPORT(sqInt) function primNormalizePositive (line 2931) | EXPORT(sqInt) function setInterpreter (line 2954) | EXPORT(sqInt) function sqAssert (line 2968) | static void function sqInt (line 2977) | static sqInt function sqInt (line 2987) | static sqInt function _primDigitBitShift (line 2995) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/LocalePlugin/LocalePlugin.c type VirtualMachine (line 62) | struct VirtualMachine type VirtualMachine (line 71) | struct VirtualMachine function VirtualMachine (line 84) | static VirtualMachine * function getModuleName (line 96) | EXPORT(const char*) function sqInt (line 102) | static sqInt function initialiseModule (line 109) | EXPORT(sqInt) function sqInt (line 115) | static sqInt function primitiveCountry (line 128) | EXPORT(sqInt) function primitiveCurrencyNotation (line 147) | EXPORT(sqInt) function primitiveCurrencySymbol (line 166) | EXPORT(sqInt) function primitiveDaylightSavings (line 185) | EXPORT(sqInt) function primitiveDecimalSymbol (line 203) | EXPORT(sqInt) function primitiveDigitGroupingSymbol (line 222) | EXPORT(sqInt) function primitiveLanguage (line 242) | EXPORT(sqInt) function primitiveLongDateFormat (line 266) | EXPORT(sqInt) function primitiveMeasurementMetric (line 287) | EXPORT(sqInt) function primitiveShortDateFormat (line 310) | EXPORT(sqInt) function primitiveTimeFormat (line 333) | EXPORT(sqInt) function primitiveTimezoneOffset (line 352) | EXPORT(sqInt) function primitiveVMOffsetToUTC (line 368) | EXPORT(sqInt) function setInterpreter (line 384) | EXPORT(sqInt) function sqAssert (line 398) | static void FILE: vm/src/from_squeak/intplugins/MIDIPlugin/MIDIPlugin.c type VirtualMachine (line 60) | struct VirtualMachine type VirtualMachine (line 70) | struct VirtualMachine function VirtualMachine (line 83) | static VirtualMachine * function getModuleName (line 95) | EXPORT(const char*) function sqInt (line 101) | static sqInt function initialiseModule (line 108) | EXPORT(sqInt) function sqInt (line 114) | static sqInt function primitiveMIDIClosePort (line 121) | EXPORT(sqInt) function primitiveMIDIGetClock (line 145) | EXPORT(sqInt) function primitiveMIDIGetPortCount (line 160) | EXPORT(sqInt) function primitiveMIDIGetPortDirectionality (line 175) | EXPORT(sqInt) function primitiveMIDIGetPortName (line 195) | EXPORT(sqInt) function primitiveMIDIOpenPort (line 222) | EXPORT(sqInt) function primitiveMIDIParameterGet (line 246) | EXPORT(sqInt) function primitiveMIDIParameterGetOrSet (line 269) | EXPORT(sqInt) function primitiveMIDIParameterSet (line 283) | EXPORT(sqInt) function primitiveMIDIRead (line 302) | EXPORT(sqInt) function primitiveMIDIWrite (line 327) | EXPORT(sqInt) function setInterpreter (line 357) | EXPORT(sqInt) function shutdownModule (line 371) | EXPORT(sqInt) function sqAssert (line 377) | static void FILE: vm/src/from_squeak/intplugins/Matrix2x3Plugin/Matrix2x3Plugin.c type VirtualMachine (line 62) | struct VirtualMachine type VirtualMachine (line 70) | struct VirtualMachine function VirtualMachine (line 87) | static VirtualMachine * function getModuleName (line 99) | EXPORT(const char*) function sqInt (line 105) | static sqInt function sqInt (line 132) | static sqInt function sqInt (line 173) | static sqInt function sqInt (line 200) | static sqInt function sqInt (line 225) | static sqInt function sqInt (line 232) | static sqInt function sqInt (line 239) | static sqInt function primitiveComposeMatrix (line 246) | EXPORT(sqInt) function primitiveInvertPoint (line 325) | EXPORT(sqInt) function primitiveInvertRectInto (line 369) | EXPORT(sqInt) function primitiveIsIdentity (line 464) | EXPORT(sqInt) function primitiveIsPureTranslation (line 491) | EXPORT(sqInt) function primitiveTransformPoint (line 518) | EXPORT(sqInt) function primitiveTransformRectInto (line 562) | EXPORT(sqInt) function sqInt (line 667) | static sqInt function sqInt (line 686) | static sqInt function setInterpreter (line 731) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c type VirtualMachine (line 68) | struct VirtualMachine type VirtualMachine (line 94) | struct VirtualMachine function sqInt (line 102) | static sqInt function sqInt (line 120) | static sqInt function VirtualMachine (line 145) | static VirtualMachine * function getModuleName (line 157) | EXPORT(const char*) function sqInt (line 163) | static sqInt function sqInt (line 170) | static sqInt function primitiveCompareString (line 182) | EXPORT(sqInt) function primitiveCompressToByteArray (line 281) | EXPORT(sqInt) function primitiveConvert8BitSigned (line 474) | EXPORT(sqInt) function primitiveDecompressFromByteArray (line 528) | EXPORT(sqInt) function primitiveFindFirstInString (line 644) | EXPORT(sqInt) function primitiveFindSubstring (line 709) | EXPORT(sqInt) function primitiveIndexOfAsciiInString (line 770) | EXPORT(sqInt) function primitiveStringHash (line 819) | EXPORT(sqInt) function primitiveTranslateStringWithTable (line 861) | EXPORT(sqInt) function setInterpreter (line 899) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/Mpeg3Plugin/Mpeg3Plugin.c type VirtualMachine (line 86) | struct VirtualMachine type VirtualMachine (line 96) | struct VirtualMachine function sqInt (line 108) | static sqInt function VirtualMachine (line 124) | static VirtualMachine * function getModuleName (line 136) | EXPORT(const char*) function sqInt (line 142) | static sqInt function initialiseModule (line 149) | EXPORT(sqInt) function sqInt (line 161) | static sqInt function mpeg3_t (line 179) | static mpeg3_t * function sqInt (line 200) | static sqInt function primitiveMPEG3AudioChannels (line 210) | EXPORT(sqInt) function primitiveMPEG3AudioSamples (line 260) | EXPORT(sqInt) function primitiveMPEG3CheckSig (line 306) | EXPORT(sqInt) function primitiveMPEG3Close (line 334) | EXPORT(sqInt) function primitiveMPEG3DropFrames (line 362) | EXPORT(sqInt) function primitiveMPEG3EndOfAudio (line 410) | EXPORT(sqInt) function primitiveMPEG3EndOfVideo (line 456) | EXPORT(sqInt) function primitiveMPEG3FrameRate (line 502) | EXPORT(sqInt) function primitiveMPEG3GenerateToc (line 550) | EXPORT(sqInt) function primitiveMPEG3GetFrame (line 584) | EXPORT(sqInt) function primitiveMPEG3GetSample (line 630) | EXPORT(sqInt) function primitiveMPEG3GetTime (line 676) | EXPORT(sqInt) function primitiveMPEG3HasAudio (line 704) | EXPORT(sqInt) function primitiveMPEG3HasVideo (line 732) | EXPORT(sqInt) function primitiveMPEG3Open (line 760) | EXPORT(sqInt) function primitiveMPEG3OpenABuffer (line 786) | EXPORT(sqInt) function primitiveMPEG3PreviousFrame (line 813) | EXPORT(sqInt) function primitiveMPEG3ReadAudio (line 860) | EXPORT(sqInt) function primitiveMPEG3ReadFrame (line 927) | EXPORT(sqInt) function primitiveMPEG3ReadFrameBufferOffset (line 1010) | EXPORT(sqInt) function primitiveMPEG3ReReadAudio (line 1091) | EXPORT(sqInt) function primitiveMPEG3SampleRate (line 1149) | EXPORT(sqInt) function primitiveMPEG3SeekPercentage (line 1195) | EXPORT(sqInt) function primitiveMPEG3SetCpus (line 1233) | EXPORT(sqInt) function primitiveMPEG3SetFrame (line 1264) | EXPORT(sqInt) function primitiveMPEG3SetMmx (line 1312) | EXPORT(sqInt) function primitiveMPEG3SetSample (line 1339) | EXPORT(sqInt) function primitiveMPEG3TellPercentage (line 1391) | EXPORT(sqInt) function primitiveMPEG3TotalAStreams (line 1419) | EXPORT(sqInt) function primitiveMPEG3TotalVStreams (line 1451) | EXPORT(sqInt) function primitiveMPEG3VideoFrames (line 1479) | EXPORT(sqInt) function primitiveMPEG3VideoHeight (line 1525) | EXPORT(sqInt) function primitiveMPEG3VideoWidth (line 1571) | EXPORT(sqInt) function sqInt (line 1614) | static sqInt function setInterpreter (line 1631) | EXPORT(sqInt) function shutdownModule (line 1645) | EXPORT(sqInt) function sqAssert (line 1659) | static void FILE: vm/src/from_squeak/intplugins/ObjectiveCPlugin/ObjectiveCPlugin.c type VirtualMachine (line 100) | struct VirtualMachine type VirtualMachine (line 110) | struct VirtualMachine function VirtualMachine (line 123) | static VirtualMachine * getInterpreter(void) { function getModuleName (line 133) | EXPORT(const char*) getModuleName(void) { function sqInt (line 137) | static sqInt halt(void) { function sqInt (line 144) | static sqInt initialiseModule(void) { function sqInt (line 148) | static sqInt msg(char * s) { function primitiveCallbackLeave (line 152) | EXPORT(sqInt) primitiveCallbackLeave(void) { function primitiveGetAddressFromEntryPointString (line 174) | EXPORT(sqInt) primitiveGetAddressFromEntryPointString(void) { function primitiveGetAutoReleasePool (line 205) | EXPORT(sqInt) primitiveGetAutoReleasePool(void) { function primitiveGetClass (line 223) | EXPORT(sqInt) primitiveGetClass(void) { function primitiveGetDescription (line 253) | EXPORT(sqInt) primitiveGetDescription(void) { function primitiveGetMethodSignatureForSelector (line 288) | EXPORT(sqInt) primitiveGetMethodSignatureForSelector(void) { function primitiveGetNSStringForString (line 322) | EXPORT(sqInt) primitiveGetNSStringForString(void) { function primitiveGetObjCClassForString (line 354) | EXPORT(sqInt) primitiveGetObjCClassForString(void) { function primitiveGetSelectorForString (line 383) | EXPORT(sqInt) primitiveGetSelectorForString(void) { function primitiveGetSuperClass (line 412) | EXPORT(sqInt) primitiveGetSuperClass(void) { function primitiveIsEqual (line 442) | EXPORT(sqInt) primitiveIsEqual(void) { function primitiveMethodSignatureGetArgumentType (line 479) | EXPORT(sqInt) primitiveMethodSignatureGetArgumentType(void) { function primitiveMethodSignatureGetMethodReturnLength (line 514) | EXPORT(sqInt) primitiveMethodSignatureGetMethodReturnLength(void) { function primitiveMethodSignatureGetNumberOfArguments (line 547) | EXPORT(sqInt) primitiveMethodSignatureGetNumberOfArguments(void) { function primitiveMethodSignatureGetReturnType (line 580) | EXPORT(sqInt) primitiveMethodSignatureGetReturnType(void) { function primitiveNSInvocationCalloc (line 613) | EXPORT(sqInt) primitiveNSInvocationCalloc(void) { function primitiveNSInvocationFree (line 631) | EXPORT(sqInt) primitiveNSInvocationFree(void) { function primitiveNSInvocationGetArgument (line 652) | EXPORT(sqInt) primitiveNSInvocationGetArgument(void) { function primitiveNSInvocationGetCType (line 687) | EXPORT(sqInt) primitiveNSInvocationGetCType(void) { function primitiveNSInvocationGetCharPointerType (line 721) | EXPORT(sqInt) primitiveNSInvocationGetCharPointerType(void) { function primitiveNSInvocationGetClassType (line 744) | EXPORT(sqInt) primitiveNSInvocationGetClassType(void) { function primitiveNSInvocationGetDoubleType (line 768) | EXPORT(sqInt) primitiveNSInvocationGetDoubleType(void) { function primitiveNSInvocationGetFloatType (line 792) | EXPORT(sqInt) primitiveNSInvocationGetFloatType(void) { function primitiveNSInvocationGetIntType (line 816) | EXPORT(sqInt) primitiveNSInvocationGetIntType(void) { function primitiveNSInvocationGetLongLongType (line 854) | EXPORT(sqInt) primitiveNSInvocationGetLongLongType(void) { function primitiveNSInvocationGetLongType (line 892) | EXPORT(sqInt) primitiveNSInvocationGetLongType(void) { function primitiveNSInvocationGetObjectType (line 930) | EXPORT(sqInt) primitiveNSInvocationGetObjectType(void) { function primitiveNSInvocationGetReturnValue (line 954) | EXPORT(sqInt) primitiveNSInvocationGetReturnValue(void) { function primitiveNSInvocationGetSelectorType (line 986) | EXPORT(sqInt) primitiveNSInvocationGetSelectorType(void) { function primitiveNSInvocationGetShortType (line 1010) | EXPORT(sqInt) primitiveNSInvocationGetShortType(void) { function primitiveNSInvocationGetStructureType (line 1048) | EXPORT(sqInt) primitiveNSInvocationGetStructureType(void) { function primitiveNSInvocationMalloc (line 1072) | EXPORT(sqInt) primitiveNSInvocationMalloc(void) { function primitiveNSInvocationSetCType (line 1090) | EXPORT(sqInt) primitiveNSInvocationSetCType(void) { function primitiveNSInvocationSetDoubleType (line 1139) | EXPORT(sqInt) primitiveNSInvocationSetDoubleType(void) { function primitiveNSInvocationSetFloatType (line 1177) | EXPORT(sqInt) primitiveNSInvocationSetFloatType(void) { function primitiveNSInvocationSetIntType (line 1215) | EXPORT(sqInt) primitiveNSInvocationSetIntType(void) { function primitiveNSInvocationSetLongLongType (line 1269) | EXPORT(sqInt) primitiveNSInvocationSetLongLongType(void) { function primitiveNSInvocationSetLongType (line 1323) | EXPORT(sqInt) primitiveNSInvocationSetLongType(void) { function primitiveNSInvocationSetPointerType (line 1377) | EXPORT(sqInt) primitiveNSInvocationSetPointerType(void) { function primitiveNSInvocationSetRetained (line 1417) | EXPORT(sqInt) primitiveNSInvocationSetRetained(void) { function primitiveNSInvocationSetSelector (line 1441) | EXPORT(sqInt) primitiveNSInvocationSetSelector(void) { function primitiveNSInvocationSetShortType (line 1481) | EXPORT(sqInt) primitiveNSInvocationSetShortType(void) { function primitiveNSInvocationSetStringType (line 1535) | EXPORT(sqInt) primitiveNSInvocationSetStringType(void) { function primitiveNSInvocationSetStructureType (line 1577) | EXPORT(sqInt) primitiveNSInvocationSetStructureType(void) { function primitiveNSInvocationSetVoidPointerType (line 1619) | EXPORT(sqInt) primitiveNSInvocationSetVoidPointerType(void) { function primitiveNSInvocationWithMethodSignature (line 1661) | EXPORT(sqInt) primitiveNSInvocationWithMethodSignature(void) { function primitiveNSLog (line 1692) | EXPORT(sqInt) primitiveNSLog(void) { function primitiveNSStringToUTF8 (line 1713) | EXPORT(sqInt) primitiveNSStringToUTF8(void) { function primitivePerformSelector (line 1749) | EXPORT(sqInt) primitivePerformSelector(void) { function primitivePerformSelectorOnMainThreadWithWaitTilDone (line 1786) | EXPORT(sqInt) primitivePerformSelectorOnMainThreadWithWaitTilDone(void) { function primitivePerformSelectorWith (line 1844) | EXPORT(sqInt) primitivePerformSelectorWith(void) { function primitivePerformSelectorWithWith (line 1886) | EXPORT(sqInt) primitivePerformSelectorWithWith(void) { function primitiveSELGetName (line 1930) | EXPORT(sqInt) primitiveSELGetName(void) { function setInterpreter (line 1956) | EXPORT(sqInt) setInterpreter(struct VirtualMachine* anInterpreter) { function sqInt (line 1968) | static sqInt shutdownModule(void) { function sqInt (line 1972) | static sqInt sqAssert(sqInt aBool) { function sqInt (line 1980) | static sqInt stringFromCString(const char * aCString) { FILE: vm/src/from_squeak/intplugins/RePlugin/RePlugin.c type VirtualMachine (line 73) | struct VirtualMachine type VirtualMachine (line 87) | struct VirtualMachine function sqInt (line 106) | static sqInt function sqInt (line 131) | static sqInt function sqInt (line 151) | static sqInt function VirtualMachine (line 177) | static VirtualMachine * function getModuleName (line 189) | EXPORT(const char*) function sqInt (line 195) | static sqInt function loadRcvrFromStackAt (line 202) | static void function sqInt (line 208) | static sqInt function primLastAlloc (line 215) | EXPORT(void) function primNetMemory (line 222) | EXPORT(void) function primNumAllocs (line 229) | EXPORT(void) function primNumFrees (line 236) | EXPORT(void) function primPCRECompile (line 256) | EXPORT(void) function primPCREExec (line 304) | EXPORT(void) function primPCREExecfromto (line 354) | EXPORT(void) function primPCRENumSubPatterns (line 416) | EXPORT(void) function sqInt (line 426) | static sqInt function rcvrErrorOffsetFrom (line 432) | static void function rcvrErrorStrFrom (line 438) | static void function sqInt (line 444) | static sqInt function rcvrExtraPtrFrom (line 456) | static void function sqInt (line 462) | static sqInt function sqInt (line 474) | static sqInt function rcvrPCREBufferFrom (line 486) | static void function sqInt (line 492) | static sqInt function rePluginFree (line 506) | static void function setInterpreter (line 538) | EXPORT(sqInt) function sqAssert (line 552) | static void FILE: vm/src/from_squeak/intplugins/SecurityPlugin/SecurityPlugin.c type VirtualMachine (line 71) | struct VirtualMachine type VirtualMachine (line 79) | struct VirtualMachine function VirtualMachine (line 92) | static VirtualMachine * function getModuleName (line 104) | EXPORT(const char*) function sqInt (line 110) | static sqInt function initialiseModule (line 117) | EXPORT(sqInt) function sqInt (line 123) | static sqInt function primitiveCanWriteImage (line 130) | EXPORT(sqInt) function primitiveDisableImageWrite (line 137) | EXPORT(sqInt) function primitiveGetSecureUserDirectory (line 146) | EXPORT(sqInt) function primitiveGetUntrustedUserDirectory (line 175) | EXPORT(sqInt) function secCanConnectToPort (line 201) | EXPORT(sqInt) function secCanCreatePathOfSize (line 207) | EXPORT(sqInt) function secCanCreateSocketOfType (line 213) | EXPORT(sqInt) function secCanDeleteFileOfSize (line 219) | EXPORT(sqInt) function secCanDeletePathOfSize (line 225) | EXPORT(sqInt) function secCanGetFileTypeOfSize (line 231) | EXPORT(sqInt) function secCanListPathOfSize (line 237) | EXPORT(sqInt) function secCanOpenAsyncFileOfSizeWritable (line 243) | EXPORT(sqInt) function secCanOpenFileOfSizeWritable (line 249) | EXPORT(sqInt) function secCanRenameFileOfSize (line 255) | EXPORT(sqInt) function secCanRenameImage (line 261) | EXPORT(sqInt) function secCanSetFileTypeOfSize (line 267) | EXPORT(sqInt) function secCanWriteImage (line 273) | EXPORT(sqInt) function secCanListenOnPort (line 279) | EXPORT(sqInt) function secDisableFileAccess (line 285) | EXPORT(sqInt) function secDisableSocketAccess (line 291) | EXPORT(sqInt) function secHasFileAccess (line 297) | EXPORT(sqInt) function secHasSocketAccess (line 303) | EXPORT(sqInt) function setInterpreter (line 312) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/SerialPlugin/SerialPlugin.c type VirtualMachine (line 53) | struct VirtualMachine type VirtualMachine (line 63) | struct VirtualMachine function VirtualMachine (line 76) | static VirtualMachine * function getModuleName (line 88) | EXPORT(const char*) function sqInt (line 94) | static sqInt function initialiseModule (line 101) | EXPORT(sqInt) function sqInt (line 107) | static sqInt function primitiveSerialPortClose (line 114) | EXPORT(sqInt) function primitiveSerialPortOpen (line 131) | EXPORT(sqInt) function primitiveSerialPortRead (line 166) | EXPORT(sqInt) function primitiveSerialPortWrite (line 197) | EXPORT(sqInt) function setInterpreter (line 233) | EXPORT(sqInt) function shutdownModule (line 247) | EXPORT(sqInt) function sqAssert (line 253) | static void FILE: vm/src/from_squeak/intplugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c type VirtualMachine (line 62) | struct VirtualMachine type VirtualMachine (line 72) | struct VirtualMachine function sqInt (line 85) | static sqInt declareExportFalseByMethod(void) { function sqInt (line 91) | static sqInt declareExportFalseByPragma(void) { function declareExportTrueByMethod (line 97) | EXPORT(sqInt) declareExportTrueByMethod(void) { function declareExportTrueByPragma (line 103) | EXPORT(sqInt) declareExportTrueByPragma(void) { function sqInt (line 109) | sqInt declareStaticFalseByMethod(void) { function sqInt (line 115) | sqInt declareStaticFalseByPragma(void) { function sqInt (line 121) | static sqInt declareStaticTrueByMethod(void) { function sqInt (line 127) | static sqInt declareStaticTrueByPragma(void) { function VirtualMachine (line 133) | static VirtualMachine * getInterpreter(void) { function getModuleName (line 143) | EXPORT(const char*) getModuleName(void) { function sqInt (line 147) | static sqInt halt(void) { function sqInt (line 155) | static sqInt inlineByMethod(void) { function sqInt (line 167) | static sqInt inlineByPragma(void) { function sqInt (line 175) | static sqInt methodThatShouldBeInlinedByMethod(void) { function sqInt (line 179) | static sqInt methodThatShouldBeInlinedByPragma(void) { function sqInt (line 183) | static sqInt methodThatShouldNotBeInlinedByMethod(void) { function sqInt (line 187) | static sqInt methodThatShouldNotBeInlinedByPragma(void) { function sqInt (line 191) | static sqInt msg(char *s) { function setInterpreter (line 210) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { function sqInt (line 225) | static sqInt varDefByMethod(void) { function sqInt (line 234) | static sqInt varDefByMethodAndPragma(void) { function sqInt (line 245) | static sqInt varDefByPragma(void) { FILE: vm/src/from_squeak/intplugins/SocketPlugin/SocketPlugin.c type VirtualMachine (line 91) | struct VirtualMachine type VirtualMachine (line 103) | struct VirtualMachine function VirtualMachine (line 121) | static VirtualMachine * function getModuleName (line 133) | EXPORT(const char*) function sqInt (line 139) | static sqInt function initialiseModule (line 146) | EXPORT(sqInt) function sqInt (line 162) | static sqInt function moduleUnloaded (line 181) | EXPORT(void) function sqInt (line 189) | static sqInt function sqInt (line 202) | static sqInt function primitiveDisableSocketAccess (line 218) | EXPORT(void) function primitiveHasSocketAccess (line 226) | EXPORT(void) function primitiveInitializeNetwork (line 237) | EXPORT(sqInt) function primitiveResolverAbortLookup (line 256) | EXPORT(sqInt) function primitiveResolverAddressLookupResult (line 266) | EXPORT(sqInt) function primitiveResolverError (line 284) | EXPORT(sqInt) function primitiveResolverLocalAddress (line 297) | EXPORT(sqInt) function primitiveResolverNameLookupResult (line 312) | EXPORT(sqInt) function primitiveResolverStartAddressLookup (line 327) | EXPORT(sqInt) function primitiveResolverStartNameLookup (line 357) | EXPORT(sqInt) function primitiveResolverStatus (line 379) | EXPORT(sqInt) function primitiveSocketAbortConnection (line 394) | EXPORT(sqInt) function primitiveSocketAccept (line 425) | EXPORT(sqInt) function primitiveSocketAccept3Semaphores (line 476) | EXPORT(sqInt) function primitiveSocketBindToPort (line 531) | EXPORT(sqInt) function primitiveSocketCloseConnection (line 577) | EXPORT(sqInt) function primitiveSocketConnectionStatus (line 608) | EXPORT(sqInt) function primitiveSocketConnectToPort (line 642) | EXPORT(sqInt) function primitiveSocketCreate (line 696) | EXPORT(sqInt) function primitiveSocketCreate3Semaphores (line 743) | EXPORT(sqInt) function primitiveSocketCreateRAW (line 794) | EXPORT(sqInt) function primitiveSocketDestroy (line 845) | EXPORT(sqInt) function primitiveSocketError (line 876) | EXPORT(sqInt) function primitiveSocketGetOptions (line 910) | EXPORT(sqInt) function primitiveSocketListenOnPort (line 964) | EXPORT(sqInt) function primitiveSocketListenOnPortBacklog (line 1008) | EXPORT(sqInt) function primitiveSocketListenOnPortBacklogInterface (line 1055) | EXPORT(sqInt) function primitiveSocketListenWithOrWithoutBacklog (line 1112) | EXPORT(sqInt) function primitiveSocketLocalAddress (line 1123) | EXPORT(sqInt) function primitiveSocketLocalPort (line 1155) | EXPORT(sqInt) function primitiveSocketReceiveDataAvailable (line 1187) | EXPORT(sqInt) function primitiveSocketReceiveDataBufCount (line 1219) | EXPORT(sqInt) function primitiveSocketReceiveUDPDataBufCount (line 1277) | EXPORT(sqInt) function primitiveSocketRemoteAddress (line 1358) | EXPORT(sqInt) function primitiveSocketRemotePort (line 1390) | EXPORT(sqInt) function primitiveSocketSendDataBufCount (line 1422) | EXPORT(sqInt) function primitiveSocketSendDone (line 1480) | EXPORT(sqInt) function primitiveSocketSendUDPDataBufCount (line 1512) | EXPORT(sqInt) function primitiveSocketSetOptions (line 1585) | EXPORT(sqInt) function setInterpreter (line 1644) | EXPORT(sqInt) function shutdownModule (line 1658) | EXPORT(sqInt) function sqInt (line 1667) | static sqInt function SocketPtr (line 1677) | static SocketPtr function sqAssert (line 1691) | static void FILE: vm/src/from_squeak/intplugins/SoundCodecPrims/SoundCodecPrims.c type VirtualMachine (line 51) | struct VirtualMachine type VirtualMachine (line 59) | struct VirtualMachine function VirtualMachine (line 72) | static VirtualMachine * function getModuleName (line 84) | EXPORT(const char*) function sqInt (line 90) | static sqInt function sqInt (line 97) | static sqInt function primitiveGSMDecode (line 104) | EXPORT(sqInt) function primitiveGSMEncode (line 145) | EXPORT(sqInt) function primitiveGSMNewState (line 186) | EXPORT(sqInt) function setInterpreter (line 202) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/SoundGenerationPlugin/SoundGenerationPlugin.c type VirtualMachine (line 73) | struct VirtualMachine type VirtualMachine (line 93) | struct VirtualMachine function VirtualMachine (line 99) | static VirtualMachine * function getModuleName (line 111) | EXPORT(const char*) function sqInt (line 117) | static sqInt function sqInt (line 124) | static sqInt function primitiveApplyReverb (line 131) | EXPORT(sqInt) function primitiveMixFMSound (line 220) | EXPORT(sqInt) function primitiveMixLoopedSampledSound (line 347) | EXPORT(sqInt) function primitiveMixPluckedSound (line 507) | EXPORT(sqInt) function primitiveMixSampledSound (line 620) | EXPORT(sqInt) function setInterpreter (line 734) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/SoundPlugin/SoundPlugin.c type VirtualMachine (line 63) | struct VirtualMachine type VirtualMachine (line 73) | struct VirtualMachine function VirtualMachine (line 86) | static VirtualMachine * function getModuleName (line 98) | EXPORT(const char*) function sqInt (line 104) | static sqInt function initialiseModule (line 111) | EXPORT(sqInt) function sqInt (line 117) | static sqInt function primitiveSoundAvailableSpace (line 130) | EXPORT(sqInt) function primitiveSoundGetRecordingSampleRate (line 154) | EXPORT(sqInt) function primitiveSoundGetVolume (line 175) | EXPORT(sqInt) function primitiveSoundInsertSamples (line 208) | EXPORT(sqInt) function primitiveSoundPlaySamples (line 240) | EXPORT(sqInt) function primitiveSoundPlaySilence (line 275) | EXPORT(sqInt) function primitiveSoundRecordSamples (line 297) | EXPORT(sqInt) function primitiveSoundSetLeftVolume (line 337) | EXPORT(sqInt) function primitiveSoundSetRecordLevel (line 361) | EXPORT(sqInt) function primitiveSoundStart (line 385) | EXPORT(sqInt) function primitiveSoundStartRecording (line 409) | EXPORT(sqInt) function primitiveSoundStartWithSemaphore (line 435) | EXPORT(sqInt) function primitiveSoundStop (line 461) | EXPORT(sqInt) function primitiveSoundStopRecording (line 474) | EXPORT(sqInt) function setInterpreter (line 487) | EXPORT(sqInt) function shutdownModule (line 501) | EXPORT(sqInt) function sqAssert (line 507) | static void FILE: vm/src/from_squeak/intplugins/Squeak3D/Squeak3D.c type VirtualMachine (line 195) | struct VirtualMachine type VirtualMachine (line 222) | struct VirtualMachine function sqInt (line 250) | static sqInt addPartfromtrackFlagscale(float *lightPart, float *material... function sqInt (line 279) | static sqInt analyzeMatrix3x3Length(float *m) { function sqInt (line 289) | static sqInt analyzeMatrix(float *m) { function b3dClipPolygon (line 314) | EXPORT(sqInt) b3dClipPolygon(void) { function b3dComputeMinIndexZ (line 341) | EXPORT(sqInt) b3dComputeMinIndexZ(void) { function b3dComputeMinZ (line 380) | EXPORT(sqInt) b3dComputeMinZ(void) { function b3dDetermineClipFlags (line 419) | EXPORT(sqInt) b3dDetermineClipFlags(void) { function b3dInitPrimitiveObject (line 442) | EXPORT(sqInt) b3dInitPrimitiveObject(void) { function b3dInitializeRasterizerState (line 515) | EXPORT(sqInt) b3dInitializeRasterizerState(void) { function b3dInplaceHouseHolderInvert (line 590) | EXPORT(sqInt) b3dInplaceHouseHolderInvert(void) { function b3dLoadIndexArray (line 669) | EXPORT(sqInt) b3dLoadIndexArray(void) { function b3dLoadVertexBuffer (line 727) | EXPORT(sqInt) b3dLoadVertexBuffer(void) { function b3dMapVertexBuffer (line 801) | EXPORT(sqInt) b3dMapVertexBuffer(void) { function b3dOrthoNormInverseMatrix (line 830) | EXPORT(sqInt) b3dOrthoNormInverseMatrix(void) { function b3dPrimitiveNextClippedTriangle (line 885) | EXPORT(sqInt) b3dPrimitiveNextClippedTriangle(void) { function b3dPrimitiveObjectSize (line 942) | EXPORT(sqInt) b3dPrimitiveObjectSize(void) { function b3dPrimitiveTextureSize (line 953) | EXPORT(sqInt) b3dPrimitiveTextureSize(void) { function b3dRasterizerVersion (line 964) | EXPORT(sqInt) b3dRasterizerVersion(void) { function b3dShadeVertexBuffer (line 972) | EXPORT(sqInt) b3dShadeVertexBuffer(void) { function b3dShaderVersion (line 1047) | EXPORT(sqInt) b3dShaderVersion(void) { function b3dStartRasterizer (line 1055) | EXPORT(sqInt) b3dStartRasterizer(void) { function b3dTransformDirection (line 1078) | EXPORT(sqInt) b3dTransformDirection(void) { function b3dTransformMatrixWithInto (line 1122) | EXPORT(sqInt) b3dTransformMatrixWithInto(void) { function b3dTransformPoint (line 1140) | EXPORT(sqInt) b3dTransformPoint(void) { function b3dTransformPrimitiveNormal (line 1197) | EXPORT(sqInt) b3dTransformPrimitiveNormal(void) { function b3dTransformPrimitivePosition (line 1222) | EXPORT(sqInt) b3dTransformPrimitivePosition(void) { function b3dTransformPrimitiveRasterPosition (line 1239) | EXPORT(sqInt) b3dTransformPrimitiveRasterPosition(void) { function b3dTransformVertexBuffer (line 1255) | EXPORT(sqInt) b3dTransformVertexBuffer(void) { function b3dTransformerVersion (line 1280) | EXPORT(sqInt) b3dTransformerVersion(void) { function b3dTransposeMatrix (line 1285) | EXPORT(sqInt) b3dTransposeMatrix(void) { function backClipValueFromto (line 1327) | static double backClipValueFromto(sqInt last, sqInt next) { function bottomClipValueFromto (line 1331) | static double bottomClipValueFromto(sqInt last, sqInt next) { function sqInt (line 1335) | static sqInt clipPolygoncountwithmask(int *vtxArray, sqInt vtxCount, int... function sqInt (line 1381) | static sqInt clipPolygonBackFromtocount(int *buf1, int *buf2, sqInt n) { function sqInt (line 1418) | static sqInt clipPolygonBottomFromtocount(int *buf1, int *buf2, sqInt n) { function sqInt (line 1455) | static sqInt clipPolygonFrontFromtocount(int *buf1, int *buf2, sqInt n) { function sqInt (line 1492) | static sqInt clipPolygonLeftFromtocount(int *buf1, int *buf2, sqInt n) { function sqInt (line 1529) | static sqInt clipPolygonRightFromtocount(int *buf1, int *buf2, sqInt n) { function sqInt (line 1566) | static sqInt clipPolygonTopFromtocount(int *buf1, int *buf2, sqInt n) { function sqInt (line 1606) | static sqInt computeAttenuation(void) { function sqInt (line 1616) | static sqInt computeDirection(void) { function sqInt (line 1645) | static sqInt computeSpecularDirection(void) { function computeSpotFactor (line 1657) | static double computeSpotFactor(void) { function sqInt (line 1676) | static sqInt determineClipFlagscount(void *vtxArray, sqInt count) { function dotProductOfFloatwithDouble (line 1733) | static double dotProductOfFloatwithDouble(float * v1, double *v2) { function frontClipValueFromto (line 1748) | static double frontClipValueFromto(sqInt last, sqInt next) { function VirtualMachine (line 1755) | static VirtualMachine * getInterpreter(void) { function getModuleName (line 1765) | EXPORT(const char*) getModuleName(void) { function sqInt (line 1769) | static sqInt halt(void) { function initialiseModule (line 1773) | EXPORT(sqInt) initialiseModule(void) { function sqInt (line 1782) | static sqInt interpolateFromtoatinto(float *last, float *next, double t,... function inverseLengthOfDouble (line 1872) | static double inverseLengthOfDouble(double * aVector) { function inverseLengthOfFloat (line 1882) | static double inverseLengthOfFloat(float * aVector) { function leftClipValueFromto (line 1892) | static double leftClipValueFromto(sqInt last, sqInt next) { function sqInt (line 1896) | static sqInt loadObjectsFrom(sqInt stackIndex) { function sqInt (line 1930) | static sqInt loadPrimitiveLightSource(void) { function sqInt (line 1937) | static sqInt loadPrimitiveVertex(void) { function sqInt (line 1953) | static sqInt loadRasterizerState(sqInt stackIndex) { function sqInt (line 2061) | static sqInt loadTextureinto(sqInt textureOop, B3DTexture *destPtr) { function sqInt (line 2108) | static sqInt loadTexturesFrom(sqInt stackIndex) { function sqInt (line 2134) | static sqInt loadViewportFrom(sqInt stackIndex) { function sqInt (line 2175) | static sqInt mapVBofSizeinto(void *vtxArray, sqInt vtxCount, sqInt boxAr... function moduleUnloaded (line 2255) | EXPORT(sqInt) moduleUnloaded(char * aModuleName) { function sqInt (line 2265) | static sqInt msg(char * s) { function primitiveSetBitBltPlugin (line 2272) | EXPORT(sqInt) primitiveSetBitBltPlugin(void) { function processIndexedofSizeidxArrayidxSize (line 2310) | static double processIndexedofSizeidxArrayidxSize(float *vtxArray, sqInt... function sqInt (line 2336) | static sqInt processIndexedIDXofSizeidxArrayidxSize(float *vtxArray, sqI... function processNonIndexedofSize (line 2365) | static double processNonIndexedofSize(float *vtxArray, sqInt vtxSize) { function sqInt (line 2387) | static sqInt processNonIndexedIDXofSize(float *vtxArray, sqInt vtxSize) { function rightClipValueFromto (line 2412) | static double rightClipValueFromto(sqInt last, sqInt next) { function setInterpreter (line 2419) | EXPORT(sqInt) setInterpreter(struct VirtualMachine* anInterpreter) { function sqInt (line 2431) | static sqInt shadeVertex(void) { function sqInt (line 2573) | static sqInt stackLightArrayValue(sqInt stackIndex) { function sqInt (line 2705) | static sqInt storeObjectsInto(sqInt stackIndex) { function sqInt (line 2723) | static sqInt storePrimitiveVertex(void) { function topClipValueFromto (line 2743) | static double topClipValueFromto(sqInt last, sqInt next) { function sqInt (line 2751) | static sqInt transformMatrixwithinto(float *src, float *arg, float *dst) { function sqInt (line 2787) | static sqInt transformPrimitiveNormalbyrescale(float *pVertex, float *ma... function sqInt (line 2823) | static sqInt transformPrimitivePositionby(float *pVertex, float *matrix) { function sqInt (line 2859) | static sqInt transformPrimitivePositionFastby(float *pVertex, float *mat... function sqInt (line 2882) | static sqInt transformPrimitivePositionFasterby(float *pVertex, float *m... function sqInt (line 2904) | static sqInt transformPrimitiveRasterPositionby(float *pVertex, float *m... function sqInt (line 2930) | static sqInt transformVBcountbyandflags(float *vtxArray, sqInt vtxCount,... FILE: vm/src/from_squeak/intplugins/SqueakFFIPrims/SqueakFFIPrims.c function warning (line 104) | void type CalloutState (line 109) | typedef struct { type VirtualMachine (line 253) | struct VirtualMachine type VirtualMachine (line 266) | struct VirtualMachine function sqInt (line 286) | static sqInt function cleanupCalloutState (line 295) | static void function sqInt (line 303) | static sqInt function sqInt (line 316) | static sqInt function sqInt (line 357) | static sqInt function sqInt (line 487) | static sqInt function sqInt (line 933) | static sqInt function sqInt (line 1032) | static sqInt function sqInt (line 1112) | static sqInt function sqInt (line 1263) | static sqInt function sqInt (line 1583) | static sqInt function sqInt (line 1615) | static sqInt function sqInt (line 1633) | static sqInt function sqInt (line 1699) | static sqInt function ffiFloatValueOf (line 1713) | static double function sqInt (line 1730) | static sqInt function sqInt (line 1763) | static sqInt function sqInt (line 1863) | static sqInt function sqInt (line 1913) | static sqInt function ffiLogCallout (line 1982) | static void function ffiLogCallsTo (line 2000) | EXPORT(sqInt) function sqInt (line 2028) | static sqInt function sqInt (line 2042) | static sqInt function sqInt (line 2090) | static sqInt function sqInt (line 2101) | static sqInt function sqInt (line 2112) | static sqInt function sqInt (line 2123) | static sqInt function sqInt (line 2138) | static sqInt function sqInt (line 2168) | static sqInt function sqInt (line 2180) | static sqInt function sqInt (line 2191) | static sqInt function sqInt (line 2202) | static sqInt function sqInt (line 2230) | static sqInt function sqInt (line 2303) | static sqInt function sqInt (line 2317) | static sqInt function sqInt (line 2328) | static sqInt function sqInt (line 2339) | static sqInt function sqInt (line 2354) | static sqInt function sqInt (line 2384) | static sqInt function sqInt (line 2396) | static sqInt function sqInt (line 2412) | static sqInt function sqInt (line 2421) | static sqInt function sqInt (line 2451) | static sqInt function sqInt (line 2536) | static sqInt function sqInt (line 2561) | static sqInt function sqInt (line 2586) | static sqInt function sqInt (line 2597) | static sqInt function VirtualMachine (line 2645) | static VirtualMachine * function getModuleName (line 2657) | EXPORT(const char*) function sqInt (line 2663) | static sqInt function initialiseModule (line 2673) | EXPORT(sqInt) function sqInt (line 2686) | static sqInt function sqInt (line 2692) | static sqInt function sqInt (line 2698) | static sqInt function sqInt (line 2705) | static sqInt function sqInt (line 2717) | static sqInt function primitiveCallout (line 2730) | EXPORT(void) function primitiveCalloutWithArgs (line 3069) | EXPORT(void) function primitiveCreateManualSurface (line 3415) | EXPORT(sqInt) function primitiveDestroyManualSurface (line 3454) | EXPORT(sqInt) function primitiveFFIAllocate (line 3477) | EXPORT(sqInt) function primitiveFFIDoubleAt (line 3502) | EXPORT(sqInt) function primitiveFFIDoubleAtPut (line 3528) | EXPORT(sqInt) function primitiveFFIFloatAt (line 3561) | EXPORT(sqInt) function primitiveFFIFloatAtPut (line 3586) | EXPORT(sqInt) function primitiveFFIFree (line 3618) | EXPORT(sqInt) function primitiveFFIGetLastError (line 3655) | EXPORT(sqInt) function primitiveFFIIntegerAt (line 3665) | EXPORT(sqInt) function primitiveFFIIntegerAtPut (line 3727) | EXPORT(sqInt) function primitiveForceLoad (line 3797) | EXPORT(sqInt) function primitiveLogCallsTo (line 3848) | EXPORT(sqInt) function primitiveSetManualSurfacePointer (line 3888) | EXPORT(sqInt) function sqInt (line 3918) | static sqInt function setInterpreter (line 3927) | EXPORT(sqInt) function sqInt (line 3946) | static sqInt function sqInt (line 3958) | static sqInt FILE: vm/src/from_squeak/intplugins/StarSqueakPlugin/StarSqueakPlugin.c type VirtualMachine (line 51) | struct VirtualMachine type VirtualMachine (line 59) | struct VirtualMachine function VirtualMachine (line 87) | static VirtualMachine * function getModuleName (line 99) | EXPORT(const char*) function sqInt (line 105) | static sqInt function sqInt (line 112) | static sqInt function primitiveDiffuseFromToWidthHeightDelta (line 125) | EXPORT(sqInt) function primitiveEvaporateRate (line 211) | EXPORT(sqInt) function primitiveMapFromToWidthHeightPatchSizeRgbFlagsShift (line 240) | EXPORT(sqInt) function setInterpreter (line 330) | EXPORT(sqInt) FILE: vm/src/from_squeak/intplugins/UUIDPlugin/UUIDPlugin.c type VirtualMachine (line 50) | struct VirtualMachine type VirtualMachine (line 60) | struct VirtualMachine function VirtualMachine (line 73) | static VirtualMachine * function getModuleName (line 85) | EXPORT(const char*) function sqInt (line 91) | static sqInt function initialiseModule (line 98) | EXPORT(sqInt) function sqInt (line 104) | static sqInt function primitiveMakeUUID (line 111) | EXPORT(sqInt) function setInterpreter (line 132) | EXPORT(sqInt) function shutdownModule (line 146) | EXPORT(sqInt) function sqAssert (line 152) | static void FILE: vm/src/from_squeak/intplugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c type VirtualMachine (line 233) | struct VirtualMachine type VirtualMachine (line 279) | struct VirtualMachine function aioForwardwithDataandFlags (line 304) | static void aioForwardwithDataandFlags(int fd, void *data, int flags) { function sqInt (line 347) | static sqInt copyBytesFromtolength(void *charArray1, void *charArray2, s... function sqInt (line 356) | static sqInt createPipeForReaderwriter(FILEHANDLETYPE *readerIOStreamPtr... function sqInt (line 374) | static sqInt descriptorTableSize(void) { function dupToStdErr (line 385) | static void dupToStdErr(sqInt anSQFileDataStructure) { function dupToStdIn (line 410) | static void dupToStdIn(sqInt anSQFileDataStructure) { function dupToStdOut (line 436) | static void dupToStdOut(sqInt anSQFileDataStructure) { function sqInt (line 460) | static sqInt fileDescriptorFrom(sqInt aSQFileByteArray) { function FILEHANDLETYPE (line 471) | static FILEHANDLETYPE fileHandleFrom(sqInt sqFileStructByteArray) { function sqInt (line 481) | static sqInt fileRecordSize(void) { function SQFile (line 489) | static SQFile * fileValueOf(sqInt anSQFileRecord) { function sqInt (line 497) | static sqInt fixPointersInArrayOfStringswithOffsetscount(char *flattened... function sqInt (line 545) | static sqInt forkAndExecInDirectory(sqInt useSignalHandler) { function forkSqueak (line 710) | EXPORT(pid_t) forkSqueak(sqInt useSignalHandler) { function VirtualMachine (line 772) | static VirtualMachine * getInterpreter(void) { function getModuleName (line 782) | EXPORT(const char*) getModuleName(void) { function sqInt (line 786) | static sqInt getThisSessionIdentifier(void) { function sqInt (line 790) | static sqInt halt(void) { function handleSignal (line 800) | static void handleSignal(int sigNum) { function initialiseModule (line 818) | EXPORT(sqInt) initialiseModule(void) { function sqInt (line 827) | static sqInt initializeModuleForPlatform(void) { function sqInt (line 836) | static sqInt isNonNullSQFile(sqInt objectPointer) { function sqInt (line 854) | static sqInt isNullSQSocket(sqInt objectPointer) { function sqInt (line 874) | static sqInt isSQFileObject(sqInt objectPointer) { function sqInt (line 883) | static sqInt isSQSocketObject(sqInt objectPointer) { function sqInt (line 890) | static sqInt isValidFileSession(sqInt objectPointer) { function sqInt (line 898) | static sqInt isVmThread(void) { function sqInt (line 910) | static sqInt makePipeForReaderwriter(FILEHANDLETYPE *readerIOStreamPtr, ... function sqInt (line 933) | static sqInt maskForThisThreadAndResend(int sigNum) { function sqInt (line 941) | static sqInt maskSignalForThisThread(int sigNum) { function moduleUnloaded (line 953) | EXPORT(sqInt) moduleUnloaded(char *aModuleName) { function sqInt (line 956) | static sqInt msg(char *s) { function sqInt (line 965) | static sqInt newPthreadTypeByteArray(sqInt aPthreadType) { function sqInt (line 980) | static sqInt newSQFileByteArray(void) { function sqInt (line 987) | static sqInt newSQSocketByteArray(void) { function primitiveAioDisable (line 1025) | EXPORT(sqInt) primitiveAioDisable(void) { function primitiveAioEnable (line 1053) | EXPORT(sqInt) primitiveAioEnable(void) { function primitiveAioHandle (line 1099) | EXPORT(sqInt) primitiveAioHandle(void) { function primitiveAioSuspend (line 1151) | EXPORT(sqInt) primitiveAioSuspend(void) { function primitiveArgumentAt (line 1195) | EXPORT(sqInt) primitiveArgumentAt(void) { function primitiveCanReceiveSignals (line 1221) | EXPORT(sqInt) primitiveCanReceiveSignals(sqInt anIntegerPid) { function primitiveChdir (line 1244) | EXPORT(sqInt) primitiveChdir(void) { function primitiveCreatePipe (line 1265) | EXPORT(sqInt) primitiveCreatePipe(void) { function primitiveCreatePipeWithSessionIdentifier (line 1317) | EXPORT(sqInt) primitiveCreatePipeWithSessionIdentifier(void) { function primitiveDupTo (line 1363) | EXPORT(sqInt) primitiveDupTo(sqInt oldFileDescriptor, sqInt newFileDescr... function primitiveEnvironmentAt (line 1379) | EXPORT(sqInt) primitiveEnvironmentAt(void) { function primitiveEnvironmentAtSymbol (line 1405) | EXPORT(sqInt) primitiveEnvironmentAtSymbol(void) { function primitiveErrorMessageAt (line 1420) | EXPORT(sqInt) primitiveErrorMessageAt(void) { function primitiveFileProtectionMask (line 1442) | EXPORT(sqInt) primitiveFileProtectionMask(void) { function primitiveFileStat (line 1481) | EXPORT(sqInt) primitiveFileStat(void) { function primitiveFixPointersInArrayOfStrings (line 1524) | EXPORT(sqInt) primitiveFixPointersInArrayOfStrings(void) { function primitiveForkAndExecInDirectory (line 1557) | EXPORT(sqInt) primitiveForkAndExecInDirectory(void) { function primitiveForkExec (line 1577) | EXPORT(sqInt) primitiveForkExec(void) { function primitiveForkSqueak (line 1590) | EXPORT(sqInt) primitiveForkSqueak(void) { function primitiveForkSqueakWithoutSigHandler (line 1612) | EXPORT(sqInt) primitiveForkSqueakWithoutSigHandler(void) { function primitiveForwardSignalToSemaphore (line 1636) | EXPORT(sqInt) primitiveForwardSignalToSemaphore(void) { function primitiveGetCurrentWorkingDirectory (line 1675) | EXPORT(sqInt) primitiveGetCurrentWorkingDirectory(void) { function primitiveGetEGid (line 1708) | EXPORT(sqInt) primitiveGetEGid(void) { function primitiveGetEUid (line 1719) | EXPORT(sqInt) primitiveGetEUid(void) { function primitiveGetGid (line 1730) | EXPORT(sqInt) primitiveGetGid(void) { function primitiveGetPGid (line 1741) | EXPORT(sqInt) primitiveGetPGid(void) { function primitiveGetPGrp (line 1757) | EXPORT(sqInt) primitiveGetPGrp(void) { function primitiveGetPPid (line 1771) | EXPORT(sqInt) primitiveGetPPid(void) { function primitiveGetPid (line 1782) | EXPORT(sqInt) primitiveGetPid(void) { function primitiveGetSession (line 1795) | EXPORT(sqInt) primitiveGetSession(void) { function primitiveGetStdErrHandle (line 1816) | EXPORT(sqInt) primitiveGetStdErrHandle(void) { function primitiveGetStdErrHandleWithSessionIdentifier (line 1839) | EXPORT(sqInt) primitiveGetStdErrHandleWithSessionIdentifier(void) { function primitiveGetStdInHandle (line 1858) | EXPORT(sqInt) primitiveGetStdInHandle(void) { function primitiveGetStdInHandleWithSessionIdentifier (line 1881) | EXPORT(sqInt) primitiveGetStdInHandleWithSessionIdentifier(void) { function primitiveGetStdOutHandle (line 1900) | EXPORT(sqInt) primitiveGetStdOutHandle(void) { function primitiveGetStdOutHandleWithSessionIdentifier (line 1923) | EXPORT(sqInt) primitiveGetStdOutHandleWithSessionIdentifier(void) { function primitiveGetThreadID (line 1944) | EXPORT(sqInt) primitiveGetThreadID(void) { function primitiveGetUid (line 1951) | EXPORT(sqInt) primitiveGetUid(void) { function primitiveIsAtEndOfFile (line 1964) | EXPORT(sqInt) primitiveIsAtEndOfFile(void) { function primitiveKillOnExit (line 1990) | EXPORT(sqInt) primitiveKillOnExit(void) { function primitiveLockFileRegion (line 2039) | EXPORT(sqInt) primitiveLockFileRegion(void) { function primitiveMakePipe (line 2080) | EXPORT(sqInt) primitiveMakePipe(void) { function primitiveMakePipeWithSessionIdentifier (line 2132) | EXPORT(sqInt) primitiveMakePipeWithSessionIdentifier(void) { function primitiveModuleName (line 2177) | EXPORT(sqInt) primitiveModuleName(void) { function primitiveNice (line 2190) | EXPORT(sqInt) primitiveNice(void) { function primitivePutEnv (line 2214) | EXPORT(sqInt) primitivePutEnv(void) { function primitiveRealpath (line 2231) | EXPORT(sqInt) primitiveRealpath(void) { function primitiveReapChildProcess (line 2263) | EXPORT(sqInt) primitiveReapChildProcess(void) { function primitiveSQFileFlush (line 2297) | EXPORT(sqInt) primitiveSQFileFlush(void) { function primitiveSQFileFlushWithSessionIdentifier (line 2318) | EXPORT(sqInt) primitiveSQFileFlushWithSessionIdentifier(void) { function primitiveSQFileSetBlocking (line 2334) | EXPORT(sqInt) primitiveSQFileSetBlocking(void) { function primitiveSQFileSetBlockingWithSessionIdentifier (line 2365) | EXPORT(sqInt) primitiveSQFileSetBlockingWithSessionIdentifier(void) { function primitiveSQFileSetNonBlocking (line 2402) | EXPORT(sqInt) primitiveSQFileSetNonBlocking(void) { function primitiveSQFileSetNonBlockingWithSessionIdentifier (line 2433) | EXPORT(sqInt) primitiveSQFileSetNonBlockingWithSessionIdentifier(void) { function primitiveSQFileSetUnbuffered (line 2473) | EXPORT(sqInt) primitiveSQFileSetUnbuffered(void) { function primitiveSQFileSetUnbufferedWithSessionIdentifier (line 2497) | EXPORT(sqInt) primitiveSQFileSetUnbufferedWithSessionIdentifier(void) { function primitiveSemaIndexFor (line 2523) | EXPORT(sqInt) primitiveSemaIndexFor(void) { function primitiveSendSigabrtTo (line 2538) | EXPORT(sqInt) primitiveSendSigabrtTo(sqInt anIntegerPid) { function primitiveSendSigalrmTo (line 2566) | EXPORT(sqInt) primitiveSendSigalrmTo(sqInt anIntegerPid) { function primitiveSendSigchldTo (line 2595) | EXPORT(sqInt) primitiveSendSigchldTo(sqInt anIntegerPid) { function primitiveSendSigcontTo (line 2623) | EXPORT(sqInt) primitiveSendSigcontTo(sqInt anIntegerPid) { function primitiveSendSighupTo (line 2651) | EXPORT(sqInt) primitiveSendSighupTo(sqInt anIntegerPid) { function primitiveSendSigintTo (line 2679) | EXPORT(sqInt) primitiveSendSigintTo(sqInt anIntegerPid) { function primitiveSendSigkillTo (line 2707) | EXPORT(sqInt) primitiveSendSigkillTo(sqInt anIntegerPid) { function primitiveSendSigpipeTo (line 2735) | EXPORT(sqInt) primitiveSendSigpipeTo(sqInt anIntegerPid) { function primitiveSendSigquitTo (line 2763) | EXPORT(sqInt) primitiveSendSigquitTo(sqInt anIntegerPid) { function primitiveSendSigstopTo (line 2791) | EXPORT(sqInt) primitiveSendSigstopTo(sqInt anIntegerPid) { function primitiveSendSigtermTo (line 2819) | EXPORT(sqInt) primitiveSendSigtermTo(sqInt anIntegerPid) { function primitiveSendSigusr1To (line 2847) | EXPORT(sqInt) primitiveSendSigusr1To(sqInt anIntegerPid) { function primitiveSendSigusr2To (line 2875) | EXPORT(sqInt) primitiveSendSigusr2To(sqInt anIntegerPid) { function primitiveSetPGid (line 2902) | EXPORT(sqInt) primitiveSetPGid(void) { function primitiveSetPGrp (line 2920) | EXPORT(sqInt) primitiveSetPGrp(void) { function primitiveSetSemaIndex (line 2933) | EXPORT(sqInt) primitiveSetSemaIndex(void) { function primitiveSetSid (line 2947) | EXPORT(sqInt) primitiveSetSid(void) { function primitiveSigChldNumber (line 2961) | EXPORT(sqInt) primitiveSigChldNumber(void) { function primitiveSigHupNumber (line 2969) | EXPORT(sqInt) primitiveSigHupNumber(void) { function primitiveSigIntNumber (line 2977) | EXPORT(sqInt) primitiveSigIntNumber(void) { function primitiveSigKillNumber (line 2985) | EXPORT(sqInt) primitiveSigKillNumber(void) { function primitiveSigPipeNumber (line 2993) | EXPORT(sqInt) primitiveSigPipeNumber(void) { function primitiveSigQuitNumber (line 3001) | EXPORT(sqInt) primitiveSigQuitNumber(void) { function primitiveSigTermNumber (line 3009) | EXPORT(sqInt) primitiveSigTermNumber(void) { function primitiveSigUsr1Number (line 3017) | EXPORT(sqInt) primitiveSigUsr1Number(void) { function primitiveSigUsr2Number (line 3025) | EXPORT(sqInt) primitiveSigUsr2Number(void) { function primitiveSizeOfInt (line 3033) | EXPORT(sqInt) primitiveSizeOfInt(void) { function primitiveSizeOfPointer (line 3041) | EXPORT(sqInt) primitiveSizeOfPointer(void) { function primitiveTestEndOfFileFlag (line 3051) | EXPORT(sqInt) primitiveTestEndOfFileFlag(void) { function primitiveTestLockableFileRegion (line 3092) | EXPORT(sqInt) primitiveTestLockableFileRegion(void) { function primitiveUnixFileClose (line 3148) | EXPORT(sqInt) primitiveUnixFileClose(sqInt anIntegerFileNumber) { function primitiveUnixFileNumber (line 3163) | EXPORT(sqInt) primitiveUnixFileNumber(void) { function primitiveUnlockFileRegion (line 3184) | EXPORT(sqInt) primitiveUnlockFileRegion(void) { function primitiveUnsetEnv (line 3217) | EXPORT(sqInt) primitiveUnsetEnv(void) { function primitiveVersionString (line 3225) | EXPORT(sqInt) primitiveVersionString(void) { function reapChildProcess (line 3244) | static void reapChildProcess(int sigNum) { function sqInt (line 3256) | static sqInt resendSignal(int sigNum) { function restoreDefaultSignalHandlers (line 3263) | static void restoreDefaultSignalHandlers(void) { function sqInt (line 3281) | static sqInt sandboxSecurity(void) { function sqInt (line 3297) | static sqInt securityHeurisitic(void) { function sqInt (line 3338) | static sqInt sendSignaltoPid(sqInt sig, sqInt pid) { function sendSignalToPids (line 3345) | static void sendSignalToPids(void) { function SESSIONIDENTIFIERTYPE (line 3365) | static SESSIONIDENTIFIERTYPE sessionIdentifierFrom(sqInt aByteArray) { function SESSIONIDENTIFIERTYPE (line 3387) | static SESSIONIDENTIFIERTYPE sessionIdentifierFromSqFile(SQFile *sqFile) { function setInterpreter (line 3394) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { function setSigChldDefaultHandler (line 3406) | static void setSigChldDefaultHandler(void) { function setSigChldHandler (line 3413) | static void setSigChldHandler(void) { function setSigIntDefaultHandler (line 3419) | static void setSigIntDefaultHandler(void) { function setSigIntIgnore (line 3426) | static void setSigIntIgnore(void) { function setSigPipeDefaultHandler (line 3430) | static void setSigPipeDefaultHandler(void) { function sqInt (line 3440) | static sqInt setSigPipeHandler(void) { function setSigPipeIgnore (line 3448) | static void setSigPipeIgnore(void) { function shutdownModule (line 3459) | EXPORT(sqInt) shutdownModule(void) { function sqInt (line 3475) | static sqInt sigAbrtNumber(void) { function sqInt (line 3482) | static sqInt sigAlrmNumber(void) { function sqInt (line 3489) | static sqInt sigChldNumber(void) { function sqInt (line 3496) | static sqInt sigContNumber(void) { function sqInt (line 3517) | static sqInt sigHupNumber(void) { function sqInt (line 3531) | static sqInt sigIntNumber(void) { function sqInt (line 3538) | static sqInt sigKillNumber(void) { function sqInt (line 3545) | static sqInt sigPipeNumber(void) { function sqInt (line 3552) | static sqInt sigQuitNumber(void) { function sqInt (line 3559) | static sqInt sigStopNumber(void) { function sqInt (line 3566) | static sqInt sigTermNumber(void) { function sqInt (line 3574) | static sqInt sigUsr1Number(void) { function sqInt (line 3582) | static sqInt sigUsr2Number(void) { function sqInt (line 3590) | static sqInt signalArraySize(void) { function sqInt (line 3605) | static sqInt sizeOfInt(void) { function sqInt (line 3612) | static sqInt sizeOfPointer(void) { function sqInt (line 3620) | static sqInt sizeOfSession(void) { function socketDescriptorFrom (line 3633) | static int socketDescriptorFrom(sqInt sqSocketOop) { function sqInt (line 3648) | static sqInt socketRecordSize(void) { function SQSocket (line 3656) | static SQSocket * socketValueOf(sqInt anSQSocketRecord) { function sqInt (line 3664) | static sqInt stringFromCString(const char *aCString) { function unixFileNumber (line 3715) | static int unixFileNumber(FILEHANDLETYPE fileHandle) { FILE: vm/src/from_squeak/intplugins/ZipPlugin/ZipPlugin.c type VirtualMachine (line 75) | struct VirtualMachine type VirtualMachine (line 89) | struct VirtualMachine function sqInt (line 209) | static sqInt function sqInt (line 240) | static sqInt function sqInt (line 353) | static sqInt function sqInt (line 368) | static sqInt function sqInt (line 398) | static sqInt function VirtualMachine (line 506) | static VirtualMachine * function getModuleName (line 518) | EXPORT(const char*) function sqInt (line 524) | static sqInt function sqInt (line 537) | static sqInt function sqInt (line 548) | static sqInt function sqInt (line 633) | static sqInt function sqInt (line 661) | static sqInt function sqInt (line 674) | static sqInt function primitiveDeflateBlock (line 695) | EXPORT(sqInt) function primitiveDeflateUpdateHashTable (line 734) | EXPORT(sqInt) function primitiveInflateDecompressBlock (line 772) | EXPORT(sqInt) function primitiveUpdateAdler32 (line 867) | EXPORT(sqInt) function primitiveUpdateGZipCrc32 (line 918) | EXPORT(sqInt) function primitiveZipSendBlock (line 959) | EXPORT(sqInt) function sqInt (line 1259) | static sqInt function setInterpreter (line 1492) | EXPORT(sqInt) function sqInt (line 1510) | static sqInt function sqInt (line 1534) | static sqInt function sqInt (line 1544) | static sqInt function sqInt (line 1553) | static sqInt function sqInt (line 1615) | static sqInt function sqInt (line 1679) | static sqInt FILE: vm/src/from_squeak/unix/cmake/disabledPlugins.c type sqExport (line 1) | typedef struct { FILE: vm/src/from_squeak/unix/cmake/testDoubleWordAlignment.c function f (line 1) | int f(void *i) function main (line 7) | int main() FILE: vm/src/from_squeak/unix/cmake/testDoubleWordOrder.c function main (line 3) | int main(void) FILE: vm/src/from_squeak/unix/cmake/testLanginfoCodeset.c function main (line 3) | int main(int argc, char **argv) FILE: vm/src/from_squeak/unix/misc/threadValidate/sqTicker.c type Tickee (line 64) | typedef struct { function addSynchronousTickee (line 83) | void function ioSynchronousCheckForEvents (line 121) | void function addHighPriorityTickee (line 152) | void function checkHighPriorityTickees (line 196) | void FILE: vm/src/from_squeak/unix/misc/threadValidate/sqUnixHeartbeat.c function updateMicrosecondClock (line 57) | static void function ioUpdateVMTimezone (line 74) | void function ioMSecs (line 84) | int function sqLong (line 92) | sqLong type timeval (line 109) | struct timeval function sqInt (line 115) | sqInt function ioMicroMSecs (line 173) | int ioMicroMSecs(void) function ioSeconds (line 180) | int function usqLong (line 189) | usqLong function usqLong (line 196) | usqLong function usqLong (line 199) | usqLong function ioUTCSeconds (line 202) | int function ioRelinquishProcessorForMicroseconds (line 213) | int function ioInitTime (line 241) | void function heartbeat (line 253) | static void function prodHighPriorityThread (line 299) | void function high_performance_tick_handler (line 306) | static void function tickerSleepCycle (line 318) | static void function yieldToHighPriorityTickerThread (line 340) | void function unblockVMThreadAfterYieldToHighPriorityTickerThread (line 361) | void function heartbeat_handler (line 406) | static void function ioInitHeartbeat (line 447) | void function ioSetHeartbeatMilliseconds (line 516) | void type machine_state (line 523) | typedef enum { dead, condemned, nascent, quiescent, active } machine_state; type sched_param (line 526) | struct sched_param type timespec (line 534) | struct timespec type timespec (line 556) | struct timespec function ioInitHeartbeat (line 570) | void function ioSetHeartbeatMilliseconds (line 599) | void function ioHeartbeatMilliseconds (line 608) | int function ioHeartbeatFrequency (line 614) | unsigned long FILE: vm/src/from_squeak/unix/misc/threadValidate/threadValidate.c function printAndQuit (line 59) | void function lockedup (line 79) | void function maybeYield (line 105) | void function hptick (line 168) | void function forceInterruptCheckFromHeartbeat (line 193) | void function fakevm (line 196) | void function main (line 211) | int function ioNumProcessors (line 257) | int function warning (line 283) | void FILE: vm/src/from_squeak/unix/npsqueak/include/jri.h type JRIEnvInterface (line 21) | typedef struct JRIEnvInterface JRIEnvInterface; type JRIEnvInterface (line 24) | typedef const JRIEnvInterface* JRIEnv; type java_lang_Class (line 358) | struct java_lang_Class type java_lang_Throwable (line 359) | struct java_lang_Throwable type java_lang_Object (line 360) | struct java_lang_Object type java_lang_String (line 361) | struct java_lang_String type JRIEnvInterface (line 363) | struct JRIEnvInterface { type JRIEnvOperations (line 500) | typedef enum JRIEnvOperations { FILE: vm/src/from_squeak/unix/npsqueak/include/jri_md.h type jbool (line 101) | typedef unsigned char jbool; type jbyte (line 102) | typedef char jbyte; type jchar (line 103) | typedef short jchar; type jshort (line 104) | typedef short jshort; type juint (line 106) | typedef unsigned int juint; type jint (line 107) | typedef int jint; type juint (line 109) | typedef unsigned long juint; type jint (line 110) | typedef long jint; type jfloat (line 112) | typedef float jfloat; type jdouble (line 113) | typedef double jdouble; type juint (line 115) | typedef juint jsize; type jlong (line 130) | typedef long long jlong; type julong (line 131) | typedef unsigned long long julong; type LONGLONG (line 138) | typedef LONGLONG jlong; type DWORDLONG (line 139) | typedef DWORDLONG julong; type jlong (line 188) | typedef struct { type jlong (line 195) | typedef jlong julong; type JRI_JDK_stack_item (line 447) | typedef union JRI_JDK_stack_item { type JRI_JDK_Java8 (line 462) | typedef union JRI_JDK_Java8Str { FILE: vm/src/from_squeak/unix/npsqueak/include/jritypes.h type JRIEnvInterface (line 23) | struct JRIEnvInterface type jint (line 28) | typedef jint JRIInterfaceID[4]; type jint (line 29) | typedef jint JRIFieldID; type jint (line 30) | typedef jint JRIMethodID; type JRIGlobalRef (line 33) | typedef JRIGlobalRef jglobal; type JRIRef (line 34) | typedef JRIRef jref; type JRIValue (line 36) | typedef union JRIValue { type JRIValue (line 48) | typedef JRIValue jvalue; type JRIBoolean (line 50) | typedef enum JRIBoolean { type JRIConstant (line 55) | typedef enum JRIConstant { type JRIRef (line 60) | typedef JRIRef jbooleanArray; type JRIRef (line 61) | typedef JRIRef jbyteArray; type JRIRef (line 62) | typedef JRIRef jcharArray; type JRIRef (line 63) | typedef JRIRef jshortArray; type JRIRef (line 64) | typedef JRIRef jintArray; type JRIRef (line 65) | typedef JRIRef jlongArray; type JRIRef (line 66) | typedef JRIRef jfloatArray; type JRIRef (line 67) | typedef JRIRef jdoubleArray; type JRIRef (line 68) | typedef JRIRef jobjectArray; type JRIRef (line 69) | typedef JRIRef jstringArray; type JRIRef (line 70) | typedef JRIRef jarrayArray; type JRIEnvInterface (line 111) | struct JRIEnvInterface FILE: vm/src/from_squeak/unix/npsqueak/include/npapi.h type uint16 (line 36) | typedef unsigned short uint16; type uint32 (line 40) | typedef unsigned int uint32; type uint32 (line 42) | typedef unsigned long uint32; type int16 (line 46) | typedef short int16; type int32 (line 50) | typedef int int32; type int32 (line 52) | typedef long int32; type NPBool (line 66) | typedef unsigned char NPBool; type int16 (line 68) | typedef int16 NPError; type int16 (line 69) | typedef int16 NPReason; type NPP_t (line 81) | typedef struct _NPP type NPP_t (line 87) | typedef NPP_t* NPP; type NPStream (line 90) | typedef struct _NPStream type NPByteRange (line 101) | typedef struct _NPByteRange type NPSavedData (line 109) | typedef struct _NPSavedData type NPRect (line 116) | typedef struct _NPRect type NPAnyCallbackStruct (line 140) | typedef struct type NPSetWindowCallbackStruct (line 145) | typedef struct type NPPVariable (line 157) | typedef enum { type NPNVariable (line 165) | typedef enum { type NPWindow (line 173) | typedef struct _NPWindow type NPFullPrint (line 188) | typedef struct _NPFullPrint type NPEmbedPrint (line 197) | typedef struct _NPEmbedPrint type NPPrint (line 203) | typedef struct _NPPrint type NP_Port (line 222) | typedef struct NP_Port FILE: vm/src/from_squeak/unix/npsqueak/include/npupp.h type UniversalProcPtr (line 34) | typedef UniversalProcPtr NPP_InitializeUPP; type UniversalProcPtr (line 61) | typedef UniversalProcPtr NPP_ShutdownUPP; type UniversalProcPtr (line 88) | typedef UniversalProcPtr NPP_NewUPP; type NPError (line 109) | typedef NPError (*NPP_NewUPP)(NPMIMEType pluginType, NPP instance, uint1... type UniversalProcPtr (line 122) | typedef UniversalProcPtr NPP_DestroyUPP; type NPError (line 135) | typedef NPError (*NPP_DestroyUPP)(NPP instance, NPSavedData** save); type UniversalProcPtr (line 148) | typedef UniversalProcPtr NPP_SetWindowUPP; type NPError (line 162) | typedef NPError (*NPP_SetWindowUPP)(NPP instance, NPWindow* window); type UniversalProcPtr (line 175) | typedef UniversalProcPtr NPP_NewStreamUPP; type NPError (line 191) | typedef NPError (*NPP_NewStreamUPP)(NPP instance, NPMIMEType type, NPStr... type UniversalProcPtr (line 203) | typedef UniversalProcPtr NPP_DestroyStreamUPP; type NPError (line 218) | typedef NPError (*NPP_DestroyStreamUPP)(NPP instance, NPStream* stream, ... type UniversalProcPtr (line 231) | typedef UniversalProcPtr NPP_WriteReadyUPP; type int32 (line 245) | typedef int32 (*NPP_WriteReadyUPP)(NPP instance, NPStream* stream); type UniversalProcPtr (line 258) | typedef UniversalProcPtr NPP_WriteUPP; type int32 (line 275) | typedef int32 (*NPP_WriteUPP)(NPP instance, NPStream* stream, int32 offs... type UniversalProcPtr (line 288) | typedef UniversalProcPtr NPP_StreamAsFileUPP; type UniversalProcPtr (line 315) | typedef UniversalProcPtr NPP_PrintUPP; type UniversalProcPtr (line 342) | typedef UniversalProcPtr NPP_HandleEventUPP; type int16 (line 356) | typedef int16 (*NPP_HandleEventUPP)(NPP instance, void* event); type UniversalProcPtr (line 369) | typedef UniversalProcPtr NPP_URLNotifyUPP; type UniversalProcPtr (line 406) | typedef UniversalProcPtr NPN_GetValueUPP; type NPError (line 420) | typedef NPError (*NPN_GetValueUPP)(NPP instance, NPNVariable variable, v... type UniversalProcPtr (line 435) | typedef UniversalProcPtr NPN_GetURLNotifyUPP; type NPError (line 450) | typedef NPError (*NPN_GetURLNotifyUPP)(NPP instance, const char* url, co... type UniversalProcPtr (line 462) | typedef UniversalProcPtr NPN_PostURLNotifyUPP; type NPError (line 480) | typedef NPError (*NPN_PostURLNotifyUPP)(NPP instance, const char* url, c... type UniversalProcPtr (line 492) | typedef UniversalProcPtr NPN_GetURLUPP; type NPError (line 506) | typedef NPError (*NPN_GetURLUPP)(NPP instance, const char* url, const ch... type UniversalProcPtr (line 518) | typedef UniversalProcPtr NPN_PostURLUPP; type NPError (line 535) | typedef NPError (*NPN_PostURLUPP)(NPP instance, const char* url, const c... type UniversalProcPtr (line 547) | typedef UniversalProcPtr NPN_RequestReadUPP; type NPError (line 561) | typedef NPError (*NPN_RequestReadUPP)(NPStream* stream, NPByteRange* ran... type UniversalProcPtr (line 574) | typedef UniversalProcPtr NPN_NewStreamUPP; type NPError (line 590) | typedef NPError (*NPN_NewStreamUPP)(NPP instance, NPMIMEType type, const... type UniversalProcPtr (line 603) | typedef UniversalProcPtr NPN_WriteUPP; type int32 (line 619) | typedef int32 (*NPN_WriteUPP)(NPP instance, NPStream* stream, int32 len,... type UniversalProcPtr (line 632) | typedef UniversalProcPtr NPN_DestroyStreamUPP; type NPError (line 647) | typedef NPError (*NPN_DestroyStreamUPP)(NPP instance, NPStream* stream, ... type UniversalProcPtr (line 660) | typedef UniversalProcPtr NPN_StatusUPP; type UniversalProcPtr (line 686) | typedef UniversalProcPtr NPN_UserAgentUPP; type UniversalProcPtr (line 712) | typedef UniversalProcPtr NPN_MemAllocUPP; type UniversalProcPtr (line 739) | typedef UniversalProcPtr NPN_MemFreeUPP; type UniversalProcPtr (line 765) | typedef UniversalProcPtr NPN_MemFlushUPP; type uint32 (line 779) | typedef uint32 (*NPN_MemFlushUPP)(uint32 size); type UniversalProcPtr (line 793) | typedef UniversalProcPtr NPN_ReloadPluginsUPP; type UniversalProcPtr (line 820) | typedef UniversalProcPtr NPN_GetJavaEnvUPP; type JRIEnv (line 833) | typedef JRIEnv* (*NPN_GetJavaEnvUPP)(void); type UniversalProcPtr (line 846) | typedef UniversalProcPtr NPN_GetJavaPeerUPP; type jref (line 860) | typedef jref (*NPN_GetJavaPeerUPP)(NPP instance); type NPPluginFuncs (line 875) | typedef struct _NPPluginFuncs { type NPNetscapeFuncs (line 892) | typedef struct _NPNetscapeFuncs { type UniversalProcPtr (line 932) | typedef UniversalProcPtr NPP_MainEntryUPP; type NPError (line 947) | typedef NPError (*NPP_MainEntryUPP)(NPNetscapeFuncs*, NPPluginFuncs*, NP... FILE: vm/src/from_squeak/unix/npsqueak/npsqueak.c function DPRINT (line 40) | static void DPRINT(char *format, ...) function DPRINT (line 70) | static void DPRINT(char *format, ...) { } type SqueakPlugin (line 90) | typedef struct SqueakPlugin { type SqueakStream (line 110) | typedef struct SqueakStream { function NPError (line 146) | NPError function IgnoreErrors (line 200) | static int function NPError (line 208) | NPError function NPError (line 327) | NPError function NPError (line 389) | NPError function NPError (line 418) | NPError function NPError (line 440) | NPError function NPP_StreamAsFile (line 450) | void function NPP_URLNotify (line 486) | void function NPError (line 504) | NPError function NPP_Shutdown (line 511) | void function jref (line 519) | jref function int32 (line 527) | int32 function int32 (line 534) | int32 function NPP_Print (line 544) | void function Receive (line 555) | static void function Send (line 570) | static void function SendInt (line 583) | static void function DeliverFile (line 590) | static void function Run (line 612) | static void function SetWindow (line 671) | static void function SetUpWindow (line 695) | static void function SetUpSqueakWindow (line 709) | static void function DestroyCallback (line 725) | static void function InputCallback (line 747) | static void function GetUrl (line 772) | static void function PostUrl (line 821) | static void FILE: vm/src/from_squeak/unix/npsqueak/npunix.c function NPN_Version (line 60) | void function NPError (line 73) | NPError function NPError (line 80) | NPError function NPError (line 86) | NPError function NPError (line 95) | NPError function NPError (line 103) | NPError function NPError (line 114) | NPError function NPError (line 121) | NPError function int32 (line 129) | int32 function NPError (line 136) | NPError function NPN_Status (line 143) | void function NPN_MemFree (line 161) | void NPN_MemFree(void* ptr) function uint32 (line 166) | uint32 NPN_MemFlush(uint32 size) function NPN_ReloadPlugins (line 171) | void NPN_ReloadPlugins(NPBool reloadPages) function JRIEnv (line 176) | JRIEnv* NPN_GetJavaEnv() function jref (line 181) | jref NPN_GetJavaPeer(NPP instance) function NPError (line 199) | NPError function NPError (line 209) | NPError function NPError (line 216) | NPError function NPError (line 225) | NPError function int32 (line 235) | int32 function int32 (line 244) | int32 function Private_StreamAsFile (line 254) | void function Private_URLNotify (line 262) | void function NPError (line 269) | NPError function Private_Print (line 279) | void function JRIGlobalRef (line 286) | JRIGlobalRef function NPError (line 321) | NPError function NPError (line 344) | NPError function NPError (line 440) | NPError FILE: vm/src/from_squeak/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.c type VirtualMachine (line 78) | struct VirtualMachine function asyncFileInit (line 86) | int asyncFileInit(void) function asyncFileShutdown (line 95) | int asyncFileShutdown(void) function INLINE (line 130) | INLINE static FilePtr newFileRec(int fd, int sema) function INLINE (line 143) | INLINE static allocateBuffer(struct FileBuf *buf, int size) function FilePtr (line 163) | FilePtr asyncFileAttach(AsyncFile *f, int fd, int semaIndex) function asyncFileOpen (line 185) | int asyncFileOpen(AsyncFile *f, int fileNamePtr, int fileNameSize, function asyncFileClose (line 209) | int asyncFileClose(AsyncFile *f) function asyncFileRecordSize (line 232) | int asyncFileRecordSize(void) function asyncFileReadResult (line 240) | int asyncFileReadResult(AsyncFile *f, int bufferPtr, int bufferSize) function readHandler (line 258) | static void readHandler(int fd, void *data, int flags) function asyncFileReadStart (line 264) | int asyncFileReadStart(AsyncFile *f, int fPosition, int count) function asyncFileWriteResult (line 291) | int asyncFileWriteResult(AsyncFile *f) function writeBuffer (line 303) | static void writeBuffer(FilePtr fp) function writeHandler (line 328) | static void writeHandler(int fd, void *data, int flags) function asyncFileWriteStart (line 334) | int asyncFileWriteStart(AsyncFile *f, int fPosition, int bufferPtr, int ... FILE: vm/src/from_squeak/unix/plugins/AsynchFilePlugin/sqUnixAsynchFile.h type FileRec (line 3) | typedef struct FILE: vm/src/from_squeak/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.c type VirtualMachine (line 44) | struct VirtualMachine type SqDisplay (line 45) | struct SqDisplay function glInitialize (line 53) | int glInitialize(void) function glShutdown (line 65) | int glShutdown(void) function glMakeCurrentRenderer (line 76) | int glMakeCurrentRenderer(glRenderer *renderer) function glCreateRendererFlags (line 99) | int glCreateRendererFlags(int x, int y, int w, int h, int flags) function glRenderer (line 169) | glRenderer *glRendererFromHandle(int handle) function glDestroyRenderer (line 178) | int glDestroyRenderer(int handle) function glIsOverlayRenderer (line 195) | int glIsOverlayRenderer(int handle) function glSwapBuffers (line 201) | int glSwapBuffers(glRenderer *renderer) function glSetBufferRect (line 209) | int glSetBufferRect(int handle, int x, int y, int w, int h) function glSetVerboseLevel (line 236) | int glSetVerboseLevel(int level) function glGetIntPropertyOS (line 243) | int glGetIntPropertyOS(int handle, int prop) function glSetIntPropertyOS (line 281) | int glSetIntPropertyOS(int handle, int prop, int value) FILE: vm/src/from_squeak/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h type glRenderer (line 6) | typedef struct glRenderer FILE: vm/src/from_squeak/unix/plugins/CameraPlugin/sqCamera.c type io_method (line 55) | typedef enum { type buffer (line 61) | struct buffer { type camInfo_t (line 67) | struct camInfo_t { type camInfo_t (line 86) | struct camInfo_t function camIsOpen (line 100) | inline int camIsOpen( camPtr cam) { return (-1 != cam->fileDesc); } function camIsClosed (line 101) | inline int camIsClosed(camPtr cam) { return (-1 == cam->fileDesc); } function libCon (line 122) | void __attribute__ ((constructor)) function libDes (line 187) | void __attribute__ ((destructor)) function xioctl (line 202) | static int function clipPixel (line 222) | inline unsigned char clipPixel(const int pixel) { function convertPixelYUV444toARGB32 (line 229) | inline void function convertImageYUYVToARGB32 (line 248) | inline void function convertImageRGB24toARGB32 (line 281) | static void function convertImageRGB444toARGB32 (line 300) | static void function convertImageRGB565toARGB32 (line 326) | static void function convertImage (line 353) | void function read_frame (line 380) | static int function getFrame (line 410) | static int function stream_off (line 446) | static int function stream_on (line 456) | static int function uninit_device (line 466) | static int function queue_buffers (line 480) | static int function init_mmap (line 500) | static int function set_format (line 548) | static int function init_device (line 577) | static int function close_device (line 668) | static int function open_device (line 677) | static int function InitCamera (line 697) | int function sqInt (line 725) | sqInt function sqInt (line 742) | sqInt function sqInt (line 755) | sqInt function CameraClose (line 775) | void function sqInt (line 787) | sqInt FILE: vm/src/from_squeak/unix/plugins/ClipboardExtendedPlugin/sqUnixExtendedClipboard.c type sqInt (line 36) | typedef int sqInt; type VirtualMachine (line 39) | struct VirtualMachine function sqPasteboardClear (line 52) | void sqPasteboardClear( sqInt inPasteboard ) function sqPasteboardGetItemCount (line 60) | int sqPasteboardGetItemCount(sqInt inPasteboard) function sqPasteboardCopyItemFlavorsitemNumber (line 72) | int sqPasteboardCopyItemFlavorsitemNumber (sqInt inPasteboard, int forma... function sqInt (line 103) | sqInt sqCreateClipboard( void ) function sqPasteboardPutItemFlavordatalengthformatTypeformatLength (line 109) | void sqPasteboardPutItemFlavordatalengthformatTypeformatLength ( sqInt i... function sqPasteboardCopyItemFlavorDataformatformatLength (line 116) | int sqPasteboardCopyItemFlavorDataformatformatLength (sqInt inPasteboard... function Display (line 133) | Display * ioGetDisplay() function updateInputTargets (line 147) | void updateInputTargets(Atom * newTargets, int targetSize) function main (line 151) | int main () { FILE: vm/src/from_squeak/unix/plugins/DropPlugin/sqUnixDragDrop.c type VirtualMachine (line 48) | struct VirtualMachine function dropInit (line 53) | int dropInit(void) { return 1; } function dropShutdown (line 54) | int dropShutdown(void) { return 1; } function dropRequestFileHandle (line 67) | int dropRequestFileHandle(int dropIndex) function sqSecFileAccessCallback (line 80) | int sqSecFileAccessCallback(void *callback) { return 0; } function sqSetNumberOfDropFiles (line 81) | void sqSetNumberOfDropFiles(int numberOfFiles) { } function sqSetFileInformation (line 82) | void sqSetFileInformation(int dropIndex, void *dropFile) { } FILE: vm/src/from_squeak/unix/plugins/FileCopyPlugin/sqUnixFileCopyPlugin.c function copy (line 73) | static int copy(char *from, char *to) function sqCopyFilesizetosize (line 120) | int sqCopyFilesizetosize(char *srcName, int srcNameSize, char *dstName, ... FILE: vm/src/from_squeak/unix/plugins/FilePlugin/sqUnixFile.c function sqInt (line 91) | sqInt dir_Create(char *pathString, sqInt pathStringLength) function sqInt (line 105) | sqInt dir_Delete(char *pathString, sqInt pathStringLength) function sqInt (line 125) | sqInt dir_Delimitor(void) function maybeOpenDir (line 131) | static int maybeOpenDir(char *unixPath) function sqInt (line 153) | sqInt dir_Lookup(char *pathString, sqInt pathStringLength, sqInt index, function sqInt (line 247) | sqInt dir_EntryLookup(char *pathString, sqInt pathStringLength, char* na... function sqInt (line 303) | sqInt dir_SetMacFileTypeAndCreator(char *filename, sqInt filenameSize, c... function sqInt (line 308) | sqInt dir_GetMacFileTypeAndCreator(char *filename, sqInt filenameSize, c... function sqStdoutToDevTTY (line 319) | void FILE: vm/src/from_squeak/unix/plugins/HostWindowPlugin/sqUnixHostWindowPlugin.c type SqDisplay (line 36) | struct SqDisplay function closeWindow (line 43) | int closeWindow(int index) function createWindowWidthheightoriginXyattrlength (line 58) | int createWindowWidthheightoriginXyattrlength( function sqInt (line 71) | sqInt ioShowDisplayOnWindow( function ioSizeOfWindow (line 91) | int ioSizeOfWindow(int windowIndex) function ioSizeOfWindowSetxy (line 104) | int ioSizeOfWindowSetxy(int windowIndex, int w, int h) function ioPositionOfWindow (line 117) | int ioPositionOfWindow(int windowIndex) function ioPositionOfWindowSetxy (line 130) | int ioPositionOfWindowSetxy(int windowIndex, int x, int y) function ioSetTitleOfWindow (line 143) | int ioSetTitleOfWindow(int windowIndex, char *newTitle, int sizeOfTitle) function ioCloseAllWindows (line 156) | int ioCloseAllWindows(void) FILE: vm/src/from_squeak/unix/plugins/JoystickTabletPlugin/sqUnixJoystickTablet.c function joystickRead (line 38) | int joystickRead(int index) { return 0; } function joystickInit (line 39) | int joystickInit(void) { return 0; } function tabletInit (line 43) | int tabletInit(void) function tabletGetParameters (line 48) | int tabletGetParameters(int cursorIndex, int result[]) function tabletRead (line 53) | int tabletRead(int cursorIndex, int result[]) function tabletResultSize (line 58) | int tabletResultSize(void) function joystickShutdown (line 63) | int joystickShutdown(void) FILE: vm/src/from_squeak/unix/plugins/LocalePlugin/sqUnixLocale.c function sqInt (line 8) | sqInt sqLocInitialize(void) { function sqLocGetCountryInto (line 17) | void sqLocGetCountryInto(char * str) { function sqLocGetLanguageInto (line 27) | void sqLocGetLanguageInto(char * str) { function sqInt (line 37) | sqInt sqLocCurrencyNotation(void) { function sqInt (line 42) | sqInt sqLocCurrencySymbolSize(void) { function sqLocGetCurrencySymbolInto (line 46) | void sqLocGetCurrencySymbolInto(char * str) { function sqInt (line 55) | sqInt sqLocMeasurementMetric(void) { function sqLocGetDigitGroupingSymbolInto (line 61) | void sqLocGetDigitGroupingSymbolInto(char * str) { function sqLocGetDecimalSymbolInto (line 67) | void sqLocGetDecimalSymbolInto(char * str) { function sqInt (line 74) | sqInt sqLocGetVMOffsetToUTC(void) { function sqInt (line 79) | sqInt sqLocGetTimezoneOffset(void) { function sqInt (line 89) | sqInt sqLocDaylightSavings(void) { function sqInt (line 98) | sqInt sqLocLongDateFormatSize(void) { function sqLocGetLongDateFormatInto (line 108) | void sqLocGetLongDateFormatInto(char * str) { function sqInt (line 113) | sqInt sqLocShortDateFormatSize(void) { function sqLocGetShortDateFormatInto (line 123) | void sqLocGetShortDateFormatInto(char * str) { function sqInt (line 128) | sqInt sqLocTimeFormatSize(void) { function sqLocGetTimeFormatInto (line 135) | void sqLocGetTimeFormatInto(char * str) { FILE: vm/src/from_squeak/unix/plugins/PrintJobPlugin/sqPrinting.c function ioPrintSetup (line 9) | int ioPrintSetup(PrintingLogicPtr *printJob) function ioPrintPreProcessing (line 15) | int ioPrintPreProcessing(PrintingLogicPtr printJob,int numberOfPages) function ioPrintPostProcessing (line 20) | int ioPrintPostProcessing(PrintingLogicPtr printJob) function ioPrintCleanup (line 25) | int ioPrintCleanup(PrintingLogicPtr *printJob) function ioInitPrintJob (line 30) | int ioInitPrintJob(void) function ioShutdownPrintJob (line 37) | int ioShutdownPrintJob(void) function ioPagePreProcessing (line 42) | int ioPagePreProcessing(PrintingLogicPtr printJob) function ioPagePostProcessing (line 47) | int ioPagePostProcessing(PrintingLogicPtr printJob) function ioPrintGetFirstPageNumber (line 60) | int ioPrintGetFirstPageNumber(PrintingLogicPtr printJob) function ioPrintGetLastPageNumber (line 66) | int ioPrintGetLastPageNumber(PrintingLogicPtr printJob) function ioPrint (line 77) | int ioPrint(PrintingLogicPtr printJob) function ioPagePostscript (line 86) | int ioPagePostscript(PrintingLogicPtr printJob,char *postscript,int post... function ioPageForm (line 110) | int ioPageForm(PrintingLogicPtr printJob, char *aBitMap,int h,int w,int ... FILE: vm/src/from_squeak/unix/plugins/PrintJobPlugin/sqPrinting.h type PrintingLogic (line 3) | typedef int PrintingLogic; type PrintingLogic (line 4) | typedef PrintingLogic *PrintingLogicPtr; FILE: vm/src/from_squeak/unix/plugins/PseudoTTYPlugin/openpty.h function openpty (line 58) | static int openpty(int *ptmp, int *ptsp, char *ttyp, void *termiosp, voi... function login_tty (line 73) | static int login_tty(int pts) FILE: vm/src/from_squeak/unix/plugins/PseudoTTYPlugin/sqUnixPseudoTTYPlugin.c type SlaveRec (line 78) | typedef struct Slave type VirtualMachine (line 103) | struct VirtualMachine function sigchld (line 106) | static void sigchld(int signum) function ptyInit (line 131) | int ptyInit(void) function ptyShutdown (line 149) | int ptyShutdown(void) function ptyForkAndExec (line 181) | int ptyForkAndExec(AsyncFile *f, int semaIndex, function ptyClose (line 282) | int ptyClose(AsyncFile *f) type winsize (line 319) | struct winsize FILE: vm/src/from_squeak/unix/plugins/SecurityPlugin/sqUnixSecurity.c function isAccessiblePathName (line 38) | static int isAccessiblePathName(char *pathName) function isAccessibleFileName (line 51) | static int isAccessibleFileName(char *fileName) function sqInt (line 66) | sqInt ioCanCreatePathOfSize(char* pathString, sqInt pathStringLength) function sqInt (line 73) | sqInt ioCanListPathOfSize(char* pathString, sqInt pathStringLength) function sqInt (line 80) | sqInt ioCanDeletePathOfSize(char* pathString, sqInt pathStringLength) function sqInt (line 90) | sqInt ioCanOpenFileOfSizeWritable(char* pathString, sqInt pathStringLeng... function sqInt (line 97) | sqInt ioCanOpenAsyncFileOfSizeWritable(char* pathString, sqInt pathStrin... function sqInt (line 103) | sqInt ioCanDeleteFileOfSize(char* pathString, sqInt pathStringLength) function sqInt (line 109) | sqInt ioCanRenameFileOfSize(char* pathString, sqInt pathStringLength) function sqInt (line 116) | sqInt ioCanGetFileTypeOfSize(char* pathString, sqInt pathStringLength) function sqInt (line 122) | sqInt ioCanSetFileTypeOfSize(char* pathString, sqInt pathStringLength) function sqInt (line 131) | sqInt ioDisableFileAccess(void) function sqInt (line 138) | sqInt ioHasFileAccess(void) function sqInt (line 150) | sqInt ioCanRenameImage(void) function sqInt (line 155) | sqInt ioCanWriteImage(void) function sqInt (line 160) | sqInt ioDisableImageWrite(void) function sqInt (line 173) | sqInt ioCanCreateSocketOfType(sqInt netType, sqInt socketType) function sqInt (line 179) | sqInt ioCanConnectToPort(sqInt netAddr, sqInt port) function sqInt (line 185) | sqInt ioCanListenOnPort(sqInt s, sqInt port) function sqInt (line 191) | sqInt ioDisableSocketAccess() function sqInt (line 198) | sqInt ioHasSocketAccess() function sqInt (line 222) | sqInt ioInitSecurity(void) FILE: vm/src/from_squeak/unix/plugins/SerialPlugin/sqUnixSerial.c type termios (line 59) | struct termios type drDecode (line 62) | typedef struct drDecode { int dataRate; speed_t code; } drDecode; type termios (line 107) | struct termios function speed_t (line 113) | static speed_t serialDecodeSpeed(int speed) function serialPortClose (line 127) | int serialPortClose(int portNum) function serialPortOpen (line 156) | int serialPortOpen( function serialPortReadInto (line 265) | int serialPortReadInto(int portNum, int count, int startPtr) function serialPortWriteFrom (line 299) | int serialPortWriteFrom(int portNum, int count, int startPtr) function serialPortInit (line 325) | int serialPortInit(void) function serialPortShutdown (line 350) | int serialPortShutdown(void) FILE: vm/src/from_squeak/unix/plugins/SocketPlugin/sqUnixSocket.c type privateSocketStruct (line 145) | typedef struct privateSocketStruct type VirtualMachine (line 196) | struct VirtualMachine function sqInt (line 224) | sqInt socketInit(void) function sqInt (line 229) | sqInt socketShutdown(void) function setLinger (line 241) | static void setLinger(int fd, int flag) type hostent (line 252) | struct hostent function nameToAddr (line 264) | static int nameToAddr(char *hostName) function socketValid (line 277) | static int socketValid(SocketPtr s) function socketReadable (line 289) | static int socketReadable(int s) function socketWritable (line 301) | static int socketWritable(int s) function socketError (line 313) | static int socketError(int s) function acceptHandler (line 331) | static void acceptHandler(int fd, void *data, int flags) function connectHandler (line 387) | static void connectHandler(int fd, void *data, int flags) function dataHandler (line 421) | static void dataHandler(int fd, void *data, int flags) function closeHandler (line 461) | static void closeHandler(int fd, void *data, int flags) function sqInt (line 477) | sqInt sqNetworkInit(sqInt resolverSemaIndex) function sqNetworkShutdown (line 493) | void sqNetworkShutdown(void) function sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaID (line 507) | void sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaID(SocketPtr s... function sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID (line 512) | void sqSocketCreateNetTypeSocketTypeRecvBytesSendBytesSemaIDReadSemaIDWr... function sqSocketCreateRawProtoTypeRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID (line 572) | void sqSocketCreateRawProtoTypeRecvBytesSendBytesSemaIDReadSemaIDWriteSe... function sqInt (line 622) | sqInt sqSocketConnectionStatus(SocketPtr s) function sqSocketListenOnPort (line 657) | void sqSocketListenOnPort(SocketPtr s, sqInt port) function sqSocketListenOnPortBacklogSizeInterface (line 662) | void sqSocketListenOnPortBacklogSizeInterface(SocketPtr s, sqInt port, s... function sqSocketListenOnPortBacklogSize (line 697) | void sqSocketListenOnPortBacklogSize(SocketPtr s, sqInt port, sqInt back... function sqSocketConnectToPort (line 705) | void sqSocketConnectToPort(SocketPtr s, sqInt addr, sqInt port) function sqSocketAcceptFromRecvBytesSendBytesSemaID (line 760) | void sqSocketAcceptFromRecvBytesSendBytesSemaID(SocketPtr s, SocketPtr s... function sqSocketAcceptFromRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID (line 766) | void sqSocketAcceptFromRecvBytesSendBytesSemaIDReadSemaIDWriteSemaID(Soc... function sqSocketCloseConnection (line 818) | void sqSocketCloseConnection(SocketPtr s) function sqSocketAbortConnection (line 860) | void sqSocketAbortConnection(SocketPtr s) function sqSocketDestroy (line 873) | void sqSocketDestroy(SocketPtr s) function sqInt (line 892) | sqInt sqSocketError(SocketPtr s) function sqInt (line 902) | sqInt sqSocketLocalAddress(SocketPtr s) function sqInt (line 918) | sqInt sqSocketRemoteAddress(SocketPtr s) function sqInt (line 940) | sqInt sqSocketLocalPort(SocketPtr s) function sqInt (line 956) | sqInt sqSocketRemotePort(SocketPtr s) function sqInt (line 983) | sqInt sqSocketReceiveDataAvailable(SocketPtr s) function sqInt (line 1013) | sqInt sqSocketSendDone(SocketPtr s) function sqInt (line 1030) | sqInt sqSocketReceiveDataBufCount(SocketPtr s, char *buf, sqInt bufSize) function sqInt (line 1079) | sqInt sqSocketSendDataBufCount(SocketPtr s, char *buf, sqInt bufSize) function sqInt (line 1130) | sqInt sqSocketReceiveUDPDataBufCountaddressportmoreFlag(SocketPtr s, cha... function sqInt (line 1161) | sqInt sqSockettoHostportSendDataBufCount(SocketPtr s, sqInt address, sqI... type socketOption (line 1206) | typedef struct function socketOption (line 1266) | static socketOption *findOption(char *name, size_t nameSize) function sqInt (line 1289) | sqInt sqSocketSetOptionsoptionNameStartoptionNameSizeoptionValueStartopt... function sqInt (line 1347) | sqInt sqSocketGetOptionsoptionNameStartoptionNameSizereturnedValue(Socke... function sqSocketBindToPort (line 1369) | void sqSocketBindToPort(SocketPtr s, int addr, int port) function sqSocketSetReusable (line 1391) | void sqSocketSetReusable(SocketPtr s) function sqResolverAbort (line 1422) | void sqResolverAbort(void) {} function sqResolverStartAddrLookup (line 1424) | void sqResolverStartAddrLookup(sqInt address) function sqInt (line 1433) | sqInt sqResolverStatus(void) function sqInt (line 1444) | sqInt sqResolverAddrLookupResultSize(void) { return strlen(lastName); } function sqInt (line 1445) | sqInt sqResolverError(void) { return lastError; } function sqInt (line 1446) | sqInt sqResolverLocalAddress(void) { return nameToAddr(localHostName); } function sqInt (line 1447) | sqInt sqResolverNameLookupResult(void) { return lastAddr; } function sqResolverAddrLookupResult (line 1449) | void sqResolverAddrLookupResult(char *nameForAddress, sqInt nameSize) function sqResolverStartNameLookup (line 1456) | void sqResolverStartNameLookup(char *hostName, sqInt nameSize) FILE: vm/src/from_squeak/unix/plugins/SoundPlugin/sqUnixSound.c type SqModule (line 50) | struct SqModule type SqModule (line 51) | struct SqModule type SqSound (line 53) | struct SqSound function sqInt (line 55) | sqInt soundInit(void) function sqInt (line 86) | sqInt soundShutdown(void) function sqInt (line 95) | sqInt snd_AvailableSpace(void) function sqInt (line 100) | sqInt snd_InsertSamplesFromLeadTime(sqInt frameCount, void *srcBufPtr, s... function sqInt (line 105) | sqInt snd_PlaySamplesFromAtLength(sqInt frameCount, void *srcBufPtr, sqI... function sqInt (line 110) | sqInt snd_PlaySilence(void) function sqInt (line 115) | sqInt snd_Start(sqInt frameCount, sqInt samplesPerSec, sqInt stereo, sqI... function sqInt (line 120) | sqInt snd_Stop(void) function sqInt (line 127) | sqInt snd_StartRecording(sqInt desiredSamplesPerSec, sqInt stereo, sqInt... function sqInt (line 132) | sqInt snd_StopRecording(void) function snd_GetRecordingSampleRate (line 137) | double snd_GetRecordingSampleRate(void) function sqInt (line 142) | sqInt snd_RecordSamplesIntoAtLength(void *buf, sqInt startSliceIndex, sq... function snd_Volume (line 149) | void snd_Volume(double *left, double *right) { snd->snd_Volume(left,... function snd_SetVolume (line 150) | void snd_SetVolume(double left, double right) { snd->snd_SetVolume(l... function snd_SetRecordLevel (line 151) | int snd_SetRecordLevel(sqInt level) { return snd->snd_SetRecordLeve... function sqInt (line 152) | sqInt snd_GetSwitch(sqInt id, sqInt captureFlag, sqInt channel) { retu... function sqInt (line 153) | sqInt snd_SetSwitch(sqInt id, sqInt captureFlag, sqInt parameter) { retu... function sqInt (line 154) | sqInt snd_SetDevice(sqInt id, char *name) { return snd->snd_SetDevic... FILE: vm/src/from_squeak/unix/plugins/SoundPlugin/zzz/Buffer.h type Block (line 15) | typedef struct function Block (line 24) | Block *Block_new(int size) function Block_delete (line 40) | void Block_delete(Block *b) function Block_reset (line 47) | void Block_reset(Block *b) type Buffer (line 54) | typedef struct function Buffer (line 61) | Buffer *Buffer_new(int size) function Buffer_delete (line 78) | void Buffer_delete(Buffer *b) function Buffer_swap (line 86) | int Buffer_swap(Buffer *b) FILE: vm/src/from_squeak/unix/plugins/SoundPlugin/zzz/DoubleBuffer.h type Buffer (line 15) | typedef struct function Buffer (line 25) | Buffer *Buffer_new(int size) function Buffer_delete (line 40) | void Buffer_delete(Buffer *b) function Buffer_reset (line 48) | void Buffer_reset(Buffer *b) function Buffer_avail (line 55) | int Buffer_avail(Buffer *b) function Buffer_free (line 60) | int Buffer_free(Buffer *b) type DBuffer (line 66) | typedef struct function DBuffer (line 73) | DBuffer *DBuffer_new(int size) function DBuffer_delete (line 90) | void DBuffer_delete(DBuffer *d) function DBuffer_swap (line 99) | int DBuffer_swap(DBuffer *d) FILE: vm/src/from_squeak/unix/plugins/SoundPlugin/zzz/Fifo.h type Buffer (line 10) | typedef struct function Buffer (line 20) | Buffer *Buffer_new(int size) function Buffer_delete (line 37) | void Buffer_delete(Buffer *b) function Buffer_avail (line 45) | inline int Buffer_avail(Buffer *b) function Buffer_free (line 51) | inline int Buffer_free(Buffer *b) function Buffer_getOutputPointers (line 57) | inline void Buffer_getOutputPointers(Buffer *b, char **p1, int *n1, char... function Buffer_getOutputPointer (line 81) | inline int Buffer_getOutputPointer(Buffer *b, char **ptr) function Buffer_getInputPointer (line 92) | inline int Buffer_getInputPointer(Buffer *b, char **ptr) function Buffer_advanceOutputPointer (line 104) | inline void Buffer_advanceOutputPointer(Buffer *b, int size) function Buffer_advanceInputPointer (line 118) | inline void Buffer_advanceInputPointer(Buffer *b, int size) function Buffer_prefill (line 135) | inline void Buffer_prefill(Buffer *b, int bytes) function Buffer_write (line 146) | inline int Buffer_write(Buffer *b, char *buf, int nbytes) function Buffer_read (line 180) | inline int Buffer_read(Buffer *b, char *buf, int nbytes) FILE: vm/src/from_squeak/unix/plugins/SoundPlugin/zzz/ring.h type ring (line 32) | typedef struct _ring function ring (line 43) | static ring *ring_new(int bufCount, int bufSize) function ring_delete (line 77) | static void ring_delete(ring *r) function ring_isEmpty (line 102) | static inline int ring_isEmpty(ring *r) { return r->nBufs == 0; } function ring_freeBufs (line 103) | static inline int ring_freeBufs(ring *r) { return r->bufCount - r->nBu... function ring_availBufs (line 104) | static inline int ring_availBufs(ring *r) { return r->nBufs; } function ring_freeBytes (line 105) | static inline int ring_freeBytes(ring *r) { return ring_freeBufs(r) * r... function ring_availBytes (line 106) | static inline int ring_availBytes(ring *r) { return ring_availBufs(r) * ... function ring_oAdvance (line 108) | static inline void ring_oAdvance(ring *r) function ring_iAdvance (line 115) | static inline void ring_iAdvance(ring *r) function ring_copyIn (line 128) | static int ring_copyIn(ring *r, char *bytes, int size) function ring_copyOut (line 144) | static int ring_copyOut(ring *r, char *bytes, int size) FILE: vm/src/from_squeak/unix/plugins/SqueakFFIPrims/any-libffi.c function primitiveFail (line 27) | static int primitiveFail(void) { puts("primitive fail"); exit(1); return... type VirtualMachine (line 29) | struct VirtualMachine function ffiInitialize (line 103) | int ffiInitialize(void) function ffiSupportsCallingConvention (line 115) | int ffiSupportsCallingConvention(int callType) function ffiAlloc (line 123) | int ffiAlloc(int byteSize) function ffiFree (line 129) | int ffiFree(int pointer) function ffiPushSignedByte (line 138) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 144) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 150) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 156) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 162) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 168) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 174) | int ffiPushSignedLongLong(int low, int high) function ffiPushUnsignedLongLong (line 185) | int ffiPushUnsignedLongLong(int low, int high) function ffiPushSignedChar (line 196) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 202) | int ffiPushUnsignedChar(int value) function ffiPushBool (line 208) | int ffiPushBool(int value) function ffiPushSingleFloat (line 214) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 220) | int ffiPushDoubleFloat(double value) function ffi_type (line 227) | ffi_type* ffiCreateType(int *structSpec, int structSize) function ffiPushStructureOfLength (line 302) | int ffiPushStructureOfLength(int pointer, int* structSpec, int structSize) function ffiPushPointer (line 317) | int ffiPushPointer(int pointer) function ffiPushStringOfLength (line 323) | int ffiPushStringOfLength(int srcIndex, int length) function ffiCanReturn (line 340) | int ffiCanReturn(int *structSpec, int specSize) function ffiReturnFloatValue (line 359) | double ffiReturnFloatValue(void) function ffiLongLongResultLow (line 366) | int ffiLongLongResultLow(void) function ffiLongLongResultHigh (line 377) | int ffiLongLongResultHigh(void) function ffiStoreStructure (line 388) | int ffiStoreStructure(int address, int structSize) function ffiCleanup (line 402) | int ffiCleanup(void) function ffiCallAddress (line 428) | int ffiCallAddress(int fn, ffi_type *returnType, int atomicArgType) function ffiCallAddressOfWithPointerReturn (line 461) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiCallAddressOfWithStructReturn (line 466) | int ffiCallAddressOfWithStructReturn(int fn, int callType, function ffiCallAddressOfWithReturnType (line 473) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) function ffiDoAssertions (line 501) | void ffiDoAssertions(void) {} FILE: vm/src/from_squeak/unix/plugins/SqueakFFIPrims/ffi-test-main.c function fail (line 56) | static int fail(char *file, int line) function my_strlen (line 66) | static size_t my_strlen(char *s) { return strlen(s); } function promotion (line 68) | static int promotion(signed char sc, signed short ss, unsigned char uc, ... function return_sc (line 74) | static signed char return_sc(signed char sc) { return sc; } function return_uc (line 75) | static unsigned char return_uc(unsigned char uc) { return uc; } function return_ll (line 76) | static long long return_ll(long long ll) { return ll; } function floating (line 78) | static int floating(int a, float b, double c, long_double d, int e) function many (line 86) | static float many(float f1, float f2, float f3, float f4, float f5, floa... function dblit (line 95) | static double dblit(float f) { return f/3.0; } function long_double (line 96) | static long_double ldblit(float f) { return (long_double)(((long_double)... type test_structure_1 (line 101) | typedef struct { unsigned char uc; double d; unsigned int ui; } test_s... function test_structure_1 (line 108) | static test_structure_1 struct1(test_structure_1 ts) type test_structure_2 (line 114) | typedef struct { double d1; double d2;} test_structure_2; function test_structure_2 (line 121) | static test_structure_2 struct2(test_structure_2 ts) type test_structure_3 (line 126) | typedef struct { int si; } test_structure_3; function test_structure_3 (line 133) | static test_structure_3 struct3(test_structure_3 ts) type test_structure_4 (line 138) | typedef struct { unsigned ui1; unsigned ui2; unsigned ui3; } test_stru... function test_structure_4 (line 145) | static test_structure_4 struct4(test_structure_4 ts) type test_structure_5 (line 150) | typedef struct { char c1; char c2; } test_structure_5; function test_structure_5 (line 157) | static test_structure_5 struct5(test_structure_5 ts1, test_structure_5 ts2) type test_structure_6 (line 163) | typedef struct { float f; double d; } test_structure_6; function test_structure_6 (line 170) | static test_structure_6 struct6 (test_structure_6 ts) type test_structure_7 (line 175) | typedef struct { float f1; float f2; double d; } test_structure_7; function test_structure_7 (line 182) | static test_structure_7 struct7 (test_structure_7 ts) type test_structure_8 (line 187) | typedef struct { float f1; float f2; float f3; float f4; } test_struc... function test_structure_8 (line 194) | static test_structure_8 struct8 (test_structure_8 ts) type test_structure_9 (line 199) | typedef struct { float f; int i; } test_structure_9; function test_structure_9 (line 206) | static test_structure_9 struct9 (test_structure_9 ts) function ctests (line 218) | void ctests(void) function assert (line 560) | static void assert(int pred, const char *gripe) function stests (line 569) | void stests(void) function main (line 656) | int main() FILE: vm/src/from_squeak/unix/plugins/SqueakFFIPrims/ffi-test.c function ffiTestChars (line 22) | char ffiTestChars(char c1, char c2, char c3, char c4) function ffiTestShorts (line 29) | short ffiTestShorts(short c1, short c2, short c3, short c4) function ffiTestInts (line 36) | int ffiTestInts(int c1, int c2, int c3, int c4) function ffiTestInts8 (line 43) | int ffiTestInts8(int c1, int c2, int c3, int c4, int c5, int c6, int c7,... function ffiTestInts9 (line 50) | int ffiTestInts9(int c1, int c2, int c3, int c4, int c5, int c6, int c7,... function ffiTestFloats (line 57) | float ffiTestFloats(float f1, float f2) function ffiTestFloats7 (line 64) | float ffiTestFloats7(float f1, float f2, float f3, float f4, float f5, f... function ffiTestFloats13 (line 71) | float ffiTestFloats13(float f1, float f2, float f3, float f4, float f5, ... function ffiTestFloats15 (line 78) | float ffiTestFloats15(float f1, float f2, float f3, float f4, float f5, ... function ffiTestDoubles (line 85) | double ffiTestDoubles(double d1, double d2) function ffiTestDoubles15 (line 92) | double ffiTestDoubles15(double f1, double f2, double f3, double f4, doub... function ffiTestPoint2 (line 106) | ffiTestPoint2 ffiTestStruct64(ffiTestPoint2 pt1, ffiTestPoint2 pt2) function ffiTestPoint4 (line 117) | ffiTestPoint4 ffiTestStructBig(ffiTestPoint4 pt1, ffiTestPoint4 pt2) function ffiTestPoint4 (line 132) | ffiTestPoint4 *ffiTestPointers(ffiTestPoint4 *pt1, ffiTestPoint4 *pt2) function LONGLONG (line 148) | LONGLONG ffiTestLongLong(LONGLONG i1, LONGLONG i2) FILE: vm/src/from_squeak/unix/plugins/SqueakFFIPrims/ffi-test.h type ffiTestPoint2 (line 1) | typedef struct ffiTestPoint2 type ffiTestPoint4 (line 7) | typedef struct ffiTestPoint4 FILE: vm/src/from_squeak/unix/plugins/SqueakFFIPrims/ppc-darwin.c type VirtualMachine (line 64) | struct VirtualMachine function primitiveFail (line 67) | static int primitiveFail(void) { puts("primitive fail"); exit(1); return... function ffiInitialize (line 113) | int ffiInitialize(void) function ffiSupportsCallingConvention (line 125) | int ffiSupportsCallingConvention(int callType) function ffiAlloc (line 132) | int ffiAlloc(int byteSize) function ffiFree (line 140) | int ffiFree(int ptr) function ffiPushSignedChar (line 167) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 175) | int ffiPushUnsignedChar(int value) function ffiPushSignedByte (line 183) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 191) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 199) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 207) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 215) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 223) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 231) | int ffiPushSignedLongLong(int low, int high) function ffiPushUnsignedLongLong (line 242) | int ffiPushUnsignedLongLong(int low, int high) function ffiPushPointer (line 253) | int ffiPushPointer(int pointer) function ffiPushSingleFloat (line 261) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 274) | int ffiPushDoubleFloat(double value) function ffiPushStringOfLength (line 285) | int ffiPushStringOfLength(int srcIndex, int length) function min (line 301) | static inline int min(int x, int y) { return (x < y) ? x : y; } function ffiPushStructureOfLength (line 304) | int ffiPushStructureOfLength(int pointer, int *structSpec, int specSize) function ffiCanReturn (line 360) | int ffiCanReturn(int *structSpec, int specSize) function ffiReturnFloatValue (line 379) | double ffiReturnFloatValue(void) { return floatReturnValue; } function ffiLongLongResultLow (line 380) | int ffiLongLongResultLow(void) { return ((int *)&longReturnValue)[1]; } function ffiLongLongResultHigh (line 381) | int ffiLongLongResultHigh(void) { return ((int *)&longReturnValue)[0]; } function ffiStoreStructure (line 384) | int ffiStoreStructure(int address, int structSize) function ffiCleanup (line 394) | int ffiCleanup(void) function ffiCallAddressOfWithPointerReturn (line 410) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiCallAddressOfWithStructReturn (line 417) | int ffiCallAddressOfWithStructReturn(int fn, int callType, int* structSp... function ffiCallAddressOfWithReturnType (line 425) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) function ffiDoAssertions (line 450) | void ffiDoAssertions(void) FILE: vm/src/from_squeak/unix/plugins/SqueakFFIPrims/ppc-sysv.c function primitiveFail (line 83) | static int primitiveFail(void) { puts("primitive fail"); exit(1); return... type VirtualMachine (line 85) | struct VirtualMachine function ffiInitialize (line 117) | int ffiInitialize(void) function ffiSupportsCallingConvention (line 125) | int ffiSupportsCallingConvention(int callType) function ffiAlloc (line 132) | int ffiAlloc(int byteSize) function ffiFree (line 138) | int ffiFree(int ptr) function ffiPushSignedChar (line 165) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 173) | int ffiPushUnsignedChar(int value) function ffiPushSignedByte (line 181) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 189) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 197) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 205) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 213) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 221) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 229) | int ffiPushSignedLongLong(int low, int high) function ffiPushUnsignedLongLong (line 240) | int ffiPushUnsignedLongLong(int low, int high) function ffiPushPointer (line 251) | int ffiPushPointer(int pointer) function ffiPushSingleFloat (line 266) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 281) | int ffiPushDoubleFloat(double value) function ffiPushStringOfLength (line 298) | int ffiPushStringOfLength(int srcIndex, int length) function ffiPushStructureOfLength (line 327) | int ffiPushStructureOfLength(int pointer, int *structSpec, int specSize) function ffiCanReturn (line 343) | int ffiCanReturn(int *structSpec, int specSize) function ffiReturnFloatValue (line 361) | double ffiReturnFloatValue(void) { return ffiFloatReturnValue; } function ffiLongLongResultLow (line 362) | int ffiLongLongResultLow(void) { return ((int *)&ffiLongReturnValue)[... function ffiLongLongResultHigh (line 363) | int ffiLongLongResultHigh(void) { return ((int *)&ffiLongReturnValue)... function ffiStoreStructure (line 366) | int ffiStoreStructure(int address, int structSize) function ffiCleanup (line 373) | int ffiCleanup(void) function ffiCallAddressOfWithPointerReturn (line 388) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiCallAddressOfWithStructReturn (line 394) | int ffiCallAddressOfWithStructReturn(int fn, int callType, int* structSp... function ffiCallAddressOfWithReturnType (line 400) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) function ffiDoAssertions (line 408) | void ffiDoAssertions(void) FILE: vm/src/from_squeak/unix/plugins/SqueakFFIPrims/x86-sysv.c function primitiveFail (line 55) | static int primitiveFail(void) { puts("primitive fail"); exit(1); return... type VirtualMachine (line 57) | struct VirtualMachine function ffiLogFileNameOfLength (line 81) | int ffiLogFileNameOfLength(void *nameIndex, int nameLength) { function ffiLogCallOfLength (line 104) | int ffiLogCallOfLength(void *nameIndex, int nameLength) { function ffiInitialize (line 111) | int ffiInitialize(void) function ffiSupportsCallingConvention (line 119) | int ffiSupportsCallingConvention(int callType) function ffiAlloc (line 126) | int ffiAlloc(int byteSize) function ffiFree (line 132) | int ffiFree(int ptr) function ffiCanReturn (line 148) | int ffiCanReturn(int *structSpec, int specSize) function ffiPushSignedChar (line 166) | int ffiPushSignedChar(int value) function ffiPushUnsignedChar (line 173) | int ffiPushUnsignedChar(int value) function ffiPushSignedByte (line 180) | int ffiPushSignedByte(int value) function ffiPushUnsignedByte (line 187) | int ffiPushUnsignedByte(int value) function ffiPushSignedShort (line 194) | int ffiPushSignedShort(int value) function ffiPushUnsignedShort (line 201) | int ffiPushUnsignedShort(int value) function ffiPushSignedInt (line 208) | int ffiPushSignedInt(int value) function ffiPushUnsignedInt (line 215) | int ffiPushUnsignedInt(int value) function ffiPushSignedLongLong (line 222) | int ffiPushSignedLongLong(int low, int high) function ffiPushUnsignedLongLong (line 230) | int ffiPushUnsignedLongLong(int low, int high) function ffiPushPointer (line 238) | int ffiPushPointer(int pointer) function ffiPushSingleFloat (line 245) | int ffiPushSingleFloat(double value) function ffiPushDoubleFloat (line 253) | int ffiPushDoubleFloat(double value) function ffiPushStringOfLength (line 261) | int ffiPushStringOfLength(int srcIndex, int length) function ffiPushStructureOfLength (line 277) | int ffiPushStructureOfLength(int pointer, int *structSpec, int specSize) function ffiReturnFloatValue (line 290) | double ffiReturnFloatValue(void) { return ffiFloatReturnValue; } function ffiLongLongResultLow (line 291) | int ffiLongLongResultLow(void) { return ffiIntReturnValue; } function ffiLongLongResultHigh (line 292) | int ffiLongLongResultHigh(void) { return ffiLongReturnValue; } function ffiStoreStructure (line 295) | int ffiStoreStructure(int address, int structSize) function ffiCleanup (line 306) | int ffiCleanup(void) function ffiCallAddressOfWithPointerReturn (line 326) | int ffiCallAddressOfWithPointerReturn(int fn, int callType) function ffiCallAddressOfWithStructReturn (line 332) | int ffiCallAddressOfWithStructReturn(int fn, int callType, int* structSp... function ffiCallAddressOfWithReturnType (line 338) | int ffiCallAddressOfWithReturnType(int fn, int callType, int typeSpec) function ffiDoAssertions (line 346) | void ffiDoAssertions(void) {} FILE: vm/src/from_squeak/unix/plugins/UUIDPlugin/sqUnixUUID.c function MakeUUID (line 19) | int MakeUUID(char *location) function sigsegvHandler (line 41) | static void sigsegvHandler(int signal) function sqUUIDInit (line 46) | int sqUUIDInit(void) function sqUUIDInit (line 74) | int sqUUIDInit(void) function sqUUIDShutdown (line 82) | int sqUUIDShutdown(void) FILE: vm/src/from_squeak/unix/plugins/VideoForLinuxPlugin/VideoForLinuxPlugin.c type VirtualMachine (line 57) | struct VirtualMachine type VirtualMachine (line 69) | struct VirtualMachine function clipPixel (line 79) | static int clipPixel(int pixel) { function copyFrominto16destSizebrightnesscontrast (line 86) | static int copyFrominto16destSizebrightnesscontrast(unsigned char* src2,... function copyFrominto32destSizebrightnesscontrast (line 115) | static int copyFrominto32destSizebrightnesscontrast(unsigned char* src2,... function getModuleName (line 150) | EXPORT(const char*) getModuleName(void) { function halt (line 154) | static int halt(void) { function height (line 158) | static int height(Device device) { function msg (line 162) | static int msg(char *s) { function pixelbrightness256contrastFactor2 (line 166) | static int pixelbrightness256contrastFactor2(int pixel, int brightness, ... function primitiveDeviceClose (line 173) | EXPORT(int) primitiveDeviceClose(void) { function primitiveDeviceCreate (line 181) | EXPORT(int) primitiveDeviceCreate(void) { function primitiveDeviceDescribe (line 202) | EXPORT(int) primitiveDeviceDescribe(void) { function primitiveDeviceGetHeight (line 222) | EXPORT(int) primitiveDeviceGetHeight(void) { function primitiveDeviceGetWidth (line 231) | EXPORT(int) primitiveDeviceGetWidth(void) { function primitiveDeviceNextFrameIntoBrightnessContrastFormDepth (line 240) | EXPORT(int) primitiveDeviceNextFrameIntoBrightnessContrastFormDepth(void) { function setInterpreter (line 285) | EXPORT(int) setInterpreter(struct VirtualMachine* anInterpreter) { function storeRedgreenbluebrightness256contrastFactor2into16Bits (line 297) | static int storeRedgreenbluebrightness256contrastFactor2into16Bits(int r... function storeRedgreenbluebrightness256contrastFactor2into32Bits (line 336) | static int storeRedgreenbluebrightness256contrastFactor2into32Bits(int r... function storeRedgreenblueinto16Bits (line 371) | static int storeRedgreenblueinto16Bits(int red, int green, int blue, uns... function storeRedgreenblueinto32Bits (line 383) | static int storeRedgreenblueinto32Bits(int red, int green, int blue, uns... function width (line 390) | static int width(Device device) { FILE: vm/src/from_squeak/unix/plugins/VideoForLinuxPlugin/ccvt_c2.c function ccvt_420p_bgr32 (line 99) | void ccvt_420p_bgr32(int width, int height, const void *src, void *dst) function ccvt_420p_bgr24 (line 104) | void ccvt_420p_bgr24(int width, int height, const void *src, void *dst) function ccvt_420p_rgb32 (line 109) | void ccvt_420p_rgb32(int width, int height, const void *src, void *dst) function ccvt_420p_rgb24 (line 114) | void ccvt_420p_rgb24(int width, int height, const void *src, void *dst) FILE: vm/src/from_squeak/unix/plugins/VideoForLinuxPlugin/ccvt_misc.c function ccvt_yuyv_rgb32 (line 51) | void ccvt_yuyv_rgb32(int width, int height, const void *src, void *dst) function ccvt_yuyv_bgr32 (line 58) | void ccvt_yuyv_bgr32(int width, int height, const void *src, void *dst) function ccvt_yuyv_420p (line 103) | void ccvt_yuyv_420p(int width, int height, const void *src, void *dsty, ... FILE: vm/src/from_squeak/unix/plugins/VideoForLinuxPlugin/ccvt_types.h type PIXTYPE_bgr32 (line 25) | typedef struct type PIXTYPE_bgr24 (line 33) | typedef struct type PIXTYPE_rgb32 (line 40) | typedef struct type PIXTYPE_rgb24 (line 48) | typedef struct FILE: vm/src/from_squeak/unix/plugins/VideoForLinuxPlugin/palettes.c type palette_info (line 7) | struct palette_info { function BGR24ToRGB32 (line 17) | inline void BGR24ToRGB32(int width, int height, const void *voidSrc, voi... function RGB565ToRGB24 (line 38) | inline void RGB565ToRGB24(int width, int height, const void *voidSrc, vo... function BGR24ToRGB24 (line 63) | inline void BGR24ToRGB24(int width, int height, const void *voidSrc, voi... function clip (line 83) | inline unsigned char clip(const int pixel) { function YUV444toRGB888 (line 92) | inline void YUV444toRGB888(const unsigned char y, function YUYVToRGB24 (line 107) | inline void YUYVToRGB24(int width, int height, const void *voidSrc, void... function YUV422ToRGB24 (line 130) | inline void YUV422ToRGB24(int width, int height, const void *voidSrc, vo... type palette_info (line 153) | struct palette_info function paletteBytesPerPixel (line 174) | inline float paletteBytesPerPixel(int palette) { function Converter (line 202) | inline Converter converterFunction(const int palette) { function paletteConvert24 (line 219) | inline int paletteConvert24(const int palette, function paletteDepth (line 232) | inline int paletteDepth(int palette) { FILE: vm/src/from_squeak/unix/plugins/VideoForLinuxPlugin/videolib.c function xioctl (line 42) | static int xioctl(int fd, int request, void *arg) { function getBrightness (line 52) | int getBrightness(Device device) { function getContrast (line 56) | int getContrast(Device device) { function getSaturation (line 60) | int getSaturation(Device device) { function getHue (line 64) | int getHue(Device device) { function showDeviceInformation (line 68) | void showDeviceInformation(Device device) { function initDevice (line 179) | void initDevice(Device device, function setupMMap (line 212) | void setupMMap(Device device) { function BOOLEAN (line 261) | BOOLEAN startCaptureInBuffers(Device device) { function BOOLEAN (line 277) | BOOLEAN switchToRead(Device device) { function BOOLEAN (line 289) | BOOLEAN rawSetupPalette(Device device) { function BOOLEAN (line 328) | BOOLEAN setupPalette(Device device) { function BOOLEAN (line 350) | BOOLEAN setupDevice(Device device) { function initializeDevice (line 471) | void initializeDevice(Device device) { function BOOLEAN (line 485) | BOOLEAN openDevice(Device device) { function Device (line 518) | Device createDevice(int deviceID, function BOOLEAN (line 557) | BOOLEAN nextFrameMMap(Device device) { function closeDevice (line 591) | void closeDevice(Device device) { function BOOLEAN (line 632) | BOOLEAN convertBufferTo24(Device device) { function BOOLEAN (line 648) | BOOLEAN captureFrameFromDevice(Device device) { function BOOLEAN (line 668) | BOOLEAN nextFrameFromDevice(Device device) { function savePPM (line 678) | void savePPM(char* fileName, Device device) { function getPalette (line 701) | int getPalette(Device device) { function BOOLEAN (line 724) | BOOLEAN updatePicture(Device device) { function describeDevice (line 734) | void describeDevice(int deviceID, char* deviceName) { FILE: vm/src/from_squeak/unix/plugins/VideoForLinuxPlugin/videolib.h type BOOLEAN (line 8) | typedef int BOOLEAN; type dev (line 12) | struct dev { type dev (line 47) | struct dev FILE: vm/src/from_squeak/unix/src/plugins/AioPlugin/AioPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function aioForwardwithDataandFlags (line 1) | static void aioForwardwithDataandFlags(int fd, void *data, int flags) { ... function sqInt (line 1) | static sqInt fileDescriptorFrom(sqInt aSQFileByteArray) { if (!((((inte... function FILEHANDLETYPE (line 1) | static FILEHANDLETYPE fileHandleFrom(sqInt sqFileStructByteArray) { ... function sqInt (line 1) | static sqInt fileRecordSize(void) { return sizeof(SQFile); } function SQFile (line 1) | static SQFile * fileValueOf(sqInt anSQFileRecord) { return interpreterP... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt getThisSessionIdentifier(void) { return interpreterProxy->... function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { return 1; } function sqInt (line 1) | static sqInt isNonNullSQFile(sqInt objectPointer) { sqInt idx; u... function sqInt (line 1) | static sqInt isNullSQSocket(sqInt objectPointer) { sqInt idx; un... function sqInt (line 1) | static sqInt isSQFileObject(sqInt objectPointer) { return (((interprete... function sqInt (line 1) | static sqInt isSQSocketObject(sqInt objectPointer) { return ((interpret... function sqInt (line 1) | static sqInt isValidFileSession(sqInt objectPointer) { return (interpre... function moduleUnloaded (line 1) | EXPORT(sqInt) moduleUnloaded(char *aModuleName) { } function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primitiveAioDisable (line 1) | EXPORT(sqInt) primitiveAioDisable(void) { sqInt fd; if ((interpret... function primitiveAioEnable (line 1) | EXPORT(sqInt) primitiveAioEnable(void) { static int eventSemaphoreIn... function primitiveAioHandle (line 1) | EXPORT(sqInt) primitiveAioHandle(void) { sqInt exceptionWatch; s... function primitiveAioSuspend (line 1) | EXPORT(sqInt) primitiveAioSuspend(void) { sqInt exceptionWatch; ... function primitiveModuleName (line 1) | EXPORT(sqInt) primitiveModuleName(void) { interpreterProxy->popthenPush... function primitiveOSFileHandle (line 1) | EXPORT(sqInt) primitiveOSFileHandle(void) { sqInt fileNo; sqInt ... function primitiveOSSocketHandle (line 1) | EXPORT(sqInt) primitiveOSSocketHandle(void) { sqInt fileNo; sqIn... function primitiveVersionString (line 1) | EXPORT(sqInt) primitiveVersionString(void) { interpreterProxy->popthenP... function SESSIONIDENTIFIERTYPE (line 1) | static SESSIONIDENTIFIERTYPE sessionIdentifierFromSqFile(SQFile *sqFile)... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { ... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { } function socketDescriptorFrom (line 1) | static int socketDescriptorFrom(sqInt sqSocketOop) { void *privateSo... function sqInt (line 1) | static sqInt socketRecordSize(void) { return sizeof(SQSocket); } function SQSocket (line 1) | static SQSocket * socketValueOf(sqInt anSQSocketRecord) { return interp... function sqInt (line 1) | static sqInt stringFromCString(const char *aCString) { sqInt len; ... FILE: vm/src/from_squeak/unix/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { return b3dxInitialize(); } function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primitiveAllocateTexture (line 1) | EXPORT(sqInt) primitiveAllocateTexture(void) { sqInt d; sqInt h;... function primitiveClearDepthBuffer (line 1) | EXPORT(sqInt) primitiveClearDepthBuffer(void) { sqInt handle; sq... function primitiveClearViewport (line 1) | EXPORT(sqInt) primitiveClearViewport(void) { sqInt handle; sqInt... function primitiveCompositeTexture (line 1) | EXPORT(sqInt) primitiveCompositeTexture(void) { sqInt h; sqInt r... function primitiveCreateRenderer (line 1) | EXPORT(sqInt) primitiveCreateRenderer(void) { sqInt allowHardware; ... function primitiveCreateRendererFlags (line 1) | EXPORT(sqInt) primitiveCreateRendererFlags(void) { sqInt flags; ... function primitiveDestroyRenderer (line 1) | EXPORT(sqInt) primitiveDestroyRenderer(void) { sqInt handle; sqI... function primitiveDestroyTexture (line 1) | EXPORT(sqInt) primitiveDestroyTexture(void) { sqInt handle; sqIn... function primitiveFinishRenderer (line 1) | EXPORT(sqInt) primitiveFinishRenderer(void) { sqInt handle; sqIn... function primitiveFlushRenderer (line 1) | EXPORT(sqInt) primitiveFlushRenderer(void) { sqInt handle; sqInt... function primitiveGetIntProperty (line 1) | EXPORT(sqInt) primitiveGetIntProperty(void) { sqInt handle; sqIn... function primitiveGetRendererColorMasks (line 1) | EXPORT(sqInt) primitiveGetRendererColorMasks(void) { sqInt array; ... function primitiveGetRendererSurfaceDepth (line 1) | EXPORT(sqInt) primitiveGetRendererSurfaceDepth(void) { sqInt handle;... function primitiveGetRendererSurfaceHandle (line 1) | EXPORT(sqInt) primitiveGetRendererSurfaceHandle(void) { sqInt handle... function primitiveGetRendererSurfaceHeight (line 1) | EXPORT(sqInt) primitiveGetRendererSurfaceHeight(void) { sqInt handle... function primitiveGetRendererSurfaceWidth (line 1) | EXPORT(sqInt) primitiveGetRendererSurfaceWidth(void) { sqInt handle;... function primitiveIsOverlayRenderer (line 1) | EXPORT(sqInt) primitiveIsOverlayRenderer(void) { sqInt handle; s... function primitiveRenderVertexBuffer (line 1) | EXPORT(sqInt) primitiveRenderVertexBuffer(void) { sqInt flags; s... function primitiveRendererVersion (line 1) | EXPORT(sqInt) primitiveRendererVersion(void) { if (!((interpreterProxy-... function primitiveSetBufferRect (line 1) | EXPORT(sqInt) primitiveSetBufferRect(void) { sqInt h; sqInt hand... function primitiveSetFog (line 1) | EXPORT(sqInt) primitiveSetFog(void) { double density; sqInt fogT... function primitiveSetIntProperty (line 1) | EXPORT(sqInt) primitiveSetIntProperty(void) { sqInt handle; sqIn... function primitiveSetLights (line 1) | EXPORT(sqInt) primitiveSetLights(void) { sqInt handle; sqInt i; ... function primitiveSetMaterial (line 1) | EXPORT(sqInt) primitiveSetMaterial(void) { sqInt handle; void*ma... function primitiveSetTransform (line 1) | EXPORT(sqInt) primitiveSetTransform(void) { sqInt handle; float ... function primitiveSetVerboseLevel (line 1) | EXPORT(sqInt) primitiveSetVerboseLevel(void) { sqInt level; sqIn... function primitiveSetViewport (line 1) | EXPORT(sqInt) primitiveSetViewport(void) { sqInt h; sqInt handle... function primitiveSwapRendererBuffers (line 1) | EXPORT(sqInt) primitiveSwapRendererBuffers(void) { sqInt handle; ... function primitiveTextureByteSex (line 1) | EXPORT(sqInt) primitiveTextureByteSex(void) { sqInt handle; sqIn... function primitiveTextureDepth (line 1) | EXPORT(sqInt) primitiveTextureDepth(void) { sqInt handle; sqInt ... function primitiveTextureGetColorMasks (line 1) | EXPORT(sqInt) primitiveTextureGetColorMasks(void) { sqInt array; ... function primitiveTextureSurfaceHandle (line 1) | EXPORT(sqInt) primitiveTextureSurfaceHandle(void) { sqInt handle; ... function primitiveTextureUpload (line 1) | EXPORT(sqInt) primitiveTextureUpload(void) { sqInt bits; void*bi... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { ... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { return b3dxShutdown(); } function sqInt (line 1) | static sqInt stackLightArrayValue(sqInt stackIndex) { sqInt array; ... FILE: vm/src/from_squeak/unix/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function ioAddClipboardData (line 1) | EXPORT(sqInt) ioAddClipboardData(void) { sqInt clipboardAddress; sqInt... function ioClearClipboard (line 1) | EXPORT(sqInt) ioClearClipboard(void) { sqInt clipboardAddress; sqInt c... function ioCreateClipboard (line 1) | EXPORT(sqInt) ioCreateClipboard(void) { sqInt clipboardAddress; clipb... function ioGetClipboardFormat (line 1) | EXPORT(sqInt) ioGetClipboardFormat(void) { sqInt clipboardAddress; sqI... function ioReadClipboardData (line 1) | EXPORT(sqInt) ioReadClipboardData(void) { sqInt clipboardAddress; sqIn... function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { sqI... function sqInt (line 1) | static sqInt sqAssert(sqInt aBool) { /* missing DebugCode */; } FILE: vm/src/from_squeak/unix/src/plugins/DBusPlugin/DBusPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function sqInt (line 1) | static sqInt argumentsAddBooltoIter(sqInt oop, DBusMessageIter*iter) { ... function sqInt (line 1) | static sqInt argumentsAddBytetoIter(sqInt oop, DBusMessageIter*iter) { ... function sqInt (line 1) | static sqInt argumentsAddDoubletoIter(sqInt oop, DBusMessageIter*iter) {... function sqInt (line 1) | static sqInt argumentsAddInt16toIter(sqInt oop, DBusMessageIter*iter) { ... function sqInt (line 1) | static sqInt argumentsAddInt32toIter(sqInt oop, DBusMessageIter*iter) { ... function sqInt (line 1) | static sqInt argumentsAddInt64toIter(sqInt oop, DBusMessageIter*iter) { ... function sqInt (line 1) | static sqInt argumentsAddObjectPathtoIter(sqInt oop, DBusMessageIter*ite... function sqInt (line 1) | static sqInt argumentsAddSignaturetoIter(sqInt oop, DBusMessageIter*iter... function sqInt (line 1) | static sqInt argumentsAddStringtoIter(sqInt oop, DBusMessageIter*iter) {... function sqInt (line 1) | static sqInt argumentsAddUInt16toIter(sqInt oop, DBusMessageIter*iter) {... function sqInt (line 1) | static sqInt argumentsAddUInt32toIter(sqInt oop, DBusMessageIter*iter) {... function sqInt (line 1) | static sqInt argumentsAddUInt64toIter(sqInt oop, DBusMessageIter*iter) {... function sqInt (line 1) | static sqInt buildStringOopFromCharP(const char*charP) { char *strPtr; ... function sqInt (line 1) | static sqInt closeConnection(sqInt index) { if (!((connections[index]) ... function DBusMessage (line 1) | static DBusMessage * createErrorTofrom(char*dest, sqInt msgOop) { sqInt... function DBusMessage (line 1) | static DBusMessage * createReplyTofrom(char*dest, sqInt msgOop) { sqInt... function sqInt (line 1) | static sqInt getBasicTypevalue(int t, void*val) { int type; if (!(has... function DBusConnection (line 1) | static DBusConnection * getConnectionFromOop(sqInt aDBusConnection) { s... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function sqInt (line 1) | static sqInt handleflag(int fd, int flag) { aioHandle(fd, handleReadFor... function sqInt (line 1) | static sqInt handleReadForFDwithDataandFlag(int fd, sqDBusData*data, int... function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { connections[0] = null; connecti... function sqInt (line 1) | static sqInt iterOpenContainercontains(sqInt t, char*s) { sqInt success... function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function sqDBusData (line 1) | static sqDBusData* newDataStructWithConnectionandSemaphore(DBusConnectio... function primitiveDBusAddMatch (line 1) | EXPORT(sqInt) primitiveDBusAddMatch(void) { sqInt rcvOop; char*rule; ... function primitiveDBusAppendBasicArgument (line 1) | EXPORT(sqInt) primitiveDBusAppendBasicArgument(void) { DBusMessageIter*... function primitiveDBusArgumentGetBool (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetBool(void) { int type; int value... function primitiveDBusArgumentGetByte (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetByte(void) { char value; sqInt _... function primitiveDBusArgumentGetDouble (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetDouble(void) { int type; double ... function primitiveDBusArgumentGetInt16 (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetInt16(void) { dbus_int16_t value;... function primitiveDBusArgumentGetInt32 (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetInt32(void) { dbus_int32_t value;... function primitiveDBusArgumentGetInt64 (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetInt64(void) { dbus_int64_t value;... function primitiveDBusArgumentGetObjectPath (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetObjectPath(void) { int type; cha... function primitiveDBusArgumentGetSignature (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetSignature(void) { char*value; sq... function primitiveDBusArgumentGetString (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetString(void) { int type; char *s... function primitiveDBusArgumentGetType (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetType(void) { int type; sqInt _re... function primitiveDBusArgumentGetUInt16 (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetUInt16(void) { dbus_uint16_t valu... function primitiveDBusArgumentGetUInt32 (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetUInt32(void) { dbus_uint32_t valu... function primitiveDBusArgumentGetUInt64 (line 1) | EXPORT(sqInt) primitiveDBusArgumentGetUInt64(void) { long long value; ... function primitiveDBusConnectionClose (line 1) | EXPORT(sqInt) primitiveDBusConnectionClose(void) { sqInt rcvOop; sqInt... function primitiveDBusConnectionDispatchStatus (line 1) | EXPORT(sqInt) primitiveDBusConnectionDispatchStatus(void) { sqInt rcvOo... function primitiveDBusConnectionPopMessage (line 1) | EXPORT(sqInt) primitiveDBusConnectionPopMessage(void) { sqInt rcvOop; ... function primitiveDBusCreateMessageFrom (line 1) | EXPORT(sqInt) primitiveDBusCreateMessageFrom(void) { DBusMessage *tmpMs... function primitiveDBusInitializeWriteIterator (line 1) | EXPORT(sqInt) primitiveDBusInitializeWriteIterator(void) { if (writeMes... function primitiveDBusIterCloseContainer (line 1) | EXPORT(sqInt) primitiveDBusIterCloseContainer(void) { if (curWriteIter ... function primitiveDBusIterOpenContainerContains (line 1) | EXPORT(sqInt) primitiveDBusIterOpenContainerContains(void) { char*cSig;... function primitiveDBusIteratorSignature (line 1) | EXPORT(sqInt) primitiveDBusIteratorSignature(void) { sqInt strOop; cha... function primitiveDBusMessageGetDestination (line 1) | EXPORT(sqInt) primitiveDBusMessageGetDestination(void) { const char *st... function primitiveDBusMessageGetErrorName (line 1) | EXPORT(sqInt) primitiveDBusMessageGetErrorName(void) { int msgType; co... function primitiveDBusMessageGetInterface (line 1) | EXPORT(sqInt) primitiveDBusMessageGetInterface(void) { const char *str;... function primitiveDBusMessageGetMember (line 1) | EXPORT(sqInt) primitiveDBusMessageGetMember(void) { const char *str; s... function primitiveDBusMessageGetNoReply (line 1) | EXPORT(sqInt) primitiveDBusMessageGetNoReply(void) { sqInt _return_valu... function primitiveDBusMessageGetPath (line 1) | EXPORT(sqInt) primitiveDBusMessageGetPath(void) { const char *path; sq... function primitiveDBusMessageGetReplySerial (line 1) | EXPORT(sqInt) primitiveDBusMessageGetReplySerial(void) { dbus_uint32_t ... function primitiveDBusMessageGetSender (line 1) | EXPORT(sqInt) primitiveDBusMessageGetSender(void) { const char *str; s... function primitiveDBusMessageGetSerial (line 1) | EXPORT(sqInt) primitiveDBusMessageGetSerial(void) { dbus_uint32_t seria... function primitiveDBusMessageGetSignature (line 1) | EXPORT(sqInt) primitiveDBusMessageGetSignature(void) { const char *str;... function primitiveDBusMessageHasArguments (line 1) | EXPORT(sqInt) primitiveDBusMessageHasArguments(void) { sqInt _return_va... function primitiveDBusNextIterator (line 1) | EXPORT(sqInt) primitiveDBusNextIterator(void) { sqInt _return_value; ... function primitiveDBusPopMessageIterator (line 1) | EXPORT(sqInt) primitiveDBusPopMessageIterator(void) { sqInt _return_val... function primitiveDBusPushMessageIterator (line 1) | EXPORT(sqInt) primitiveDBusPushMessageIterator(void) { int type; if (... function primitiveDBusRegisterName (line 1) | EXPORT(sqInt) primitiveDBusRegisterName(void) { sqInt rcvOop; int ret;... function primitiveDBusReleaseName (line 1) | EXPORT(sqInt) primitiveDBusReleaseName(void) { sqInt rcvOop; int ret; ... function primitiveDBusRemoveMatch (line 1) | EXPORT(sqInt) primitiveDBusRemoveMatch(void) { sqInt rcvOop; char*rule... function primitiveDBusSendMessageTimeout (line 1) | EXPORT(sqInt) primitiveDBusSendMessageTimeout(void) { sqInt rcvOop; db... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { sqI... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { sqInt i; for (i = 0; i <= 1; i +... function sqInt (line 1) | static sqInt sqAssert(sqInt aBool) { /* missing DebugCode */; } function dbus_bool_t (line 1) | static dbus_bool_t sqDBusPluginAddWatchwithData(DBusWatch*watch, void*da... function sqDBusPluginFreeWatchData (line 1) | static void sqDBusPluginFreeWatchData(void*data) { free(data); } function sqDBusPluginRemoveWatchwithData (line 1) | static void sqDBusPluginRemoveWatchwithData(DBusWatch*watch, void*data) ... function sqDBusPluginToggleWatchwithData (line 1) | static void sqDBusPluginToggleWatchwithData(DBusWatch*watch, void*data) ... FILE: vm/src/from_squeak/unix/src/plugins/FileCopyPlugin/FileCopyPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primitiveFileCopyNamedTo (line 1) | EXPORT(sqInt) primitiveFileCopyNamedTo(void) { sqInt srcSz; sqInt dstS... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { sqI... function sqInt (line 1) | static sqInt sqAssert(sqInt aBool) { /* missing DebugCode */; } FILE: vm/src/from_squeak/unix/src/plugins/GStreamerPlugin/GStreamerPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function sqInt (line 1) | static sqInt cbnewpad(sqInt element, sqInt newPad, sqInt *data) { sqIn... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function sqInt (line 1) | static sqInt initialiseModule(void) { return 1; } function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function sqInt (line 1) | static sqInt positive64BitIntegerForOverride(sqLong integerValue) { sqI... function primitiveSqueakSinkAllocate (line 1) | EXPORT(sqInt) primitiveSqueakSinkAllocate(void) { SqueakAudioVideoSinkP... function primitiveSqueakSinkAudioGetData (line 1) | EXPORT(sqInt) primitiveSqueakSinkAudioGetData(void) { SqueakAudioVideoS... function primitiveSqueakSinkFree (line 1) | EXPORT(sqInt) primitiveSqueakSinkFree(void) { SqueakAudioVideoSinkPtr ... function primitiveSqueakSinkGetFrameRateDenominator (line 1) | EXPORT(sqInt) primitiveSqueakSinkGetFrameRateDenominator(void) { Squeak... function primitiveSqueakSinkGetFrameRateNumerator (line 1) | EXPORT(sqInt) primitiveSqueakSinkGetFrameRateNumerator(void) { SqueakAu... function primitiveSqueakSinkGetHeight (line 1) | EXPORT(sqInt) primitiveSqueakSinkGetHeight(void) { SqueakAudioVideoSink... function primitiveSqueakSinkGetWidth (line 1) | EXPORT(sqInt) primitiveSqueakSinkGetWidth(void) { SqueakAudioVideoSinkP... function primitiveSqueakSinkVideo (line 1) | EXPORT(sqInt) primitiveSqueakSinkVideo(void) { sqInt returnValue; Sque... function primitiveSqueakSrc (line 1) | EXPORT(sqInt) primitiveSqueakSrc(void) { sqInt doesFrameExist; SqueakA... function primitiveSqueakSrcWithTime (line 1) | EXPORT(sqInt) primitiveSqueakSrcWithTime(void) { GstClockTime startTim... function primitiveSqueakSrcAllocate (line 1) | EXPORT(sqInt) primitiveSqueakSrcAllocate(void) { SqueakAudioVideoSinkPt... function primitivecallbacksignalseenfor (line 1) | EXPORT(sqInt) primitivecallbacksignalseenfor(void) { gboolean value; ... function primitivegetinterpreterproxy (line 1) | EXPORT(sqInt) primitivegetinterpreterproxy(void) { sqInt _return_value;... function primitivegetoop (line 1) | EXPORT(sqInt) primitivegetoop(void) { void *oopThing; sqInt aHopefull... function primitivegobjectclasslistproperties (line 1) | EXPORT(sqInt) primitivegobjectclasslistproperties(void) { GParamSpec *... function primitivegobjectclasslistpropertyboolatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertyboolatIndex(void) { sqIn... function primitivegobjectclasslistpropertydoubleatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertydoubleatIndex(void) { sq... function primitivegobjectclasslistpropertyenumatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertyenumatIndex(void) { long... function primitivegobjectclasslistpropertyfloatatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertyfloatatIndex(void) { sqI... function primitivegobjectclasslistpropertyintatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertyintatIndex(void) { sqInt... function primitivegobjectclasslistpropertylongatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertylongatIndex(void) { long... function primitivegobjectclasslistpropertylonglongatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertylonglongatIndex(void) { ... function primitivegobjectclasslistpropertymetaDataatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertymetaDataatIndex(void) { ... function primitivegobjectclasslistpropertypointeratIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertypointeratIndex(void) { s... function primitivegobjectclasslistpropertystringatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertystringatIndex(void) { sq... function primitivegobjectclasslistpropertyuintatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertyuintatIndex(void) { sqIn... function primitivegobjectclasslistpropertyulongatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertyulongatIndex(void) { sqI... function primitivegobjectclasslistpropertyulonglongatIndex (line 1) | EXPORT(sqInt) primitivegobjectclasslistpropertyulonglongatIndex(void) { ... function primitivegobjectfree (line 1) | EXPORT(sqInt) primitivegobjectfree(void) { gpointer gObject; sqInt ob... function primitivegobjectgetboolfrom (line 1) | EXPORT(sqInt) primitivegobjectgetboolfrom(void) { gpointer gstObject; ... function primitivegobjectgetdoublefrom (line 1) | EXPORT(sqInt) primitivegobjectgetdoublefrom(void) { gpointer gstObject... function primitivegobjectgetfloatfrom (line 1) | EXPORT(sqInt) primitivegobjectgetfloatfrom(void) { gpointer gstObject;... function primitivegobjectgetlongfrom (line 1) | EXPORT(sqInt) primitivegobjectgetlongfrom(void) { gpointer gstObject; ... function primitivegobjectgetlonglongfrom (line 1) | EXPORT(sqInt) primitivegobjectgetlonglongfrom(void) { gpointer gstObje... function primitivegobjectgetpointerfrom (line 1) | EXPORT(sqInt) primitivegobjectgetpointerfrom(void) { gpointer gstObjec... function primitivegobjectgetsmalltalkobject (line 1) | EXPORT(sqInt) primitivegobjectgetsmalltalkobject(void) { gpointer gstO... function primitivegobjectgetstringfrom (line 1) | EXPORT(sqInt) primitivegobjectgetstringfrom(void) { gpointer gstObject... function primitivegobjectgetulongfrom (line 1) | EXPORT(sqInt) primitivegobjectgetulongfrom(void) { gpointer gstObject;... function primitivegobjectgetulonglongfrom (line 1) | EXPORT(sqInt) primitivegobjectgetulonglongfrom(void) { gpointer gstObj... function primitivegobjectsetboolon (line 1) | EXPORT(sqInt) primitivegobjectsetboolon(void) { gpointer gstObject; g... function primitivegobjectsetdoubleon (line 1) | EXPORT(sqInt) primitivegobjectsetdoubleon(void) { gpointer gstObject; ... function primitivegobjectsetfloaton (line 1) | EXPORT(sqInt) primitivegobjectsetfloaton(void) { gpointer gstObject; ... function primitivegobjectsetlonglongon (line 1) | EXPORT(sqInt) primitivegobjectsetlonglongon(void) { gpointer gstObject... function primitivegobjectsetlongon (line 1) | EXPORT(sqInt) primitivegobjectsetlongon(void) { gpointer gstObject; l... function primitivegobjectsetpointeron (line 1) | EXPORT(sqInt) primitivegobjectsetpointeron(void) { gpointer gstObject;... function primitivegobjectsetstringon (line 1) | EXPORT(sqInt) primitivegobjectsetstringon(void) { gpointer gstObject; ... function primitivegobjectsetulonglongon (line 1) | EXPORT(sqInt) primitivegobjectsetulonglongon(void) { gpointer gstObjec... function primitivegobjectsetulongon (line 1) | EXPORT(sqInt) primitivegobjectsetulongon(void) { gpointer gstObject; ... function primitivegsignalconnect (line 1) | EXPORT(sqInt) primitivegsignalconnect(void) { void* data; GstElement*... function primitivegstbinadd (line 1) | EXPORT(sqInt) primitivegstbinadd(void) { GstBin *bin; sqInt result; ... function primitivegstbinnew (line 1) | EXPORT(sqInt) primitivegstbinnew(void) { GstElement* gstElement; char... function primitivegstbushavepending (line 1) | EXPORT(sqInt) primitivegstbushavepending(void) { gpointer gstObject; ... function primitivegstbuspeek (line 1) | EXPORT(sqInt) primitivegstbuspeek(void) { gpointer gstObject; gpointe... function primitivegstbuspop (line 1) | EXPORT(sqInt) primitivegstbuspop(void) { gpointer gstObject; gpointer... FILE: vm/src/from_squeak/unix/src/plugins/HostWindowPlugin/HostWindowPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primitiveCloseHostWindow (line 1) | EXPORT(sqInt) primitiveCloseHostWindow(void) { sqInt ok; sqInt windowI... function primitiveCreateHostWindow (line 1) | EXPORT(sqInt) primitiveCreateHostWindow(void) { sqInt windowIndex; sqI... function primitiveHostWindowPosition (line 1) | EXPORT(sqInt) primitiveHostWindowPosition(void) { sqInt pos; sqInt win... function primitiveHostWindowPositionSet (line 1) | EXPORT(sqInt) primitiveHostWindowPositionSet(void) { sqInt pos; sqInt ... function primitiveHostWindowSize (line 1) | EXPORT(sqInt) primitiveHostWindowSize(void) { sqInt size; sqInt window... function primitiveHostWindowSizeSet (line 1) | EXPORT(sqInt) primitiveHostWindowSizeSet(void) { sqInt size; sqInt win... function primitiveHostWindowTitle (line 1) | EXPORT(sqInt) primitiveHostWindowTitle(void) { sqInt res; sqInt titleL... function primitiveShowHostWindowRect (line 1) | EXPORT(sqInt) primitiveShowHostWindowRect(void) { sqInt ok; sqInt wind... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { sqI... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { return ioCloseAllWindows(); } function sqInt (line 1) | static sqInt sqAssert(sqInt aBool) { /* missing DebugCode */; } FILE: vm/src/from_squeak/unix/src/plugins/KedamaPlugin/KedamaPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function degreesFromXy (line 1) | static double degreesFromXy(double x, double y) { double tanVal; ... function degreesToRadians (line 1) | static double degreesToRadians(double degrees) { double deg; dou... function drawTurtlesInArray (line 1) | EXPORT(sqInt) drawTurtlesInArray(void) { sqInt bitsIndex; unsign... function getHeadingArrayInto (line 1) | EXPORT(sqInt) getHeadingArrayInto(void) { double heading; float ... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function getScalarHeading (line 1) | EXPORT(sqInt) getScalarHeading(void) { double heading; float *he... function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { kedamaRandomSeed = 17; /* mag... function sqInt (line 1) | static sqInt kedamaRandom2(sqInt range) { sqInt hi; sqInt lo; ... function sqInt (line 1) | static sqInt kedamaRandom(sqInt range) { sqInt r; sqInt val; i... function kedamaSetRandomSeed (line 1) | EXPORT(sqInt) kedamaSetRandomSeed(void) { sqInt seed; seed = inter... function makeMask (line 1) | EXPORT(sqInt) makeMask(void) { unsigned int alpha; unsigned int*... function makeMaskLog (line 1) | EXPORT(sqInt) makeMaskLog(void) { unsigned int alpha; unsigned i... function makeTurtlesMap (line 1) | EXPORT(sqInt) makeTurtlesMap(void) { sqInt height; sqInt index; ... function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primPixelAtXY (line 1) | EXPORT(sqInt) primPixelAtXY(void) { unsigned int *bits; sqInt bi... function primPixelAtXYPut (line 1) | EXPORT(sqInt) primPixelAtXYPut(void) { unsigned int *bits; sqInt... function primPixelsAtXY (line 1) | EXPORT(sqInt) primPixelsAtXY(void) { unsigned int *bits; sqInt b... function primScalarForward (line 1) | EXPORT(sqInt) primScalarForward(void) { sqInt bottomEdgeMode; do... function primSetPixelsAtXY (line 1) | EXPORT(sqInt) primSetPixelsAtXY(void) { unsigned int *bits; sqIn... function primTurtlesForward (line 1) | EXPORT(sqInt) primTurtlesForward(void) { sqInt bottomEdgeMode; d... function primUpHill (line 1) | EXPORT(sqInt) primUpHill(void) { unsigned int *bits; sqInt bitsO... function primitiveAddArrays (line 1) | EXPORT(sqInt) primitiveAddArrays(void) { sqInt argOop; float *fl... function primitiveAddScalar (line 1) | EXPORT(sqInt) primitiveAddScalar(void) { sqInt argOop; double fl... function primitiveDivArrays (line 1) | EXPORT(sqInt) primitiveDivArrays(void) { sqInt argOop; float *fl... function primitiveDivScalar (line 1) | EXPORT(sqInt) primitiveDivScalar(void) { sqInt argOop; double fl... function primitiveMulArrays (line 1) | EXPORT(sqInt) primitiveMulArrays(void) { sqInt argOop; float *fl... function primitiveMulScalar (line 1) | EXPORT(sqInt) primitiveMulScalar(void) { sqInt argOop; double fl... function primitiveSubArrays (line 1) | EXPORT(sqInt) primitiveSubArrays(void) { sqInt argOop; float *fl... function primitiveSubScalar (line 1) | EXPORT(sqInt) primitiveSubScalar(void) { sqInt argOop; double fl... function radiansToDegrees (line 1) | static double radiansToDegrees(double radians) { double deg; dou... function randomIntoFloatArray (line 1) | EXPORT(sqInt) randomIntoFloatArray(void) { double factor; float ... function randomIntoIntegerArray (line 1) | EXPORT(sqInt) randomIntoIntegerArray(void) { double factor; sqIn... function randomRange (line 1) | EXPORT(sqInt) randomRange(void) { sqInt range; sqInt ret; sq... function scalarGetAngleTo (line 1) | EXPORT(sqInt) scalarGetAngleTo(void) { double fromX; double from... function scalarGetDistanceTo (line 1) | EXPORT(sqInt) scalarGetDistanceTo(void) { double fromX; double f... function sqInt (line 1) | static sqInt scalarXAtxArrayheadingArrayvaluedestWidthleftEdgeModerightE... function sqInt (line 1) | static sqInt scalarYAtyArrayheadingArrayvaluedestHeighttopEdgeModebottom... function setHeadingArrayFrom (line 1) | EXPORT(sqInt) setHeadingArrayFrom(void) { double heading; float ... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { ... function setScalarHeading (line 1) | EXPORT(sqInt) setScalarHeading(void) { double heading; float *he... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { return 1; } function turtleScalarSetX (line 1) | EXPORT(sqInt) turtleScalarSetX(void) { double destWidth; float *... function turtleScalarSetY (line 1) | EXPORT(sqInt) turtleScalarSetY(void) { sqInt bottomEdgeMode; dou... function turtlesSetX (line 1) | EXPORT(sqInt) turtlesSetX(void) { double destWidth; float *headi... function turtlesSetY (line 1) | EXPORT(sqInt) turtlesSetY(void) { sqInt bottomEdgeMode; double d... function vectorGetAngleTo (line 1) | EXPORT(sqInt) vectorGetAngleTo(void) { sqInt index; sqInt isVect... function vectorGetDistanceTo (line 1) | EXPORT(sqInt) vectorGetDistanceTo(void) { sqInt index; sqInt isV... function zoomBitmap (line 1) | EXPORT(sqInt) zoomBitmap(void) { sqInt bit; unsigned int* dOrigi... FILE: vm/src/from_squeak/unix/src/plugins/KedamaPlugin2/KedamaPlugin2.c type VirtualMachine (line 1) | struct VirtualMachine function degreesFromXy (line 1) | static double degreesFromXy(double x, double y) { double tanVal; ... function degreesToRadians (line 1) | static double degreesToRadians(double degrees) { double deg; dou... function drawTurtlesInArray (line 1) | EXPORT(sqInt) drawTurtlesInArray(void) { sqInt bitsIndex; unsign... function getHeadingArrayInto (line 1) | EXPORT(sqInt) getHeadingArrayInto(void) { double heading; float ... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function getScalarHeading (line 1) | EXPORT(sqInt) getScalarHeading(void) { double heading; float *he... function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { kedamaRandomSeed = 17; /* mag... function sqInt (line 1) | static sqInt kedamaRandom2(sqInt range) { sqInt hi; sqInt lo; ... function sqInt (line 1) | static sqInt kedamaRandom(sqInt range) { sqInt r; sqInt val; i... function kedamaSetRandomSeed (line 1) | EXPORT(sqInt) kedamaSetRandomSeed(void) { sqInt seed; seed = inter... function makeMask (line 1) | EXPORT(sqInt) makeMask(void) { unsigned int alpha; unsigned int*... function makeMaskLog (line 1) | EXPORT(sqInt) makeMaskLog(void) { unsigned int alpha; unsigned i... function makeTurtlesMap (line 1) | EXPORT(sqInt) makeTurtlesMap(void) { sqInt height; sqInt index; ... function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primPixelAtXY (line 1) | EXPORT(sqInt) primPixelAtXY(void) { unsigned int *bits; sqInt bi... function primPixelAtXYPut (line 1) | EXPORT(sqInt) primPixelAtXYPut(void) { unsigned int *bits; sqInt... function primPixelsAtXY (line 1) | EXPORT(sqInt) primPixelsAtXY(void) { unsigned int *bits; sqInt b... function primScalarForward (line 1) | EXPORT(sqInt) primScalarForward(void) { sqInt bottomEdgeMode; do... function primSetPixelsAtXY (line 1) | EXPORT(sqInt) primSetPixelsAtXY(void) { unsigned int *bits; sqIn... function primTurtlesForward (line 1) | EXPORT(sqInt) primTurtlesForward(void) { sqInt bottomEdgeMode; d... function primUpHill (line 1) | EXPORT(sqInt) primUpHill(void) { unsigned int *bits; sqInt bitsO... function primitiveAddArrays (line 1) | EXPORT(sqInt) primitiveAddArrays(void) { sqInt argOop; float *fl... function primitiveAddScalar (line 1) | EXPORT(sqInt) primitiveAddScalar(void) { sqInt argOop; double fl... function primitiveAndByteArray (line 1) | EXPORT(sqInt) primitiveAndByteArray(void) { sqInt i; sqInt lengt... function primitiveDivArrays (line 1) | EXPORT(sqInt) primitiveDivArrays(void) { sqInt argOop; float *fl... function primitiveDivScalar (line 1) | EXPORT(sqInt) primitiveDivScalar(void) { sqInt argOop; double fl... function primitiveEQArrays (line 1) | EXPORT(sqInt) primitiveEQArrays(void) { sqInt argOop; unsigned c... function primitiveEQScalar (line 1) | EXPORT(sqInt) primitiveEQScalar(void) { sqInt argOop; unsigned c... function primitiveGEArrays (line 1) | EXPORT(sqInt) primitiveGEArrays(void) { sqInt argOop; unsigned c... function primitiveGEScalar (line 1) | EXPORT(sqInt) primitiveGEScalar(void) { sqInt argOop; unsigned c... function primitiveGTArrays (line 1) | EXPORT(sqInt) primitiveGTArrays(void) { sqInt argOop; unsigned c... function primitiveGTScalar (line 1) | EXPORT(sqInt) primitiveGTScalar(void) { sqInt argOop; unsigned c... function primitiveLEArrays (line 1) | EXPORT(sqInt) primitiveLEArrays(void) { sqInt argOop; unsigned c... function primitiveLEScalar (line 1) | EXPORT(sqInt) primitiveLEScalar(void) { sqInt argOop; unsigned c... function primitiveLTArrays (line 1) | EXPORT(sqInt) primitiveLTArrays(void) { sqInt argOop; unsigned c... function primitiveLTScalar (line 1) | EXPORT(sqInt) primitiveLTScalar(void) { sqInt argOop; unsigned c... function primitiveMulArrays (line 1) | EXPORT(sqInt) primitiveMulArrays(void) { sqInt argOop; float *fl... function primitiveMulScalar (line 1) | EXPORT(sqInt) primitiveMulScalar(void) { sqInt argOop; double fl... function primitiveNEArrays (line 1) | EXPORT(sqInt) primitiveNEArrays(void) { sqInt argOop; unsigned c... function primitiveNEScalar (line 1) | EXPORT(sqInt) primitiveNEScalar(void) { sqInt argOop; unsigned c... function primitiveNotByteArray (line 1) | EXPORT(sqInt) primitiveNotByteArray(void) { sqInt i; sqInt lengt... function primitiveOrByteArray (line 1) | EXPORT(sqInt) primitiveOrByteArray(void) { sqInt i; sqInt length... function primitivePredicateAtAllPutBoolean (line 1) | EXPORT(sqInt) primitivePredicateAtAllPutBoolean(void) { sqInt i; ... function primitivePredicateAtAllPutColor (line 1) | EXPORT(sqInt) primitivePredicateAtAllPutColor(void) { sqInt i; u... function primitivePredicateAtAllPutNumber (line 1) | EXPORT(sqInt) primitivePredicateAtAllPutNumber(void) { sqInt i; ... function primitivePredicateAtAllPutObject (line 1) | EXPORT(sqInt) primitivePredicateAtAllPutObject(void) { sqInt i; ... function primitivePredicateReplaceBytes (line 1) | EXPORT(sqInt) primitivePredicateReplaceBytes(void) { sqInt i; un... function primitivePredicateReplaceWords (line 1) | EXPORT(sqInt) primitivePredicateReplaceWords(void) { float *floatRep... function primitiveRemArrays (line 1) | EXPORT(sqInt) primitiveRemArrays(void) { sqInt argOop; double fl... function primitiveRemScalar (line 1) | EXPORT(sqInt) primitiveRemScalar(void) { sqInt argOop; double fl... function primitiveSubArrays (line 1) | EXPORT(sqInt) primitiveSubArrays(void) { sqInt argOop; float *fl... function primitiveSubScalar (line 1) | EXPORT(sqInt) primitiveSubScalar(void) { sqInt argOop; double fl... function radiansToDegrees (line 1) | static double radiansToDegrees(double radians) { double deg; dou... function randomIntoFloatArray (line 1) | EXPORT(sqInt) randomIntoFloatArray(void) { double factor; float ... function randomIntoIntegerArray (line 1) | EXPORT(sqInt) randomIntoIntegerArray(void) { double factor; sqIn... function randomRange (line 1) | EXPORT(sqInt) randomRange(void) { sqInt range; sqInt ret; sq... function scalarGetAngleTo (line 1) | EXPORT(sqInt) scalarGetAngleTo(void) { double fromX; double from... function scalarGetDistanceTo (line 1) | EXPORT(sqInt) scalarGetDistanceTo(void) { double fromX; double f... function sqInt (line 1) | static sqInt scalarXAtxArrayheadingArrayvaluedestWidthleftEdgeModerightE... function sqInt (line 1) | static sqInt scalarYAtyArrayheadingArrayvaluedestHeighttopEdgeModebottom... function setHeadingArrayFrom (line 1) | EXPORT(sqInt) setHeadingArrayFrom(void) { double heading; float ... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { ... function setScalarHeading (line 1) | EXPORT(sqInt) setScalarHeading(void) { double heading; float *he... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { return 1; } function turtleScalarSetX (line 1) | EXPORT(sqInt) turtleScalarSetX(void) { double destWidth; float *... function turtleScalarSetY (line 1) | EXPORT(sqInt) turtleScalarSetY(void) { sqInt bottomEdgeMode; dou... function turtlesSetX (line 1) | EXPORT(sqInt) turtlesSetX(void) { double destWidth; float *headi... function turtlesSetY (line 1) | EXPORT(sqInt) turtlesSetY(void) { sqInt bottomEdgeMode; double d... function vectorGetAngleTo (line 1) | EXPORT(sqInt) vectorGetAngleTo(void) { sqInt index; sqInt isVect... function vectorGetDistanceTo (line 1) | EXPORT(sqInt) vectorGetDistanceTo(void) { sqInt index; sqInt isV... function zoomBitmap (line 1) | EXPORT(sqInt) zoomBitmap(void) { sqInt bit; unsigned int* dOrigi... FILE: vm/src/from_squeak/unix/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c type VirtualMachine (line 1) | struct VirtualMachine function sqInt (line 1) | static sqInt checkFileEntry(mpeg3_t * aMpegFile) { sqInt i; for (i =... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { sqInt i; maximumNumberOfFilesT... function sqInt (line 1) | static sqInt makeFileEntry(mpeg3_t * aMpegFile) { sqInt i; for (i = ... function mpeg3_t (line 1) | static mpeg3_t * mpeg3tValueOf(sqInt mpeg3tHandle) { mpeg3_t ** index;... function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primitiveMPEG3AudioChannels (line 1) | EXPORT(sqInt) primitiveMPEG3AudioChannels(void) { mpeg3_t * file; sqI... function primitiveMPEG3AudioSamples (line 1) | EXPORT(sqInt) primitiveMPEG3AudioSamples(void) { mpeg3_t * file; sqIn... function primitiveMPEG3CheckSig (line 1) | EXPORT(sqInt) primitiveMPEG3CheckSig(void) { sqInt result; char storag... function primitiveMPEG3Close (line 1) | EXPORT(sqInt) primitiveMPEG3Close(void) { mpeg3_t * file; mpeg3_t ** ... function primitiveMPEG3DropFrames (line 1) | EXPORT(sqInt) primitiveMPEG3DropFrames(void) { mpeg3_t * file; sqInt ... function primitiveMPEG3EndOfAudio (line 1) | EXPORT(sqInt) primitiveMPEG3EndOfAudio(void) { mpeg3_t * file; sqInt ... function primitiveMPEG3EndOfVideo (line 1) | EXPORT(sqInt) primitiveMPEG3EndOfVideo(void) { mpeg3_t * file; sqInt ... function primitiveMPEG3FrameRate (line 1) | EXPORT(sqInt) primitiveMPEG3FrameRate(void) { mpeg3_t * file; double ... function primitiveMPEG3GenerateToc (line 1) | EXPORT(sqInt) primitiveMPEG3GenerateToc(void) { mpeg3_t * file; sqInt... function primitiveMPEG3GetFrame (line 1) | EXPORT(sqInt) primitiveMPEG3GetFrame(void) { mpeg3_t * file; sqInt re... function primitiveMPEG3GetSample (line 1) | EXPORT(sqInt) primitiveMPEG3GetSample(void) { mpeg3_t * file; sqInt r... function primitiveMPEG3GetTime (line 1) | EXPORT(sqInt) primitiveMPEG3GetTime(void) { mpeg3_t * file; double r... function primitiveMPEG3HasAudio (line 1) | EXPORT(sqInt) primitiveMPEG3HasAudio(void) { mpeg3_t * file; sqInt re... function primitiveMPEG3HasVideo (line 1) | EXPORT(sqInt) primitiveMPEG3HasVideo(void) { mpeg3_t * file; sqInt re... function primitiveMPEG3Open (line 1) | EXPORT(sqInt) primitiveMPEG3Open(void) { sqInt mpeg3Oop; mpeg3_t ** in... function primitiveMPEG3OpenABuffer (line 1) | EXPORT(sqInt) primitiveMPEG3OpenABuffer(void) { sqInt mpeg3Oop; mpeg3_... function primitiveMPEG3PreviousFrame (line 1) | EXPORT(sqInt) primitiveMPEG3PreviousFrame(void) { mpeg3_t * file; sqI... function primitiveMPEG3ReReadAudio (line 1) | EXPORT(sqInt) primitiveMPEG3ReReadAudio(void) { mpeg3_t * file; short... function primitiveMPEG3ReadAudio (line 1) | EXPORT(sqInt) primitiveMPEG3ReadAudio(void) { mpeg3_t * file; short *... function primitiveMPEG3ReadFrameBufferOffset (line 1) | EXPORT(sqInt) primitiveMPEG3ReadFrameBufferOffset(void) { unsigned char... function primitiveMPEG3ReadFrame (line 1) | EXPORT(sqInt) primitiveMPEG3ReadFrame(void) { unsigned char ** output... function primitiveMPEG3SampleRate (line 1) | EXPORT(sqInt) primitiveMPEG3SampleRate(void) { mpeg3_t * file; sqInt ... function primitiveMPEG3SeekPercentage (line 1) | EXPORT(sqInt) primitiveMPEG3SeekPercentage(void) { mpeg3_t * file; sq... function primitiveMPEG3SetCpus (line 1) | EXPORT(sqInt) primitiveMPEG3SetCpus(void) { mpeg3_t * file; sqInt fil... function primitiveMPEG3SetFrame (line 1) | EXPORT(sqInt) primitiveMPEG3SetFrame(void) { mpeg3_t * file; sqInt re... function primitiveMPEG3SetMmx (line 1) | EXPORT(sqInt) primitiveMPEG3SetMmx(void) { mpeg3_t * file; sqInt file... function primitiveMPEG3SetSample (line 1) | EXPORT(sqInt) primitiveMPEG3SetSample(void) { mpeg3_t * file; sqInt r... function primitiveMPEG3TellPercentage (line 1) | EXPORT(sqInt) primitiveMPEG3TellPercentage(void) { mpeg3_t * file; do... function primitiveMPEG3TotalAStreams (line 1) | EXPORT(sqInt) primitiveMPEG3TotalAStreams(void) { mpeg3_t * file; sqI... function primitiveMPEG3TotalVStreams (line 1) | EXPORT(sqInt) primitiveMPEG3TotalVStreams(void) { mpeg3_t * file; sqI... function primitiveMPEG3VideoFrames (line 1) | EXPORT(sqInt) primitiveMPEG3VideoFrames(void) { mpeg3_t * file; sqInt... function primitiveMPEG3VideoHeight (line 1) | EXPORT(sqInt) primitiveMPEG3VideoHeight(void) { mpeg3_t * file; sqInt... function primitiveMPEG3VideoWidth (line 1) | EXPORT(sqInt) primitiveMPEG3VideoWidth(void) { mpeg3_t * file; sqInt ... function sqInt (line 1) | static sqInt removeFileEntry(mpeg3_t * aMpegFile) { sqInt i; for (i ... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { sqI... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { sqInt i; for (i = 1; i <= maximu... function sqInt (line 1) | static sqInt sqAssert(sqInt aBool) { /* missing DebugCode */; } FILE: vm/src/from_squeak/unix/src/plugins/RomePlugin/RomePlugin.c type VirtualMachine (line 1) | struct VirtualMachine function sqInt (line 1) | static sqInt addAlignmentinto(sqInt attrArrayOop, PangoAttrList *pangoAt... function sqInt (line 1) | static sqInt addColorinto(sqInt attrArrayOop, PangoAttrList *pangoAttrLi... function addColorStopTooffsetrgbalpha (line 1) | static void addColorStopTooffsetrgbalpha(cairo_pattern_t*pattern, sqInt ... function sqInt (line 1) | static sqInt addDefaultInto(PangoAttrList *pangoAttrList) { PangoAttrib... function sqInt (line 1) | static sqInt addEmphasisinto(sqInt attrArrayOop, PangoAttrList *pangoAtt... function sqInt (line 1) | static sqInt addFontinto(sqInt attrArrayOop, PangoAttrList *pangoAttrLis... function sqInt (line 1) | static sqInt addLanguageinto(sqInt attrArrayOop, PangoAttrList *pangoAtt... function sqInt (line 1) | static sqInt addSelectionAtpixelwith(PangoRectangle *rect, unsigned int ... function sqInt (line 1) | static sqInt addSelectionFromtopixelinto(sqInt start, sqInt end, unsigne... function cairo_t (line 1) | static cairo_t* contextFrom(sqInt canvasOop) { cairo_t*context; sqInt ... function sqInt (line 1) | static sqInt createContextFor(sqInt canvasOop) { sqInt i; cairo_surfac... function sqInt (line 1) | static sqInt createSurfaceFor(sqInt formOop) { cairo_format_t format; ... function sqInt (line 1) | static sqInt destroyContextFor(sqInt canvasOop) { cairo_t*context; sqI... function sqInt (line 1) | static sqInt destroySurface(sqInt surfaceID) { cairo_surface_t*surface;... function fillOrStrokefrom (line 1) | static void fillOrStrokefrom(cairo_t*context, sqInt canvasOop) { sqInt ... function cairo_surface_t (line 1) | static cairo_surface_t* findSurface(sqInt surfaceID) { sqInt surfaceHan... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt getSurfaceFormatgetWgetHgetDgetMsb(cairo_surface_t *surface... function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { sqInt i; for (i = 0; i <= (las... function sqInt (line 1) | static sqInt leadingCharOf(unsigned int value) { return ((usqInt) (valu... function sqInt (line 1) | static sqInt loadSurfacePlugin(void) { sqInt found; registerSurfaceFn... function moduleUnloaded (line 1) | EXPORT(sqInt) moduleUnloaded(char *aModuleName) { if ((strcmp(aModuleNa... function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function polyPathfrom (line 1) | static void polyPathfrom(cairo_t*context, sqInt pointsOop) { float*poin... function primitivePangoBlockAtIndex (line 1) | EXPORT(sqInt) primitivePangoBlockAtIndex(void) { sqInt index; cairo_t*... function primitiveClear (line 1) | EXPORT(sqInt) primitiveClear(void) { sqInt op; sqInt canvasFlags; sqI... function primitiveClipRectangleLeftRightTopBottom (line 1) | EXPORT(sqInt) primitiveClipRectangleLeftRightTopBottom(void) { cairo_t*... function primitiveClose (line 1) | EXPORT(sqInt) primitiveClose(void) { sqInt canvasOop; canvasOop = int... function primitivePangoComposeString (line 1) | EXPORT(sqInt) primitivePangoComposeString(void) { cairo_t*context; sqI... function primitivePangoComposeString2 (line 1) | EXPORT(sqInt) primitivePangoComposeString2(void) { cairo_t*context; sq... function primitiveCreateFormHandle (line 1) | EXPORT(sqInt) primitiveCreateFormHandle(void) { sqInt formOop; sqInt s... function primitiveDestroyFormHandle (line 1) | EXPORT(sqInt) primitiveDestroyFormHandle(void) { sqInt surfaceID; sur... function primitiveDrawArcRadiusXYFromTo (line 1) | EXPORT(sqInt) primitiveDrawArcRadiusXYFromTo(void) { cairo_t*context; ... function primitiveDrawCurveFromXYviaXYandXYtoXY (line 1) | EXPORT(sqInt) primitiveDrawCurveFromXYviaXYandXYtoXY(void) { cairo_t*co... function primitiveDrawCurveFromXYviaXYtoXY (line 1) | EXPORT(sqInt) primitiveDrawCurveFromXYviaXYtoXY(void) { cairo_t*context... function primitiveDrawGeneralBezierShape (line 1) | EXPORT(sqInt) primitiveDrawGeneralBezierShape(void) { cairo_t*context; ... function primitiveDrawImageSrcLRTBDestLRTB (line 1) | EXPORT(sqInt) primitiveDrawImageSrcLRTBDestLRTB(void) { cairo_surface_t... function primitiveDrawLineFromXYtoXY (line 1) | EXPORT(sqInt) primitiveDrawLineFromXYtoXY(void) { cairo_t*context; sqI... function primitiveDrawOvalLeftRightTopBottom (line 1) | EXPORT(sqInt) primitiveDrawOvalLeftRightTopBottom(void) { cairo_t*conte... function primitiveDrawPolygon (line 1) | EXPORT(sqInt) primitiveDrawPolygon(void) { cairo_t*context; sqInt canv... function primitiveDrawPolyline (line 1) | EXPORT(sqInt) primitiveDrawPolyline(void) { cairo_t*context; sqInt can... function primitiveDrawRectangleLeftRightTopBottom (line 1) | EXPORT(sqInt) primitiveDrawRectangleLeftRightTopBottom(void) { cairo_t*... function primitiveDrawRoundRectLeftRightTopBottomRadiusCorner (line 1) | EXPORT(sqInt) primitiveDrawRoundRectLeftRightTopBottomRadiusCorner(void)... function primitiveDrawZeroTerminatedUtf8StringXY (line 1) | EXPORT(sqInt) primitiveDrawZeroTerminatedUtf8StringXY(void) { cairo_t*c... function primitiveFillBitmapOriginXYdirectionXYnormalXYRepeatImage (line 1) | EXPORT(sqInt) primitiveFillBitmapOriginXYdirectionXYnormalXYRepeatImage(... function primitiveFillColorAlpha (line 1) | EXPORT(sqInt) primitiveFillColorAlpha(void) { cairo_t*context; sqInt c... function primitiveFillLinearOriginXYdirectionXYcolorStops (line 1) | EXPORT(sqInt) primitiveFillLinearOriginXYdirectionXYcolorStops(void) { ... function primitiveFillRadialOriginXYdirectionXYnormalXYcolorStops (line 1) | EXPORT(sqInt) primitiveFillRadialOriginXYdirectionXYnormalXYcolorStops(v... function primitiveFontFace (line 1) | EXPORT(sqInt) primitiveFontFace(void) { cairo_font_face_t*crFace; FT_F... function primitiveFontSize (line 1) | EXPORT(sqInt) primitiveFontSize(void) { cairo_t*context; sqInt canvasO... function primitiveGetLineWidth (line 1) | EXPORT(sqInt) primitiveGetLineWidth(void) { double width; cairo_t*cont... function primitivePangoFontDescriptionIndex (line 1) | EXPORT(sqInt) primitivePangoFontDescriptionIndex(void) { sqInt familyNa... function primitiveGetTransform (line 1) | EXPORT(sqInt) primitiveGetTransform(void) { cairo_t*context; sqInt can... function primitivePangoIndexAtPoint (line 1) | EXPORT(sqInt) primitivePangoIndexAtPoint(void) { sqInt index; cairo_t*... function primitiveLanguageAttributes (line 1) | EXPORT(sqInt) primitiveLanguageAttributes(void) { sqInt arraySize; sqI... function primitiveOpen (line 1) | EXPORT(sqInt) primitiveOpen(void) { sqInt handleOop; sqInt contextInde... function primitivePangoIsAvailable (line 1) | EXPORT(sqInt) primitivePangoIsAvailable(void) { PangoLayout*layout; ca... function primitivePluginVersion (line 1) | EXPORT(sqInt) primitivePluginVersion(void) { sqInt _return_value; _re... function primitiveRestoreState (line 1) | EXPORT(sqInt) primitiveRestoreState(void) { cairo_t*context; sqInt can... function primitiveRotateBy (line 1) | EXPORT(sqInt) primitiveRotateBy(void) { cairo_t*context; sqInt canvasO... function primitiveSaveState (line 1) | EXPORT(sqInt) primitiveSaveState(void) { cairo_t*context; sqInt canvas... function primitiveScaleBy (line 1) | EXPORT(sqInt) primitiveScaleBy(void) { cairo_t*context; sqInt canvasOo... function primitiveSetLineWidth (line 1) | EXPORT(sqInt) primitiveSetLineWidth(void) { cairo_t*context; sqInt can... function primitiveSetTransform (line 1) | EXPORT(sqInt) primitiveSetTransform(void) { cairo_t*context; sqInt can... function primitivePangoShowString (line 1) | EXPORT(sqInt) primitivePangoShowString(void) { cairo_t*context; sqInt ... function primitiveShowZeroTerminatedUtf8StringXY (line 1) | EXPORT(sqInt) primitiveShowZeroTerminatedUtf8StringXY(void) { cairo_t*c... function primitiveStencilImageSrcLRTBDestLRTB (line 1) | EXPORT(sqInt) primitiveStencilImageSrcLRTBDestLRTB(void) { cairo_surfac... function primitiveTransformBy (line 1) | EXPORT(sqInt) primitiveTransformBy(void) { cairo_t*context; sqInt canv... function primitiveTranslateBy (line 1) | EXPORT(sqInt) primitiveTranslateBy(void) { cairo_t*context; sqInt canv... function primitiveUTF8StringWith2Indexes (line 1) | EXPORT(sqInt) primitiveUTF8StringWith2Indexes(void) { sqInt utf8StringO... function primitiveUTF8StringWithIndex (line 1) | EXPORT(sqInt) primitiveUTF8StringWithIndex(void) { sqInt utf8StringOop;... function sqInt (line 1) | static sqInt putCharintoat(sqInt c, unsigned char*utf8String, sqInt utf8... function sqInt (line 1) | static sqInt registerSurface(cairo_surface_t*surfaceHandle) { sqInt sur... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { sqI... function setSourcergbalpha (line 1) | static void setSourcergbalpha(cairo_t*context, sqInt rgb, sqInt alpha) {... function sqInt (line 1) | static sqInt showSurfacexywh(cairo_surface_t *surfaceHandle, sqInt x, sq... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { PangoFontDescription*desc; sqInt ... function sqInt (line 1) | static sqInt sqAssert(sqInt aBool) { /* missing DebugCode */; } function sqInt (line 1) | static sqInt sqCharCountInfromto(unsigned char* aString, sqInt from, sqI... function strokefrom (line 1) | static void strokefrom(cairo_t*context, sqInt canvasOop) { sqInt stroke... function cairo_surface_t (line 1) | static cairo_surface_t* surfaceFrom(sqInt formOop) { sqInt surfaceID; ... function sqInt (line 1) | static sqInt translateSqAttrsToPangoAttrsinto(sqInt sqAttrsArrayOop, Pan... function sqInt (line 1) | static sqInt unlockSurfacexywh(cairo_surface_t*surfaceHandle, sqInt x, s... function sqInt (line 1) | static sqInt unregisterSurface(sqInt surfaceID) { if (unregisterSurface... function sqInt (line 1) | static sqInt utf8CountFor(unsigned int value) { sqInt v; v = value & ... FILE: vm/src/from_squeak/unix/src/plugins/Squeak3D/Squeak3D.c type VirtualMachine (line 1) | struct VirtualMachine function sqInt (line 1) | static sqInt addPartfromtrackFlagscale(float *lightPart, float *material... function sqInt (line 1) | static sqInt analyzeMatrix3x3Length(float *m) { double det; det = ... function sqInt (line 1) | static sqInt analyzeMatrix(float *m) { sqInt flags; flags = 0; if... function b3dClipPolygon (line 1) | EXPORT(sqInt) b3dClipPolygon(void) { sqInt count; sqInt outMask;... function b3dComputeMinIndexZ (line 1) | EXPORT(sqInt) b3dComputeMinIndexZ(void) { int *idxArray; sqInt i... function b3dComputeMinZ (line 1) | EXPORT(sqInt) b3dComputeMinZ(void) { int *idxArray; sqInt idxSiz... function b3dDetermineClipFlags (line 1) | EXPORT(sqInt) b3dDetermineClipFlags(void) { sqInt result; void *... function b3dInitPrimitiveObject (line 1) | EXPORT(sqInt) b3dInitPrimitiveObject(void) { int *idxArray; sqIn... function b3dInitializeRasterizerState (line 1) | EXPORT(sqInt) b3dInitializeRasterizerState(void) { void *obj; sq... function b3dInplaceHouseHolderInvert (line 1) | EXPORT(sqInt) b3dInplaceHouseHolderInvert(void) { double beta; d... function b3dLoadIndexArray (line 1) | EXPORT(sqInt) b3dLoadIndexArray(void) { sqInt count; sqInt dstAr... function b3dLoadVertexBuffer (line 1) | EXPORT(sqInt) b3dLoadVertexBuffer(void) { int *colorPtr; sqInt c... function b3dMapVertexBuffer (line 1) | EXPORT(sqInt) b3dMapVertexBuffer(void) { sqInt boxArray; void *v... function b3dOrthoNormInverseMatrix (line 1) | EXPORT(sqInt) b3dOrthoNormInverseMatrix(void) { float *dst; sqIn... function b3dPrimitiveNextClippedTriangle (line 1) | EXPORT(sqInt) b3dPrimitiveNextClippedTriangle(void) { sqInt firstInd... function b3dPrimitiveObjectSize (line 1) | EXPORT(sqInt) b3dPrimitiveObjectSize(void) { sqInt objSize; objSiz... function b3dPrimitiveTextureSize (line 1) | EXPORT(sqInt) b3dPrimitiveTextureSize(void) { sqInt objSize; objSi... function b3dRasterizerVersion (line 1) | EXPORT(sqInt) b3dRasterizerVersion(void) { interpreterProxy->pop(1); i... function b3dShadeVertexBuffer (line 1) | EXPORT(sqInt) b3dShadeVertexBuffer(void) { sqInt i; sqInt j; ... function b3dShaderVersion (line 1) | EXPORT(sqInt) b3dShaderVersion(void) { interpreterProxy->pop(1); inter... function b3dStartRasterizer (line 1) | EXPORT(sqInt) b3dStartRasterizer(void) { sqInt errCode; if (!((int... function b3dTransformDirection (line 1) | EXPORT(sqInt) b3dTransformDirection(void) { float *matrix; doubl... function b3dTransformMatrixWithInto (line 1) | EXPORT(sqInt) b3dTransformMatrixWithInto(void) { float *m1; floa... function b3dTransformPoint (line 1) | EXPORT(sqInt) b3dTransformPoint(void) { float *matrix; double rw... function b3dTransformPrimitiveNormal (line 1) | EXPORT(sqInt) b3dTransformPrimitiveNormal(void) { float *matrix; ... function b3dTransformPrimitivePosition (line 1) | EXPORT(sqInt) b3dTransformPrimitivePosition(void) { float *matrix; ... function b3dTransformPrimitiveRasterPosition (line 1) | EXPORT(sqInt) b3dTransformPrimitiveRasterPosition(void) { float *mat... function b3dTransformVertexBuffer (line 1) | EXPORT(sqInt) b3dTransformVertexBuffer(void) { sqInt flags; floa... function b3dTransformerVersion (line 1) | EXPORT(sqInt) b3dTransformerVersion(void) { interpreterProxy->pop(1); ... function b3dTransposeMatrix (line 1) | EXPORT(sqInt) b3dTransposeMatrix(void) { float *dst; sqInt dstOo... function backClipValueFromto (line 1) | static double backClipValueFromto(sqInt last, sqInt next) { return ((((... function bottomClipValueFromto (line 1) | static double bottomClipValueFromto(sqInt last, sqInt next) { return (0... function sqInt (line 1) | static sqInt clipPolygoncountwithmask(int *vtxArray, sqInt vtxCount, int... function sqInt (line 1) | static sqInt clipPolygonBackFromtocount(int *buf1, int *buf2, sqInt n) {... function sqInt (line 1) | static sqInt clipPolygonBottomFromtocount(int *buf1, int *buf2, sqInt n)... function sqInt (line 1) | static sqInt clipPolygonFrontFromtocount(int *buf1, int *buf2, sqInt n) ... function sqInt (line 1) | static sqInt clipPolygonLeftFromtocount(int *buf1, int *buf2, sqInt n) {... function sqInt (line 1) | static sqInt clipPolygonRightFromtocount(int *buf1, int *buf2, sqInt n) ... function sqInt (line 1) | static sqInt clipPolygonTopFromtocount(int *buf1, int *buf2, sqInt n) { ... function sqInt (line 1) | static sqInt computeAttenuation(void) { lightScale = 1.0; if (lightFla... function sqInt (line 1) | static sqInt computeDirection(void) { double scale; if (lightFlags... function sqInt (line 1) | static sqInt computeSpecularDirection(void) { double scale; scale ... function computeSpotFactor (line 1) | static double computeSpotFactor(void) { double cosAngle; double ... function sqInt (line 1) | static sqInt determineClipFlagscount(void *vtxArray, sqInt count) { ... function dotProductOfFloatwithDouble (line 1) | static double dotProductOfFloatwithDouble(float * v1, double *v2) { ret... function frontClipValueFromto (line 1) | static double frontClipValueFromto(sqInt last, sqInt next) { return (0.... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { loadBBFn = interpreterProxy->ioL... function sqInt (line 1) | static sqInt interpolateFromtoatinto(float *last, float *next, double t,... function inverseLengthOfDouble (line 1) | static double inverseLengthOfDouble(double * aVector) { double scale... function inverseLengthOfFloat (line 1) | static double inverseLengthOfFloat(float * aVector) { double scale; ... function leftClipValueFromto (line 1) | static double leftClipValueFromto(sqInt last, sqInt next) { return (0.0... function sqInt (line 1) | static sqInt loadObjectsFrom(sqInt stackIndex) { sqInt arrayOop; ... function sqInt (line 1) | static sqInt loadPrimitiveLightSource(void) { lightFlags = (((int*) pri... function sqInt (line 1) | static sqInt loadPrimitiveVertex(void) { sqInt rgba; rgba = (((int... function sqInt (line 1) | static sqInt loadRasterizerState(sqInt stackIndex) { sqInt obj; ... function sqInt (line 1) | static sqInt loadTextureinto(sqInt textureOop, B3DTexture *destPtr) { ... function sqInt (line 1) | static sqInt loadTexturesFrom(sqInt stackIndex) { sqInt arrayOop; ... function sqInt (line 1) | static sqInt loadViewportFrom(sqInt stackIndex) { sqInt oop; sqI... function sqInt (line 1) | static sqInt mapVBofSizeinto(void *vtxArray, sqInt vtxCount, sqInt boxAr... function moduleUnloaded (line 1) | EXPORT(sqInt) moduleUnloaded(char *aModuleName) { if ((strcmp(aModuleNa... function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primitiveSetBitBltPlugin (line 1) | EXPORT(sqInt) primitiveSetBitBltPlugin(void) { sqInt i; sqInt le... function processIndexedofSizeidxArrayidxSize (line 1) | static double processIndexedofSizeidxArrayidxSize(float *vtxArray, sqInt... function sqInt (line 1) | static sqInt processIndexedIDXofSizeidxArrayidxSize(float *vtxArray, sqI... function processNonIndexedofSize (line 1) | static double processNonIndexedofSize(float *vtxArray, sqInt vtxSize) { ... function sqInt (line 1) | static sqInt processNonIndexedIDXofSize(float *vtxArray, sqInt vtxSize) ... function rightClipValueFromto (line 1) | static double rightClipValueFromto(sqInt last, sqInt next) { return (((... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { ... function sqInt (line 1) | static sqInt shadeVertex(void) { double cosAngle; double specula... function sqInt (line 1) | static sqInt stackLightArrayValue(sqInt stackIndex) { sqInt array; ... function sqInt (line 1) | static sqInt storeObjectsInto(sqInt stackIndex) { sqInt arrayOop; ... function sqInt (line 1) | static sqInt storePrimitiveVertex(void) { sqInt a; sqInt b; ... function topClipValueFromto (line 1) | static double topClipValueFromto(sqInt last, sqInt next) { return (((((... function sqInt (line 1) | static sqInt transformMatrixwithinto(float *src, float *arg, float *dst)... function sqInt (line 1) | static sqInt transformPrimitiveNormalbyrescale(float *pVertex, float *ma... function sqInt (line 1) | static sqInt transformPrimitivePositionby(float *pVertex, float *matrix)... function sqInt (line 1) | static sqInt transformPrimitivePositionFastby(float *pVertex, float *mat... function sqInt (line 1) | static sqInt transformPrimitivePositionFasterby(float *pVertex, float *m... function sqInt (line 1) | static sqInt transformPrimitiveRasterPositionby(float *pVertex, float *m... function sqInt (line 1) | static sqInt transformVBcountbyandflags(float *vtxArray, sqInt vtxCount,... FILE: vm/src/from_squeak/unix/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c type VirtualMachine (line 1) | struct VirtualMachine function sqInt (line 1) | static sqInt atomicTypeOf(sqInt value) { return ((usqInt) (value & FFIA... function sqInt (line 1) | static sqInt ffiAddressOfstartingAtsize(sqInt rcvr, sqInt byteOffset, sq... function sqInt (line 1) | static sqInt ffiArgByValue(sqInt oop) { sqInt atomicType; double... function sqInt (line 1) | static sqInt ffiArgumentSpecClass(sqInt oop, sqInt argSpec, sqInt argCla... function sqInt (line 1) | static sqInt ffiAtomicArgByReferenceClass(sqInt oop, sqInt oopClass) { ... function sqInt (line 1) | static sqInt ffiAtomicStructByReferenceClass(sqInt oop, sqInt oopClass) ... function sqInt (line 1) | static sqInt ffiCallWithFlagsAndTypes(sqInt address, sqInt callType, sqI... function sqInt (line 1) | static sqInt ffiCallWithFlagsArgsAndTypesOfSize(sqInt address, sqInt cal... function sqInt (line 1) | static sqInt ffiCalloutToWithFlags(sqInt address, sqInt callType) { ... function sqInt (line 1) | static sqInt ffiCheckReturnWith(sqInt retSpec, sqInt retClass) { sqI... function sqInt (line 1) | static sqInt ffiContentsOfHandleerrCode(sqInt oop, sqInt errCode) { if ... function sqInt (line 1) | static sqInt ffiCreateLongLongReturn(sqInt isSigned) { sqInt highWor... function sqInt (line 1) | static sqInt ffiCreateReturn(sqInt retVal) { sqInt atomicType; s... function sqInt (line 1) | static sqInt ffiCreateReturnOop(sqInt retVal) { sqInt atomicType; ... function sqInt (line 1) | static sqInt ffiCreateReturnPointer(sqInt retVal) { sqInt atomicType... function sqInt (line 1) | static sqInt ffiCreateReturnStruct(void) { sqInt oop; sqInt retO... function sqInt (line 1) | static sqInt ffiFail(sqInt reason) { ffiLastError = reason; return int... function ffiFloatValueOf (line 1) | static double ffiFloatValueOf(sqInt oop) { sqInt oopClass; oopClas... function sqInt (line 1) | static sqInt ffiGetLastError(void) { return ffiLastError; } function sqInt (line 1) | static sqInt ffiIntegerValueOf(sqInt oop) { sqInt oopClass; if ((o... function sqInt (line 1) | static sqInt ffiLoadCalloutAddress(sqInt lit) { sqInt address; s... function sqInt (line 1) | static sqInt ffiLoadCalloutAddressFrom(sqInt oop) { sqInt address; ... function sqInt (line 1) | static sqInt ffiLoadCalloutModule(sqInt module) { sqInt ffiModuleNam... function sqInt (line 1) | static sqInt ffiPushPointerContentsOf(sqInt oop) { sqInt ptrAddress;... function sqInt (line 1) | static sqInt ffiPushSignedLongLongOop(sqInt oop) { sqInt highWord; ... function sqInt (line 1) | static sqInt ffiPushStructureContentsOf(sqInt oop) { sqInt ptrAddres... function sqInt (line 1) | static sqInt ffiPushUnsignedLongLongOop(sqInt oop) { sqInt highWord;... function sqInt (line 1) | static sqInt ffiPushVoid(sqInt ignored) { sqInt reason; /* begin f... function sqInt (line 1) | static sqInt ffiReturnCStringFrom(sqInt cPointer) { char *cString; ... function sqInt (line 1) | static sqInt ffiSetLastError(sqInt errCode) { return ffiLastError = err... function sqInt (line 1) | static sqInt ffiValidateExternalDataAtomicType(sqInt oop, sqInt atomicTy... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { initSurfacePluginFunctionPointer... function sqInt (line 1) | static sqInt isAtomicType(sqInt typeSpec) { return typeSpec & FFIFlagAt... function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primitiveCallout (line 1) | EXPORT(sqInt) primitiveCallout(void) { sqInt address; sqInt argT... function primitiveCalloutWithArgs (line 1) | EXPORT(sqInt) primitiveCalloutWithArgs(void) { sqInt address; sq... function primitiveCreateManualSurface (line 1) | EXPORT(sqInt) primitiveCreateManualSurface(void) { sqInt depth; ... function primitiveDestroyManualSurface (line 1) | EXPORT(sqInt) primitiveDestroyManualSurface(void) { sqInt result; ... function primitiveFFIAllocate (line 1) | EXPORT(sqInt) primitiveFFIAllocate(void) { sqInt addr; sqInt byt... function primitiveFFIDoubleAt (line 1) | EXPORT(sqInt) primitiveFFIDoubleAt(void) { sqInt addr; sqInt byt... function primitiveFFIDoubleAtPut (line 1) | EXPORT(sqInt) primitiveFFIDoubleAtPut(void) { sqInt addr; sqInt ... function primitiveFFIFloatAt (line 1) | EXPORT(sqInt) primitiveFFIFloatAt(void) { sqInt addr; sqInt byte... function primitiveFFIFloatAtPut (line 1) | EXPORT(sqInt) primitiveFFIFloatAtPut(void) { sqInt addr; sqInt b... function primitiveFFIFree (line 1) | EXPORT(sqInt) primitiveFFIFree(void) { sqInt addr; sqInt oop; ... function primitiveFFIGetLastError (line 1) | EXPORT(sqInt) primitiveFFIGetLastError(void) { interpreterProxy->pop(1)... function primitiveFFIIntegerAt (line 1) | EXPORT(sqInt) primitiveFFIIntegerAt(void) { sqInt addr; sqInt by... function primitiveFFIIntegerAtPut (line 1) | EXPORT(sqInt) primitiveFFIIntegerAtPut(void) { sqInt addr; sqInt... function primitiveForceLoad (line 1) | EXPORT(sqInt) primitiveForceLoad(void) { sqInt ffiModuleName; sq... function primitiveSetManualSurfacePointer (line 1) | EXPORT(sqInt) primitiveSetManualSurfacePointer(void) { unsigned int ... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { ... FILE: vm/src/from_squeak/unix/src/plugins/UUIDPlugin/UUIDPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { return sqUUIDInit(); } function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primitiveMakeUUID (line 1) | EXPORT(sqInt) primitiveMakeUUID(void) { sqInt oop; char*location; if... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { sqI... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { return sqUUIDShutdown(); } function sqInt (line 1) | static sqInt sqAssert(sqInt aBool) { /* missing DebugCode */; } FILE: vm/src/from_squeak/unix/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function aioForwardwithDataandFlags (line 1) | static void aioForwardwithDataandFlags(int fd, void *data, int flags) { ... function sqInt (line 1) | static sqInt copyBytesFromtolength(void *charArray1, void *charArray2, s... function sqInt (line 1) | static sqInt createPipeForReaderwriter(FILEHANDLETYPE *readerIOStreamPtr... function sqInt (line 1) | static sqInt descriptorTableSize(void) { return getdtablesize(); } function dupToStdErr (line 1) | static void dupToStdErr(sqInt anSQFileDataStructure) { sqInt filenoT... function dupToStdIn (line 1) | static void dupToStdIn(sqInt anSQFileDataStructure) { sqInt filenoTo... function dupToStdOut (line 1) | static void dupToStdOut(sqInt anSQFileDataStructure) { sqInt filenoT... function sqInt (line 1) | static sqInt fileDescriptorFrom(sqInt aSQFileByteArray) { if (!((((inte... function FILEHANDLETYPE (line 1) | static FILEHANDLETYPE fileHandleFrom(sqInt sqFileStructByteArray) { ... function sqInt (line 1) | static sqInt fileRecordSize(void) { return sizeof(SQFile); } function SQFile (line 1) | static SQFile * fileValueOf(sqInt anSQFileRecord) { return interpreterP... function sqInt (line 1) | static sqInt fixPointersInArrayOfStringswithOffsetscount(char *flattened... function sqInt (line 1) | static sqInt forkAndExecInDirectory(sqInt useSignalHandler) { sqInt ... function forkSqueak (line 1) | EXPORT(pid_t) forkSqueak(sqInt useSignalHandler) { struct itimerval ... function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt getThisSessionIdentifier(void) { return interpreterProxy->... function sqInt (line 1) | static sqInt halt(void) { ; } function handleSignal (line 1) | static void handleSignal(int sigNum) { sqInt semaIndex; semaIndex ... function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { osprocessSandboxSecurity = -1; ... function sqInt (line 1) | static sqInt initializeModuleForPlatform(void) { pidCount = 0; atexit(... function sqInt (line 1) | static sqInt isNonNullSQFile(sqInt objectPointer) { sqInt idx; u... function sqInt (line 1) | static sqInt isNullSQSocket(sqInt objectPointer) { sqInt idx; un... function sqInt (line 1) | static sqInt isSQFileObject(sqInt objectPointer) { return (((interprete... function sqInt (line 1) | static sqInt isSQSocketObject(sqInt objectPointer) { return ((interpret... function sqInt (line 1) | static sqInt isValidFileSession(sqInt objectPointer) { return (interpre... function sqInt (line 1) | static sqInt isVmThread(void) { pthread_t thisThread; thisThread =... function sqInt (line 1) | static sqInt makePipeForReaderwriter(FILEHANDLETYPE *readerIOStreamPtr, ... function sqInt (line 1) | static sqInt maskForThisThreadAndResend(int sigNum) { maskSignalForThis... function sqInt (line 1) | static sqInt maskSignalForThisThread(int sigNum) { sigset_t sigset; ... function moduleUnloaded (line 1) | EXPORT(sqInt) moduleUnloaded(char *aModuleName) { } function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function sqInt (line 1) | static sqInt newPthreadTypeByteArray(sqInt aPthreadType) { sqInt byt... function sqInt (line 1) | static sqInt newSQFileByteArray(void) { return interpreterProxy->instan... function sqInt (line 1) | static sqInt newSQSocketByteArray(void) { return interpreterProxy->inst... function primitiveAioDisable (line 1) | EXPORT(sqInt) primitiveAioDisable(void) { int fd; sqInt sqFile; ... function primitiveAioEnable (line 1) | EXPORT(sqInt) primitiveAioEnable(void) { static int eventSemaphoreIn... function primitiveAioHandle (line 1) | EXPORT(sqInt) primitiveAioHandle(void) { sqInt exceptionWatch; i... function primitiveAioSuspend (line 1) | EXPORT(sqInt) primitiveAioSuspend(void) { sqInt exceptionWatch; ... function primitiveArgumentAt (line 1) | EXPORT(sqInt) primitiveArgumentAt(void) { extern int argCnt; ext... function primitiveCanReceiveSignals (line 1) | EXPORT(sqInt) primitiveCanReceiveSignals(sqInt anIntegerPid) { pid_t... function primitiveChdir (line 1) | EXPORT(sqInt) primitiveChdir(void) { extern int errno; char *pat... function primitiveCreatePipe (line 1) | EXPORT(sqInt) primitiveCreatePipe(void) { sqInt arrayResult; sqI... function primitiveCreatePipeWithSessionIdentifier (line 1) | EXPORT(sqInt) primitiveCreatePipeWithSessionIdentifier(void) { sqInt... function primitiveDupTo (line 1) | EXPORT(sqInt) primitiveDupTo(sqInt oldFileDescriptor, sqInt newFileDescr... function primitiveEnvironmentAt (line 1) | EXPORT(sqInt) primitiveEnvironmentAt(void) { sqInt envCnt; exter... function primitiveEnvironmentAtSymbol (line 1) | EXPORT(sqInt) primitiveEnvironmentAtSymbol(void) { char * getenvResu... function primitiveErrorMessageAt (line 1) | EXPORT(sqInt) primitiveErrorMessageAt(void) { sqInt errMessage; ... function primitiveFileProtectionMask (line 1) | EXPORT(sqInt) primitiveFileProtectionMask(void) { sqInt buffer; ... function primitiveFileStat (line 1) | EXPORT(sqInt) primitiveFileStat(void) { sqInt buffer; extern int... function primitiveFixPointersInArrayOfStrings (line 1) | EXPORT(sqInt) primitiveFixPointersInArrayOfStrings(void) { sqInt cSt... function primitiveForkAndExecInDirectory (line 1) | EXPORT(sqInt) primitiveForkAndExecInDirectory(void) { return forkAndExe... function primitiveForkExec (line 1) | EXPORT(sqInt) primitiveForkExec(void) { return forkAndExecInDirectory(0... function primitiveForkSqueak (line 1) | EXPORT(sqInt) primitiveForkSqueak(void) { pid_t pid; if ((sandboxS... function primitiveForkSqueakWithoutSigHandler (line 1) | EXPORT(sqInt) primitiveForkSqueakWithoutSigHandler(void) { pid_t pid... function primitiveForwardSignalToSemaphore (line 1) | EXPORT(sqInt) primitiveForwardSignalToSemaphore(void) { char *hPtr; ... function primitiveGetCurrentWorkingDirectory (line 1) | EXPORT(sqInt) primitiveGetCurrentWorkingDirectory(void) { char *buff... function primitiveGetEGid (line 1) | EXPORT(sqInt) primitiveGetEGid(void) { gid_t eGid; eGid = getegid(... function primitiveGetEUid (line 1) | EXPORT(sqInt) primitiveGetEUid(void) { uid_t eUid; eUid = geteuid(... function primitiveGetGid (line 1) | EXPORT(sqInt) primitiveGetGid(void) { gid_t gid; gid = getgid(); ... function primitiveGetPGid (line 1) | EXPORT(sqInt) primitiveGetPGid(void) { pid_t pgid; pid_t pid; ... function primitiveGetPGrp (line 1) | EXPORT(sqInt) primitiveGetPGrp(void) { pid_t pgid; pgid = getpgrp(... function primitiveGetPPid (line 1) | EXPORT(sqInt) primitiveGetPPid(void) { pid_t ppid; ppid = getppid(... function primitiveGetPid (line 1) | EXPORT(sqInt) primitiveGetPid(void) { pid_t pid; pid = getpid(); ... function primitiveGetSession (line 1) | EXPORT(sqInt) primitiveGetSession(void) { unsigned char *sessionByte... function primitiveGetStdErrHandle (line 1) | EXPORT(sqInt) primitiveGetStdErrHandle(void) { SQFile *file; sqI... function primitiveGetStdErrHandleWithSessionIdentifier (line 1) | EXPORT(sqInt) primitiveGetStdErrHandleWithSessionIdentifier(void) { ... function primitiveGetStdInHandle (line 1) | EXPORT(sqInt) primitiveGetStdInHandle(void) { SQFile *file; sqIn... function primitiveGetStdInHandleWithSessionIdentifier (line 1) | EXPORT(sqInt) primitiveGetStdInHandleWithSessionIdentifier(void) { S... function primitiveGetStdOutHandle (line 1) | EXPORT(sqInt) primitiveGetStdOutHandle(void) { SQFile *file; sqI... function primitiveGetStdOutHandleWithSessionIdentifier (line 1) | EXPORT(sqInt) primitiveGetStdOutHandleWithSessionIdentifier(void) { ... function primitiveGetThreadID (line 1) | EXPORT(sqInt) primitiveGetThreadID(void) { interpreterProxy->popthenPus... function primitiveGetUid (line 1) | EXPORT(sqInt) primitiveGetUid(void) { uid_t uid; uid = getuid(); ... function primitiveIsAtEndOfFile (line 1) | EXPORT(sqInt) primitiveIsAtEndOfFile(void) { FILEHANDLETYPE file; ... function primitiveKillOnExit (line 1) | EXPORT(sqInt) primitiveKillOnExit(void) { sqInt count; pid_t *p;... function primitiveLockFileRegion (line 1) | EXPORT(sqInt) primitiveLockFileRegion(void) { sqInt exclusive; i... function primitiveMakePipe (line 1) | EXPORT(sqInt) primitiveMakePipe(void) { sqInt arrayResult; sqInt... function primitiveMakePipeWithSessionIdentifier (line 1) | EXPORT(sqInt) primitiveMakePipeWithSessionIdentifier(void) { sqInt a... function primitiveModuleName (line 1) | EXPORT(sqInt) primitiveModuleName(void) { interpreterProxy->popthenPush... function primitiveNice (line 1) | EXPORT(sqInt) primitiveNice(void) { extern int errno; int niceIn... function primitivePutEnv (line 1) | EXPORT(sqInt) primitivePutEnv(void) { char *cStringPtr; sqInt ke... function primitiveRealpath (line 1) | EXPORT(sqInt) primitiveRealpath(void) { char *buffer; sqInt buff... function primitiveReapChildProcess (line 1) | EXPORT(sqInt) primitiveReapChildProcess(void) { sqInt *arrayPtr; ... function primitiveSQFileFlush (line 1) | EXPORT(sqInt) primitiveSQFileFlush(void) { int result; sqInt sqF... function primitiveSQFileFlushWithSessionIdentifier (line 1) | EXPORT(sqInt) primitiveSQFileFlushWithSessionIdentifier(void) { int ... function primitiveSQFileSetBlocking (line 1) | EXPORT(sqInt) primitiveSQFileSetBlocking(void) { sqInt descriptor; ... function primitiveSQFileSetBlockingWithSessionIdentifier (line 1) | EXPORT(sqInt) primitiveSQFileSetBlockingWithSessionIdentifier(void) { ... function primitiveSQFileSetNonBlocking (line 1) | EXPORT(sqInt) primitiveSQFileSetNonBlocking(void) { sqInt descriptor... function primitiveSQFileSetNonBlockingWithSessionIdentifier (line 1) | EXPORT(sqInt) primitiveSQFileSetNonBlockingWithSessionIdentifier(void) {... function primitiveSQFileSetUnbuffered (line 1) | EXPORT(sqInt) primitiveSQFileSetUnbuffered(void) { FILEHANDLETYPE fi... function primitiveSQFileSetUnbufferedWithSessionIdentifier (line 1) | EXPORT(sqInt) primitiveSQFileSetUnbufferedWithSessionIdentifier(void) { ... function primitiveSemaIndexFor (line 1) | EXPORT(sqInt) primitiveSemaIndexFor(void) { sqInt index; sqInt s... function primitiveSendSigabrtTo (line 1) | EXPORT(sqInt) primitiveSendSigabrtTo(sqInt anIntegerPid) { pid_t pid... function primitiveSendSigalrmTo (line 1) | EXPORT(sqInt) primitiveSendSigalrmTo(sqInt anIntegerPid) { pid_t pid... function primitiveSendSigchldTo (line 1) | EXPORT(sqInt) primitiveSendSigchldTo(sqInt anIntegerPid) { pid_t pid... function primitiveSendSigcontTo (line 1) | EXPORT(sqInt) primitiveSendSigcontTo(sqInt anIntegerPid) { pid_t pid... function primitiveSendSighupTo (line 1) | EXPORT(sqInt) primitiveSendSighupTo(sqInt anIntegerPid) { pid_t pidT... function primitiveSendSigintTo (line 1) | EXPORT(sqInt) primitiveSendSigintTo(sqInt anIntegerPid) { pid_t pidT... function primitiveSendSigkillTo (line 1) | EXPORT(sqInt) primitiveSendSigkillTo(sqInt anIntegerPid) { pid_t pid... function primitiveSendSigpipeTo (line 1) | EXPORT(sqInt) primitiveSendSigpipeTo(sqInt anIntegerPid) { pid_t pid... function primitiveSendSigquitTo (line 1) | EXPORT(sqInt) primitiveSendSigquitTo(sqInt anIntegerPid) { pid_t pid... function primitiveSendSigstopTo (line 1) | EXPORT(sqInt) primitiveSendSigstopTo(sqInt anIntegerPid) { pid_t pid... function primitiveSendSigtermTo (line 1) | EXPORT(sqInt) primitiveSendSigtermTo(sqInt anIntegerPid) { pid_t pid... function primitiveSendSigusr1To (line 1) | EXPORT(sqInt) primitiveSendSigusr1To(sqInt anIntegerPid) { pid_t pid... function primitiveSendSigusr2To (line 1) | EXPORT(sqInt) primitiveSendSigusr2To(sqInt anIntegerPid) { pid_t pid... function primitiveSetPGid (line 1) | EXPORT(sqInt) primitiveSetPGid(void) { pid_t pgid; pid_t pid; ... function primitiveSetPGrp (line 1) | EXPORT(sqInt) primitiveSetPGrp(void) { if ((setpgid(0, 0)) == -1) { r... function primitiveSetSemaIndex (line 1) | EXPORT(sqInt) primitiveSetSemaIndex(void) { sigChldSemaIndex = interpre... function primitiveSetSid (line 1) | EXPORT(sqInt) primitiveSetSid(void) { pid_t sessionId; sessionId =... function primitiveSigChldNumber (line 1) | EXPORT(sqInt) primitiveSigChldNumber(void) { interpreterProxy->pop(1); ... function primitiveSigHupNumber (line 1) | EXPORT(sqInt) primitiveSigHupNumber(void) { interpreterProxy->pop(1); ... function primitiveSigIntNumber (line 1) | EXPORT(sqInt) primitiveSigIntNumber(void) { interpreterProxy->pop(1); ... function primitiveSigKillNumber (line 1) | EXPORT(sqInt) primitiveSigKillNumber(void) { interpreterProxy->pop(1); ... function primitiveSigPipeNumber (line 1) | EXPORT(sqInt) primitiveSigPipeNumber(void) { interpreterProxy->pop(1); ... function primitiveSigQuitNumber (line 1) | EXPORT(sqInt) primitiveSigQuitNumber(void) { interpreterProxy->pop(1); ... function primitiveSigTermNumber (line 1) | EXPORT(sqInt) primitiveSigTermNumber(void) { interpreterProxy->pop(1); ... function primitiveSigUsr1Number (line 1) | EXPORT(sqInt) primitiveSigUsr1Number(void) { interpreterProxy->pop(1); ... function primitiveSigUsr2Number (line 1) | EXPORT(sqInt) primitiveSigUsr2Number(void) { interpreterProxy->pop(1); ... function primitiveSizeOfInt (line 1) | EXPORT(sqInt) primitiveSizeOfInt(void) { interpreterProxy->pop(1); int... function primitiveSizeOfPointer (line 1) | EXPORT(sqInt) primitiveSizeOfPointer(void) { interpreterProxy->pop(1); ... function primitiveTestEndOfFileFlag (line 1) | EXPORT(sqInt) primitiveTestEndOfFileFlag(void) { FILEHANDLETYPE file... function primitiveTestLockableFileRegion (line 1) | EXPORT(sqInt) primitiveTestLockableFileRegion(void) { sqInt canObtai... function primitiveUnixFileClose (line 1) | EXPORT(sqInt) primitiveUnixFileClose(sqInt anIntegerFileNumber) { in... function primitiveUnixFileNumber (line 1) | EXPORT(sqInt) primitiveUnixFileNumber(void) { int fileNo; sqInt ... function primitiveUnlockFileRegion (line 1) | EXPORT(sqInt) primitiveUnlockFileRegion(void) { int fileNo; sqIn... function primitiveUnsetEnv (line 1) | EXPORT(sqInt) primitiveUnsetEnv(void) { unsetenv(transientCStringFromSt... function primitiveVersionString (line 1) | EXPORT(sqInt) primitiveVersionString(void) { interpreterProxy->pop(1); ... function reapChildProcess (line 1) | static void reapChildProcess(int sigNum) { setSigChldHandler(); if (si... function sqInt (line 1) | static sqInt resendSignal(int sigNum) { pthread_kill(vmThread, sigNum); } function restoreDefaultSignalHandlers (line 1) | static void restoreDefaultSignalHandlers(void) { sqInt sigNum; sig... function sqInt (line 1) | static sqInt sandboxSecurity(void) { if (osprocessSandboxSecurity < 0) ... function sqInt (line 1) | static sqInt securityHeurisitic(void) { sqInt canWriteImage; sqI... function sqInt (line 1) | static sqInt sendSignaltoPid(sqInt sig, sqInt pid) { return kill(pid, s... function sendSignalToPids (line 1) | static void sendSignalToPids(void) { sqInt count; pid_t pid; ... function SESSIONIDENTIFIERTYPE (line 1) | static SESSIONIDENTIFIERTYPE sessionIdentifierFrom(sqInt aByteArray) { ... function SESSIONIDENTIFIERTYPE (line 1) | static SESSIONIDENTIFIERTYPE sessionIdentifierFromSqFile(SQFile *sqFile)... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { ... function setSigChldDefaultHandler (line 1) | static void setSigChldDefaultHandler(void) { setSignalNumberhandler(sig... function setSigChldHandler (line 1) | static void setSigChldHandler(void) { if ((signal(SIGCHLD, reapChildPro... function setSigIntDefaultHandler (line 1) | static void setSigIntDefaultHandler(void) { setSignalNumberhandler(sigI... function setSigIntIgnore (line 1) | static void setSigIntIgnore(void) { setSignalNumberhandler(sigIntNumber... function setSigPipeDefaultHandler (line 1) | static void setSigPipeDefaultHandler(void) { setSignalNumberhandler(sig... function sqInt (line 1) | static sqInt setSigPipeHandler(void) { /* begin setSigPipeIgnore */ se... function setSigPipeIgnore (line 1) | static void setSigPipeIgnore(void) { setSignalNumberhandler(sigPipeNumb... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { sqInt sigNum; /* begin restor... function sqInt (line 1) | static sqInt sigAbrtNumber(void) { return SIGABRT; } function sqInt (line 1) | static sqInt sigAlrmNumber(void) { return SIGALRM; } function sqInt (line 1) | static sqInt sigChldNumber(void) { return SIGCHLD; } function sqInt (line 1) | static sqInt sigContNumber(void) { return SIGCONT; } function sqInt (line 1) | static sqInt sigHupNumber(void) { return SIGHUP; } function sqInt (line 1) | static sqInt sigIntNumber(void) { return SIGINT; } function sqInt (line 1) | static sqInt sigKillNumber(void) { return SIGKILL; } function sqInt (line 1) | static sqInt sigPipeNumber(void) { return SIGPIPE; } function sqInt (line 1) | static sqInt sigQuitNumber(void) { return SIGQUIT; } function sqInt (line 1) | static sqInt sigStopNumber(void) { return SIGSTOP; } function sqInt (line 1) | static sqInt sigTermNumber(void) { return SIGTERM; } function sqInt (line 1) | static sqInt sigUsr1Number(void) { return SIGUSR1; } function sqInt (line 1) | static sqInt sigUsr2Number(void) { return SIGUSR2; } function sqInt (line 1) | static sqInt signalArraySize(void) { return NSIG; } function sqInt (line 1) | static sqInt sizeOfInt(void) { return sizeof(int); } function sqInt (line 1) | static sqInt sizeOfPointer(void) { return sizeof(void *); } function sqInt (line 1) | static sqInt sizeOfSession(void) { return sizeof(SESSIONIDENTIFIERTYPE); } function socketDescriptorFrom (line 1) | static int socketDescriptorFrom(sqInt sqSocketOop) { void *privateSo... function sqInt (line 1) | static sqInt socketRecordSize(void) { return sizeof(SQSocket); } function SQSocket (line 1) | static SQSocket * socketValueOf(sqInt anSQSocketRecord) { return interp... function sqInt (line 1) | static sqInt stringFromCString(const char *aCString) { sqInt len; ... function unixFileNumber (line 1) | static int unixFileNumber(FILEHANDLETYPE fileHandle) { return fileno(fi... FILE: vm/src/from_squeak/unix/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c type VirtualMachine (line 1) | struct VirtualMachine function VirtualMachine (line 1) | static VirtualMachine * getInterpreter(void) { return interpreterProxy; } function getModuleName (line 1) | EXPORT(const char*) getModuleName(void) { return moduleName; } function sqInt (line 1) | static sqInt halt(void) { ; } function initialiseModule (line 1) | EXPORT(sqInt) initialiseModule(void) { osprocessSandboxSecurity = -1; ... function moduleUnloaded (line 1) | EXPORT(sqInt) moduleUnloaded(char *aModuleName) { } function sqInt (line 1) | static sqInt msg(char *s) { fprintf(stderr, "\n%s: %s", moduleName, s); } function primitiveCanConnectToDisplay (line 1) | EXPORT(sqInt) primitiveCanConnectToDisplay(void) { Display *d; s... function primitiveDisconnectDisplay (line 1) | EXPORT(sqInt) primitiveDisconnectDisplay(void) { if (!((sandboxSecurity... function primitiveFlushDisplay (line 1) | EXPORT(sqInt) primitiveFlushDisplay(void) { synchronizeXDisplay(); } function primitiveGetDisplayName (line 1) | EXPORT(sqInt) primitiveGetDisplayName(void) { extern char *displayNa... function primitiveIsConnectedToDisplay (line 1) | EXPORT(sqInt) primitiveIsConnectedToDisplay(void) { extern int isCon... function primitiveKillDisplay (line 1) | EXPORT(sqInt) primitiveKillDisplay(void) { if (!((sandboxSecurity()) ==... function primitiveModuleName (line 1) | EXPORT(sqInt) primitiveModuleName(void) { interpreterProxy->popthenPush... function primitiveOpenDisplay (line 1) | EXPORT(sqInt) primitiveOpenDisplay(void) { if (!((sandboxSecurity()) ==... function primitiveSetDisplayName (line 1) | EXPORT(sqInt) primitiveSetDisplayName(void) { extern char *displayNa... function primitiveVersionString (line 1) | EXPORT(sqInt) primitiveVersionString(void) { interpreterProxy->pop(1); ... function sqInt (line 1) | static sqInt sandboxSecurity(void) { if (osprocessSandboxSecurity < 0) ... function sqInt (line 1) | static sqInt securityHeurisitic(void) { sqInt canWriteImage; sqI... function setInterpreter (line 1) | EXPORT(sqInt) setInterpreter(struct VirtualMachine*anInterpreter) { ... function shutdownModule (line 1) | EXPORT(sqInt) shutdownModule(void) { } function sqInt (line 1) | static sqInt stringFromCString(const char *aCString) { sqInt len; ... FILE: vm/src/from_squeak/unix/src/vm/interp.c type foo (line 1) | struct foo { sqInt successFlag; sqInt specialObjectsOop; sqInt nilObj; s... type foo (line 1) | struct foo type VirtualMachine (line 1) | struct VirtualMachine function sqInt (line 1) | sqInt accessibleObjectAfter(sqInt oop) { register struct foo * foo = &fu... function sqInt (line 1) | sqInt activateNewClosureMethod(sqInt blockClosure) { register struct foo... function sqInt (line 1) | sqInt activateNewMethod(void) { register struct foo * foo = &fum; sq... function addGCRoot (line 1) | EXPORT(sqInt) addGCRoot(sqInt *varLoc) { register struct foo * foo = &fu... function sqInt (line 1) | sqInt addNewMethodToCache(void) { register struct foo * foo = &fum; ... function sqInt (line 1) | sqInt addToExternalPrimitiveTable(void *functionAddress) { register stru... function sqInt (line 1) | sqInt adjustAllOopsBy(sqInt bytesToShift) { register struct foo * foo = ... function sqInt (line 1) | sqInt allYoungand(sqInt array1, sqInt array2) { register struct foo * fo... function sqInt (line 1) | sqInt allocateChunk(sqInt byteSize) { register struct foo * foo = &fum; ... function sqInt (line 1) | sqInt allocateOrRecycleContext(sqInt needsLarge) { register struct foo *... function sqInt (line 1) | sqInt argumentCountOf(sqInt methodPointer) { return (((usqInt) (longAt(... function sqInt (line 1) | sqInt asciiOfCharacter(sqInt characterObj) { register struct foo * foo =... function sqInt (line 1) | sqInt balancedStackafterPrimitivewithArgs(sqInt delta, sqInt primIdx, sq... function sqInt (line 1) | sqInt baseHeaderSize(void) { return BASE_HEADER_SIZE; } function sqInt (line 1) | sqInt beRootIfOld(sqInt oop) { register struct foo * foo = &fum; sqI... function sqInt (line 1) | sqInt beRootWhileForwarding(sqInt oop) { register struct foo * foo = &fu... function sqInt (line 1) | sqInt becomewith(sqInt array1, sqInt array2) { return becomewithtwoWayc... function sqInt (line 1) | sqInt becomewithtwoWaycopyHash(sqInt array1, sqInt array2, sqInt twoWayF... function sqInt (line 1) | sqInt biasToGrow(void) { register struct foo * foo = &fum; usqInt gr... function sqInt (line 1) | sqInt booleanValueOf(sqInt obj) { register struct foo * foo = &fum; if ... function sqInt (line 1) | sqInt byteSizeOf(sqInt oop) { sqInt slots; sqInt header; sqI... function sqInt (line 1) | sqInt byteSwapByteObjectsFromto(sqInt startOop, sqInt stopAddr) { regist... FILE: vm/src/from_squeak/unix/vm-display-Quartz/CPS.h type CPSProcessSerNum (line 21) | struct CPSProcessSerNum type CPSProcessSerNum (line 27) | typedef struct CPSProcessSerNum CPSProcessSerNum; type UInt16 (line 43) | typedef UInt16 CPSEventFlags; type UInt32 (line 54) | typedef UInt32 CPSAppFlavour; type UInt32 (line 68) | typedef UInt32 CPSProcAttributes; type CPSProcessInfoRec (line 70) | struct CPSProcessInfoRec type CPSProcessInfoRec (line 81) | typedef struct CPSProcessInfoRec CPSProcessInfoRec; type UInt32 (line 101) | typedef UInt32 CPSNotificationCodes; type UInt32 (line 116) | typedef UInt32 CPSLaunchOptions; type UInt8 (line 117) | typedef UInt8 *CPSLaunchRefcon; type UInt8 (line 118) | typedef UInt8 *CPSLaunchData; type UInt32 (line 127) | typedef UInt32 CPSLaunchPBFields; type CPSLaunchPB (line 129) | struct CPSLaunchPB type CPSLaunchPB (line 141) | typedef struct CPSLaunchPB CPSLaunchPB; type UInt32 (line 150) | typedef UInt32 CPSKillOptions; type UInt32 (line 163) | typedef UInt32 CPSServiceReqType; type CPSLaunchRequest (line 166) | struct CPSLaunchRequest type CPSLaunchRequest (line 175) | typedef struct CPSLaunchRequest CPSLaunchRequest; type CPSKillRequest (line 178) | struct CPSKillRequest type CPSKillRequest (line 184) | typedef struct CPSKillRequest CPSKillRequest; type CPSHideRequest (line 187) | struct CPSHideRequest type CPSHideRequest (line 192) | typedef struct CPSHideRequest CPSHideRequest; type CPSShowRequest (line 195) | struct CPSShowRequest type CPSShowRequest (line 200) | typedef struct CPSShowRequest CPSShowRequest; type CPSExtDeathNotice (line 203) | struct CPSExtDeathNotice type CPSExtDeathNotice (line 211) | typedef struct CPSExtDeathNotice CPSExtDeathNotice; type CPSRequestDetails (line 223) | typedef union CPSRequestDetails CPSRequestDetails; type CPSServiceRequest (line 226) | struct CPSServiceRequest type CPSServiceRequest (line 233) | typedef struct CPSServiceRequest CPSServiceRequest; type SInt32 (line 247) | typedef SInt32 CPSSpecialKeyID; FILE: vm/src/from_squeak/unix/vm-display-Quartz/SqueakWindow.h function interface (line 3) | interface SqueakWindow : NSWindow FILE: vm/src/from_squeak/unix/vm-display-Quartz/sqUnixQuartzGL.h function getFormatAttribute (line 3) | static long getFormatAttribute(NSOpenGLPixelFormat *fmt, function printFormatInfo (line 11) | void printFormatInfo(NSOpenGLPixelFormat *fmt) function getCtxParam (line 41) | static long getCtxParam(NSOpenGLContext *ctx, NSOpenGLContextParameter p... function printContextInfo (line 48) | void printContextInfo(NSOpenGLContext *ctx) FILE: vm/src/from_squeak/unix/vm-display-Quartz/zzz/SqueakWindow.h function interface (line 3) | interface SqueakWindow : NSWindow FILE: vm/src/from_squeak/unix/vm-display-X11/sqUnixMozilla.c function DPRINT (line 29) | void DPRINT(char *format, ...) function DPRINT (line 57) | void DPRINT(char *format, ...) { } type sqStreamRequest (line 94) | typedef struct sqStreamRequest { function display_primitivePluginBrowserReady (line 127) | int display_primitivePluginBrowserReady() function display_primitivePluginRequestURLStream (line 148) | int display_primitivePluginRequestURLStream() function display_primitivePluginRequestURL (line 188) | int display_primitivePluginRequestURL() function display_primitivePluginPostURL (line 230) | int display_primitivePluginPostURL() function display_primitivePluginRequestFileHandle (line 280) | int display_primitivePluginRequestFileHandle() function sqInt (line 333) | sqInt display_primitivePluginDestroyRequest() function sqInt (line 357) | sqInt display_primitivePluginRequestState() function browserReceive (line 376) | static void browserReceive(void *buf, size_t count) function browserSend (line 387) | static void browserSend(const void *buf, size_t count) function browserSendInt (line 397) | static void browserSendInt(int value) function browserReceiveData (line 408) | static void browserReceiveData() function browserGetURLRequest (line 445) | static void browserGetURLRequest(int id, char* url, int urlSize, function browserPostURLRequest (line 471) | static void browserPostURLRequest(int id, char* url, int urlSize, function browserProcessCommand (line 506) | void browserProcessCommand(void) function sqInt (line 543) | sqInt display_primitivePluginBrowserReady() { return primitiveFail(); } function sqInt (line 544) | sqInt display_primitivePluginRequestURLStream() { return primitiveFail(... function sqInt (line 545) | sqInt display_primitivePluginRequestURL() { return primitiveFail(); } function sqInt (line 546) | sqInt display_primitivePluginPostURL() { return primitiveFail(); } function sqInt (line 547) | sqInt display_primitivePluginRequestFileHandle() { return primitiveFail(... function sqInt (line 548) | sqInt display_primitivePluginDestroyRequest() { return primitiveFail(); } function sqInt (line 549) | sqInt display_primitivePluginRequestState() { return primitiveFail(); } FILE: vm/src/from_squeak/unix/vm-display-X11/sqUnixX11.c function feedback (line 348) | void feedback(int offset, int pixel) {} type SelectionChunk (line 436) | typedef struct _SelectionChunk function min (line 456) | static inline int min(int x, int y) { return (x < y) ? x : y; } function initCharmap (line 501) | void initCharmap(void) function st2ux (line 508) | void st2ux(unsigned char *string) function ux2st (line 518) | void ux2st(unsigned char *string) function synchronizeXDisplay (line 534) | int synchronizeXDisplay(void) function Bool (line 541) | static Bool timestampPredicate(Display *dpy, XEvent *evt, XPointer arg) function Time (line 552) | static Time getXTimestamp(void) function noteResize (line 584) | static void noteResize(int w, int h) function resized (line 596) | static int resized(void) function dumpSelectionData (line 607) | static void dumpSelectionData(const char *data, int n, int newline) function printAtomName (line 624) | static void printAtomName(Atom atom) function allocateSelectionBuffer (line 641) | static int allocateSelectionBuffer(int count) function sendSelection (line 665) | static int sendSelection(XSelectionRequestEvent *requestEv, int isMultiple) function getSelection (line 874) | static void getSelection(void) function waitNotify (line 995) | static int waitNotify(XEvent *ev, int (*condition)(XEvent *ev)) function waitSelectionNotify (line 1058) | static int waitSelectionNotify(XEvent *ev) function waitPropertyNotify (line 1063) | static int waitPropertyNotify(XEvent *ev) function SelectionChunk (line 1074) | static SelectionChunk *newSelectionChunk(void) function destroySelectionChunk (line 1084) | static void destroySelectionChunk(SelectionChunk *chunk) function addSelectionChunk (line 1095) | static void addSelectionChunk(SelectionChunk *chunk, unsigned char *src,... function sizeSelectionChunk (line 1103) | static size_t sizeSelectionChunk(SelectionChunk *chunk) function copySelectionChunk (line 1112) | static void copySelectionChunk(SelectionChunk *chunk, char *dest) function getSelectionProperty (line 1122) | static size_t getSelectionProperty(SelectionChunk *chunk, Window request... function getSelectionIncr (line 1155) | static void getSelectionIncr(SelectionChunk *chunk, Window requestor, At... function getSelectionChunk (line 1171) | static void getSelectionChunk(SelectionChunk *chunk, Atom selection, Ato... function claimSelection (line 1228) | static void claimSelection(void) function initClipboard (line 1245) | void initClipboard(void) function Atom (line 1255) | static Atom stringToAtom(char *target, size_t size) function display_clipboardWriteWithType (line 1281) | static void display_clipboardWriteWithType(char *data, size_t ndata, cha... function sqInt (line 1295) | static sqInt display_clipboardSize(void) function sqInt (line 1303) | static sqInt display_clipboardWriteFromAt(sqInt count, sqInt byteArrayIn... function sqInt (line 1312) | static sqInt display_clipboardReadIntoAt(sqInt count, sqInt byteArrayInd... function redrawDisplay (line 1334) | static void redrawDisplay(int l, int r, int t, int b) function getMousePosition (line 1356) | static void getMousePosition(void) function recode (line 1371) | int recode(int charCode) function setCompositionFocus (line 1425) | int setCompositionFocus(int focus) function setCompositionWindowPosition (line 1436) | int setCompositionWindowPosition(int x, int y) function setInputContextArea (line 1457) | static void setInputContextArea(void) function initInputNone (line 1555) | static void initInputNone(void) function initInputI18n (line 1561) | static void initInputI18n(void) function recordPendingKeys (line 1717) | static int recordPendingKeys(void) function x2sqKeyInput (line 1746) | static int x2sqKeyInput(XKeyEvent *xevt, KeySym *symbolic) function x2sqKeyCompositionInput (line 1836) | static int x2sqKeyCompositionInput(XKeyEvent *xevt, KeySym *symbolic) function x2sqKeyPlain (line 1970) | static int x2sqKeyPlain(XKeyEvent *xevt, KeySym *symbolic) function xkeysym2ucs4 (line 1995) | static int xkeysym2ucs4(KeySym keysym) function x2sqButton (line 2303) | static int x2sqButton(int button) function x2sqModifier (line 2311) | static int x2sqModifier(int state) function waitForCompletions (line 2359) | static void waitForCompletions(void) function sqInt (line 2402) | static sqInt display_clipboardSizeWithType(char *typeName, int nTypeName) type KeyNameEntry (line 2433) | typedef struct { char *name; int code; } KeyNameEntry; function handleEvent (line 3438) | static void handleEvent(XEvent *evt) function handleEvents (line 3841) | int handleEvents(void) function xHandler (line 3858) | static void xHandler(int fd, void *data, int flags) function npHandler (line 3865) | static void npHandler(int fd, void *data, int flags) function getMaskbit (line 3872) | void getMaskbit(unsigned long ul, int *nmask, int *shift) function initDownGradingColors (line 3886) | void initDownGradingColors(void) function initColourmap (line 3920) | void initColourmap(int index, int red, int green, int blue) function initPixmap (line 3952) | void initPixmap(void) function xError (line 4119) | static int xError(Display *dpy, XErrorEvent *evt) function initWindow (line 4136) | static void initWindow(char *displayName) function setWindowSize (line 4458) | void setWindowSize(void) function withMetaSet (line 4515) | static inline int function translateCode (line 4525) | static int function sqInt (line 4628) | static sqInt display_ioFormPrint(sqInt bitsIndex, sqInt width, sqInt hei... function sqInt (line 4787) | static sqInt display_ioBeep(void) function sqInt (line 4795) | static sqInt display_ioRelinquishProcessorForMicroseconds(sqInt microSec... function sqInt (line 4802) | static sqInt display_ioProcessEvents(void) function sqInt (line 4811) | static sqInt display_ioScreenDepth(void) function sqInt (line 4826) | static sqInt display_ioScreenSize(void) function swapBits (line 4855) | static unsigned char swapBits(unsigned char in) function fakeBigCursor (line 4867) | static int fakeBigCursor() function sqInt (line 4882) | static sqInt display_ioSetCursorWithMask(sqInt cursorBitsIndex, sqInt cu... function sqInt (line 4942) | static sqInt display_ioSetCursorWithMaskBig(sqInt cursorBitsIndex, sqInt... function sqInt (line 4991) | sqInt ioSetCursor(sqInt cursorBitsIndex, sqInt offsetX, sqInt offsetY) function sqInt (line 5000) | static sqInt display_ioSetCursorARGB(sqInt cursorBitsIndex, sqInt extent... function overrideRedirect (line 5045) | static void overrideRedirect(Display *dpy, Window win, int flag) function sqInt (line 5053) | static sqInt display_ioSetFullScreen(sqInt fullScreen) function shmError (line 5138) | static int shmError(Display *dpy, XErrorEvent *evt) function stFree (line 5189) | static void stFree(void *addr) function shmExit (line 5205) | static void shmExit(void) function XImage (line 5216) | static XImage *stXCreateImage(Display *display, Visual *visual, function stXPutImage (line 5232) | static void stXPutImage(Display *display, Window window, GC gc, XImage *... function stXDestroyImage (line 5251) | static void stXDestroyImage(XImage *image) function sqInt (line 5265) | static sqInt display_ioForceDisplayUpdate(void) function sqInt (line 5278) | static sqInt display_ioShowDisplay(sqInt dispBitsIndex, sqInt width, sqI... function sqInt (line 5624) | static sqInt display_ioHasDisplayDepth(sqInt i) function sqInt (line 5641) | static sqInt display_ioSetDisplayMode(sqInt width, sqInt height, sqInt d... function copyReverseImageBytes (line 5649) | void copyReverseImageBytes(int *fromImageData, int *toImageData, int dep... function copyReverseImageWords (line 5678) | void copyReverseImageWords(int *fromImageData, int *toImageData, int dep... function copyImage1To8 (line 5705) | void copyImage1To8(int *fromImageData, int *toImageData, int width, int ... function copyImage2To8 (line 5712) | void copyImage2To8(int *fromImageData, int *toImageData, int width, int ... function copyImage4To8 (line 5719) | void copyImage4To8(int *fromImageData, int *toImageData, int width, int ... function copyImage8To8 (line 5726) | void copyImage8To8(int *fromImageData, int *toImageData, int width, int ... function copyImage1To16 (line 5747) | void copyImage1To16(int *fromImageData, int *toImageData, int width, int... function copyImage2To16 (line 5754) | void copyImage2To16(int *fromImageData, int *toImageData, int width, int... function copyImage4To16 (line 5761) | void copyImage4To16(int *fromImageData, int *toImageData, int width, int... function copyImage8To16 (line 5768) | void copyImage8To16(int *fromImageData, int *toImageData, int width, int... function copyImage16To8 (line 5808) | void copyImage16To8(int *fromImageData, int *toImageData, int width, int... function copyImage1To32 (line 5852) | void copyImage1To32(int *fromImageData, int *toImageData, int width, int... function copyImage2To32 (line 5890) | void copyImage2To32(int *fromImageData, int *toImageData, int width, int... function copyImage4To32 (line 5928) | void copyImage4To32(int *fromImageData, int *toImageData, int width, int... function copyImage8To32 (line 5966) | void copyImage8To32(int *fromImageData, int *toImageData, int width, int... function copyImage1To24 (line 6006) | void copyImage1To24(int *fromImageData, int *toImageData, int width, int... function copyImage2To24 (line 6013) | void copyImage2To24(int *fromImageData, int *toImageData, int width, int... function copyImage4To24 (line 6020) | void copyImage4To24(int *fromImageData, int *toImageData, int width, int... function copyImage8To24 (line 6027) | void copyImage8To24(int *fromImageData, int *toImageData, int width, int... function copyImage32To8 (line 6108) | void copyImage32To8(int *fromImageData, int *toImageData, int width, int... function copyImage16To32 (line 6145) | void copyImage16To32(int *fromImageData, int *toImageData, int width, in... function copyImage16To24 (line 6199) | void copyImage16To24(int *fromImageData, int *toImageData, int width, in... function copyImage32To16 (line 6268) | void copyImage32To16(int *fromImageData, int *toImageData, int width, in... function copyImage16To16 (line 6310) | void copyImage16To16(int *fromImageData, int *toImageData, int width, in... function copyImage32To32 (line 6354) | void copyImage32To32(int *fromImageData, int *toImageData, int width, in... function copyImage32To32Same (line 6392) | void copyImage32To32Same(int *fromImageData, int *toImageData, function copyImage32To24 (line 6419) | void copyImage32To24(int *fromImageData, int *toImageData, int width, in... function display_winSetName (line 6472) | static void display_winSetName(char *imageName) function openXDisplay (line 6483) | static int openXDisplay(void) function mapXDisplay (line 6512) | static void function forgetXDisplay (line 6522) | static int forgetXDisplay(void) function disconnectXDisplay (line 6549) | int disconnectXDisplay(void) function sqInt (line 6580) | static sqInt display_ioGLinitialise(void) { return 0; } function sqInt (line 6581) | static sqInt display_ioGLcreateRenderer(glRenderer *r, sqInt x, sqInt y,... function display_ioGLdestroyRenderer (line 6582) | static void display_ioGLdestroyRenderer(glRenderer *r) {} function display_ioGLswapBuffers (line 6583) | static void display_ioGLswapBuffers(glRenderer *r) {} function sqInt (line 6584) | static sqInt display_ioGLmakeCurrentRenderer(glRenderer *r) { return 0; } function display_ioGLsetBufferRect (line 6585) | static void display_ioGLsetBufferRect(glRenderer *r, sqInt x, sqInt y, s... function sqInt (line 6615) | static sqInt display_ioGLinitialise(void) { return 1; } function sqInt (line 6622) | static sqInt display_ioGLcreateRenderer(glRenderer *r, sqInt x, sqInt y,... function display_ioGLdestroyRenderer (line 6719) | static void display_ioGLdestroyRenderer(glRenderer *r) function display_ioGLswapBuffers (line 6726) | static void display_ioGLswapBuffers(glRenderer *r) function sqInt (line 6732) | static sqInt display_ioGLmakeCurrentRenderer(glRenderer *r) function display_ioGLsetBufferRect (line 6748) | static void display_ioGLsetBufferRect(glRenderer *r, sqInt x, sqInt y, s... function printVisual (line 6761) | static void printVisual(XVisualInfo* visinfo) function listVisuals (line 6789) | static void listVisuals(void) function display_hostWindowCreate (line 6823) | static int display_hostWindowCreate(int w, int h, int x, int y, char *li... function display_hostWindowClose (line 6825) | static int display_hostWindowClose(int index) ... function display_hostWindowCloseAll (line 6826) | static int display_hostWindowCloseAll(void) ... function display_hostWindowShowDisplay (line 6827) | static int display_hostWindowShowDisplay(unsigned *dispBitsIndex, int wi... function display_hostWindowGetSize (line 6834) | static int display_hostWindowGetSize(int windowIndex) function display_hostWindowSetSize (line 6844) | static int display_hostWindowSetSize(int windowIndex, int w, int h) function display_hostWindowGetPosition (line 6866) | static int display_hostWindowGetPosition(int windowIndex) function display_hostWindowSetPosition (line 6876) | static int display_hostWindowSetPosition(int windowIndex, int x, int y) function display_hostWindowSetTitle (line 6886) | static int display_hostWindowSetTitle(int windowIndex, char *newTitle, i... function display_winInit (line 6908) | static void display_winInit(void) function display_winOpen (line 6930) | static void display_winOpen(int argc, char *dropFiles[]) function display_winExit (line 6954) | static void display_winExit(void) function display_winImageFind (line 6960) | static int display_winImageFind(char *buf, int len) { return 0; } function display_winImageNotFound (line 6961) | static void display_winImageNotFound(void) {} function sqInt (line 6970) | static sqInt function display_ioPositionOfScreenWorkArea (line 6982) | static int function display_ioSizeOfScreenWorkArea (line 6997) | static int function display_ioPositionOfNativeDisplay (line 7010) | static int function display_ioSizeOfNativeDisplay (line 7026) | static int function display_ioPositionOfNativeWindow (line 7038) | static int function display_ioSizeOfNativeWindow (line 7054) | static int function display_printUsage (line 7080) | static void display_printUsage(void) function display_printUsageNotes (line 7114) | static void display_printUsageNotes(void) function display_parseEnvironment (line 7121) | static void display_parseEnvironment(void) function display_parseArgument (line 7161) | static int display_parseArgument(int argc, char **argv) FILE: vm/src/from_squeak/unix/vm-display-X11/sqUnixXdnd.c type XdndState (line 108) | enum XdndState { function hexValue (line 190) | static int hexValue(const int c) function Window (line 246) | static Window dndAwareWindow(Window root, Window child, int *versionReturn) function sendClientMessage (line 282) | static void sendClientMessage(long *data, Window source, Window target, ... function sendEnter (line 303) | static void sendEnter(Window target, Window source) function sendPosition (line 326) | static void sendPosition(Window target, Window source, int rootX, int ro... function sendDrop (line 336) | static void sendDrop(Window target, Window source, Time timestamp) function sendLeave (line 346) | static void sendLeave(Window target, Window source) function dndOutInitialize (line 354) | static enum XdndState dndOutInitialize(enum XdndState state) function dndOutMotion (line 366) | static enum XdndState dndOutMotion(enum XdndState state, XMotionEvent *evt) function dndOutStatus (line 405) | static enum XdndState dndOutStatus(enum XdndState state, XClientMessageE... function dndOutRelease (line 428) | static enum XdndState dndOutRelease(enum XdndState state, XButtonEvent *... function dndOutSelectionRequest (line 445) | static enum XdndState dndOutSelectionRequest(enum XdndState state, XSele... function dndOutFinished (line 462) | static enum XdndState dndOutFinished(enum XdndState state, XClientMessag... function updateCursor (line 478) | static void updateCursor(int state) function dndInDestroyTypes (line 497) | static void dndInDestroyTypes(void) function updateInTypes (line 506) | static void updateInTypes(Atom *newTargets, int targetSize) function dndAvailable (line 519) | static int dndAvailable(void) function dndGetTargets (line 529) | static void dndGetTargets(Atom **types, int *count) function dndGetTypeList (line 541) | static void dndGetTypeList(XClientMessageEvent *evt) function dndSendStatus (line 589) | static void dndSendStatus(int willAccept, Atom action) function dndSendFinished (line 611) | static void dndSendFinished(void) function dndInEnter (line 629) | static enum XdndState dndInEnter(enum XdndState state, XClientMessageEve... function dndInLeave (line 645) | static enum XdndState dndInLeave(enum XdndState state) function dndInPosition (line 653) | static enum XdndState dndInPosition(enum XdndState state, XClientMessage... function initDropFileNames (line 696) | static void function dndInDrop (line 710) | enum XdndState dndInDrop(enum XdndState state, XClientMessageEvent *evt) function dndInLaunchDrop (line 761) | enum XdndState function sqInt (line 808) | static sqInt function addDropFile (line 830) | static void function generateSqueakDropEventIfDroppedFiles (line 844) | static void function dndGetSelection (line 851) | static void dndGetSelection(Window owner, Atom property) function dndInSelectionNotify (line 883) | static enum XdndState dndInSelectionNotify(enum XdndState state, XSelect... function dndInFinished (line 895) | static enum XdndState dndInFinished(enum XdndState state) function dndHandleClientMessage (line 907) | static enum XdndState dndHandleClientMessage(enum XdndState state, XClie... function dndHandleEvent (line 930) | static void dndHandleEvent(int type, XEvent *evt) function sqInt (line 947) | static sqInt display_dndOutStart(char *types, int ntypes) function display_dndOutSend (line 976) | static void display_dndOutSend (char *bytes, int nbytes) function sqInt (line 1004) | static sqInt display_dndOutAcceptedType(char * buf, int nbuf) function windowHasLabel (line 1015) | static inline int function Window (line 1040) | static Window function Bool (line 1062) | static Bool function yieldCyclesToRecipient (line 1069) | static void function dndLaunchFile (line 1090) | static int function dndInitialise (line 1178) | static void dndInitialise(void) function run (line 1209) | static void run(void) function main (line 1240) | int main(int argc, char **argv) FILE: vm/src/from_squeak/unix/vm-display-custom/sqUnixCustomWindow.c function handleEvents (line 31) | static int handleEvents(void) function sqInt (line 37) | static sqInt display_clipboardSize(void) function sqInt (line 43) | static sqInt display_clipboardWriteFromAt(sqInt count, sqInt byteArrayIn... function sqInt (line 49) | static sqInt display_clipboardReadIntoAt(sqInt count, sqInt byteArrayInd... function sqInt (line 56) | static sqInt display_ioFormPrint(sqInt bitsIndex, sqInt width, sqInt hei... function sqInt (line 62) | static sqInt display_ioBeep(void) function sqInt (line 68) | static sqInt display_ioRelinquishProcessorForMicroseconds(sqInt microSec... function sqInt (line 74) | static sqInt display_ioProcessEvents(void) function sqInt (line 81) | static sqInt display_ioScreenDepth(void) function sqInt (line 87) | static sqInt display_ioScreenSize(void) function sqInt (line 93) | static sqInt display_ioSetCursorWithMask(sqInt cursorBitsIndex, sqInt cu... function sqInt (line 99) | static sqInt display_ioSetFullScreen(sqInt fullScreen) function sqInt (line 105) | static sqInt display_ioForceDisplayUpdate(void) function sqInt (line 111) | static sqInt display_ioShowDisplay(sqInt dispBitsIndex, sqInt width, sqI... function sqInt (line 118) | static sqInt display_ioHasDisplayDepth(sqInt i) function sqInt (line 124) | static sqInt display_ioSetDisplayMode(sqInt width, sqInt height, sqInt d... function display_winSetName (line 130) | static void display_winSetName(char *imageName) function sqInt (line 138) | static sqInt display_ioGLinitialise(void) { trace(); return 0; } function sqInt (line 139) | static sqInt display_ioGLcreateRenderer(glRenderer *r, sqInt x, sqInt y,... function display_ioGLdestroyRenderer (line 140) | static void display_ioGLdestroyRenderer(glRenderer *r) { trace(); } function display_ioGLswapBuffers (line 141) | static void display_ioGLswapBuffers(glRenderer *r) { trace(); } function sqInt (line 142) | static sqInt display_ioGLmakeCurrentRenderer(glRenderer *r) { trace(); ... function display_ioGLsetBufferRect (line 143) | static void display_ioGLsetBufferRect(glRenderer *r, sqInt x, sqInt y, ... function display_winInit (line 151) | static void display_winInit(void) function display_winOpen (line 157) | static void display_winOpen(void) function display_winExit (line 164) | static void display_winExit(void) function display_winImageFind (line 170) | static int display_winImageFind(char *buf, int len) { trace(); return... function display_winImageNotFound (line 171) | static void display_winImageNotFound(void) { trace(); } function sqInt (line 173) | static sqInt display_primitivePluginBrowserReady(void) { return primiti... function sqInt (line 174) | static sqInt display_primitivePluginRequestURLStream(void) { return prim... function sqInt (line 175) | static sqInt display_primitivePluginRequestURL(void) { return primitive... function sqInt (line 176) | static sqInt display_primitivePluginPostURL(void) { return primitiveFai... function sqInt (line 177) | static sqInt display_primitivePluginRequestFileHandle(void) { return pri... function sqInt (line 178) | static sqInt display_primitivePluginDestroyRequest(void) { return primit... function sqInt (line 179) | static sqInt display_primitivePluginRequestState(void) { return primiti... function display_printUsage (line 187) | static void display_printUsage(void) function display_printUsageNotes (line 193) | static void display_printUsageNotes(void) function display_parseEnvironment (line 198) | static void display_parseEnvironment(void) function display_parseArgument (line 203) | static int display_parseArgument(int argc, char **argv) FILE: vm/src/from_squeak/unix/vm-display-fbdev/sqUnixFBDev.c function DPRINTF (line 69) | static void DPRINTF(const char *fmt, ...) function fatalError (line 79) | static void fatalError(const char *who) function fatal (line 85) | static void fatal(const char *fmt, ...) function outOfMemory (line 95) | static void outOfMemory(void) function min (line 105) | static inline int min(int a, int b) { return a < b ? a : b; } function max (line 106) | static inline int max(int a, int b) { return a > b ? a : b; } type kb (line 117) | struct kb type ms (line 118) | struct ms type fb (line 119) | struct fb type ms (line 121) | struct ms type kb (line 122) | struct kb type fb (line 123) | struct fb function openFramebuffer (line 130) | static void openFramebuffer(void) function closeFramebuffer (line 137) | static void closeFramebuffer(void) function enqueueKeyboardEvent (line 148) | static void enqueueKeyboardEvent(int key, int up, int modifiers) function openKeyboard (line 166) | static void openKeyboard(void) function closeKeyboard (line 173) | static void closeKeyboard(void) function enqueueMouseEvent (line 185) | static void enqueueMouseEvent(int b, int dx, int dy) function openMouse (line 196) | static void openMouse(void) function closeMouse (line 203) | static void closeMouse(void) function sqInt (line 215) | static sqInt display_ioBeep(void) function sqInt (line 222) | static sqInt display_ioRelinquishProcessorForMicroseconds(sqInt microSec... function sqInt (line 229) | static sqInt display_ioProcessEvents(void) function sqInt (line 236) | static sqInt display_ioScreenDepth(void) function sqInt (line 245) | static sqInt display_ioScreenSize(void) function sqInt (line 251) | static sqInt display_ioSetCursorWithMask(sqInt cursorBitsIndex, sqInt cu... function sqInt (line 258) | static sqInt display_ioSetCursorARGB(sqInt cursorBitsIndex, sqInt extent... function sqInt (line 264) | static sqInt display_ioShowDisplay(sqInt dispBitsIndex, sqInt width, sqI... function sqInt (line 274) | static sqInt display_ioHasDisplayDepth(sqInt i) function openDisplay (line 281) | static void openDisplay(void) function closeDisplay (line 293) | static void closeDisplay(void) function display_winInit (line 308) | static void display_winInit(void) function display_winOpen (line 324) | static void display_winOpen(void) function failPermissions (line 330) | static void failPermissions(const char *who) function display_printUsage (line 344) | static void display_printUsage(void) function display_printUsageNotes (line 356) | static void display_printUsageNotes(void) function display_parseEnvironment (line 362) | static void display_parseEnvironment(void) function display_parseArgument (line 374) | static int display_parseArgument(int argc, char **argv) function sqInt (line 397) | static sqInt display_clipboardSize(void) { return 0; } function sqInt (line 398) | static sqInt display_clipboardWriteFromAt(sqInt n, sqInt ptr, sqInt off)... function sqInt (line 399) | static sqInt display_clipboardReadIntoAt(sqInt n, sqInt ptr, sqInt off) ... function sqInt (line 401) | static sqInt display_clipboardSizeWithType(char *typeName, int ntypeNam... function display_clipboardWriteWithType (line 403) | static void display_clipboardWriteWithType(char *data, size_t ndata, ch... function sqInt (line 405) | static sqInt display_dndOutStart(char *types, int ntypes) { return 0; } function display_dndOutSend (line 406) | static void display_dndOutSend(char *bytes, int nbytes) { return ; } function display_dndLaunchFile (line 407) | static void display_dndLaunchFile(char *fileName) { return ; } function sqInt (line 408) | static sqInt display_dndOutAcceptedType(char * buf, int nbuf) { return 0; } function sqInt (line 409) | static sqInt display_dndReceived(char *fileName) { return 0; } function sqInt (line 411) | static sqInt display_ioFormPrint(sqInt bits, sqInt w, sqInt h, sqInt d, ... function sqInt (line 412) | static sqInt display_ioSetFullScreen(sqInt fullScreen) { return 0; } function sqInt (line 413) | static sqInt display_ioForceDisplayUpdate(void) { return 0; } function sqInt (line 414) | static sqInt display_ioSetDisplayMode(sqInt width, sqInt height, sqInt d... function display_winSetName (line 415) | static void display_winSetName(char *imageName) { return ; } function display_winExit (line 416) | static void display_winExit(void) { return ; } function display_winImageFind (line 417) | static int display_winImageFind(char *buf, int len) { return 0; } function display_winImageNotFound (line 418) | static void display_winImageNotFound(void) { return ; } function openXDisplay (line 425) | void openXDisplay(void) {} function closeXDisplay (line 426) | void closeXDisplay(void) {} function synchronizeXDisplay (line 427) | void synchronizeXDisplay(void) {} function forgetXDisplay (line 428) | void forgetXDisplay(void) {} function sqInt (line 435) | static sqInt display_ioGLinitialise(void) { return 0; } function sqInt (line 436) | static sqInt display_ioGLcreateRenderer(glRenderer *r, sqInt x, sqInt y... function display_ioGLdestroyRenderer (line 437) | static void display_ioGLdestroyRenderer(glRenderer *r) { return ; } function display_ioGLswapBuffers (line 438) | static void display_ioGLswapBuffers(glRenderer *r) { return ; } function sqInt (line 439) | static sqInt display_ioGLmakeCurrentRenderer(glRenderer *r) { retu... function display_ioGLsetBufferRect (line 440) | static void display_ioGLsetBufferRect(glRenderer *r, sqInt x, sqInt y, ... function sqInt (line 444) | static sqInt display_primitivePluginBrowserReady() { return primitiveFai... function sqInt (line 445) | static sqInt display_primitivePluginRequestURLStream() { return primitiv... function sqInt (line 446) | static sqInt display_primitivePluginRequestURL() { return primitiveFail(... function sqInt (line 447) | static sqInt display_primitivePluginPostURL() { return primitiveFail(); } function sqInt (line 448) | static sqInt display_primitivePluginRequestFileHandle() { return primiti... function sqInt (line 449) | static sqInt display_primitivePluginDestroyRequest() { return primitiveF... function sqInt (line 450) | static sqInt display_primitivePluginRequestState() { return primitiveFai... function display_hostWindowClose (line 455) | static int display_hostWindowClose(int index) ... function display_hostWindowCreate (line 456) | static int display_hostWindowCreate(int w, int h, int x, int y, function display_hostWindowShowDisplay (line 458) | static int display_hostWindowShowDisplay(unsigned *dispBitsIndex, int wi... function display_hostWindowGetSize (line 460) | static int display_hostWindowGetSize(int windowIndex) ... function display_hostWindowSetSize (line 461) | static int display_hostWindowSetSize(int windowIndex, int w, int h) ... function display_hostWindowGetPosition (line 462) | static int display_hostWindowGetPosition(int windowIndex) ... function display_hostWindowSetPosition (line 463) | static int display_hostWindowSetPosition(int windowIndex, int x, int y) ... function display_hostWindowSetTitle (line 464) | static int display_hostWindowSetTitle(int windowIndex, char *newTitle, i... function display_hostWindowCloseAll (line 465) | static int display_hostWindowCloseAll(void) ... FILE: vm/src/from_squeak/unix/vm-display-fbdev/sqUnixFBDevFramebuffer.c type fb (line 52) | struct fb type fb (line 59) | struct fb function fb_width (line 107) | static inline int fb_width(_self) { return self->var.xres; } function fb_pitch (line 108) | static inline int fb_pitch(_self) { return self->pitch; } function fb_height (line 109) | static inline int fb_height(_self) { return self->var.yres; } function fb_depth (line 110) | static inline int fb_depth(_self) { return self->var.bits_per_pixel; } function fb_getPixel_32 (line 113) | static inline unsigned long fb_getPixel_32(_self, int x, int y) function fb_putPixel_32 (line 122) | static inline void fb_putPixel_32(_self, int x, int y, unsigned long pix) function fb_getPixel_16 (line 134) | static inline unsigned long fb_getPixel_16(_self, int x, int y) function fb_putPixel_16 (line 143) | static inline void fb_putPixel_16(_self, int x, int y, unsigned long pix) function fb_getPixel_8 (line 155) | static inline unsigned long fb_getPixel_8(_self, int x, int y) function fb_putPixel_8 (line 165) | static inline void fb_putPixel_8(_self, int x, int y, unsigned long pix) function fb_drawPixel_rgb8888 (line 177) | static void fb_drawPixel_rgb8888(_self, int x, int y, int r, int g, int b) function fb_drawPixel_rgb565 (line 182) | static void fb_drawPixel_rgb565(_self, int x, int y, int r, int g, int b) function fb_drawPixel_rgb555 (line 187) | static void fb_drawPixel_rgb555(_self, int x, int y, int r, int g, int b) function fb_drawPixel_rgb332 (line 192) | static void fb_drawPixel_rgb332(_self, int x, int y, int r, int g, int b) function hideCursor (line 202) | static void hideCursor(_self) function showCursor (line 217) | static void showCursor(_self) function cursorIn (line 243) | static int cursorIn(_self, int l, int r, int t, int b) function hideCursorIn (line 252) | static inline void hideCursorIn(_self, int l, int r, int t, int b) function showCursorIn (line 258) | static inline void showCursorIn(_self, int l, int r, int t, int b) function fb_setCursor (line 265) | static void fb_setCursor(_self, char *bits, char *mask, int xoff, int yoff) function fb_advanceCursor (line 280) | static void fb_advanceCursor(_self, int dx, int dy) function fb_copyBits_32 (line 289) | static void fb_copyBits_32(_self, char *bits, int l, int r, int t, int b) function fb_repack565 (line 306) | static inline unsigned short fb_repack565(unsigned short pixel) function fb_copyBits_16 (line 314) | static void fb_copyBits_16(_self, char *bits, int l, int r, int t, int b) function fb_copyBits_15 (line 337) | static void fb_copyBits_15(_self, char *bits, int l, int r, int t, int b) function fb_copyBits_8 (line 359) | static void fb_copyBits_8(_self, char *bits, int l, int r, int t, int b) function fb_initPseudoColour (line 382) | static void fb_initPseudoColour(_self) function fb_initDirectColour (line 468) | static void fb_initDirectColour(_self) function fb_initVisual (line 498) | static void fb_initVisual(_self) function fb_initBuffer (line 605) | static void fb_initBuffer(_self) function fb_freeBuffer (line 614) | static void fb_freeBuffer(_self) function fb_initGraphics (line 625) | static void fb_initGraphics(_self) function fb_freeGraphics (line 636) | static void fb_freeGraphics(_self) function fb_initCursor (line 650) | static void fb_initCursor(_self) function fb_open (line 657) | static int fb_open(_self, struct kb *kb, char *fbDev) function fb_close (line 688) | static void fb_close(_self) type fb (line 702) | struct fb type fb (line 704) | struct fb type fb (line 704) | struct fb function fb_delete (line 711) | static void fb_delete(_self) FILE: vm/src/from_squeak/unix/vm-display-fbdev/sqUnixFBDevKeyboard.c type kb (line 53) | struct kb function updateModifiers (line 70) | static void updateModifiers(int kstate) function kb_chvt (line 81) | static void kb_chvt(_self, int vt) function kb_post (line 99) | static void kb_post(_self, int code, int up) function kb_translate (line 106) | static void kb_translate(_self, int code, int up) function kb_noCallback (line 175) | static void kb_noCallback(int k, int u, int s) {} function kb_handleEvents (line 178) | static int kb_handleEvents(_self) function kbHandler (line 194) | static void kbHandler(int fd, void *self, int flags) function kb_callback_t (line 201) | static kb_callback_t kb_setCallback(_self, kb_callback_t callback) function kb_bell (line 219) | static void kb_bell(_self) function sigusr1 (line 225) | static void sigusr1(int sig) function kb_initGraphics (line 247) | static void kb_initGraphics(_self) function kb_freeGraphics (line 273) | static void kb_freeGraphics(_self) function kb_open (line 279) | void kb_open(_self, int vtSwitch, int vtLock) function kb_close (line 330) | void kb_close(_self) type kb (line 343) | struct kb type kb (line 345) | struct kb type kb (line 345) | struct kb function kb_delete (line 352) | void kb_delete(_self) FILE: vm/src/from_squeak/unix/vm-display-fbdev/sqUnixFBDevKeymap.c function kb_freeKeys (line 43) | static void kb_freeKeys(_self) function kb_loadKeys (line 54) | static int kb_loadKeys(_self, char *mapfile) function kb_loadKernelKeyMap (line 155) | static void kb_loadKernelKeyMap(_self) function kb_initKeyMap (line 193) | static void kb_initKeyMap(_self, char *mapfile) FILE: vm/src/from_squeak/unix/vm-display-fbdev/sqUnixFBDevMouse.c type ms (line 43) | struct ms type ms (line 49) | struct ms function ms_read (line 61) | static int ms_read(_self, unsigned char *out, int limit, int quant, int ... function ms_noCallback (line 113) | static void ms_noCallback(int b, int x, int y) {} function msHandler (line 116) | static void msHandler(int fd, void *data, int flags) function ms_callback_t (line 124) | static ms_callback_t ms_setCallback(_self, ms_callback_t callback) function ms_open (line 142) | static int ms_open(_self, char *msDev, char *msProto) function ms_close (line 212) | static void ms_close(_self) type ms (line 223) | struct ms type ms (line 225) | struct ms type ms (line 225) | struct ms function ms_delete (line 233) | static void ms_delete(_self) FILE: vm/src/from_squeak/unix/vm-display-fbdev/sqUnixFBDevMouseADB.c function ms_adb_init (line 40) | static void ms_adb_init(_self) { DPRINTF("ADB init\n"); } function ms_adb_handleEvents (line 43) | static void ms_adb_handleEvents(_self) FILE: vm/src/from_squeak/unix/vm-display-fbdev/sqUnixFBDevMousePS2.c function ms_ps2_flush (line 62) | static void ms_ps2_flush(_self) function ms_ps2_handleEvents (line 71) | static void ms_ps2_handleEvents(_self) function ms_ps2_send (line 105) | static int ms_ps2_send(_self, unsigned char *command, int len) function ms_ps2_disable (line 140) | static void ms_ps2_disable(_self) function ms_ps2_enable (line 152) | static int ms_ps2_enable(_self) function ms_ps2_reset (line 160) | static int ms_ps2_reset(_self) function ms_ps2_init (line 192) | static void ms_ps2_init(_self) FILE: vm/src/from_squeak/unix/vm-display-fbdev/sqUnixFBDevUtil.c function fdReadable (line 9) | static int fdReadable(int fd, int usecs) FILE: vm/src/from_squeak/unix/vm-display-null/sqUnixDisplayNull.c function display_winInit (line 8) | static void display_winInit(void) {} function display_winOpen (line 9) | static void display_winOpen(void) {} function display_winSetName (line 10) | static void display_winSetName(char *title) {} function display_winImageFind (line 11) | static int display_winImageFind(char *imageName, int size) { return 0; } function display_winImageNotFound (line 12) | static void display_winImageNotFound(void) {} function display_winExit (line 13) | static void display_winExit(void) {} function sqInt (line 16) | static sqInt display_ioFormPrint(sqInt b, sqInt w, sqInt h, sqInt d, dou... function sqInt (line 21) | static sqInt display_ioBeep(void) { return 0; } function sqInt (line 23) | static sqInt display_ioRelinquishProcessorForMicroseconds(sqInt microSec... function sqInt (line 29) | static sqInt display_ioProcessEvents(void) function sqInt (line 35) | static sqInt display_ioScreenDepth(void) function sqInt (line 40) | static sqInt display_ioScreenSize(void) function sqInt (line 46) | static sqInt display_ioSetCursorWithMask(sqInt bits, sqInt mask, sqInt x... function sqInt (line 51) | static sqInt display_ioSetCursorARGB(sqInt cursorBitsIndex, sqInt extent... function sqInt (line 56) | static sqInt display_ioSetFullScreen(sqInt fullScreen) function sqInt (line 61) | static sqInt display_ioForceDisplayUpdate(void) function sqInt (line 66) | static sqInt display_ioShowDisplay(sqInt bits, sqInt w, sqInt h, sqInt d... function sqInt (line 71) | static sqInt display_ioHasDisplayDepth(sqInt i) function sqInt (line 76) | static sqInt display_ioSetDisplayMode(sqInt w, sqInt h, sqInt d, sqInt f... function sqInt (line 81) | static sqInt display_clipboardSize(void) function sqInt (line 86) | static sqInt display_clipboardWriteFromAt(sqInt count, sqInt byteArrayIn... function sqInt (line 91) | static sqInt display_clipboardReadIntoAt(sqInt count, sqInt byteArrayInd... function sqInt (line 101) | static sqInt display_clipboardSizeWithType(char *typeName, int nTypeName) function display_clipboardWriteWithType (line 106) | static void display_clipboardWriteWithType(char *data, size_t ndata, cha... function sqInt (line 111) | static sqInt display_dndOutStart(char *types, int ntypes) { return 0; } function display_dndOutSend (line 112) | static void display_dndOutSend (char *bytes, int nbytes) { return ; } function sqInt (line 113) | static sqInt display_dndOutAcceptedType(char *buf, int nbuf) { return 0; } function sqInt (line 114) | static sqInt display_dndReceived(char *fileName) { return 0; } function sqInt (line 116) | static sqInt display_ioGetButtonState(void) { return 0; } function sqInt (line 117) | static sqInt display_ioPeekKeystroke(void) { return 0; } function sqInt (line 118) | static sqInt display_ioGetKeystroke(void) { return 0; } function sqInt (line 119) | static sqInt display_ioGetNextEvent(sqInputEvent *evt) { return 0; } function sqInt (line 120) | static sqInt display_ioMousePoint(void) { return 0; } function sqInt (line 124) | static sqInt display_ioGLinitialise(void) { return 0; } function sqInt (line 125) | static sqInt display_ioGLcreateRenderer(glRenderer *r, sqInt x, sqInt y... function sqInt (line 126) | static sqInt display_ioGLmakeCurrentRenderer(glRenderer *r) { ret... function display_ioGLdestroyRenderer (line 127) | static void display_ioGLdestroyRenderer(glRenderer *r) {} function display_ioGLswapBuffers (line 128) | static void display_ioGLswapBuffers(glRenderer *r) {} function display_ioGLsetBufferRect (line 129) | static void display_ioGLsetBufferRect(glRenderer *r, sqInt x, sqInt y,... function sqInt (line 131) | static sqInt display_primitivePluginBrowserReady(void) { return primiti... function sqInt (line 132) | static sqInt display_primitivePluginRequestURLStream(void) { return prim... function sqInt (line 133) | static sqInt display_primitivePluginRequestURL(void) { return primitive... function sqInt (line 134) | static sqInt display_primitivePluginPostURL(void) { return primitiveFai... function sqInt (line 135) | static sqInt display_primitivePluginRequestFileHandle(void) { return pri... function sqInt (line 136) | static sqInt display_primitivePluginDestroyRequest(void) { return primit... function sqInt (line 137) | static sqInt display_primitivePluginRequestState(void) { return primiti... function display_hostWindowClose (line 140) | static int display_hostWindowClose(int index) ... function display_hostWindowCreate (line 141) | static int display_hostWindowCreate(int w, int h, int x, int y, function display_hostWindowShowDisplay (line 143) | static int display_hostWindowShowDisplay(unsigned *dispBitsIndex, int wi... function display_hostWindowGetSize (line 145) | static int display_hostWindowGetSize(int windowIndex) ... function display_hostWindowSetSize (line 146) | static int display_hostWindowSetSize(int windowIndex, int w, int h) ... function display_hostWindowGetPosition (line 147) | static int display_hostWindowGetPosition(int windowIndex) ... function display_hostWindowSetPosition (line 148) | static int display_hostWindowSetPosition(int windowIndex, int x, int y) ... function display_hostWindowSetTitle (line 149) | static int display_hostWindowSetTitle(int windowIndex, char *newTitle, i... function display_hostWindowCloseAll (line 150) | static int display_hostWindowCloseAll(void) ... function sqInt (line 155) | sqInt display_ioSetCursorPositionXY(sqInt x, sqInt y) { return 0; } function display_ioPositionOfScreenWorkArea (line 157) | int display_ioPositionOfScreenWorkArea (int windowIndex) { return -1; } function display_ioSizeOfScreenWorkArea (line 159) | int display_ioSizeOfScreenWorkArea (int windowIndex) { return -1; } function display_ioPositionOfNativeDisplay (line 163) | int display_ioPositionOfNativeDisplay(void *windowHandle) { return -1; } function display_ioSizeOfNativeDisplay (line 165) | int display_ioSizeOfNativeDisplay(void *windowHandle) { return -1; } function display_ioPositionOfNativeWindow (line 167) | int display_ioPositionOfNativeWindow(void *windowHandle) { return -1; } function display_ioSizeOfNativeWindow (line 169) | int display_ioSizeOfNativeWindow(void *windowHandle) { return -1; } function display_parseEnvironment (line 178) | static void display_parseEnvironment(void) {} function display_parseArgument (line 180) | static int display_parseArgument(int argc, char **argv) function display_printUsage (line 187) | static void display_printUsage(void) {} function display_printUsageNotes (line 188) | static void display_printUsageNotes(void) {} FILE: vm/src/from_squeak/unix/vm-sound-ALSA/sqUnixSoundALSA.c function ensure_playback_handle (line 88) | static int function playback_callback (line 116) | static void playback_callback(snd_async_handler_t *handler) function ensure_capture_handle (line 127) | static int function capture_callback (line 154) | static void capture_callback(snd_async_handler_t *handler) function sqInt (line 160) | static sqInt sound_Stop(void) function sqInt (line 174) | static sqInt sound_Start(sqInt frameCount, sqInt samplesPerSec, sqInt st... function sqInt (line 243) | static sqInt sound_AvailableSpace(void) function sqInt (line 281) | static sqInt sound_InsertSamplesFromLeadTime(sqInt frameCount, sqInt sr... function sqInt (line 315) | static sqInt sound_StopRecording(void) function sqInt (line 329) | static sqInt sound_StartRecording(sqInt desiredSamplesPerSec, sqInt ster... function sound_GetRecordingSampleRate (line 373) | static double sound_GetRecordingSampleRate(void) function sqInt (line 384) | static sqInt function sqInt (line 427) | static sqInt sound_RecordSamplesIntoAtLength(sqInt buf, sqInt startSlice... type mixer (line 541) | typedef struct { function hardware_name (line 553) | static int function mixer (line 573) | static mixer function mixer_close (line 607) | static void function names_contains (line 629) | static inline int function mixer_default_volume_get_set (line 644) | static int function mixer_setSwitch (line 733) | static int mixer_setSwitch(char *name, int captureFlag, int parameter) function mixer_getSwitch (line 766) | static int mixer_getSwitch(char *name, int captureFlag, int channel) function sound_Volume (line 806) | static void sound_Volume(double *left, double *right) function sound_SetVolume (line 817) | static void sound_SetVolume(double left, double right) function sqInt (line 826) | static sqInt sound_SetRecordLevel(sqInt level) function sqInt (line 836) | static sqInt sound_GetRecordLevel(void) /* eem Feb 7 2010 after hrs' Sou... function sqInt (line 843) | static sqInt sound_SetDevice(sqInt id, char *arg) function sqInt (line 867) | static sqInt sound_GetSwitch(sqInt id, sqInt captureFlag, sqInt channel) function sqInt (line 878) | static sqInt sound_SetSwitch(sqInt id, sqInt captureFlag, sqInt parameter) function numDevicesOfType (line 891) | static int function sound_GetNumberOfSoundPlayerDevices (line 1021) | static int sound_GetNumberOfSoundPlayerDevices(void) { return 1; } function sound_GetNumberOfSoundRecorderDevices (line 1023) | static int sound_GetNumberOfSoundRecorderDevices(void) { return 1; } function sound_GetNumberOfSoundPlayerDevices (line 1034) | static int sound_GetNumberOfSoundPlayerDevices(void) function sound_GetNumberOfSoundRecorderDevices (line 1039) | static int sound_GetNumberOfSoundRecorderDevices(void) function sound_SetDefaultSoundPlayer (line 1065) | static void sound_SetDefaultSoundPlayer(char *deviceName) function sound_SetDefaultSoundRecorder (line 1072) | static void sound_SetDefaultSoundRecorder(char *deviceName) function sound_SupportsAEC (line 1081) | int sound_SupportsAEC(void) { return 0; } function sound_EnableAEC (line 1084) | int sound_EnableAEC(int trueOrFalse) function sigio_save (line 1115) | static void sigio_save(void) function sigio_restore (line 1126) | static void sigio_restore(void) function sound_parseEnvironment (line 1141) | static void sound_parseEnvironment(void) function sound_parseArgument (line 1155) | static int sound_parseArgument(int argc, char **argv) function sound_printUsage (line 1167) | static void sound_printUsage(void) function sound_printUsageNotes (line 1176) | static void sound_printUsageNotes(void) {} FILE: vm/src/from_squeak/unix/vm-sound-MacOSX/sqUnixSoundDebug.h function rect (line 16) | void rect(int h, int c, float l, float r) function fill (line 40) | void fill(int h, int c, float l, float r) function update (line 54) | void update(void) function update (line 81) | void update(void) type sched_param (line 93) | struct sched_param function startSpy (line 107) | void startSpy(void) function stopSpy (line 115) | void stopSpy(void) FILE: vm/src/from_squeak/unix/vm-sound-MacOSX/sqUnixSoundMacOSX.c function min (line 69) | static inline int min(int i, int j) { return (i < j) ? i : j; } function max (line 70) | static inline int max(int i, int j) { return (i > j) ? i : j; } function signalSemaphoreWithIndex (line 79) | static inline int signalSemaphoreWithIndex(int sema) { return 0; } function success (line 80) | static inline int success(int flag) { return 0; } function primitiveFail (line 81) | static inline int primitiveFail(void) { return -1; } function DPRINTF (line 88) | static void DPRINTF(const char *fmt, ...) function dumpFormat (line 98) | static inline void dumpFormat(AudioStreamBasicDescription *fmt) {} function DPRINTF (line 99) | static inline void DPRINTF(const char *fmt, ...) {} function EPRINTF (line 103) | static void EPRINTF(const char *fmt, ...) function checkError (line 123) | static inline int checkError(OSStatus err, char *op, char *param) type Buffer (line 139) | typedef struct function Buffer (line 151) | Buffer *Buffer_new(int size) function Buffer_delete (line 170) | void Buffer_delete(Buffer *b) function Buffer_avail (line 179) | inline int Buffer_avail(Buffer *b) function Buffer_free (line 186) | inline int Buffer_free(Buffer *b) function Buffer_getOutputPointers (line 194) | inline int Buffer_getOutputPointers(Buffer *b, char **p1, int *n1, char ... function Buffer_getOutputPointer (line 222) | inline int Buffer_getOutputPointer(Buffer *b, char **ptr) function Buffer_getInputPointer (line 236) | inline int Buffer_getInputPointer(Buffer *b, char **ptr) function Buffer_advanceOutputPointer (line 249) | inline void Buffer_advanceOutputPointer(Buffer *b, int size) function Buffer_advanceInputPointer (line 264) | inline void Buffer_advanceInputPointer(Buffer *b, int size) function Buffer_prefill (line 280) | inline void Buffer_prefill(Buffer *b, int bytes) function Buffer_write (line 292) | inline int Buffer_write(Buffer *b, char *buf, int nbytes) function Buffer_read (line 321) | inline int Buffer_read(Buffer *b, char *buf, int nbytes) type Stream (line 358) | typedef struct Stream function ioProcSignal (line 385) | static void ioProcSignal(int semaphore) function OSStatus (line 392) | static OSStatus bufferDataProc(AudioConverterRef inAudioConverter, UInt3... function OSStatus (line 424) | static OSStatus ioProcOutput(AudioDeviceID device, function OSStatus (line 445) | static OSStatus ioProcInput(AudioDeviceID device, function getDefaultDevice (line 464) | static int getDefaultDevice(AudioDeviceID *id, int direction) function Stream (line 477) | static Stream *Stream_new(int dir) function Stream_delete (line 500) | static void Stream_delete(Stream *s) function Stream_setFormat (line 512) | static int Stream_setFormat(Stream *s, int frameCount, int sampleRate, i... function Stream_startSema (line 572) | static int Stream_startSema(Stream *s, int semaIndex) function Stream_stop (line 595) | static int Stream_stop(Stream *s) function sqInt (line 612) | static sqInt sound_AvailableSpace(void) function mixFrames (line 623) | static void mixFrames(short *out, short *in, int nFrames) function sqInt (line 644) | static sqInt sound_InsertSamplesFromLeadTime(sqInt frameCount, sqInt src... function sqInt (line 731) | static sqInt sound_PlaySamplesFromAtLength(sqInt frameCount, sqInt array... function sqInt (line 752) | static sqInt sound_PlaySilence(void) function sqInt (line 761) | static sqInt sound_Stop(void) function sqInt (line 777) | static sqInt sound_Start(sqInt frameCount, sqInt samplesPerSec, sqInt st... function sound_GetRecordingSampleRate (line 809) | static double sound_GetRecordingSampleRate(void) function sqInt (line 819) | static sqInt sound_StopRecording(void) function sqInt (line 835) | static sqInt sound_StartRecording(sqInt samplesPerSec, sqInt stereo, sqI... function sqInt (line 861) | static sqInt sound_RecordSamplesIntoAtLength(sqInt buf, sqInt startSlice... function getVolume (line 885) | static int getVolume(int dir, double *left, double *right) function setVolume (line 914) | static int setVolume(int dir, double dleft, double dright) function sound_Volume (line 944) | static void sound_Volume(double *left, double *right) function sound_SetVolume (line 952) | static void sound_SetVolume(double left, double right) function sqInt (line 965) | static sqInt sound_SetRecordLevel(sqInt level) function dumpFormat (line 983) | static void dumpFormat(AudioStreamBasicDescription *fmt) function sound_parseEnvironment (line 1024) | static void sound_parseEnvironment(void) {} function sound_parseArgument (line 1025) | static int sound_parseArgument(int argc, char **argv) { return 0; } function sound_printUsage (line 1026) | static void sound_printUsage(void) {} function sound_printUsageNotes (line 1027) | static void sound_printUsageNotes(void) {} function warble (line 1044) | static void warble(int n) function main (line 1061) | int main() FILE: vm/src/from_squeak/unix/vm-sound-NAS/sqUnixSoundNAS.c function DPRINTF (line 39) | static void DPRINTF(char *fmt, ...) {} function bytesPerPlayFrame (line 82) | static int bytesPerPlayFrame(void) function sound_AvailableSpace (line 111) | static int sound_AvailableSpace(void) function sound_InsertSamplesFromLeadTime (line 119) | static int sound_InsertSamplesFromLeadTime(int frameCount, int srcBufPtr, function sound_Stop (line 128) | static int sound_Stop(void) function sound_PlaySamplesFromAtLength (line 144) | static int sound_PlaySamplesFromAtLength(int frameCount, int arrayIndex,... function handleAudioEvents (line 213) | static void handleAudioEvents(int fd, void *data, int flags) function sound_PlaySilence (line 284) | static int sound_PlaySilence(void) function AuDeviceID (line 290) | static AuDeviceID choose_nas_device(AuServer *server, int samplesPerSec,... function sound_Start (line 322) | static int sound_Start(int frameCount, int samplesPerSec, int stereo0, i... function sound_StartRecording (line 418) | static int sound_StartRecording(int desiredSamplesPerSec, int stereo0, i... function sound_StopRecording (line 511) | static int sound_StopRecording(void) function sound_GetRecordingSampleRate (line 518) | static double sound_GetRecordingSampleRate(void) function sound_RecordSamplesIntoAtLength (line 524) | static int sound_RecordSamplesIntoAtLength(int buf, int startSliceIndex, function sound_SetRecordLevel (line 569) | static int sound_SetRecordLevel(int level) function sound_Volume (line 576) | static void sound_Volume(double *left, double *right) function sound_SetVolume (line 582) | static void sound_SetVolume(double left, double right) function sound_parseEnvironment (line 595) | static void sound_parseEnvironment(void) {} function sound_parseArgument (line 597) | static int sound_parseArgument(int argc, char **argv) function sound_printUsage (line 603) | static void sound_printUsage(void) {} function sound_printUsageNotes (line 604) | static void sound_printUsageNotes(void) {} FILE: vm/src/from_squeak/unix/vm-sound-OSS/sqUnixSoundOSS.c type dsp (line 98) | struct dsp type dsp (line 100) | struct dsp type dsp (line 101) | struct dsp type format (line 115) | struct format type dsp (line 130) | struct dsp type dsp (line 145) | struct dsp type dsp (line 146) | struct dsp type dsp (line 148) | struct dsp type dsp (line 149) | struct dsp type sbyte (line 153) | typedef signed char sbyte; type ubyte (line 154) | typedef unsigned char ubyte; type sword (line 155) | typedef signed short sword; type uword (line 156) | typedef unsigned short uword; function output (line 175) | static int output(struct dsp *dsp, void *buf, int frames) function input (line 244) | static int input(struct dsp *dsp, void *buf, int frames) function dspClose (line 316) | static void dspClose(struct dsp *dsp) type dsp (line 352) | struct dsp type dsp (line 352) | struct dsp function dspSetFormat (line 402) | static int dspSetFormat(struct dsp *dsp) function dspSetChannels (line 463) | static int dspSetChannels(struct dsp *dsp, int nChannels) function dspSetSpeed (line 508) | static int dspSetSpeed(struct dsp *dsp, int speed) function dspSetFragSize (line 533) | static int dspSetFragSize(struct dsp *dsp, int nFrames, int nChannels) function dspSetConversion (line 560) | static int dspSetConversion(struct dsp *dsp) function dspSetSemaphore (line 590) | static int dspSetSemaphore(struct dsp *dsp, int semaIndex) function dspSetTrigger (line 602) | static void dspSetTrigger(struct dsp *dsp, int mask) function dspGetInputSpace (line 616) | static int dspGetInputSpace(struct dsp *dsp) function dspGetOutputSpace (line 629) | static int dspGetOutputSpace(struct dsp *dsp) function dspHandler (line 645) | static void dspHandler(int fd, void *data, int flags) function sqInt (line 658) | static sqInt sound_Stop(void) function sqInt (line 679) | static sqInt sound_Start(sqInt frameCount, sqInt samplesPerSec, sqInt st... function sqInt (line 723) | static sqInt sound_AvailableSpace(void) function sqInt (line 747) | static sqInt sound_InsertSamplesFromLeadTime(sqInt frameCount, sqInt src... function sqInt (line 753) | static sqInt sound_PlaySamplesFromAtLength(sqInt frameCount, sqInt array... function sqInt (line 760) | static sqInt sound_PlaySilence(void) function sqInt (line 770) | static sqInt sound_StopRecording(void) function sqInt (line 791) | static sqInt sound_StartRecording(sqInt desiredSamplesPerSec, sqInt ster... function sound_GetRecordingSampleRate (line 819) | static double sound_GetRecordingSampleRate(void) function sqInt (line 825) | static sqInt sound_RecordSamplesIntoAtLength(sqInt buf, sqInt startSlice... type mixer (line 873) | struct mixer type mixer (line 880) | struct mixer type mixer (line 882) | struct mixer type mixer (line 885) | struct mixer type mixer (line 885) | struct mixer function mixerGetLevel (line 918) | static int mixerGetLevel(struct mixer *mix, int device, int *left, int *... function mixerSetLevel (line 937) | static int mixerSetLevel(struct mixer *mix, int device, int left, int ri... function sound_Volume (line 960) | static void sound_Volume(double *left, double *right) function sound_SetVolume (line 987) | static void sound_SetVolume(double left, double right) function sound_RecordLevel (line 1005) | static int sound_RecordLevel(int *level) function sqInt (line 1023) | static sqInt sound_SetRecordLevel(sqInt level) function sqInt (line 1040) | static sqInt sound_SetSwitch(sqInt id, sqInt captureFlag, sqInt parameter) function sqInt (line 1045) | static sqInt sound_GetSwitch(sqInt id, sqInt captureFlag, sqInt channel) function sqInt (line 1050) | static sqInt sound_SetDevice(sqInt id, char *arg) function sound_parseEnvironment (line 1167) | static void sound_parseEnvironment(void) function sound_parseArgument (line 1172) | static int sound_parseArgument(int argc, char **argv) function sound_printUsage (line 1178) | static void sound_printUsage(void) function sound_printUsageNotes (line 1184) | static void sound_printUsageNotes(void) FILE: vm/src/from_squeak/unix/vm-sound-Sun/sqUnixSoundSun.c function auHandle (line 68) | static void auHandle(int fd, void *data, int flags) function sound_Stop (line 80) | static int sound_Stop(void) function sound_Start (line 92) | static int sound_Start(int frameCount, int samplesPerSec, int stereo, in... function sound_AvailableSpace (line 141) | static int sound_AvailableSpace(void) function sound_PlaySamplesFromAtLength (line 156) | static int sound_PlaySamplesFromAtLength(int frameCount, int arrayIndex,... function sound_InsertSamplesFromLeadTime (line 200) | static int sound_InsertSamplesFromLeadTime(int frameCount, int srcBufPtr, function sound_PlaySilence (line 207) | static int sound_PlaySilence(void) function sound_SetRecordLevel (line 214) | static int sound_SetRecordLevel(int level) function sound_StartRecording (line 221) | static int sound_StartRecording(int desiredSamplesPerSec, int stereo, in... function sound_StopRecording (line 228) | static int sound_StopRecording(void) function sound_GetRecordingSampleRate (line 234) | static double sound_GetRecordingSampleRate(void) function sound_RecordSamplesIntoAtLength (line 241) | static int sound_RecordSamplesIntoAtLength(int buf, int startSliceIndex,... function sound_Volume (line 249) | static void sound_Volume(double *left, double *right) function sound_SetVolume (line 256) | static void sound_SetVolume(double left, double right) function sound_parseEnvironment (line 271) | static void sound_parseEnvironment(void) {} function sound_parseArgument (line 272) | static int sound_parseArgument(int argc, char **argv) { return 0; } function sound_printUsage (line 273) | static void sound_printUsage(void) {} function sound_printUsageNotes (line 274) | static void sound_printUsageNotes(void) {} FILE: vm/src/from_squeak/unix/vm-sound-custom/sqUnixCustomSound.c function sqInt (line 25) | static sqInt sound_AvailableSpace(void) function sqInt (line 31) | static sqInt sound_InsertSamplesFromLeadTime(sqInt frameCount, sqInt src... function sqInt (line 37) | static sqInt sound_PlaySamplesFromAtLength(sqInt frameCount, sqInt array... function sqInt (line 43) | static sqInt sound_PlaySilence(void) function sqInt (line 49) | static sqInt sound_Start(sqInt frameCount, sqInt samplesPerSec, sqInt st... function sqInt (line 55) | static sqInt sound_Stop(void) function sqInt (line 65) | static sqInt sound_StartRecording(sqInt desiredSamplesPerSec, sqInt ster... function sqInt (line 71) | static sqInt sound_StopRecording(void) function sound_GetRecordingSampleRate (line 77) | static double sound_GetRecordingSampleRate(void) function sqInt (line 83) | static sqInt sound_RecordSamplesIntoAtLength(sqInt buf, sqInt startSlice... function sound_Volume (line 91) | static void sound_Volume(double *left, double *right) function sound_SetVolume (line 98) | static void sound_SetVolume(double left, double right) function sqInt (line 103) | static sqInt sound_SetRecordLevel(sqInt level) function sqInt (line 109) | static sqInt sound_GetSwitch(sqInt id, sqInt captureFlag, sqInt channel) function sqInt (line 115) | static sqInt sound_SetSwitch(sqInt id, sqInt captureFlag, sqInt parameter) function sqInt (line 121) | static sqInt sound_SetDevice(sqInt id, char *arg) function sound_parseEnvironment (line 134) | static void sound_parseEnvironment(void) {} function sound_parseArgument (line 136) | static int sound_parseArgument(int argc, char **argv) function sound_printUsage (line 142) | static void sound_printUsage(void) {} function sound_printUsageNotes (line 143) | static void sound_printUsageNotes(void) {} FILE: vm/src/from_squeak/unix/vm-sound-null/sqUnixSoundNull.c function sqInt (line 48) | static sqInt sound_AvailableSpace(void) FAIL(8192) function sound_SetVolume (line 61) | static void sound_SetVolume(double left, double right) { return; } function sqInt (line 62) | static sqInt sound_SetRecordLevel(sqInt level) { return level; } function sqInt (line 64) | static sqInt sound_SetSwitch(sqInt id, sqInt captureFlag, sqInt paramet... function sound_GetNumberOfSoundPlayerDevices (line 72) | static int sound_GetNumberOfSoundPlayerDevices(void) { return 0; } function sound_GetNumberOfSoundRecorderDevices (line 74) | static int sound_GetNumberOfSoundRecorderDevices(void) { return 0; } function sound_SetDefaultSoundPlayer (line 84) | static void sound_SetDefaultSoundPlayer(char *deviceName) {} function sound_SetDefaultSoundRecorder (line 86) | static void sound_SetDefaultSoundRecorder(char *deviceName) {} function sound_SupportsAEC (line 90) | int sound_SupportsAEC(void) { return 0; } function sound_EnableAEC (line 93) | int sound_EnableAEC(int trueOrFalse) function sound_parseEnvironment (line 105) | static void sound_parseEnvironment(void) {} function sound_parseArgument (line 107) | static int sound_parseArgument(int argc, char **argv) function sound_printUsage (line 113) | static void sound_printUsage(void) {} function sound_printUsageNotes (line 114) | static void sound_printUsageNotes(void) {} FILE: vm/src/from_squeak/unix/vm-sound-pulse/sqUnixSoundPulseAudio.c type audioBuffer_t (line 103) | typedef struct { type gen_sig_t (line 109) | typedef struct { type audioIO_t (line 115) | typedef struct { function _swapw (line 302) | static inline unsigned short _swapw(unsigned short v) { function printPALatency (line 318) | static void printPALatency() { function sigWait (line 330) | static void sigWait(gen_sig_t *sig) { function sigReset (line 338) | static void sigReset(gen_sig_t *sig) { function sigSignal (line 344) | static void sigSignal(gen_sig_t *sig) { function signalSqueak (line 352) | static void signalSqueak(audioIO_t *audioIO) { function ioThreadExit (line 363) | static void ioThreadExit(audioIO_t *audioIO) { function ioThreadStart (line 371) | static int ioThreadStart(audioIO_t *audioIO) { function ioThreadIsRunning (line 379) | static int ioThreadIsRunning(audioIO_t *audioIO) { function ioThreadStall (line 383) | static void ioThreadStall(audioIO_t *audioIO) { function ioThreadWaitToRun (line 390) | static void ioThreadWaitToRun(audioIO_t *audioIO) { function ioZeroBuffers (line 411) | static void ioZeroBuffers(audioIO_t *audioIO) { function ioFreeBuffers (line 419) | static void ioFreeBuffers(audioIO_t *audioIO) { function ioFreeBytes (line 431) | static int ioFreeBytes(audioIO_t *audioIO) { function ioAllocBuffers (line 439) | static int ioAllocBuffers(audioIO_t *audioIO, int frameCount) { function ioIsFull (line 456) | static int ioIsFull(audioIO_t *audioIO) { function ioAddPlayBuffer (line 465) | static int ioAddPlayBuffer(void *buffer, int frameCount) { function ioGetRecordBuffer (line 479) | static int ioGetRecordBuffer(void *buffer, int bufferBytes) { function ioGetBufferData (line 501) | static int ioGetBufferData(audioIO_t *audioIO, void **buffer, int *frame... function ioNextPlayBuffer (line 510) | static int ioNextPlayBuffer() { function ioNextRecordBuffer (line 520) | static int ioNextRecordBuffer() { type timespec (line 532) | struct timespec function ioInit (line 717) | static int ioInit() { function trace (line 819) | static int trace() { function sqInt (line 824) | static sqInt sound_AvailableSpace(void) { function sqInt (line 828) | static sqInt sound_InsertSamplesFromLeadTime(int frameCount, int srcBufP... function sqInt (line 834) | static sqInt sound_PlaySamplesFromAtLength(int frameCount, int arrayInde... function sqInt (line 849) | static sqInt sound_PlaySilence(void) { function sqInt (line 856) | static sqInt sound_Start(int frameCount, int samplesPerSec, int stereo, ... function sqInt (line 899) | static sqInt sound_Stop(void) { function sqInt (line 931) | static sqInt sound_StartRecording(int desiredSamplesPerSec, int stereo, ... function sqInt (line 994) | static sqInt sound_StopRecording(void) { function sound_GetRecordingSampleRate (line 1016) | static double sound_GetRecordingSampleRate(void) { function sqInt (line 1020) | static sqInt sound_RecordSamplesIntoAtLength(int buf, int startSliceInde... function mixer_open (line 1052) | static int mixer_open(char *name) { function mixer_close (line 1057) | static void mixer_close(void) { function mixer_getVolume (line 1061) | static inline void mixer_getVolume(char *name, int captureFlag, double *... function mixer_setVolume (line 1065) | static inline void mixer_setVolume(char *name, int captureFlag, double l... function mixer_setSwitch (line 1069) | static int mixer_setSwitch(char *name, int captureFlag, int parameter) { function mixer_getSwitch (line 1074) | static int mixer_getSwitch(char *name, int captureFlag, int channel) { function sound_Volume (line 1079) | static void sound_Volume(double *left, double *right) { function sound_SetVolume (line 1085) | static void sound_SetVolume(double left, double right) { function sqInt (line 1089) | static sqInt sound_SetRecordLevel(sqInt level) { function sqInt (line 1095) | static sqInt sound_SetDevice(sqInt id, char *arg) { function sqInt (line 1100) | static sqInt sound_GetSwitch(sqInt id, sqInt captureFlag, sqInt channel) { function sqInt (line 1105) | static sqInt sound_SetSwitch(sqInt id, sqInt captureFlag, sqInt paramete... function sound_parseEnvironment (line 1119) | static void sound_parseEnvironment(void) { function sound_parseArgument (line 1134) | static int sound_parseArgument(int argc, char **argv) { function sound_printUsage (line 1147) | static void sound_printUsage(void) { function sound_printUsageNotes (line 1157) | static void sound_printUsageNotes(void) { FILE: vm/src/from_squeak/unix/vm/SqDisplay.h type glRenderer (line 14) | typedef struct glRenderer glRenderer; type SqDisplay (line 19) | struct SqDisplay type SqDisplay (line 173) | struct SqDisplay FILE: vm/src/from_squeak/unix/vm/SqModule.h type SqModule (line 9) | struct SqModule FILE: vm/src/from_squeak/unix/vm/SqSound.h type SqSound (line 10) | struct SqSound FILE: vm/src/from_squeak/unix/vm/aio.c function undefinedHandler (line 121) | static void undefinedHandler(int fd, void *clientData, int flags) function aioInit (line 142) | void aioInit(void) function aioFini (line 159) | void aioFini(void) function aioPoll (line 203) | int aioPoll(int microSeconds) function aioSleepForUsecs (line 272) | int aioSleepForUsecs(int microSeconds) function aioEnable (line 292) | void aioEnable(int fd, void *data, int flags) function aioHandle (line 354) | void aioHandle(int fd, aioHandler handlerFn, int mask) function aioSuspend (line 374) | void aioSuspend(int fd, int mask) function aioDisable (line 397) | void aioDisable(int fd) FILE: vm/src/from_squeak/unix/vm/debug.c function __sq_DPRINTF (line 7) | void __sq_DPRINTF(const char *fmt, ...) function __sq_assert (line 15) | void __sq_assert(char *file, int line, char *func, char *expr) function __sq_eprintf (line 28) | void __sq_eprintf(const char *fmt, ...) function sqDebugAnchor (line 41) | void sqDebugAnchor(void) FILE: vm/src/from_squeak/unix/vm/dlfcn-dyld.c function dlSetError (line 43) | static void dlSetError(const char *fmt, ...) function dlUndefined (line 64) | static void dlUndefined(const char *symbol) function NSModule (line 69) | static NSModule dlMultiple(NSSymbol s, NSModule oldModule, NSModule newM... function dlLinkEdit (line 76) | static void dlLinkEdit(NSLinkEditErrors errorClass, int errorNumber, function dlinit (line 90) | static void dlinit(void) type mach_header (line 158) | struct mach_header type mach_header (line 159) | struct mach_header type mach_header (line 161) | struct mach_header type mach_header (line 164) | struct mach_header function dlclose (line 190) | static int dlclose(void *handle) FILE: vm/src/from_squeak/unix/vm/mac-alias.c function sqInt (line 11) | static sqInt isMacAlias(char *path) function sqInt (line 28) | static sqInt resolveMacAlias(char *dst, char *src, sqInt max_length) FILE: vm/src/from_squeak/unix/vm/sqPlatformSpecific.h type sqOSSemaphore (line 77) | typedef struct { type off_t (line 96) | typedef off_t squeakFileOffsetType; FILE: vm/src/from_squeak/unix/vm/sqUnixCharConv.c function min (line 45) | static inline int min(int x, int y) { return (x < y) ? x : y; } function convertCopy (line 47) | static int convertCopy(char *from, int fromLen, char *to, int toLen, int... type alias (line 65) | typedef struct function setLocaleEncoding (line 98) | void setLocaleEncoding(char *locale) { } function freeEncoding (line 100) | void freeEncoding(void *encoding) { } function setEncoding (line 102) | void setEncoding(void **encoding, char *rawName) function setNEncoding (line 124) | void setNEncoding(void **encoding, char *rawName, int n) function convertChars (line 129) | int convertChars(char *from, int fromLen, void *fromCode, char *to, int ... type ichar_t (line 154) | typedef char ichar_t; function freeEncoding (line 176) | void freeEncoding(void *encoding) type alias (line 185) | typedef struct function setNEncoding (line 191) | void setNEncoding(void **encoding, char *rawName, int n) function setLocaleEncoding (line 231) | void setLocaleEncoding(char *locale) function setEncoding (line 245) | void setEncoding(void **encoding, char *rawName) function iconvFail (line 250) | static void iconvFail(char *toCode, char *fromCode) function convertChars (line 261) | int convertChars(char *from, int fromLen, void *fromCode, char *to, int ... function setLocaleEncoding (line 345) | void setLocaleEncoding(char *locale) { } function freeEncoding (line 347) | void freeEncoding(void *encoding) { } function setEncoding (line 349) | void setEncoding(void **encoding, char *name) { } function convertChars (line 351) | int convertChars(char *from, int fromLen, void *fromCode, char *to, int ... function sq2uxLines (line 359) | static inline void sq2uxLines(char *string, int n) function ux2sqLines (line 368) | static inline void ux2sqLines(char *string, int n) function sqFilenameFromString (line 402) | void sqFilenameFromString(char *uxName, sqInt sqNameIndex, int sqNameLen... function main (line 417) | int main() FILE: vm/src/from_squeak/unix/vm/sqUnixEvent.c type SqPoint (line 55) | typedef struct function printKey (line 78) | static void printKey(int key) function printButtons (line 83) | static void printButtons(int buttons) function printModifiers (line 90) | static void printModifiers(int midofiers) function sqInputEvent (line 101) | static sqInputEvent *allocateInputEvent(int eventType) function sqInt (line 132) | static sqInt getButtonState(void) function signalInputEvent (line 160) | static void signalInputEvent(void) function recordMouseEvent (line 170) | static void recordMouseEvent(void) function recordKeyboardEvent (line 190) | static void recordKeyboardEvent(int keyCode, int pressCode, int modifier... function recordDragEvent (line 217) | static void recordDragEvent(int dragType, int numFiles) function recordWindowEvent (line 237) | static void recordWindowEvent(int action, int v1, int v2, int v3, int v4... function sqInt (line 265) | static sqInt display_ioGetNextEvent(sqInputEvent *evt) function recordKeystroke (line 289) | static void recordKeystroke(int keyCode) /* DEPRECATED */ function sqInt (line 319) | static sqInt display_ioPeekKeystroke(void) /* DEPRECATED */ function sqInt (line 331) | static sqInt display_ioGetKeystroke(void) /* DEPRECATED */ function sqInt (line 343) | static sqInt display_ioPeekKeystroke(void) { return 0; } function sqInt (line 344) | static sqInt display_ioGetKeystroke(void) { return 0; } function sqInt (line 348) | static sqInt display_ioGetButtonState(void) function sqInt (line 355) | static sqInt display_ioMousePoint(void) FILE: vm/src/from_squeak/unix/vm/sqUnixExternalPrims.c type stat (line 180) | struct stat type stat (line 252) | struct stat function sqInt (line 461) | sqInt ioFreeModule(void *moduleHandle) function sqInt (line 486) | sqInt ioFreeModule(void *moduleHandle) FILE: vm/src/from_squeak/unix/vm/sqUnixHeartbeat.c function ioGetClockLogSizeUsecsIdxMsecsIdx (line 64) | void function ioGetClockLogSizeUsecsIdxMsecsIdx (line 78) | void function currentUTCMicroseconds (line 88) | static unsigned long long function updateMicrosecondClock (line 113) | static void function ioUpdateVMTimezone (line 141) | void function sqLong (line 151) | sqLong type timeval (line 168) | struct timeval function sqInt (line 174) | sqInt function usqLong (line 231) | usqLong function usqLong (line 234) | usqLong function usqLong (line 240) | usqLong function ioMSecs (line 243) | int function ioMicroMSecs (line 247) | int ioMicroMSecs(void) { return microToMilliseconds(currentUTCMicrosecon... function ioSeconds (line 250) | int function ioUTCSeconds (line 253) | int function ioRelinquishProcessorForMicroseconds (line 261) | int function ioInitTime (line 289) | void function heartbeat (line 301) | static void function prodHighPriorityThread (line 361) | void function high_performance_tick_handler (line 368) | static void type timespec (line 383) | struct timespec function yieldToHighPriorityTickerThread (line 408) | void function unblockVMThreadAfterYieldToHighPriorityTickerThread (line 429) | void function heartbeat_handler (line 474) | static void function ioInitHeartbeat (line 515) | void function ioSetHeartbeatMilliseconds (line 583) | void type machine_state (line 590) | typedef enum { dead, condemned, nascent, quiescent, active } machine_state; type sched_param (line 593) | struct sched_param type timespec (line 601) | struct timespec type timespec (line 621) | struct timespec function ioInitHeartbeat (line 636) | void function ioSetHeartbeatMilliseconds (line 665) | void function ioHeartbeatMilliseconds (line 674) | int function ioHeartbeatFrequency (line 680) | unsigned long FILE: vm/src/from_squeak/unix/vm/sqUnixMain.c type SqDisplay (line 143) | struct SqDisplay type SqSound (line 144) | struct SqSound type timeval (line 158) | struct timeval function sigalrm (line 160) | static void sigalrm(int signum) function initTimers (line 166) | static void initTimers(void) function sqInt (line 207) | sqInt ioLowResMSecs(void) function usqLong (line 215) | usqLong function sqInt (line 222) | sqInt ioMSecs(void) function sqInt (line 236) | sqInt ioMSecs(void) function sqInt (line 293) | sqInt ioMicroMSecs(void) function sqInt (line 302) | sqInt ioSeconds(void) function time_t (line 308) | time_t convertToSqueakTime(time_t unixTime) function pathCopyAbs (line 331) | static void pathCopyAbs(char *target, const char *src, size_t targetSize) function recordFullPathForVmName (line 344) | static void recordFullPathForVmName(const char *localVmName) function recordFullPathForImageName (line 375) | static void recordFullPathForImageName(const char *localImageName) function sqInt (line 385) | sqInt imageNameSize(void) function sqInt (line 390) | sqInt imageNameGetLength(sqInt sqImageNameIndex, sqInt length) function sqInt (line 406) | sqInt imageNamePutLength(sqInt sqImageNameIndex, sqInt length) function sqInt (line 433) | sqInt vmPathSize(void) function sqInt (line 438) | sqInt vmPathGetLength(sqInt sqVMPathIndex, sqInt length) function sqInt (line 454) | sqInt ioSetLogDirectoryOfSize(void* lblIndex, sqInt sz){ return 1; } function sqInt (line 460) | sqInt ioDisablePowerManager(sqInt disableIfNonZero) function sqInt (line 531) | sqInt attributeSize(sqInt id) function sqInt (line 536) | sqInt getAttributeIntoLength(sqInt id, sqInt byteArrayIndex, sqInt length) function sqInt (line 552) | sqInt ioSetInputSemaphore(sqInt semaIndex) function sqInt (line 564) | sqInt ioFormPrint(sqInt bitsAddr, sqInt width, sqInt height, sqInt depth... function sqInt (line 571) | sqInt ioRelinquishProcessorForMicroseconds(sqInt us) function sqInt (line 578) | sqInt ioRelinquishProcessorForMicroseconds(sqInt us) function sqInt (line 586) | sqInt ioRelinquishProcessorForMicroseconds(sqInt us) function sqInt (line 600) | sqInt ioBeep(void) { return dpy->ioBeep(); } function emergencyDump (line 604) | static void emergencyDump(int quit) function sqInt (line 643) | sqInt ioProcessEvents(void) function sqInt (line 655) | sqInt ioScreenDepth(void) { return dpy->ioScreenDepth(); } function sqInt (line 656) | sqInt ioScreenSize(void) { return dpy->ioScreenSize(); } function sqInt (line 658) | sqInt ioSetCursorWithMask(sqInt cursorBitsIndex, sqInt cursorMaskIndex, ... function sqInt (line 663) | sqInt ioSetCursorARGB(sqInt cursorBitsIndex, sqInt extentX, sqInt extent... function sqInt (line 668) | sqInt ioSetCursor(sqInt cursorBitsIndex, sqInt offsetX, sqInt offsetY) function sqInt (line 673) | sqInt ioSetFullScreen(sqInt fullScreen) { return dpy->ioSetFullScreen(fu... function sqInt (line 674) | sqInt ioForceDisplayUpdate(void) { return dpy->ioForceDisplayUpdate(); } function sqInt (line 676) | sqInt ioShowDisplay(sqInt dispBitsIndex, sqInt width, sqInt height, sqIn... function sqInt (line 681) | sqInt ioHasDisplayDepth(sqInt i) { return dpy->ioHasDisplayDepth(i); } function sqInt (line 683) | sqInt ioSetDisplayMode(sqInt width, sqInt height, sqInt depth, sqInt ful... function sqInt (line 688) | sqInt clipboardSize(void) function sqInt (line 693) | sqInt clipboardWriteFromAt(sqInt count, sqInt byteArrayIndex, sqInt star... function sqInt (line 698) | sqInt clipboardReadIntoAt(sqInt count, sqInt byteArrayIndex, sqInt start... function sqInt (line 708) | sqInt clipboardSizeWithType(char *typeName, int ntypeName) function clipboardWriteWithType (line 713) | void clipboardWriteWithType(char *data, size_t nData, char *typeName, si... function sqInt (line 718) | sqInt ioGetButtonState(void) { return dpy->ioGetButtonState(); } function sqInt (line 719) | sqInt ioPeekKeystroke(void) { return dpy->ioPeekKeystroke(); } function sqInt (line 720) | sqInt ioGetKeystroke(void) { return dpy->ioGetKeystroke(); } function sqInt (line 721) | sqInt ioGetNextEvent(sqInputEvent *evt) { return dpy->ioGetNextEvent(evt... function sqInt (line 722) | sqInt ioMousePoint(void) { return dpy->ioMousePoint(); } function sqInt (line 727) | sqInt ioSetWindowLabelOfSize(void* lbl, sqInt size) function sqInt (line 730) | sqInt ioIsWindowObscured(void) {return false;} function sqInt (line 733) | sqInt ioGetWindowWidth() function sqInt (line 737) | sqInt ioGetWindowHeight() function sqInt (line 743) | sqInt ioSetWindowWidthHeight(sqInt w, sqInt h) function sqInt (line 748) | sqInt dndOutStart(char *types, int ntypes) { return dpy->dndOutStart(typ... function sqInt (line 749) | sqInt dndOutAcceptedType(char *type, int ntype) { return dpy->dndOutAcce... function dndOutSend (line 750) | void dndOutSend(char *bytes, int nbytes) { dpy->dndOutSend(bytes... function dndReceived (line 751) | void dndReceived(char *fileName) { dpy->dndReceived(fileName); } type SqDisplay (line 757) | struct SqDisplay function sqInt (line 761) | sqInt ioGLinitialise(void) { return dpy->ioGLinitialise(); } function sqInt (line 763) | sqInt ioGLcreateRenderer(glRenderer *r, sqInt x, sqInt y, sqInt w, sqIn... function sqInt (line 768) | sqInt ioGLmakeCurrentRenderer(glRenderer *r) { return dpy->ioGLmakeCurre... function ioGLdestroyRenderer (line 769) | void ioGLdestroyRenderer(glRenderer *r) { dpy->ioGLdestroyRenderer(r); } function ioGLswapBuffers (line 770) | void ioGLswapBuffers(glRenderer *r) { dpy->ioGLswapBuffers(r); } function ioGLsetBufferRect (line 772) | void ioGLsetBufferRect(glRenderer *r, sqInt x, sqInt y, sqInt w, sqInt h) function sqInt (line 778) | sqInt primitivePluginBrowserReady(void) { return dpy->primitivePluginBr... function sqInt (line 779) | sqInt primitivePluginRequestURLStream(void) { return dpy->primitivePlug... function sqInt (line 780) | sqInt primitivePluginRequestURL(void) { return dpy->primitivePluginReq... function sqInt (line 781) | sqInt primitivePluginPostURL(void) { return dpy->primitivePluginPostUR... function sqInt (line 782) | sqInt primitivePluginRequestFileHandle(void) { return dpy->primitivePlu... function sqInt (line 783) | sqInt primitivePluginDestroyRequest(void) { return dpy->primitivePlugin... function sqInt (line 784) | sqInt primitivePluginRequestState(void) { return dpy->primitivePluginRe... function outOfMemory (line 789) | static void outOfMemory(void) function reportStackState (line 800) | static void function error (line 869) | void function getCrashDumpFilenameInto (line 880) | static void function sigusr1 (line 890) | static void function sigsegv (line 921) | static void function sighup (line 944) | static void function sigquit (line 947) | static void type SqModule (line 957) | struct SqModule type SqModule (line 958) | struct SqModule type SqModule (line 959) | struct SqModule type moduleDescription (line 963) | struct moduleDescription type moduleDescription (line 970) | struct moduleDescription type moduleDescription (line 989) | struct moduleDescription type SqModule (line 992) | struct SqModule type SqModule (line 995) | struct SqModule type SqModule (line 1020) | struct SqModule type SqModule (line 1039) | struct SqModule type SqModule (line 1044) | struct SqModule type SqModule (line 1049) | struct SqModule type SqModule (line 1051) | struct SqModule type moduleDescription (line 1059) | struct moduleDescription function requireModuleNamed (line 1070) | static void requireModuleNamed(char *type) /*** NOTE: MODIFIES THE ARGUM... function requireModulesNamed (line 1103) | static void requireModulesNamed(char *specs) function checkModuleVersion (line 1121) | static void checkModuleVersion(struct SqModule *module, int required, in... function loadImplicit (line 1132) | static void loadImplicit(struct SqModule **addr, char *evar, char *type,... function loadModules (line 1144) | static void loadModules(void) function strtobkm (line 1187) | static int strtobkm(const char *str) function jitArgs (line 1204) | static int jitArgs(char *str) function vm_parseEnvironment (line 1220) | static void vm_parseEnvironment(void) function parseModuleArgument (line 1263) | static int parseModuleArgument(int argc, char **argv, struct SqModule **... function vm_parseArgument (line 1275) | static int vm_parseArgument(int argc, char **argv) function vm_printUsage (line 1422) | static void vm_printUsage(void) function vm_printUsageNotes (line 1464) | static void vm_printUsageNotes(void) function usage (line 1486) | static void usage(void) function versionInfo (line 1545) | static void versionInfo(void) function parseArguments (line 1553) | static void parseArguments(int argc, char **argv) function imageNotFound (line 1605) | static void imageNotFound(char *imageName) function imgInit (line 1624) | void imgInit(void) function fldcw (line 1668) | static void fldcw(unsigned int cw) function mtfsfi (line 1678) | void mtfsfi(unsigned long long fpscr) function main (line 1687) | int main(int argc, char **argv, char **envp) function ioExit (line 1844) | int ioExit(void) { return ioExitWithErrorCode(0); } function sqInt (line 1846) | sqInt function sqInt (line 1872) | sqInt sqGetFilenameFromString(char *aCharBuffer, char *aFilenameString, ... function sqInt (line 1923) | sqInt ioGatherEntropy(char *buffer, sqInt bufSize) function isCFramePointerInUse (line 1958) | int FILE: vm/src/from_squeak/unix/vm/sqUnixMemory.c function min (line 104) | static int min(int x, int y) { return (x < y) ? x : y; } function max (line 105) | static int max(int x, int y) { return (x > y) ? x : y; } function sqInt (line 241) | sqInt uxMemoryExtraBytesLeft(sqInt includingSwap) function sqInt (line 252) | sqInt uxMemoryExtraBytesLeft(sqInt includingSwap) { return 0; } function sqInt (line 260) | sqInt sqAllocateMemory(sqInt minHeapSize, sqInt desiredHeapSize) function sqInt (line 268) | sqInt sqGrowMemoryBy(sqInt oldLimit, sqInt delta) function sqInt (line 273) | sqInt sqShrinkMemoryBy(sqInt oldLimit, sqInt delta) function sqInt (line 278) | sqInt sqMemoryExtraBytesLeft(sqInt includingSwap) function sqInt (line 285) | sqInt sqAllocateMemory(sqInt minHeapSize, sqInt desiredHeapSize) { retur... function sqInt (line 286) | sqInt sqGrowMemoryBy(sqInt oldLimit, sqInt delta) { return (sqInt)(lon... function sqInt (line 287) | sqInt sqShrinkMemoryBy(sqInt oldLimit, sqInt delta) { return (sqInt)(l... function sqInt (line 288) | sqInt sqMemoryExtraBytesLeft(sqInt includingSwap) { return uxMemoryExt... function sqMakeMemoryExecutableFromTo (line 295) | void function sqMakeMemoryNotExecutableFromTo (line 305) | void function main (line 321) | int main() FILE: vm/src/from_squeak/unix/vm/sqUnixThreads.c function ioNewOSThread (line 28) | int function ioExitOSThread (line 45) | void function ioNewOSSemaphore (line 53) | int function dumpThreadLog (line 71) | void function ioSignalOSSemaphore (line 91) | void function ioWaitOnOSSemaphore (line 117) | void function initThreadLocalThreadIndices (line 146) | static void function ioNumProcessors (line 162) | int function sqInt (line 190) | sqInt function ioInitThreads (line 194) | void function sqInt (line 211) | static sqInt function sqInt (line 219) | sqInt FILE: vm/src/from_squeak/unix/vm/sqUnixVMProfile.c function ioNewProfileStatus (line 20) | void function ioNewProfileSamplesInto (line 29) | long function ioControlNewProfile (line 35) | long function ioClearProfile (line 41) | void type pctype (line 86) | typedef unsigned long pctype; function bail_out (line 88) | static void type machine_state (line 96) | typedef enum { dead, nascent, quiescent, active } machine_state; type timespec (line 101) | struct timespec type sched_param (line 104) | struct sched_param type timespec (line 118) | struct timespec function setState (line 128) | static void function ioProfileTextRange (line 151) | static void function histogramSIGPROFhandler (line 184) | static void function initProfile (line 203) | static void function ioControlProfile (line 237) | void function ioProfileStatus (line 248) | void function ioClearProfile (line 271) | void function pcbufferSIGPROFhandler (line 294) | static void function initProfileThread (line 316) | static void function ioControlNewProfile (line 346) | long function ioNewProfileStatus (line 366) | void function ioNewProfileSamplesInto (line 375) | long function ioClearProfile (line 391) | void FILE: vm/src/heap/abstract_mark_sweep_collector.cpp class Mark_Closure (line 102) | class Mark_Closure: public Oop_Closure { method Mark_Closure (line 105) | Mark_Closure(Abstract_Mark_Sweep_Collector* x) : Oop_Closure() {gc = x;} method value (line 106) | void value(Oop* p, Object_p) { gc->mark(p); } function FOR_EACH_WEAK_OOP_IN_OBJECT (line 191) | FOR_EACH_WEAK_OOP_IN_OBJECT(weak_obj, oop_ptr) { FILE: vm/src/heap/abstract_mark_sweep_collector.h function class (line 15) | class Abstract_Mark_Sweep_Collector { FILE: vm/src/heap/abstract_object_heap.cpp function Object (line 35) | Object* Abstract_Object_Heap::firstAccessibleObject() { function Oop (line 42) | Oop Abstract_Object_Heap::initialInstanceOf(Oop classPointer) { function Object (line 51) | Object* Abstract_Object_Heap::first_object_or_null() { function Object (line 57) | Object* Abstract_Object_Heap::first_object_without_preheader() { FILE: vm/src/heap/abstract_object_heap.h function class (line 15) | class Abstract_Object_Heap { FILE: vm/src/heap/abstract_object_heap.inline.h function is_read_mostly (line 15) | inline bool Abstract_Object_Heap::is_read_mostly() { return The_Memory_S... function is_read_write (line 17) | inline bool Abstract_Object_Heap::is_read_write() { return !is_read_most... function enforce_coherence_before_store (line 19) | inline void Abstract_Object_Heap:: enforce_coherence_before_store(void* ... function enforce_coherence_after_store (line 24) | inline void Abstract_Object_Heap::enforce_coherence_after_store(void* p,... function enforce_coherence_before_store_into_object_by_interpreter (line 29) | inline void Abstract_Object_Heap::enforce_coherence_before_store_into_ob... function enforce_coherence_after_store_into_object_by_interpreter (line 34) | inline void Abstract_Object_Heap::enforce_coherence_after_store_into_obj... function sufficientSpaceToAllocate (line 40) | inline bool Abstract_Object_Heap::sufficientSpaceToAllocate(oop_int_t by... function Chunk (line 67) | inline Chunk* Abstract_Object_Heap::allocateChunk(oop_int_t total_bytes) { function Object (line 100) | inline Object* Abstract_Object_Heap::accessibleObjectAfter(Object* obj) { function rank (line 109) | inline int Abstract_Object_Heap::rank() { return The_Memory_System()->ra... function Object (line 113) | inline Object* Abstract_Object_Heap::object_from_chunk(Chunk* c) { function Object (line 119) | inline Object* Abstract_Object_Heap::object_from_chunk_without_preheader... function Object (line 125) | inline Object* Abstract_Object_Heap::next_object(Object* obj) { function Object (line 130) | inline Object* Abstract_Object_Heap::next_object_without_preheader(Objec... function verify_address_in_heap (line 135) | inline bool Abstract_Object_Heap::verify_address_in_heap(void* addr) { FILE: vm/src/heap/abstract_object_table.h function class (line 15) | class Abstract_Object_Table { FILE: vm/src/heap/gc_oop_stack.h function class (line 15) | class GC_Oop_Stack { function push (line 32) | void push(Object* x) { function is_empty (line 49) | bool is_empty() { return next_elem == N && contents == NULL; } function Object (line 51) | Object* pop() { FILE: vm/src/heap/indirect_oop_mark_sweep_collector.h function class (line 15) | class Indirect_Oop_Mark_Sweep_Collector: public Abstract_Mark_Sweep_Coll... FILE: vm/src/heap/mark_sweep_collector.h type Indirect_Oop_Mark_Sweep_Collector (line 15) | typedef Indirect_Oop_Mark_Sweep_Collector Mark_Sweep_Collector; FILE: vm/src/heap/memory_system.cpp type global_GC_values (line 36) | struct global_GC_values type global_GC_values (line 36) | struct global_GC_values function Oop (line 101) | Oop Memory_System::get_stats(int what_to_sample) { function Multicore_Object_Heap (line 183) | Multicore_Object_Heap* Memory_System::biggest_heap() { function containOnlyOops (line 210) | static bool containOnlyOops(Object_p a1, Object_p a2) { class Abstract_Become_Closure (line 224) | class Abstract_Become_Closure: public Oop_Closure { method Abstract_Become_Closure (line 232) | Abstract_Become_Closure(Object_p a1, Object_p a2, bool t, bool c) : Oo... method copyHashes (line 241) | void copyHashes() { class One_Way_Become_Closure (line 256) | class One_Way_Become_Closure: public Abstract_Become_Closure { method One_Way_Become_Closure (line 258) | One_Way_Become_Closure(Object_p a1, Object_p a2, bool c) : Abstract_Be... method value (line 260) | void value(Oop* p, Object_p containing_obj_or_null) { class Two_Way_Become_Closure (line 270) | class Two_Way_Become_Closure: public Abstract_Become_Closure { method Two_Way_Become_Closure (line 272) | Two_Way_Become_Closure(Object_p a1, Object_p a2, bool c) : Abstract_Be... method value (line 275) | void value(Oop* p, Object_p containing_obj_or_null) { function Logical_Core (line 328) | Logical_Core* Memory_System::coreWithSufficientSpaceToAllocate(oop_int_t... function u_int32 (line 373) | u_int32 Memory_System::maxContiguousBytesLeft() { function FOR_ALL_HEAPS (line 403) | FOR_ALL_HEAPS(rank, mutability) { function FOR_ALL_HEAPS (line 409) | FOR_ALL_HEAPS(rank, mutability) { function Oop (line 415) | Oop Memory_System::initialInstanceOf(Oop x) { function Oop (line 425) | Oop Memory_System::nextInstanceAfter(Oop x) { function u_int32 (line 451) | u_int32 Memory_System::bytesLeft() { function int32 (line 468) | int32 Memory_System::max_lastHash() { function FOR_ALL_HEAPS (line 506) | FOR_ALL_HEAPS(rank, mutability) { function FOR_ALL_HEAPS (line 536) | FOR_ALL_HEAPS(rank, mutability) { function Oop (line 548) | Oop Memory_System::firstAccessibleObject() { function Oop (line 558) | Oop Memory_System::nextObject(Oop x) { function u_int32 (line 893) | u_int32 Memory_System::bytesUsed() { function FOR_ALL_RANKS (line 904) | FOR_ALL_RANKS(i) { function FOR_ALL_HEAPS (line 931) | FOR_ALL_HEAPS(rank, mutability) { function int32 (line 953) | int32 Memory_System::smallest_heap(int mutability) { function FOR_ALL_RANKS (line 1016) | FOR_ALL_RANKS(i) { function FOR_ALL_HEAPS (line 1202) | FOR_ALL_HEAPS(rank,mutability) { FILE: vm/src/heap/memory_system.h function class (line 52) | class Memory_System { type init_buf (line 120) | struct init_buf { function set_round_robin_period (line 145) | static void set_round_robin_period(int x) { round_robin_period = x; } function int32 (line 151) | int32 adjust_for_snapshot(void* addr, u_int32* address_offsets) const { function ask_cpu_core_to_add_object_from_snapshot_allocating_chunk (line 184) | void ask_cpu_core_to_add_object_from_snapshot_allocating_chunk(Oop dst_o... function Object (line 191) | Object* add_object_from_snapshot_to_a_local_heap_allocating_chunk(Oop ds... function contains (line 211) | bool contains(void* p) const { function mutability_for_address (line 215) | int mutability_for_address(void* p) const { function rank_for_address (line 222) | int rank_for_address(void* p) const { function Multicore_Object_Heap (line 231) | Multicore_Object_Heap* heap_containing(void* obj) { function Object (line 239) | Object* object_for_unchecked(Oop x) { function Object (line 246) | Object* object_for(Oop x) { function int32 (line 262) | int32 get_lowSpaceThreshold() { function set_growHeadroom (line 266) | void set_growHeadroom(int32 h) { global_GC_values->growHeadroom = h; } function set_shrinkThreshold (line 267) | void set_shrinkThreshold(int32 s) { global_GC_values->shrinkThreshold = ... function int32 (line 268) | int32 get_growHeadroom() { return global_GC_values->growHeadroom; } function int32 (line 269) | int32 get_shrinkThreshold() { return global_GC_values->shrinkThreshold; } function incrementalGC (line 272) | void incrementalGC() { if (check_assertions) lprintf("no incremental GC... function verify (line 325) | bool verify() { return verify_if(true); } function enforce_coherence_before_store (line 334) | void enforce_coherence_before_store(void* p, int nbytes) { function enforce_coherence_after_store_into_object_by_interpreter (line 339) | void enforce_coherence_after_store_into_object_by_interpreter(void* /* p... function enforce_coherence_after_store (line 341) | void enforce_coherence_after_store(void* p, int nbytes) { function store_enforcing_coherence (line 346) | void store_enforcing_coherence(Oop* p, Oop x, Object_p dst_obj_to_be_eva... function store_enforcing_coherence_if_in_heap (line 351) | void store_enforcing_coherence_if_in_heap(Oop* p, Oop x, Object_p dst_ob... function pre_cohere_object_table (line 372) | void pre_cohere_object_table(void* p, int sz) { pre_cohere(p, sz); } function post_cohere_object_table (line 373) | void post_cohere_object_table(void* p, int sz) { post_cohere(p, sz); } function is_address_read_mostly (line 389) | inline bool is_address_read_mostly(void* p) const { function is_address_read_write (line 394) | inline bool is_address_read_write(void* p) const { return !is_address_re... FILE: vm/src/heap/memory_system.inline.h function putLong (line 15) | inline void Memory_System::putLong(int32 x, FILE* f) { function Object (line 25) | inline Object* Memory_System::allocate_chunk_on_this_core_for_object_in_... FILE: vm/src/heap/multicore_object_heap.cpp function Oop (line 114) | Oop Multicore_Object_Heap::next_instance_of_after(Oop klass, Oop x) { function Oop (line 208) | Oop Multicore_Object_Heap::get_stats() { FILE: vm/src/heap/multicore_object_heap.h function class (line 15) | class Multicore_Object_Heap: public Abstract_Object_Heap { FILE: vm/src/heap/multicore_object_heap.inline.h function store_enforcing_coherence (line 15) | inline void Multicore_Object_Heap::store_enforcing_coherence(oop_int_t* ... function store_enforcing_coherence (line 23) | inline void Multicore_Object_Heap::store_enforcing_coherence(Oop* p, Oop... function store_bytes_enforcing_coherence (line 27) | inline void Multicore_Object_Heap::store_bytes_enforcing_coherence(void*... function Object_p (line 37) | inline Object_p Multicore_Object_Heap::allocate(oop_int_t byteSize, oop_... function Chunk (line 69) | inline Chunk* Multicore_Object_Heap::allocateChunk_for_a_new_object_and_... function Chunk (line 83) | inline Chunk* Multicore_Object_Heap::allocateChunk_for_a_new_object(oop_... function int32 (line 91) | inline int32 Multicore_Object_Heap::newObjectHash() { function Object_p (line 96) | inline Object_p Multicore_Object_Heap::object_address_unchecked(Oop x) { FILE: vm/src/heap/multicore_object_table.cpp function FOR_ALL_RANKS (line 31) | FOR_ALL_RANKS(i) { function Oop (line 169) | Oop Multicore_Object_Table::get_stats(int rank) { function FOR_ALL_RANKS (line 270) | FOR_ALL_RANKS(r) { FILE: vm/src/heap/multicore_object_table.h function class (line 15) | class Multicore_Object_Table: public Abstract_Object_Table { function class (line 62) | class Segment { function class (line 91) | class Entry { function set_object_for (line 167) | void set_object_for(Oop x, Object_p obj COMMA_DCL_ESB) { function spare_bit_for (line 171) | bool spare_bit_for(Oop x) { return word_for(x)->get_spare_bit(); } function set_spare_bit_for (line 172) | void set_spare_bit_for(Oop x, bool spare COMMA_DCL_ESB) { word_for(x)-... function free_oop (line 175) | void free_oop(Oop x COMMA_DCL_ESB) { function set_dbg_y (line 188) | void set_dbg_y(Oop x, oop_int_t m) { word_for(x)->y = m; } function set_dbg_z (line 189) | void set_dbg_z(Oop x, oop_int_t m) { word_for(x)->z = m; } function set_dbg_t (line 190) | void set_dbg_t(Oop x, oop_int_t m) { word_for(x)->t = m; } function oop_int_t (line 192) | oop_int_t get_dbg_y(Oop x) { return word_for(x)->y; } function oop_int_t (line 193) | oop_int_t get_dbg_z(Oop x) { return word_for(x)->z; } function oop_int_t (line 194) | oop_int_t get_dbg_t(Oop x) { return word_for(x)->t; } function Entry (line 208) | Entry* entry_from_oop(Oop x) { FILE: vm/src/heap/multicore_object_table.inline.h function Oop (line 15) | inline Oop Multicore_Object_Table::allocate_oop(int rank COMMA_DCL_ESB) { function Oop (line 35) | inline Oop Multicore_Object_Table::allocate_OTE_for_object_in_snapshot(O... function rank_for_adding_object_from_snapshot (line 41) | inline int Multicore_Object_Table::rank_for_adding_object_from_snapshot(... function Oop (line 45) | inline Oop Multicore_Object_Table::allocate_oop_and_set_backpointer(Obje... function Oop (line 54) | inline Oop Multicore_Object_Table::allocate_oop_and_set_preheader(Object... function is_used (line 62) | inline bool Multicore_Object_Table::Entry::is_used() { function probably_contains (line 67) | inline bool Multicore_Object_Table::probably_contains(void* p) const { FILE: vm/src/heap/oop_closure.h function class (line 15) | class Oop_Closure { FILE: vm/src/image_readers/squeak_image_reader.cpp function int32 (line 194) | int32 Squeak_Image_Reader::get_long() { function Oop (line 264) | Oop Squeak_Image_Reader::oop_for_oop(Oop x) { function Oop (line 268) | Oop Squeak_Image_Reader::oop_for_addr(Object* obj) { function Oop (line 273) | Oop Squeak_Image_Reader::oop_for_relative_addr(int relative_addr) { FILE: vm/src/image_readers/squeak_image_reader.h function class (line 15) | class Squeak_Image_Reader { FILE: vm/src/interpreter/abstract_primitive_table.h function class (line 15) | class Abstract_Primitive_Table { function flush (line 33) | void flush() { FILE: vm/src/interpreter/at_cache.h function class (line 15) | class At_Cache { FILE: vm/src/interpreter/external_primitive_table.h function class (line 15) | class External_Primitive_Table: public Abstract_Primitive_Table { FILE: vm/src/interpreter/interpreter_bytecodes.cpp function Oop (line 852) | Oop Squeak_Interpreter::closureCopy(u_int32 numArgs, u_int32 initialIP, ... FILE: vm/src/interpreter/interpreter_bytecodes.h function pushReceiverVariableBytecode_literal_index (line 111) | int pushReceiverVariableBytecode_literal_index(u_char*) { return -1; } function pushTemporaryVariableBytecode_literal_index (line 112) | int pushTemporaryVariableBytecode_literal_index(u_char*) { return -1; } function pushLiteralConstantBytecode_literal_index (line 113) | int pushLiteralConstantBytecode_literal_index(u_char*) { return -1; } function pushLiteralVariableBytecode_literal_index (line 114) | int pushLiteralVariableBytecode_literal_index(u_char*) { return -1; } function storeAndPopReceiverVariableBytecode_literal_index (line 115) | int storeAndPopReceiverVariableBytecode_literal_index(u_char*) { return... function storeAndPopTemporaryVariableBytecode_literal_index (line 116) | int storeAndPopTemporaryVariableBytecode_literal_index(u_char*) { retur... function pushReceiverBytecode_literal_index (line 117) | int pushReceiverBytecode_literal_index(u_char*) { return -1; } function pushConstantTrueBytecode_literal_index (line 118) | int pushConstantTrueBytecode_literal_index(u_char*) { return -1; } function pushConstantFalseBytecode_literal_index (line 119) | int pushConstantFalseBytecode_literal_index(u_char*) { return -1; } function pushConstantNilBytecode_literal_index (line 120) | int pushConstantNilBytecode_literal_index(u_char*) { return -1; } function pushConstantMinusOneBytecode_literal_index (line 121) | int pushConstantMinusOneBytecode_literal_index(u_char*) { return -1; } function pushConstantZeroBytecode_literal_index (line 122) | int pushConstantZeroBytecode_literal_index(u_char*) { return -1; } function pushConstantOneBytecode_literal_index (line 123) | int pushConstantOneBytecode_literal_index(u_char*) { return -1; } function pushConstantTwoBytecode_literal_index (line 124) | int pushConstantTwoBytecode_literal_index(u_char*) { return -1; } function returnReceiver_literal_index (line 125) | int returnReceiver_literal_index(u_char*) { return -1; } function returnTrue_literal_index (line 126) | int returnTrue_literal_index(u_char*) { return -1; } function returnFalse_literal_index (line 127) | int returnFalse_literal_index(u_char*) { return -1; } function returnNil_literal_index (line 128) | int returnNil_literal_index(u_char*) { return -1; } function returnTopFromMethod_literal_index (line 129) | int returnTopFromMethod_literal_index(u_char*) { return -1; } function returnTopFromBlock_literal_index (line 130) | int returnTopFromBlock_literal_index(u_char*) { return -1; } function unknownBytecode_literal_index (line 131) | int unknownBytecode_literal_index(u_char*) { return -1; } function extendedPushBytecode_literal_index (line 132) | int extendedPushBytecode_literal_index(u_char*) { return -1; } function extendedStoreAndPopBytecode_literal_index (line 135) | int extendedStoreAndPopBytecode_literal_index(u_char*) { return -1; } function popStackBytecode_literal_index (line 140) | int popStackBytecode_literal_index(u_char*) { return -1; } function duplicateTopBytecode_literal_index (line 141) | int duplicateTopBytecode_literal_index(u_char*) { return -1; } function pushActiveContextBytecode_literal_index (line 142) | int pushActiveContextBytecode_literal_index(u_char*) { return -1; } function experimentalBytecode_literal_index (line 143) | int experimentalBytecode_literal_index(u_char*) { return -1; } function shortUnconditionalJump_literal_index (line 144) | int shortUnconditionalJump_literal_index(u_char*) { return -1; } function shortConditionalJump_literal_index (line 145) | int shortConditionalJump_literal_index(u_char*) { return -1; } function longUnconditionalJump_literal_index (line 146) | int longUnconditionalJump_literal_index(u_char*) { return -1; } function longJumpIfTrue_literal_index (line 147) | int longJumpIfTrue_literal_index(u_char*) { return -1; } function longJumpIfFalse_literal_index (line 148) | int longJumpIfFalse_literal_index(u_char*) { return -1; } function bytecodePrimAdd_literal_index (line 151) | int bytecodePrimAdd_literal_index(u_char*) { return -1; } function bytecodePrimSubtract_literal_index (line 152) | int bytecodePrimSubtract_literal_index(u_char*) { return -1; } function bytecodePrimLessThan_literal_index (line 153) | int bytecodePrimLessThan_literal_index(u_char*) { return -1; } function bytecodePrimGreaterThan_literal_index (line 154) | int bytecodePrimGreaterThan_literal_index(u_char*) { return -1; } function bytecodePrimLessOrEqual_literal_index (line 155) | int bytecodePrimLessOrEqual_literal_index(u_char*) { return -1; } function bytecodePrimGreaterOrEqual_literal_index (line 156) | int bytecodePrimGreaterOrEqual_literal_index(u_char*) { return -1; } function bytecodePrimEqual_literal_index (line 157) | int bytecodePrimEqual_literal_index(u_char*) { return -1; } function bytecodePrimNotEqual_literal_index (line 158) | int bytecodePrimNotEqual_literal_index(u_char*) { return -1; } function bytecodePrimMultiply_literal_index (line 159) | int bytecodePrimMultiply_literal_index(u_char*) { return -1; } function bytecodePrimDivide_literal_index (line 160) | int bytecodePrimDivide_literal_index(u_char*) { return -1; } function bytecodePrimMod_literal_index (line 161) | int bytecodePrimMod_literal_index(u_char*) { return -1; } function bytecodePrimMakePoint_literal_index (line 162) | int bytecodePrimMakePoint_literal_index(u_char*) { return -1; } function bytecodePrimBitShift_literal_index (line 163) | int bytecodePrimBitShift_literal_index(u_char*) { return -1; } function bytecodePrimDiv_literal_index (line 164) | int bytecodePrimDiv_literal_index(u_char*) { return -1; } function bytecodePrimBitAnd_literal_index (line 165) | int bytecodePrimBitAnd_literal_index(u_char*) { return -1; } function bytecodePrimBitOr_literal_index (line 166) | int bytecodePrimBitOr_literal_index(u_char*) { return -1; } function bytecodePrimAt_literal_index (line 168) | int bytecodePrimAt_literal_index(u_char*) { return -1; } function bytecodePrimAtPut_literal_index (line 169) | int bytecodePrimAtPut_literal_index(u_char*) { return -1; } function bytecodePrimSize_literal_index (line 170) | int bytecodePrimSize_literal_index(u_char*) { return -1; } function bytecodePrimNext_literal_index (line 171) | int bytecodePrimNext_literal_index(u_char*) { return -1; } function bytecodePrimNextPut_literal_index (line 172) | int bytecodePrimNextPut_literal_index(u_char*) { return -1; } function bytecodePrimAtEnd_literal_index (line 173) | int bytecodePrimAtEnd_literal_index(u_char*) { return -1; } function bytecodePrimEquivalent_literal_index (line 174) | int bytecodePrimEquivalent_literal_index(u_char*) { return -1; } function bytecodePrimClass_literal_index (line 175) | int bytecodePrimClass_literal_index(u_char*) { return -1; } function bytecodePrimBlockCopy_literal_index (line 176) | int bytecodePrimBlockCopy_literal_index(u_char*) { return -1; } function bytecodePrimValue_literal_index (line 177) | int bytecodePrimValue_literal_index(u_char*) { return -1; } function bytecodePrimValueWithArg_literal_index (line 178) | int bytecodePrimValueWithArg_literal_index(u_char*) { return -1; } function bytecodePrimDo_literal_index (line 179) | int bytecodePrimDo_literal_index(u_char*) { return -1; } function bytecodePrimNew_literal_index (line 180) | int bytecodePrimNew_literal_index(u_char*) { return -1; } function bytecodePrimNewWithArg_literal_index (line 181) | int bytecodePrimNewWithArg_literal_index(u_char*) { return -1; } function bytecodePrimPointX_literal_index (line 182) | int bytecodePrimPointX_literal_index(u_char*) { return -1; } function bytecodePrimPointY_literal_index (line 183) | int bytecodePrimPointY_literal_index(u_char*) { return -1; } function pushNewArrayBytecode_literal_index (line 188) | int pushNewArrayBytecode_literal_index(u_char*) { return -1; } function pushClosureCopyCopiedValuesBytecode_literal_index (line 194) | int pushClosureCopyCopiedValuesBytecode_literal_index(u_char*) { return... FILE: vm/src/interpreter/interpreter_primitives.cpp function oop_int_t (line 707) | oop_int_t Squeak_Interpreter::compute_primitive_index(Object_p lo) { function fn_t (line 789) | fn_t Squeak_Interpreter::munge_arguments_and_load_function_from_plugin_o... function print_keystroke_word (line 1216) | static void print_keystroke_word(int keystrokeWord) { type rusage (line 1378) | struct rusage function terminate_to (line 2136) | static void terminate_to(Oop aContext, Oop thisCntx, Oop nilOop) { FILE: vm/src/interpreter/method_cache.cpp function FOR_EACH_PROBE (line 30) | FOR_EACH_PROBE(sel, klass, i, hash, e) { function FOR_EACH_PROBE (line 39) | FOR_EACH_PROBE(sel, klass, i, hash2, e2) { function FOR_EACH_PROBE (line 54) | FOR_EACH_PROBE(sel, klass, i, hash, e) { FILE: vm/src/interpreter/method_cache.h type int32 (line 15) | typedef int32 mc_word; function class (line 34) | class Method_Cache { FILE: vm/src/interpreter/obsolete_indexed_primitive_table.h function class (line 15) | extern class Obsolete_Indexed_Primitive_Table { FILE: vm/src/interpreter/obsolete_named_primitive_table.h function class (line 15) | extern class Obsolete_Named_Primitive_Table { FILE: vm/src/interpreter/primitive_table.h function class (line 22) | class Primitive_Table: public Abstract_Primitive_Table { function init_here (line 27) | void init_here(int i, fn_t f) {contents[i] = f; execute_on_main[i] = fal... function init_here (line 28) | void init_here(int i, int j, fn_t f) { while(i <= j) { execute_on_main[i... FILE: vm/src/interpreter/squeak_interpreter.cpp function Oop (line 817) | Oop Squeak_Interpreter::lookupMethodInClass(Oop lkupClass) { function Oop (line 886) | Oop Squeak_Interpreter::modify_send_for_preheader_word(Oop rcvr) { function Oop (line 944) | Oop* Squeak_Interpreter::initialize_context(Object_p nco, oop_int_t meth... function Oop (line 1385) | Oop Squeak_Interpreter::get_running_process() { function oop_int_t (line 1405) | oop_int_t Squeak_Interpreter::doPrimitiveDiv(Oop rcvr, Oop arg) { function oop_int_t (line 1440) | oop_int_t Squeak_Interpreter::doPrimitiveMod(Oop rcvr, Oop arg) { function int32 (line 1461) | int32 Squeak_Interpreter::positive32BitValueOf(Oop x) { function int32 (line 1483) | int32 Squeak_Interpreter::signed32BitValueOf(Oop x) { function int64 (line 1499) | int64 Squeak_Interpreter::positive64BitValueOf(Oop x) { function int64 (line 1524) | int64 Squeak_Interpreter::signed64BitValueOf(Oop x) { function Oop (line 2048) | Oop Squeak_Interpreter::find_and_move_to_end_highest_priority_non_runnin... function oop_int_t (line 2158) | oop_int_t Squeak_Interpreter::ioFilenamefromStringofLengthresolveAliases... function Oop (line 2171) | Oop Squeak_Interpreter::displayObject() { function Oop (line 2186) | Oop Squeak_Interpreter::get_stats(int what_to_sample) { function Oop (line 2255) | Oop Squeak_Interpreter::makeArray(int start) { function Object_p (line 2742) | Object_p Squeak_Interpreter::allocateOrRecycleContext(bool needsLarge) { function Oop (line 2781) | Oop Squeak_Interpreter::stObjectAt(Object_p a, oop_int_t index) { function Oop (line 2807) | Oop Squeak_Interpreter::subscript(Object_p a, oop_int_t index) { // rcv... function Logical_Core (line 2836) | Logical_Core* Squeak_Interpreter::coreWithSufficientSpaceToInstantiate(O... function Oop (line 2853) | Oop Squeak_Interpreter::commonVariableAt(Oop rcvr, oop_int_t index, At_C... function Oop (line 3135) | Oop Squeak_Interpreter::remove_running_process_from_scheduler_lists_and_... FILE: vm/src/interpreter/squeak_interpreter.h function class (line 15) | class Squeak_Interpreter { function int32 (line 185) | int32 semaphoresToSignalA(int i) { return _semaphoresToSignalA[i]; } function set_semaphoresToSignalA (line 186) | void set_semaphoresToSignalA(int i, int x) { function set_argumentCount (line 221) | void set_argumentCount(int x) { _argumentCount = x; } function methodArgumentCount (line 244) | int methodArgumentCount() { return get_argumentCount(); } function methodPrimitiveIndex (line 245) | int methodPrimitiveIndex() { return primitiveIndex; } function sync_with_root (line 260) | void sync_with_root(Oop x) { function sync_with_roots (line 267) | void sync_with_roots() { function need_to_sync_with_roots (line 275) | bool need_to_sync_with_roots() { // for debugging function pushRemappableOop (line 283) | void pushRemappableOop(Oop x) { remapBuffer[remapBufferCount++] = x; } function Oop (line 284) | Oop popRemappableOop() { return remapBuffer[--remapBufferCount]; } function popRemappableOops (line 285) | void popRemappableOops(int n) { remapBufferCount -= n; assert(remapBuffe... function Oop (line 286) | Oop topRemappableOop() { assert(remapBufferCount > 0); return rem... function OS_Mutex_Interface (line 294) | OS_Mutex_Interface* get_scheduler_mutex() { return &scheduler_mutex; } function OS_Mutex_Interface (line 295) | OS_Mutex_Interface* get_semaphore_mutex() { return &semaphore_mutex; } function OS_Mutex_Interface (line 296) | OS_Mutex_Interface* get_safepoint_mutex() { return &safepoint_mutex; } function get_global_sequence_number (line 310) | int get_global_sequence_number() { return *global_sequence_number; } function increment_global_sequence_number (line 311) | int increment_global_sequence_number() { return ++*global_sequence_numbe... function get_print_sequence_number (line 312) | int get_print_sequence_number() { return *print_sequence_number; } function increment_print_sequence_number (line 313) | int increment_print_sequence_number() { return ++*print_sequence_number; } function get_debug_flag (line 315) | bool get_debug_flag() { return *debug_flag; } function set_debug_flag (line 316) | void set_debug_flag(bool b) { *debug_flag = b; } function set_activeContext (line 330) | void set_activeContext(Oop x, Object_p o) { function set_activeContext (line 335) | void set_activeContext(Oop x) { set_activeContext(x, x.as_object()); } function set_activeContext (line 336) | void set_activeContext(Object_p x) { set_activeContext( x->as_oop(), x); } function Oop (line 339) | Oop method() { return roots._method; } function Object_p (line 340) | Object_p method_obj() { return _method_obj; } function set_method (line 341) | void set_method(Oop m) { roots._method = m; _method_obj = m.as_object(); } function set_method_obj (line 342) | void set_method_obj(Object_p m) { roots._method = m->as_oop(); _method_... function set_theHomeContext (line 346) | void set_theHomeContext(Oop m) { roots._theHomeContext = m; _theHomeCo... function set_theHomeContext_obj (line 347) | void set_theHomeContext_obj(Object_p m) { roots._theHomeContext = m->as... function Object_p (line 350) | Object_p receiver_obj() { return roots.receiver.as_object(); } function Object_p (line 351) | Object_p newMethod_obj() { return roots.newMethod.as_object(); } function primitiveFail (line 372) | void inline primitiveFail() { successFlag = false; } function primitiveFailFor (line 373) | void inline primitiveFailFor(int32 reasonCode) { successFlag = false; pr... function success (line 375) | void inline success(bool b) { successFlag = successFlag && b; } function fetchContextRegisters (line 381) | void fetchContextRegisters(Oop activeCntx, Object_p activeCntx_obj) { function storeContextRegisters (line 423) | void storeContextRegisters(Object_p cntx_obj) { function traceFetchNextBytecode (line 443) | inline void traceFetchNextBytecode(u_char currentBytecode) { function fetchNextBytecode (line 494) | void fetchNextBytecode() { function u_char (line 517) | u_char fetchByte() { function pushReceiverVariable (line 535) | void pushReceiverVariable(int i) { function pushTemporaryVariable (line 538) | void pushTemporaryVariable(int temporaryIndex) { function pushLiteralConstant (line 541) | void pushLiteralConstant(int i) { push(literal(i)); } function pushLiteralVariable (line 542) | void pushLiteralVariable(int i) { function Oop (line 546) | Oop temporary(int offset) { function Oop (line 552) | Oop popStack() { Oop r = *stackPointer(); set_stackPointer(stackPointer(... function Oop (line 554) | Oop stackValue(oop_int_t offset) const { return stackPointer()[-offset]; } function stackFloatValue (line 557) | double stackFloatValue(oop_int_t offset) { function oop_int_t (line 566) | oop_int_t stackIntegerValue(oop_int_t offset) { function Oop (line 569) | Oop stackObjectValue(int offset) { function oop_int_t (line 575) | oop_int_t integerValueOf(Oop x) { function booleanValueOf (line 578) | bool booleanValueOf(Oop x) { function floatValueOf (line 585) | double floatValueOf(Oop x) { function floatValueOf (line 589) | double floatValueOf(Object_p x) { function Oop (line 595) | Oop literal(oop_int_t offset) { function pop (line 599) | void pop(int n) { set_stackPointer(stackPointer() - n); } function unPop (line 600) | void unPop(int n) { set_stackPointer(stackPointer() + n); } function push (line 602) | void push(Oop x) { set_stackPointer(stackPointer() + 1); DEBUG_STORE_CHE... function pushFloat (line 604) | void pushFloat(double d) { push(Object::floatObject(d)); } function pushBool (line 605) | void pushBool(bool b) { push(b ? roots.trueObj : roots.falseObj) ; } function pushInteger (line 606) | void pushInteger(oop_int_t i) { push(Oop::from_int(i)); } function normalSend (line 612) | void normalSend() { function superclassSend (line 643) | void superclassSend() { function debugCommonSend (line 656) | inline void debugCommonSend() { function commonSend (line 698) | void commonSend() { function findNewMethod (line 715) | void findNewMethod() { function lookupInMethodCacheSel (line 743) | bool lookupInMethodCacheSel(Oop msgSel, Oop klass) { function addNewMethodToCache (line 759) | void addNewMethodToCache() { function popThenPush (line 768) | void popThenPush(int n, Oop x) { set_stackPointer(stackPointer() - (n - ... function popThenPushInteger (line 769) | void popThenPushInteger(int n, oop_int_t i) { function pop2AndPushIntegerIfOK (line 772) | void pop2AndPushIntegerIfOK(oop_int_t r) { function popFloat (line 780) | double popFloat() { function oop_int_t (line 785) | oop_int_t popInteger() { function oop_int_t (line 788) | oop_int_t popPos32BitInteger() { function stackPointerIndex (line 792) | int stackPointerIndex() { function dispatchFunctionPointer (line 798) | void dispatchFunctionPointer(int i, Primitive_Table *pt) { function quickCheckForInterrupts (line 806) | void quickCheckForInterrupts() { function forceInterruptCheck (line 824) | void forceInterruptCheck() { function lookupMethodInDictionary (line 831) | bool lookupMethodInDictionary(Oop dictionary) { function int32 (line 906) | int32 long_jump_offset() { function int32 (line 911) | int32 long_cond_jump_offset() { function jump (line 916) | void jump(int offset) { function jumpIfFalseBy (line 932) | void jumpIfFalseBy(int offset) { function jumpIfTrueBy (line 946) | void jumpIfTrueBy(int offset) { function u_char (line 960) | u_char byteAtPointer(u_char* p) { return *p; } function interruptCheckForced (line 967) | bool interruptCheckForced() { function signalSema (line 973) | void signalSema(int index, const char* why) { function Oop (line 981) | Oop schedulerPointer() { function Object_p (line 985) | Object_p schedulerPointer_obj() { return schedulerPointer().as_object(); } function Object_p (line 987) | Object_p process_lists_of_scheduler() { function newActiveContext (line 1003) | void newActiveContext(Oop aContext, Object_p aContext_obj) { function Oop (line 1017) | Oop sender() { function Oop (line 1028) | Oop sender() { return localHomeContext()->fetchPointer(Object_Indices::S... function Oop (line 1031) | Oop caller() { return activeContext_obj()->fetchPointer(Object_Indices::... function areIntegers (line 1041) | bool areIntegers(Oop r, Oop a) { return r.bits() & a.bits() & Int_Tag; } function Oop (line 1068) | Oop specialSelector(int index) { function Oop (line 1085) | Oop asciiOfCharacter(Oop c) { function assertClass (line 1092) | void assertClass(Oop x, Oop klass) { function assertClass (line 1100) | void assertClass(Object_p x, Oop klass) { function oop_int_t (line 1120) | oop_int_t compare31or32BitsEqual(Oop obj1, Oop obj2) { function checkBooleanResult (line 1127) | void checkBooleanResult(bool b) { function executeNewMethodFromCache (line 1134) | void executeNewMethodFromCache() { function Oop (line 1159) | Oop characterForAscii(char c) { function transferFromIndexOfObjectToIndexOfObject (line 1164) | void transferFromIndexOfObjectToIndexOfObject(oop_int_t count, function Oop (line 1196) | Oop splObj(oop_int_t i) { function Object_p (line 1200) | Object_p splObj_obj(oop_int_t i) { function Object_p (line 1207) | Object_p classString() { return splObj_obj(Special_Indices::ClassStrin... function makeArrayStart (line 1222) | int makeArrayStart() { return remapBufferCount; } function is_ok_to_run_on (line 1291) | bool is_ok_to_run_on(int rank) { function is_ok_to_run_on_me (line 1294) | bool is_ok_to_run_on_me() { function assert_method_is_correct (line 1313) | void assert_method_is_correct(bool will_be_fetched, const char* where) { function undo_prefetch (line 1322) | void undo_prefetch() { FILE: vm/src/message_buffers/buffered_channel.h function class (line 19) | class BufferedChannel { FILE: vm/src/message_buffers/buffered_channel_debug.h function class (line 27) | class BufferedChannelDebug { FILE: vm/src/message_buffers/synced_queue.cpp function syncedqueue_initialize (line 28) | void syncedqueue_initialize(p_syncedqueue sq, int32_t* const buffer, siz... function _store (line 49) | void _store(p_syncedqueue sq, uint16_t start_offset, int32_t* const data... function _read (line 86) | void _read(p_syncedqueue sq, const uint16_t start_offset, int32_t* const... function syncedqueue_enqueue (line 128) | void syncedqueue_enqueue(p_syncedqueue sq, int32_t* const data, const si... function syncedqueue_dequeue (line 191) | void syncedqueue_dequeue(p_syncedqueue sq, int32_t* const data, const si... function syncedqueue_is_initialized (line 249) | bool syncedqueue_is_initialized(p_syncedqueue sq) { function syncedqueue_is_empty (line 253) | bool syncedqueue_is_empty(p_syncedqueue sq) { function syncedqueue_is_full (line 257) | bool syncedqueue_is_full(p_syncedqueue sq) { FILE: vm/src/message_buffers/synced_queue.h type atomic_status (line 33) | typedef union { type syncedqueue (line 50) | typedef struct syncedqueue { FILE: vm/src/messages/abstract_message.h function class (line 15) | class abstractMessage_class { FILE: vm/src/messages/deferred_request.h type Deferred_Request (line 15) | struct Deferred_Request { function print (line 29) | void print() { request->print(); } FILE: vm/src/messages/interactions.cpp function fn_t (line 25) | fn_t Interactions::load_function_from_plugin(int dst, const char* fn_nam... function Object (line 71) | Object* Interactions::add_object_from_snapshot_allocating_chunk(int dst,... function run_primitive_print (line 89) | static void run_primitive_print(fn_t f, const char* long_msg, const char... function Oop (line 128) | Oop Interactions::sample_each_core(int what_to_sample) { function Oop (line 178) | Oop Interactions::get_stats() { FILE: vm/src/messages/interactions.h function class (line 15) | class Interactions { FILE: vm/src/messages/interpreter_subset_for_control_transfer.h function class (line 15) | class Interpreter_Subset_For_Control_Transfer { FILE: vm/src/messages/message_classes.cpp class Report_Root_Closure (line 68) | class Report_Root_Closure: public Oop_Closure { method Report_Root_Closure (line 75) | Report_Root_Closure(Oop_Closure* closure, int sender) method value (line 80) | void value(Oop* p, Object_p containing_obj_or_nil) { FILE: vm/src/messages/message_or_ack_request.h type Message_Or_Ack_Request (line 15) | struct Message_Or_Ack_Request { function Message_Or_Ack_Request (line 35) | static Message_Or_Ack_Request* find(Message_Statics::messages t) { FILE: vm/src/messages/message_statics.h function class (line 17) | class Message_Statics { FILE: vm/src/messages/message_stats.cpp function Oop (line 19) | Oop Message_Stats::get_stats(int what_to_sample) { function Oop (line 75) | Oop Message_Stats::get_message_names() { FILE: vm/src/messages/message_stats.h function class (line 15) | class Message_Stats { FILE: vm/src/messages/message_templates.h function no_ack (line 65) | no_ack, dont_delay_when_have_acquired_safepoint) \ function no_ack (line 77) | no_ack, dont_delay_when_have_acquired_safepoint) \ FILE: vm/src/messages/receive_marker.h function class (line 15) | extern class Receive_Marker {} FILE: vm/src/multichip/abstract_zero_copy_command_queue_endpoint.h function class (line 18) | class Abstract_Zero_Copy_Command_Queue_Endpoint { FILE: vm/src/multichip/chip_to_chip_direct_to_hypervisor_zero_copy_endpoint.h function class (line 18) | class Chip_to_Chip_Direct_to_Hypervisor_Zero_Copy_Endpoint: public Abstr... FILE: vm/src/multichip/chip_to_chip_direct_to_hypervisor_zero_copy_receiver.h function class (line 17) | class Chip_to_Chip_Direct_to_Hypervisor_Zero_Copy_Receiver: public Chip_... FILE: vm/src/multichip/chip_to_chip_direct_to_hypervisor_zero_copy_sender.h function class (line 17) | class Chip_to_Chip_Direct_to_Hypervisor_Zero_Copy_Sender: public Chip_to... FILE: vm/src/multichip/chip_to_chip_zero_copy_command_queue_endpoint.h function class (line 18) | class Chip_to_Chip_Zero_Copy_Command_Queue_Endpoint: public Abstract_Zer... FILE: vm/src/multichip/chip_to_chip_zero_copy_command_receiver.h function class (line 18) | class Chip_to_Chip_Zero_Copy_Command_Receiver: public Chip_to_Chip_Zero_... FILE: vm/src/multichip/chip_to_chip_zero_copy_command_sender.h function class (line 18) | class Chip_to_Chip_Zero_Copy_Command_Sender: public Chip_to_Chip_Zero_... FILE: vm/src/multichip/host_pci_info.h function class (line 17) | class Host_PCI_Info { FILE: vm/src/multichip/tilera_chip_to_chip_message_queue.cpp function connect_to_other_chips (line 29) | void connect_to_other_chips() { The_Tilera_Chip_to_Chip_Message_Queue.in... function send_test_message (line 31) | void send_test_message() { function FOR_ALL_CHIPS_BUT_ME (line 51) | FOR_ALL_CHIPS_BUT_ME(i) { FILE: vm/src/multichip/tilera_chip_to_chip_message_queue.h type Chip_to_Chip_Zero_Copy_Command_Sender (line 20) | typedef Chip_to_Chip_Zero_Copy_Command_Sender Chip_to_Chip_Sender; type Chip_to_Chip_Zero_Copy_Command_Receiver (line 21) | typedef Chip_to_Chip_Zero_Copy_Command_Receiver Chip_to_Chip_Receiver; type Chip_to_Chip_Direct_to_Hypervisor_Zero_Copy_Sender (line 23) | typedef Chip_to_Chip_Direct_to_Hypervisor_Zero_Copy_Sender Chip_to_Chi... type Chip_to_Chip_Direct_to_Hypervisor_Zero_Copy_Receiver (line 24) | typedef Chip_to_Chip_Direct_to_Hypervisor_Zero_Copy_Receiver Chip_to_Chi... function class (line 28) | class Tilera_Chip_to_Chip_Message_Queue { FILE: vm/src/objects/chunk.h function Object (line 58) | Object* object_from_chunk_without_preheader() { FILE: vm/src/objects/chunk.inline.h function make_free_object (line 15) | inline void Chunk::make_free_object(oop_int_t bytes_including_header, in... FILE: vm/src/objects/header_type.h function class (line 15) | class Header_Type { FILE: vm/src/objects/object.cpp function Oop (line 170) | Oop Object::className() const { function Oop (line 176) | Oop Object::name_of_class_or_metaclass(bool* is_meta) const { function Oop (line 185) | Oop Object::positive32BitIntegerFor(u_int32 integerValue) { function Oop (line 208) | Oop Object::signed32BitIntegerFor(int32 integerValue) { function Oop (line 227) | Oop Object::positive64BitIntegerFor(u_int64 integerValue) { function Oop (line 248) | Oop Object::signed64BitIntegerFor(int64 integerValue) { function oop_int_t (line 277) | oop_int_t Object::instanceSizeOfClass() { function Object_p (line 288) | Object_p Object::instantiateClass(oop_int_t size, Logical_Core* where) { function Oop (line 423) | Oop* Object::last_pointer_addr() const { function Oop (line 427) | Oop* Object::last_strong_pointer_addr() const { function Oop (line 431) | Oop* Object::last_strong_pointer_addr_remembering_weak_roots(Abstract_Ma... function Oop (line 496) | Oop Object::clone() { function Object_p (line 549) | Object_p Object::process_list_for_priority_of_process() { function Oop (line 562) | Oop Object::get_suspended_context_of_process_and_mark_running() { function Oop (line 643) | Oop Object::remove_process_from_scheduler_list(const char* why) { function Oop (line 694) | Oop Object::removeFirstLinkOfList() { function Oop (line 713) | Oop Object::removeLastLinkOfList(Object_p penultimate) { function Oop (line 724) | Oop Object::removeMiddleLinkOfList(Object_p prior, Object_p mid) { function Oop (line 902) | Oop Object::key_at_identity_value(Oop val) { function Object_p (line 926) | Object_p Object::makePoint(oop_int_t x, oop_int_t y) { function Object_p (line 933) | Object_p Object::makeString(const char* str) { function Object_p (line 937) | Object_p Object::makeString(const char* str, int n) { function FOR_ALL_RANKS (line 998) | FOR_ALL_RANKS(i) { function u_char (line 1017) | u_char* Object::next_bc_to_execute_of_context() { function Object_p (line 1088) | Object_p Object::get_external_primitive_literal_of_method() { function oop_int_t (line 1097) | oop_int_t Object::nonWeakFieldsOf() const { FILE: vm/src/objects/object.h function MaxPrimitiveIndex (line 107) | static int MaxPrimitiveIndex() { return primitiveIndex_of_header(~0); } function oop_int_t (line 109) | inline oop_int_t primitiveIndex() const; function u_char (line 117) | u_char* as_u_char_p() const { return (u_char*)this; } function oop_int_t (line 118) | oop_int_t* as_oop_int_p() const { return (oop_int_t*)this; } function int32 (line 119) | int32* as_int32_p() const { return (int32*)this; } function Oop (line 120) | Oop* as_oop_p() const { return (Oop*)this; } function contains_class_and_type_word (line 129) | bool contains_class_and_type_word() const { function Oop (line 134) | Oop get_class_oop() const { function set_backpointer (line 144) | void set_backpointer(Oop x) { function set_preheader (line 147) | void set_preheader(Oop x) { function Oop (line 152) | static Oop oop_from_backpointer(oop_int_t bp) { function oop_int_t (line 155) | oop_int_t backpointer_from_oop(Oop x) { function Preheader (line 159) | Preheader* preheader() const { return (Preheader*)&as_oop_int_p()[-extr... function oop_int_t (line 165) | oop_int_t* backpointer_word() const { function oop_int_t (line 170) | oop_int_t* extra_preheader_word() const { function oop_int_t (line 174) | oop_int_t get_extra_preheader_word() { return *extra_preheader_word(); } function init_extra_preheader_word (line 177) | void init_extra_preheader_word() { preheader()->init_extra_preheader_wor... function oop_int_t (line 189) | inline oop_int_t sizeBits() const; function oop_int_t (line 193) | oop_int_t total_byte_size() const; function verify_constants (line 224) | static bool verify_constants() { function Oop (line 237) | static Oop NilContext() { return Oop::from_int(0); } function isHandlerMarked (line 239) | bool isHandlerMarked() { // for contexts function header_is_marked (line 247) | static bool header_is_marked(int32 hdr) { return hdr & MarkBit; } function oop_int_t (line 259) | static oop_int_t make_free_object_header(oop_int_t bytes_including_heade... function oop_int_t (line 263) | oop_int_t sizeOfFree() const { return Header_Type::without_type(baseHead... function Chunk (line 267) | Chunk* my_chunk() const { return my_chunk(extra_header_bytes()); } function Chunk (line 268) | Chunk* my_chunk(int extra_header_bytes) const { return (Chunk*)&as_char_... function Chunk (line 269) | Chunk* nextChunk() const { function Chunk (line 273) | Chunk* my_chunk_without_preheader() const { return (Chunk*)&as_char_p()[... function class (line 280) | class Format { function class (line 343) | class CompactClass { function is_this_context_a_block_context (line 362) | bool is_this_context_a_block_context() const { return fetchPointer(Objec... function Object_p (line 367) | Object_p home_of_block_or_method_context() { function int32 (line 374) | inline int32 methodHeader() const; // use instead of header() function oop_int_t (line 383) | oop_int_t lastPointer() const; function isArray (line 409) | inline bool isArray() const; function isWords (line 416) | bool isWords() const { return Format::isWords(format()); } function storeIntegerUnchecked (line 448) | void storeIntegerUnchecked(oop_int_t fieldIndex, oop_int_t x) { function storeIntegerUnchecked_into_context (line 451) | void storeIntegerUnchecked_into_context(oop_int_t fieldIndex, oop_int_t ... function fetchFloatAtinto (line 456) | inline double fetchFloatAtinto() const; function oop_int_t (line 487) | inline oop_int_t byteLength() const; function Oop (line 531) | Oop methodClass() { function storeStackPointerValue (line 573) | void storeStackPointerValue(oop_int_t v) { function my_heap_contains_me (line 620) | bool my_heap_contains_me() { function is_current_copy (line 625) | bool is_current_copy() { return as_oop().as_object() == this; } FILE: vm/src/objects/object.inline.h function set_object_address_and_backpointer (line 15) | inline void Object::set_object_address_and_backpointer(Oop x COMMA_DCL_... function set_class_oop (line 24) | inline void Object::set_class_oop(Oop x) { function set_class_oop_no_barrier (line 31) | inline void Object::set_class_oop_no_barrier(Oop x) { function mark_without_store_barrier (line 36) | inline void Object:: mark_without_store_barrier() { baseHeader |= Mark... function unmark_without_store_barrier (line 37) | inline void Object::unmark_without_store_barrier() { baseHeader &= ~Mark... function set_backpointer_word (line 41) | inline void Object::set_backpointer_word(oop_int_t w) { function set_extra_preheader_word (line 46) | inline void Object::set_extra_preheader_word(oop_int_t w) { function hasSender (line 52) | inline bool Object::hasSender(Oop aContext) const { function oop_int_t (line 66) | inline oop_int_t Object::fetchInteger(oop_int_t fieldIndex) const { function oop_int_t (line 71) | inline oop_int_t Object::fetchStackPointer() const { // rcvr is a Contex... function u_oop_int_t (line 93) | inline u_oop_int_t Object::lengthOf() const { function oop_int_t (line 114) | inline oop_int_t Object::lastPointer() const { function oop_int_t (line 149) | inline oop_int_t Object::methodHeader() const { return fetchPointer(Obje... function oop_int_t (line 158) | inline oop_int_t Object::total_byte_size() const { function oop_int_t (line 178) | inline oop_int_t Object::sizeBitsSafe() const { function rightType (line 193) | inline int Object::rightType(oop_int_t headerWord) { function oop_int_t (line 215) | inline oop_int_t Object::quickFetchInteger(oop_int_t fieldIndex) const {... function u_char (line 223) | inline u_char& Object::byte_at(oop_int_t byteIndex) const { return as_u_... function u_char (line 224) | inline u_char Object::fetchByte(oop_int_t byteIndex) const { return byt... function storeByte (line 225) | inline void Object::storeByte( oop_int_t byteIndex, u_char valueByte) { function Oop (line 230) | inline Oop& Object::pointer_at(oop_int_t fieldIndex) const { function Oop (line 234) | inline Oop Object::fetchPointer(oop_int_t fieldIndex) const { function catch_stores_of_method_in_home_ctxs (line 242) | inline void Object::catch_stores_of_method_in_home_ctxs(Oop* /* addr */,... function catch_stores_of_method_in_home_ctxs (line 249) | inline void Object::catch_stores_of_method_in_home_ctxs(Oop* /* addr */,... function storePointer (line 254) | inline void Object::storePointer( oop_int_t fieldIndex, Oop oop) { function storePointerUnchecked (line 259) | inline void Object::storePointerUnchecked( oop_int_t fieldIndex, Oop oop) { function storePointerIntoContext (line 270) | void Object::storePointerIntoContext(oop_int_t fieldIndex, Oop x) { function int32 (line 278) | inline int32& Object::long32_at(oop_int_t fieldIndex) const { return as_... function int32 (line 279) | inline int32 Object::fetchLong32(oop_int_t fieldIndex) const { function storeLong32 (line 283) | inline void Object::storeLong32(oop_int_t fieldIndex, int32 x) { function storeInteger (line 287) | inline void Object::storeInteger(oop_int_t fieldIndex, oop_int_t x) { function Object_p (line 293) | inline Object_p Object::instantiateSmallClass(oop_int_t sizeInBytes) { function isArray (line 330) | inline bool Object::isArray() const { function isCompiledMethod (line 340) | inline bool Object::isCompiledMethod() const { return Format::isCompiled... function oop_int_t (line 352) | inline oop_int_t Object::literalCount() const { return Object::literalC... function Oop (line 355) | inline Oop Object::literal(oop_int_t offset) const { function oop_int_t (line 363) | inline oop_int_t Object::argumentCountOfHeader(oop_int_t header) { retur... function oop_int_t (line 365) | inline oop_int_t Object::temporaryCountOfHeader(oop_int_t header) { retu... function flushExternalPrimitive (line 368) | inline void Object::flushExternalPrimitive() { function Object_p (line 376) | inline Object_p Object::fill_in_after_allocate(oop_int_t byteSize, oop_i... function Object_p (line 454) | inline Object_p Object::instantiateContext(oop_int_t sizeInBytes ) { function Oop (line 479) | inline Oop Object::superclass() { function synchronousSignal (line 484) | inline void Object::synchronousSignal(const char* why) { function isUnwindMarked (line 513) | inline bool Object::isUnwindMarked() { function fetchFloatAtinto (line 519) | inline double Object::fetchFloatAtinto() const { function Oop (line 533) | inline Oop Object::floatObject(double d) { function storeFloat (line 540) | inline void Object::storeFloat(double d) { function swapFloatParts_for_cog_compatibility (line 551) | inline void Object::swapFloatParts_for_cog_compatibility() { function equals_string (line 559) | inline bool Object::equals_string(const char* s) { function starts_with_string (line 563) | inline bool Object::starts_with_string(const char* s) { function oop_int_t (line 569) | inline oop_int_t Object::byteLength() const { function oop_int_t (line 583) | inline oop_int_t Object::argumentCountOfClosure() { function oop_int_t (line 613) | inline oop_int_t Object::sizeOfSTArrayFromCPrimitive(void* p) { function rank (line 618) | inline int Object::rank() { return The_Memory_System()->rank_for_address... function mutability (line 619) | inline int Object::mutability() { return The_Memory_System()->mutability... function is_read_write (line 621) | inline bool Object::is_read_write() { return The_Memory_System()->is_add... function is_read_mostly (line 622) | inline bool Object::is_read_mostly() { return The_Memory_System()->is_ad... function Multicore_Object_Heap (line 624) | inline Multicore_Object_Heap* Object::my_heap() { function beRootIfOld (line 629) | inline void Object::beRootIfOld() { function is_suitable_for_replication (line 643) | inline bool Object::is_suitable_for_replication() { function mutability_for_snapshot_object (line 659) | inline int Object::mutability_for_snapshot_object() { function priority_of_process (line 676) | inline int Object::priority_of_process() { function Oop (line 681) | inline Oop Object::name_of_process() { function Oop (line 686) | inline Oop Object::my_list_of_process() { function save_block_method_and_IP (line 693) | inline void Object::save_block_method_and_IP() { function Oop (line 706) | inline Oop Object::get_orig_block_method() { function zapping_ctx (line 714) | inline void Object::zapping_ctx() { function Object (line 727) | inline Object* Object::get_orig_block_home() { function Oop (line 737) | inline Oop Object::get_original_block_IP() { function set_count_of_blocks_homed_to_this_method (line 746) | inline void Object::set_count_of_blocks_homed_to_this_method(oop_int_t x) { function set_count_of_blocks_homed_to_this_method (line 750) | inline void Object::set_count_of_blocks_homed_to_this_method(oop_int_t) {} function oop_int_t (line 753) | inline oop_int_t Object::get_count_of_blocks_homed_to_this_method_ctx() { function image_is_pre_4_1 (line 761) | inline bool Object::image_is_pre_4_1() { FILE: vm/src/objects/object_indices.h function class (line 15) | class Object_Indices { FILE: vm/src/objects/object_p.h type Object (line 18) | typedef Object* Object_p; FILE: vm/src/objects/preheader.h type Preheader (line 22) | struct Preheader { function init_extra_preheader_word (line 39) | void init_extra_preheader_word() { function mark_all_preheader_words_free_for_debugging (line 45) | void mark_all_preheader_words_free_for_debugging() { FILE: vm/src/objects/process_field_locator.cpp function Object_p (line 18) | Object_p Process_Field_Locator::instance_variable_names_of_Process() { function Object_p (line 55) | Object_p Process_Field_Locator::class_process() { return The_Squeak_Inte... FILE: vm/src/objects/process_field_locator.h function class (line 15) | class Process_Field_Locator { FILE: vm/src/objects/roots.cpp function FOR_EACH_READY_PROCESS_LIST (line 35) | FOR_EACH_READY_PROCESS_LIST(slo, p, processList, The_Squeak_Interpreter(... FILE: vm/src/objects/roots.h function class (line 15) | class Roots { FILE: vm/src/objects/special_indices.h function class (line 15) | class Special_Indices { FILE: vm/src/objects/word_containing_object_type.h function class (line 30) | class Word_Containing_Object_Type { FILE: vm/src/oops/abstract_oop.h function class (line 16) | class Abstract_Oop { FILE: vm/src/oops/oop.cpp function Oop (line 58) | Oop Oop::check_after_munging() { FILE: vm/src/oops/oop.h type int32 (line 18) | typedef int32 oop_int_t; function Oop (line 51) | static Oop from_bits(oop_int_t b) { return Oop(b); } function Oop (line 52) | static Oop from_int(oop_int_t i ) { return Oop((i << Tag_Size) | Int_Tag... function oop_int_t (line 63) | oop_int_t integerValue() const { assert(is_int()); return _bits >> Tag... function isIntegerValue (line 66) | static bool isIntegerValue(u_oop_int_t i) { return isIntegerValue((oop_i... function isIntegerValue (line 68) | static bool isIntegerValue(int64 i) { return int64(oop_int_t(i)) == ... function isIntegerValue (line 69) | static bool isIntegerValue(u_int64 i) { return u_int64(oop_int_t(i)) == ... function oop_int_t (line 70) | inline oop_int_t mem_bits() const; function is_new (line 104) | bool is_new() { return false; /* unimplemented */ } function Oop (line 122) | Oop beRootIfOld() { /* unimplemented */ return *this; } function convert_byte_count_to_oop_count (line 133) | inline int convert_byte_count_to_oop_count(int x) { FILE: vm/src/oops/oop.inline.h function oopcpy_no_store_check (line 15) | inline void oopcpy_no_store_check(Oop* const dst, const Oop* src, int n,... function oopset_no_store_check (line 24) | inline void oopset_no_store_check(Oop* const dst, Oop src, int n) { function isPointers (line 42) | inline bool Oop::isPointers() { return is_mem() && as_object()->is... function isBytes (line 43) | inline bool Oop::isBytes() { return is_mem() && as_object()->is... function isWordsOrBytes (line 44) | inline bool Oop::isWordsOrBytes() { return is_mem() && as_object()->is... function isArray (line 45) | inline bool Oop::isArray() { return is_mem() && as_object()->is... function isIndexable (line 46) | inline bool Oop::isIndexable() { return is_mem() && as_object()->is... function isWeak (line 47) | inline bool Oop::isWeak() { return is_mem() && as_object()->is... function isWords (line 48) | inline bool Oop::isWords() { return is_mem() && as_object()->is... function isContext (line 49) | inline bool Oop::isContext() { return is_mem() && as_object()->ha... function Oop (line 53) | inline Oop Oop::from_object(const Object* p) { function Object_p (line 63) | inline Object_p Oop::as_object_unchecked() const { function Object_p (line 71) | inline Object_p Oop::as_object() const { function Oop (line 81) | inline Oop Oop::from_mem_bits(u_oop_int_t mem_bits) { return Oop((mem_bi... function oop_int_t (line 82) | inline oop_int_t Oop::mem_bits() const { return u_oop_int_t(bits()) >> H... function verify_oop (line 91) | inline bool Oop::verify_oop() { function verify_object (line 94) | inline bool Oop::verify_object() { function okayOop (line 98) | inline bool Oop::okayOop() { return !is_mem() || as_object()->okayOop... function oop_int_t (line 102) | inline oop_int_t Oop::byteSize() { return is_int() ? 0 : as_object()->by... function oop_int_t (line 103) | inline oop_int_t Oop::slotSize() { return is_int() ? 0 : as_object()->le... function rank_of_object (line 109) | inline int Oop::rank_of_object() { return is_int() ? Logical_C... function mutability (line 110) | inline int Oop::mutability() { return is_int() ? Memory_Sy... FILE: vm/src/platform/abstract_cpu_coordinate.h function class (line 15) | class Abstract_CPU_Coordinate { FILE: vm/src/platform/abstract_memory_semantics.h function class (line 25) | class Abstract_Memory_Semantics { function initialize_memory_system (line 29) | static inline void initialize_memory_system() { fatal(); } function initialize_local_memory_system (line 30) | static inline void initialize_local_memory_system() { fatal(); } function initialize_interpreter (line 32) | static inline void initialize_interpreter() { fatal(); } function initialize_local_interpreter (line 33) | static inline void initialize_local_interpreter() { fatal(); } function initialize_timeout_timer (line 35) | static inline void initialize_timeout_timer() { fatal(); } function initialize_local_timeout_timer (line 36) | static inline void initialize_local_timeout_timer() { fatal(); } function go_parallel (line 38) | static void go_parallel(void (*)(/* helper_core_main */), char* /* argv ... function get_group_rank (line 39) | static inline int get_group_rank() { fatal(); return -1; } function shared_free (line 43) | static inline void shared_free(void*) { fatal(); } function is_using_threads (line 45) | static inline bool is_using_threads() { fatal(); return 0; } FILE: vm/src/platform/abstract_message_queue.h function class (line 17) | class Abstract_Message_Queue { FILE: vm/src/platform/abstract_os_interface.cpp function rvm_exit (line 17) | void rvm_exit() { FILE: vm/src/platform/abstract_os_interface.h function class (line 17) | class Abstract_OS_Interface { function die (line 21) | static inline void die(const char* /* err_msg */) __attribute__((noretu... function exit (line 22) | static inline void exit() __attribute__((noretu... function breakpoint (line 23) | static inline void breakpoint() {} function initialize (line 25) | static inline void initialize() {} function ensure_Time_Machine_backs_up_run_directory (line 27) | static void ensure_Time_Machine_backs_up_run_directory() { fatal(); } function profiler_enable (line 29) | static inline void profiler_enable() { fatal(); } function profiler_disable (line 30) | static inline void profiler_disable() { fatal(); } function profiler_clear (line 31) | static inline void profiler_clear() { fatal(); } function sim_end_tracing (line 32) | static inline void sim_end_tracing() { fatal(); } type get_cycle_count_quickly_t (line 34) | typedef int get_cycle_count_quickly_t; function u_int64 (line 35) | static inline u_int64 get_cycle_count() { fatal(); return 0; } type Mutex (line 37) | typedef int Mutex; function mutex_init (line 38) | static inline void mutex_init(Mutex*, void*) { fatal(); } function mutex_destruct (line 39) | static inline void mutex_destruct(Mutex*) { fatal(); } function mutex_lock (line 40) | static inline int mutex_lock(Mutex*) { fatal(); return 0; } function mutex_trylock (line 41) | static inline bool mutex_trylock(Mutex*) { fatal(); return false; } function mutex_unlock (line 42) | static inline int mutex_unlock(Mutex*) { fatal(); return 0; } function atomic_fetch_and_add (line 44) | static inline int atomic_fetch_and_add(int*, int) { fatal(); return 0; } function atomic_compare_and_swap (line 50) | static inline bool atomic_compare_and_swap(int* /* ptr */, int /* old_va... function atomic_compare_and_swap_val (line 58) | static inline int atomic_compare_and_swap_val(int* ptr, int /* old_value... function leading_zeros (line 60) | static inline uint32_t leading_zeros (uint32_t /* x */) { fatal(); ret... function population_count (line 61) | static inline uint32_t population_count(uint32_t /* x */) { fatal(); ret... type OS_Heap (line 63) | struct OS_Heap {} function invalidate_mem (line 70) | static inline void invalidate_mem(void*, size_t) ... function mem_flush (line 71) | static inline void mem_flush(void* /* ptr */, size_t /* size */) ... function mem_fence (line 72) | static inline void mem_fence() ... function mem_create_heap_if_on_Tilera (line 73) | static inline int mem_create_heap_if_on_Tilera(OS_Heap* /* heap */, bo... function start_threads (line 79) | static void start_threads (void (*)(/* helper_core_main */), char* /* a... function start_processes (line 80) | static void start_processes(void (*)(/* helper_core_main */), char* /* a... function get_process_rank (line 82) | static inline int get_process_rank() { fatal(); return -1; } function get_thread_rank (line 83) | static inline int get_thread_rank() { fatal(); return -1; } function abort_if_error (line 85) | static inline int abort_if_error(const char*, int) { fatal(); return -1; } type Power_Source (line 87) | enum Power_Source { AC, battery, unknown } function Power_Source (line 88) | static Power_Source get_power_source() { return unknown; } function yield_or_spin_a_bit (line 90) | static inline void yield_or_spin_a_bit() { fatal(); } function AmIBeingDebugged (line 92) | static bool AmIBeingDebugged() { fatal(); return false; } function ask_for_huge_pages (line 101) | static bool ask_for_huge_pages(int /* desired_huge_pages */) { fatal(); } FILE: vm/src/platform/cpu_coordinate.h type Tile_CPU_Coordinate (line 17) | typedef Tile_CPU_Coordinate CPU_Coordinate; type Dummy_CPU_Coordinate (line 20) | typedef Dummy_CPU_Coordinate CPU_Coordinate; FILE: vm/src/platform/dummy_cpu_coordinate.cpp function Oop (line 17) | Oop Dummy_CPU_Coordinate::get_stats() { FILE: vm/src/platform/dummy_cpu_coordinate.h function class (line 17) | class Dummy_CPU_Coordinate : public Abstract_CPU_Coordinate { FILE: vm/src/platform/ilib_message_queue.cpp function FOR_ALL_RANKS (line 26) | FOR_ALL_RANKS(receiver) { function FOR_ALL_OTHER_RANKS (line 36) | FOR_ALL_OTHER_RANKS(other_end) { function FOR_ALL_OTHER_RANKS (line 41) | FOR_ALL_OTHER_RANKS(other_end) { function FOR_ALL_OTHER_RANKS (line 47) | FOR_ALL_OTHER_RANKS(other_end) { function FOR_ALL_OTHER_RANKS (line 60) | FOR_ALL_OTHER_RANKS(r) { function sync_for_measuring (line 101) | static inline void sync_for_measuring() { FILE: vm/src/platform/ilib_message_queue.h function class (line 17) | class ILib_Message_Queue : public Abstract_Message_Queue { FILE: vm/src/platform/ilib_os_interface.h function class (line 19) | class ILib_OS_Interface : public Abstract_OS_Interface { function die (line 23) | static inline void die(const char* err_msg) __attribute__((noreturn)) { ... function exit (line 24) | static inline void exit() __attribute__((noreturn)) { function initialize (line 31) | static inline void initialize() { function ensure_Time_Machine_backs_up_run_directory (line 35) | static inline void ensure_Time_Machine_backs_up_run_directory() {} function profiler_enable (line 38) | static inline void profiler_enable() { sim_profiler_enable(); } function profiler_disable (line 39) | static inline void profiler_disable() { sim_profiler_disable(); } function profiler_clear (line 40) | static inline void profiler_clear() { sim_profiler_clear(); } function sim_end_tracing (line 41) | static inline void sim_end_tracing() { sim_set_tracing(SIM_TRACE_NONE); } type u_int64 (line 44) | typedef u_int64 get_cycle_count_quickly_t; type get_cycle_count_quickly_t (line 48) | typedef uint32_t get_cycle_count_quickly_t; function u_int64 (line 52) | static inline u_int64 get_cycle_count() { return ::get_cycle_count(); } type ilibMutex (line 55) | typedef ilibMutex Mutex; function mutex_destruct (line 61) | static inline void mutex_destruct(Mutex* mutex) { function mutex_lock (line 65) | static inline int mutex_lock(Mutex* mutex) { function mutex_trylock (line 69) | static inline bool mutex_trylock(Mutex* mutex) { function mutex_unlock (line 73) | static inline int mutex_unlock(Mutex* mutex) { function atomic_fetch_and_add (line 77) | static inline int atomic_fetch_and_add(int* mem, int increment) { function atomic_compare_and_swap (line 85) | static inline bool atomic_compare_and_swap(int* ptr, int old_value, int ... function atomic_compare_and_swap_val (line 95) | static inline int atomic_compare_and_swap_val(int* ptr, int old_value, i... function leading_zeros (line 100) | static inline uint32_t leading_zeros(uint32_t x) { return __insn_clz(... function population_count (line 101) | static inline uint32_t population_count(uint32_t x) { return __insn_pcnt... function rvm_free_shared (line 122) | static inline void rvm_free_shared(void* mem) { function rvm_free_shared (line 137) | static inline void rvm_free_shared(void* mem) { function invalidate_mem (line 151) | static inline void invalidate_mem(void* ptr, size_t size) { ilib_mem_in... function mem_flush (line 152) | static inline void mem_flush(void* ptr, size_t size) { ilib_mem_flush(p... function mem_fence (line 153) | static inline void mem_fence() { ilib_mem_fence(); } function mem_create_heap_if_on_Tilera (line 154) | static inline int mem_create_heap_if_on_Tilera(OS_Heap* heap, bool rep... function get_process_rank (line 158) | static inline int get_process_rank() { return ilib_group_rank(ILIB_GROUP... function AmIBeingDebugged (line 164) | static bool AmIBeingDebugged() { return false; } function yield_or_spin_a_bit (line 171) | static inline void yield_or_spin_a_bit() { function how_many_huge_pages (line 202) | static int how_many_huge_pages() { function request_huge_pages (line 212) | static void request_huge_pages(int desired_huge_pages) { FILE: vm/src/platform/logical_core.h function class (line 17) | class Logical_Core { FILE: vm/src/platform/memory_semantics.h type Process_Memory_Semantics (line 18) | typedef Process_Memory_Semantics Memory_Semantics; type Thread_Memory_Semantics (line 23) | typedef Thread_Memory_Semantics Memory_Semantics; FILE: vm/src/platform/message_queue.h type ILib_Message_Queue (line 18) | typedef ILib_Message_Queue Message_Queue; type Shared_Memory_Message_Queue_Per_Sender (line 23) | typedef Shared_Memory_Message_Queue_Per_Sender Message_Queue; type Shared_Memory_Message_Queue (line 28) | typedef Shared_Memory_Message_Queue Message_Queue; FILE: vm/src/platform/os_interface.h type TMC_OS_Interface (line 18) | typedef TMC_OS_Interface OS_Interface; type ILib_OS_Interface (line 21) | typedef ILib_OS_Interface OS_Interface; type OSX_OS_Interface (line 26) | typedef OSX_OS_Interface OS_Interface; type POSIX_OS_Interface (line 31) | typedef POSIX_OS_Interface OS_Interface; FILE: vm/src/platform/osx_os_interface.h function class (line 19) | class OSX_OS_Interface : public POSIX_OS_Interface { FILE: vm/src/platform/posix_os_interface.h function class (line 29) | class POSIX_OS_Interface : public Abstract_OS_Interface { function die (line 33) | static inline void die(const char* err_msg) __attribute__((noreturn)) { function exit (line 37) | static inline void exit() __attribute__((noreturn)) { ::exit(0); } function breakpoint (line 38) | static inline void breakpoint() { function ensure_Time_Machine_backs_up_run_directory (line 45) | static void ensure_Time_Machine_backs_up_run_directory() {} function profiler_enable (line 47) | static inline void profiler_enable() {} function profiler_disable (line 48) | static inline void profiler_disable() {} function profiler_clear (line 49) | static inline void profiler_clear() {} function sim_end_tracing (line 50) | static inline void sim_end_tracing() {} type get_cycle_count_quickly_t (line 53) | typedef int get_cycle_count_quickly_t; function dummy_get_cycle_count (line 56) | static inline int dummy_get_cycle_count() { return 0; } function u_int64 (line 57) | static inline u_int64 get_cycle_count() { type Mutex (line 72) | typedef int Mutex; function mutex_init (line 73) | static inline void mutex_init(Mutex*, void*) {} function mutex_destruct (line 74) | static inline void mutex_destruct(Mutex*) {} function mutex_lock (line 75) | static inline int mutex_lock(Mutex*) { return 0; } function mutex_trylock (line 76) | static inline bool mutex_trylock(Mutex*) { return false; } function mutex_unlock (line 77) | static inline int mutex_unlock(Mutex*) { return 0; } type pthread_spinlock_t (line 81) | typedef pthread_spinlock_t Mutex; function mutex_destruct (line 87) | static inline void mutex_destruct(Mutex* mutex) { function mutex_lock (line 91) | static inline int mutex_lock(Mutex* mutex) { function mutex_trylock (line 95) | static inline bool mutex_trylock(Mutex* mutex) { function mutex_unlock (line 99) | static inline int mutex_unlock(Mutex* mutex) { type pthread_mutex_t (line 105) | typedef pthread_mutex_t Mutex; function mutex_destruct (line 111) | static inline void mutex_destruct(Mutex* mutex) { function mutex_lock (line 115) | static inline int mutex_lock(Mutex* mutex) { function mutex_trylock (line 119) | static inline bool mutex_trylock(Mutex* mutex) { function mutex_unlock (line 123) | static inline int mutex_unlock(Mutex* mutex) { function atomic_fetch_and_add (line 129) | static inline int atomic_fetch_and_add(int* mem, int increment) { function atomic_compare_and_swap (line 137) | static inline bool atomic_compare_and_swap(int* ptr, int old_value, int ... function atomic_compare_and_swap_val (line 147) | static inline int atomic_compare_and_swap_val(int* ptr, int old_value, i... function leading_zeros (line 153) | static inline uint32_t leading_zeros(uint32_t x) { return __builtin_c... function population_count (line 154) | static inline uint32_t population_count(uint32_t x) { return __builtin_p... function leading_zeros (line 157) | uint32_t leading_zeros(uint32_t x) { function population_count (line 163) | uint32_t population_count(uint32_t x) { function rvm_free_shared (line 174) | static inline void rvm_free_shared(void* mem) { free(mem); } function mem_fence (line 176) | static inline void mem_fence() { __sync_synchronize(); /*This is a GCC ... function mem_create_heap_if_on_Tilera (line 194) | static inline int mem_create_heap_if_on_Tilera(OS_Heap* heap, bool /* ... function start_processes (line 200) | static void start_processes(void (* /* helper_core_main */)(), char* /* ... function get_thread_rank (line 202) | static inline int get_thread_rank() { return (int)pthread_getspecific(r... function yield_or_spin_a_bit (line 206) | static inline void yield_or_spin_a_bit() { assert_always(/*Memory_Semant... FILE: vm/src/platform/process_memory_semantics.h function class (line 17) | class Process_Memory_Semantics : public Abstract_Memory_Semantics { function FORCE_INLINE (line 68) | inline FORCE_INLINE Memory_System* The_Memory_System() { return &_memo... function FORCE_INLINE (line 75) | inline FORCE_INLINE Squeak_Interpreter* The_Squeak_Interpreter() { retu... function FORCE_INLINE (line 80) | inline FORCE_INLINE Timeout_Timer_List_Head* The_Timeout_Timer_List_Head... FILE: vm/src/platform/shared_memory_message_queue.h function class (line 17) | class Shared_Memory_Message_Queue : public Abstract_Message_Queue { FILE: vm/src/platform/shared_memory_message_queue_per_sender.cpp function FOR_ALL_OTHER_RANKS (line 27) | FOR_ALL_OTHER_RANKS(i) { FILE: vm/src/platform/shared_memory_message_queue_per_sender.h function class (line 17) | class Shared_Memory_Message_Queue_Per_Sender : public Abstract_Message_Q... FILE: vm/src/platform/thread_memory_semantics.cpp function Logical_Core (line 132) | Logical_Core* Thread_Memory_Semantics::my_core() { function Logical_Core (line 146) | Logical_Core* Thread_Memory_Semantics::my_core() { function u_int64 (line 177) | u_int64 Thread_Memory_Semantics::my_rank_mask() { FILE: vm/src/platform/thread_memory_semantics.h function class (line 19) | class Thread_Memory_Semantics : public Abstract_Memory_Semantics { function FORCE_INLINE (line 145) | inline FORCE_INLINE Memory_System* The_Memory_System() { function FORCE_INLINE (line 150) | inline FORCE_INLINE Memory_System* The_Memory_System() { function FORCE_INLINE (line 155) | inline FORCE_INLINE Memory_System* The_Memory_System() { function FORCE_INLINE (line 169) | inline FORCE_INLINE Squeak_Interpreter* The_Squeak_Interpreter() { retur... function FORCE_INLINE (line 172) | inline FORCE_INLINE Squeak_Interpreter* The_Squeak_Interpreter() { function FORCE_INLINE (line 177) | inline FORCE_INLINE Squeak_Interpreter* The_Squeak_Interpreter() { function FORCE_INLINE (line 188) | inline FORCE_INLINE Timeout_Timer_List_Head* The_Timeout_Timer_List_Head... function FORCE_INLINE (line 193) | inline FORCE_INLINE Timeout_Timer_List_Head* The_Timeout_Timer_List_Head... function FORCE_INLINE (line 197) | inline FORCE_INLINE Timeout_Timer_List_Head* The_Timeout_Timer_List_Head... FILE: vm/src/platform/tile_cpu_coordinate.cpp function Oop (line 69) | Oop Tile_CPU_Coordinate::get_stats() { FILE: vm/src/platform/tile_cpu_coordinate.h function class (line 15) | class Tile_CPU_Coordinate : public Abstract_CPU_Coordinate { FILE: vm/src/platform/tmc_os_interface.h function class (line 29) | class TMC_OS_Interface : public Abstract_OS_Interface { function die (line 33) | static inline void die(const char* err_msg) __attribute__((noreturn)) { ... function exit (line 34) | static inline void exit() __attribute__((noreturn)) { function initialize (line 41) | static inline void initialize() {} function ensure_Time_Machine_backs_up_run_directory (line 43) | static inline void ensure_Time_Machine_backs_up_run_directory() {} function profiler_enable (line 46) | static inline void profiler_enable() { sim_profiler_enable(); } function profiler_disable (line 47) | static inline void profiler_disable() { sim_profiler_disable(); } function profiler_clear (line 48) | static inline void profiler_clear() { sim_profiler_clear(); } function sim_end_tracing (line 49) | static inline void sim_end_tracing() { sim_set_tracing(SIM_TRACE_NONE); } type u_int64 (line 52) | typedef u_int64 get_cycle_count_quickly_t; type get_cycle_count_quickly_t (line 56) | typedef uint32_t get_cycle_count_quickly_t; function u_int64 (line 60) | static inline u_int64 get_cycle_count() { return ::get_cycle_count(); } type tmc_spin_mutex_t (line 63) | typedef tmc_spin_mutex_t Mutex; function mutex_destruct (line 69) | static inline void mutex_destruct(Mutex* mutex) {} function mutex_lock (line 71) | static inline int mutex_lock(Mutex* mutex) { function mutex_trylock (line 76) | static inline bool mutex_trylock(Mutex* mutex) { function mutex_unlock (line 80) | static inline int mutex_unlock(Mutex* mutex) { function atomic_fetch_and_add (line 85) | static inline int atomic_fetch_and_add(int* mem, int increment) { function atomic_compare_and_swap (line 93) | static inline bool atomic_compare_and_swap(int* ptr, int old_value, int ... function atomic_compare_and_swap_val (line 103) | static inline int atomic_compare_and_swap_val(int* ptr, int old_value, i... function leading_zeros (line 108) | static inline uint32_t leading_zeros(uint32_t x) { return __insn_clz(... function population_count (line 109) | static inline uint32_t population_count(uint32_t x) { return __insn_pcnt... function invalidate_mem (line 140) | static inline void invalidate_mem(void* ptr, size_t size) { tmc_mem... function mem_flush (line 141) | static inline void mem_flush(void* ptr, size_t size) { tmc_mem... function mem_fence (line 142) | static inline void mem_fence() { tmc_mem... function mem_create_heap_if_on_Tilera (line 143) | static inline int mem_create_heap_if_on_Tilera(OS_Heap* heap, bool rep... function get_process_rank (line 152) | static inline int get_process_rank() { return tmc_cpus_get_task_current_... function yield_or_spin_a_bit (line 163) | static inline void yield_or_spin_a_bit() { FILE: vm/src/primitives/RVMPlugin.cpp function Oop (line 118) | Oop sample_one_core(int what_to_sample) { function FOR_EACH_OBJECT_IN_HEAP (line 395) | FOR_EACH_OBJECT_IN_HEAP(h, p) { function setInterpreter (line 447) | static int setInterpreter(struct VirtualMachine* /* anInterpreter */) { function primitivePrintStack (line 451) | static int primitivePrintStack() { function primitivePrint (line 456) | static int primitivePrint() { function primitivePrintObjectForVMDebugging (line 475) | static int primitivePrintObjectForVMDebugging() { function primitivePrintStats (line 494) | static int primitivePrintStats() { function primitiveResetPerfCounters (line 542) | static int primitiveResetPerfCounters() { function primitivePrintExecutionTrace (line 547) | static int primitivePrintExecutionTrace() { The_Squeak_Interpreter()->pr... function primitiveThisProcess (line 550) | static int primitiveThisProcess() { function primitiveCoreCount (line 557) | static int primitiveCoreCount() { function primitiveGetExtraPreheaderWord (line 563) | static int primitiveGetExtraPreheaderWord() { function primitiveSetExtraPreheaderWord (line 586) | static int primitiveSetExtraPreheaderWord() { function primitiveSetExtraWordSelector (line 614) | static int primitiveSetExtraWordSelector() { function primitiveEmergencySemaphore (line 642) | static int primitiveEmergencySemaphore() { function primitiveRunningProcessByCore (line 670) | static int primitiveRunningProcessByCore() { function primitiveWriteSnapshot (line 682) | static int primitiveWriteSnapshot() { function primitiveMicrosecondClock (line 696) | static int primitiveMicrosecondClock() { function primitiveCycleCounter (line 710) | static int primitiveCycleCounter() { function ioProcessEvents_wrapper (line 822) | void ioProcessEvents_wrapper() { FILE: vm/src/primitives/RVMPlugin.h function class (line 19) | class SampleValues { FILE: vm/src/runtime/abstract_mutex.cpp function trace_mutex_evt (line 17) | void trace_mutex_evt(int x, const char* why) { FILE: vm/src/runtime/abstract_mutex.h function class (line 19) | class OS_Mutex_Interface { FILE: vm/src/runtime/abstract_tracer.cpp function Oop (line 18) | Oop Abstract_Tracer::get() { FILE: vm/src/runtime/abstract_tracer.h function class (line 15) | class Abstract_Tracer { function end_of_live_data (line 44) | int end_of_live_data() { return wrapped ? size : next; } function get_free_entry (line 47) | int get_free_entry() { FILE: vm/src/runtime/bytemap.h function class (line 15) | class Bytemap { function byte_for (line 46) | char& byte_for(int i) { function get (line 56) | char get(int i) { return byte_for(i); } function clear_all (line 57) | void clear_all() { memset(_map, 0, _map_length); } function ensure_clear_then_set (line 59) | void ensure_clear_then_set(int i, char c) { FILE: vm/src/runtime/core_tracer.cpp function Oop (line 18) | Oop Core_Tracer::array_class() { return The_Squeak_Interpreter()->splObj... FILE: vm/src/runtime/core_tracer.h function class (line 15) | class Core_Tracer: public Abstract_Tracer { FILE: vm/src/runtime/debug_helper.cpp function dp (line 24) | void dp(Oop x) { x.dp(); } function dp (line 26) | void dp(Object* x) {x->dp(); } function dpf (line 28) | void dpf(Oop x) { x.as_object()->print_with_fields(); } function dpf (line 29) | void dpf(Object* x) { x->print_with_fields(); } function Oop (line 31) | Oop at(Oop x, oop_int_t i) { function dpf_top (line 35) | void dpf_top() { function dpf_n (line 38) | void dpf_n(int offset) { function pet (line 47) | void pet() { function pst (line 52) | void pst() { function printCallStack (line 56) | int printCallStack() { pst(); return 0; } function pat (line 58) | void pat() { function printAllStacks (line 61) | int printAllStacks() { pat(); return 0; } function print_current_method (line 63) | void print_current_method() { function print_stack_frame (line 67) | void print_stack_frame() { function disable_context_switches (line 71) | void disable_context_switches() { function reenable_context_switches (line 74) | void reenable_context_switches() { FILE: vm/src/runtime/debug_store_checks.h function class (line 38) | class Debug_Store_Checks { FILE: vm/src/runtime/error_handling.cpp function assert_failure (line 17) | assert_failure(const char* func, const char* file, const int line, const... function assert_eq_failure (line 31) | assert_eq_failure(const char* func, const char* file, const int line, co... function assert_eq_failure (line 41) | assert_eq_failure(const char* func, const char* file, const int line, co... function breakpoint (line 46) | void breakpoint() { function unt (line 51) | void unt(const char* m, const char* f) { function unte (line 56) | void unte(const char* m, const char* f) { FILE: vm/src/runtime/execution_tracer.cpp function Oop (line 24) | Oop Execution_Tracer::array_class() { return The_Squeak_Interpreter()->s... function Oop (line 64) | Oop Execution_Tracer::get() { FILE: vm/src/runtime/execution_tracer.h function class (line 25) | class Execution_Tracer: public Abstract_Tracer { function set_aux (line 77) | void set_aux(int id, const char* why) { function received_current_bytecode (line 93) | void received_current_bytecode() { function set_proc (line 98) | void set_proc(Oop p) { function record_gc (line 104) | void record_gc() { function add_bc (line 111) | void add_bc(Oop method, Oop rcvr, int pc, bool is_block, int bc_count) { FILE: vm/src/runtime/gc_debugging_tracer.h function class (line 19) | class GC_Debugging_Tracer : public Abstract_Tracer { FILE: vm/src/runtime/main.cpp function consume_argument (line 25) | static void consume_argument(int& argc, char**& argv, int n) { function set_geom (line 34) | static void set_geom(char* sizes) { function set_num_cores (line 53) | void set_num_cores(char* num_cores_str) { function set_trace_file (line 88) | static void set_trace_file(char* f) { function print_version_info (line 132) | static void print_version_info() { function usage (line 167) | static void usage(char** argv) { function process_arguments (line 183) | static void process_arguments(int& argc, char**& argv) { function helper_core_main (line 233) | void helper_core_main() { function initialize_basic_subsystems (line 261) | void initialize_basic_subsystems() { function read_image (line 273) | void read_image(char* image_path) { function begin_interpretation (line 280) | void begin_interpretation() { function initialize_interpreter_instances_selftest_and_interpreter_proxy (line 307) | void initialize_interpreter_instances_selftest_and_interpreter_proxy(cha... function main (line 328) | int main(int argc, char *argv[]) { FILE: vm/src/runtime/measurements.cpp function FOR_ALL_BUCKETS (line 80) | FOR_ALL_BUCKETS(b) { FILE: vm/src/runtime/measurements.h function class (line 21) | class Measurements { FILE: vm/src/runtime/my_rank.cpp function cpu_core_my_rank (line 17) | int cpu_core_my_rank() { function rank_on_threads_or_zero_on_processes (line 21) | int rank_on_threads_or_zero_on_processes() { FILE: vm/src/runtime/oop_tracer.cpp function Oop (line 20) | Oop Oop_Tracer::array_class() { return The_Squeak_Interpreter()->splObj(... FILE: vm/src/runtime/oop_tracer.h function class (line 15) | class Oop_Tracer: public Abstract_Tracer { function copy_elements (line 25) | void copy_elements(int src_offset, void* dst, int dst_offset, int num_el... FILE: vm/src/runtime/performance_counters.cpp function FOR_ALL_RANKS (line 63) | FOR_ALL_RANKS(r) { function FOR_ALL_RANKS (line 89) | FOR_ALL_RANKS(r) { FILE: vm/src/runtime/performance_counters.h function class (line 24) | class Performance_Counters { FILE: vm/src/runtime/printer.h function class (line 16) | class Printer { function virtual (line 20) | virtual ~Printer() {} function nl (line 24) | void nl() { printf("\n"); } function virtual (line 25) | virtual void dittoing_off() {} function virtual (line 26) | virtual void dittoing_on() {} function class (line 31) | class FilePointerPrinter: public Printer { function class (line 39) | class StringPrinter: public Printer { function class (line 52) | class DittoingPrinter: public Printer { FILE: vm/src/runtime/profiling_tracer.cpp function get_profile (line 29) | void get_profile(std::map** prof) { FILE: vm/src/runtime/profiling_tracer.h function class (line 22) | class Profiling_Tracer: public Execution_Tracer { FILE: vm/src/runtime/rank_set.h function class (line 15) | class Rank_Set { function Rank_Set (line 29) | static Rank_Set all_up_to(const int x) { function Rank_Set (line 34) | static Rank_Set with_contents(const contents_t x) { function is_empty (line 42) | bool is_empty() { return contents() == 0LL; } function first_or_none (line 44) | int first_or_none() { return is_empty() ? none : least_significant_bit_... function add (line 46) | void add(int x) { _contents |= bit_for(x); } function remove (line 47) | void remove(int x) { _contents &= ~bit_for(x); } function includes (line 48) | bool includes(int x) const { return (_contents & bit_for(x)) ? true : f... function Rank_Set (line 50) | Rank_Set operator + (const Rank_Set rs) const { function Rank_Set (line 54) | Rank_Set operator + (int x) const { function Rank_Set (line 58) | Rank_Set operator - (const Rank_Set rs) const { function Rank_Set (line 62) | Rank_Set operator - (int x) const { function operator (line 66) | bool operator == (const Rank_Set rs) const { return contents() == rs.co... function operator (line 67) | bool operator != (const Rank_Set rs) const { return contents() != rs.co... function contents_t (line 71) | static contents_t contents_for_all_up_to(int x) { return x == 64 ? ~0UL... FILE: vm/src/runtime/runtime_tester.h function class (line 15) | class Runtime_Tester { FILE: vm/src/runtime/rvm_bitmap.h function class (line 15) | class Bitmap { FILE: vm/src/runtime/rvm_config.cpp function print_config (line 18) | void print_config() { function print_config_for_spreadsheet (line 28) | void print_config_for_spreadsheet() { FILE: vm/src/runtime/rvm_config.h function template (line 70) | template(Max_Number_Of_Cores) \ FILE: vm/src/runtime/safepoint.cpp function OS_Mutex_Interface (line 18) | OS_Mutex_Interface* Safepoint_Actions::get_mutex() { function FOR_ALL_OTHER_RANKS (line 142) | FOR_ALL_OTHER_RANKS(r) { FILE: vm/src/runtime/safepoint.h function class (line 15) | class Safepoint_Actions { function class (line 34) | class Safepoint_Tracker { function class (line 108) | class Safepoint_Master_Control { FILE: vm/src/runtime/safepoint_ability.h function class (line 27) | class Safepoint_Ability { FILE: vm/src/runtime/safepoint_request_queue.h function class (line 15) | class Safepoint_Request_Queue { function add (line 52) | void add(int x, const char* why, int seq_no) { function oldest_rank (line 59) | int oldest_rank() { return oldest_elem()->rank; } function oldest_sequence_number (line 60) | int oldest_sequence_number() { return oldest_elem()->sequence_number; } function remove (line 63) | void remove() { FILE: vm/src/runtime/scheduler_mutex.cpp function OS_Mutex_Interface (line 17) | OS_Mutex_Interface* Scheduler_Mutex_Actions::get_mutex() { FILE: vm/src/runtime/scheduler_mutex.h function class (line 15) | class Scheduler_Mutex_Actions { FILE: vm/src/runtime/semaphore_mutex.cpp function OS_Mutex_Interface (line 20) | OS_Mutex_Interface* Semaphore_Mutex_Actions::get_mutex() { FILE: vm/src/runtime/semaphore_mutex.h function class (line 15) | class Semaphore_Mutex_Actions { FILE: vm/src/runtime/squeak_adapters.cpp function sqInt (line 168) | sqInt argumentCountOf(sqInt methodPointer) { function sqInt (line 175) | sqInt becomewith(sqInt /* array1 */, sqInt /* array2 */) { function sqInt (line 179) | sqInt booleanValueOf(sqInt obj) { function sqInt (line 183) | sqInt byteSizeOf(sqInt i) { return Oop::from_bits(i).as_object()->byteSi... function sqInt (line 185) | sqInt byteSwapped(sqInt i) {assert(sizeof(sqInt) == sizeof(int32)); swap... function sqInt (line 187) | sqInt characterTable(void) { return The_Squeak_Interpreter()->splObj(Spe... function sqInt (line 189) | sqInt checkedIntegerValueOf(sqInt intOop) { return Oop::from_bits(intOo... function sqInt (line 192) | sqInt classAlien(void) { return The_Squeak_Interpreter()->splObj(Special... function sqInt (line 193) | sqInt classArray(void) { return The_Squeak_Interpreter()->splObj(Special... function sqInt (line 194) | sqInt classBitmap(void) { return The_Squeak_Interpreter()->splObj(Specia... function sqInt (line 195) | sqInt classByteArray() { return The_Squeak_Interpreter()->splObj(Special... function sqInt (line 196) | sqInt classCharacter(void) { return The_Squeak_Interpreter()->splObj(Spe... function sqInt (line 198) | sqInt classExternalAddress() { return The_Squeak_Interpreter()->splObj(S... function sqInt (line 199) | sqInt classExternalData() { return The_Squeak_Interpreter()->splObj(Spec... function sqInt (line 200) | sqInt classExternalFunction() { return The_Squeak_Interpreter()->splObj(... function sqInt (line 201) | sqInt classExternalLibrary() { return The_Squeak_Interpreter()->splObj(S... function sqInt (line 202) | sqInt classExternalStructure() { return The_Squeak_Interpreter()->splObj... function sqInt (line 204) | sqInt classFloat(void) { return The_Squeak_Interpreter()->splObj(Special... function sqInt (line 205) | sqInt classLargeNegativeInteger(void) { return The_Squeak_Interpreter()-... function sqInt (line 206) | sqInt classLargePositiveInteger(void) { return The_Squeak_Interpreter()-... function sqInt (line 207) | sqInt classPoint(void) { return The_Squeak_Interpreter()->splObj(Special... function sqInt (line 208) | sqInt classSemaphore(void) { return The_Squeak_Interpreter()->splObj(Spe... function sqInt (line 209) | sqInt classSmallInteger(void) { return The_Squeak_Interpreter()->splObj(... function sqInt (line 210) | sqInt classString(void) { return The_Squeak_Interpreter()->classString()... function sqInt (line 214) | sqInt sqr_clone(sqInt oop) { function sqInt (line 218) | sqInt copyBits() { The_Squeak_Interpreter()->copyBits(); return 0; } function sqInt (line 220) | sqInt copyBitsFromtoat(sqInt x0, sqInt x1, sqInt y) { function sqInt (line 226) | sqInt displayObject() { return The_Squeak_Interpreter()->displayObject()... function error (line 228) | void error(char* s) { assert_always_msg(0, s); } function sqInt (line 230) | sqInt failed() { return The_Squeak_Interpreter()->failed(); } function sqInt (line 234) | sqInt falseObject() { return The_Squeak_Interpreter()->roots.falseObj.bi... function sqInt (line 237) | sqInt fetchClassOf(sqInt oop) { return Oop::from_bits(oop).fetchClass()... function fetchFloatofObject (line 239) | double fetchFloatofObject(sqInt fieldIndex, sqInt objectPointer) { function sqInt (line 243) | sqInt fetchIntegerofObject(sqInt x, sqInt y) { return Oop::from_bits(y).... function sqInt (line 245) | sqInt fetchLong32ofObject(sqInt index, sqInt oop) { return Oop::from_bi... function sqInt (line 247) | sqInt fetchPointerofObject(sqInt x, sqInt y) { function sqInt (line 253) | sqInt floatObjectOf(double aFloat) { return Object::floatObject(aFloat)... function floatValueOf (line 259) | double floatValueOf(sqInt oop) { return The_Squeak_Interpreter()->floatV... function forceInterruptCheck (line 261) | void forceInterruptCheck(sqInt) { The_Squeak_Interpreter()->forceInterru... function fullDisplayUpdate (line 263) | void fullDisplayUpdate() { The_Squeak_Interpreter()->fullDisplayUpdate(); } function sqInt (line 265) | sqInt fullGC() { The_Memory_System()->fullGC("fullGC from original Squea... function sqInt (line 267) | sqInt getInterruptKeycode() { return The_Squeak_Interpreter()->interrupt... function sqInt (line 269) | sqInt getNextWakeupTick() { return The_Squeak_Interpreter()->nextWakeupT... function sqInt (line 271) | sqInt ioWhicheverMSecs() { return The_Squeak_Interpreter()->ioWhicheverM... function sqInt (line 273) | sqInt getSavedWindowSize() { return The_Memory_System()->snapshot_window... function sqInt (line 275) | sqInt getThisSessionID() { return The_Squeak_Interpreter()->globalSessio... function sqInt (line 277) | sqInt incrementalGC(void) { The_Memory_System()->incrementalGC(); return... function tenuringIncrementalGC (line 278) | void tenuringIncrementalGC(void) { The_Memory_System()->incrementalGC(); } function sqInt (line 281) | sqInt instantiateClassindexableSize(sqInt k, sqInt s) { return Oop::from... function sqInt (line 283) | sqInt instanceSizeOf(sqInt classObj) { return Oop::from_bits(classObj).a... function sqInt (line 285) | sqInt integerObjectOf(sqInt v) { return Oop::from_int(v).bits(); } function sqInt (line 287) | sqInt integerValueOf(sqInt oop) { return Oop::from_bits(oop).integerVal... function sqInt (line 289) | sqInt isBytes(sqInt x) { return Oop::from_bits(x).isBytes(); } function sqInt (line 291) | sqInt isFloatObject(sqInt oop) { return Oop::from_bits(oop).is_mem() && ... function sqInt (line 293) | sqInt isInMemory(sqInt /* address */) { unimpExt(); return 1;} function sqInt (line 295) | sqInt isKindOf(sqInt oop, char *aString) { return Oop::from_bits(oop).is... function sqInt (line 296) | sqInt isKindOfClass(sqInt oop, sqInt aClass_oop) { function sqInt (line 301) | sqInt includesBehaviorThatOf(sqInt /* aClass */, sqInt /* aSuperClass */... function sqInt (line 302) | sqInt isArray(sqInt oop) { return Oop::from_bits(oop).isArray(); } function sqInt (line 303) | sqInt isIndexable(sqInt oop) { return Oop::from_bits(oop).isIndexable(); } function sqInt (line 304) | sqInt isIntegerObject(sqInt objectPointer) { return Oop::from_bits(objec... function sqInt (line 305) | sqInt isIntegerValue(sqInt intValue) { return Oop::isIntegerValue((oop_i... function sqInt (line 306) | sqInt isMemberOf(sqInt oop, char *aString) { return Oop::from_bits(oop).... function sqInt (line 307) | sqInt isPointers(sqInt oop) { return Oop::from_bits(oop).isPointers(); } function sqInt (line 308) | sqInt isWeak(sqInt oop) { return Oop::from_bits(oop).isWeak(); } function sqInt (line 309) | sqInt isWords(sqInt oop) { return Oop::from_bits(oop).isWords(); } function sqInt (line 310) | sqInt isWordsOrBytes(sqInt oop) { return Oop::from_bits(oop).isWordsOrBy... function sqInt (line 317) | sqInt lengthOf(sqInt x) { return Oop::from_bits(x).as_object()->length... function sqInt (line 319) | sqInt literalCountOf(sqInt methodPointer) { return Oop::from_bits(metho... function sqInt (line 321) | sqInt literalofMethod(sqInt offset, sqInt methodPointer) { return Oop::... function sqInt (line 323) | sqInt loadBitBltFrom(sqInt /* bbOop */) { unimpExt(); return 0; } function sqInt (line 325) | sqInt makePointwithxValueyValue(sqInt xValue, sqInt yValue) { return Obj... function sqInt (line 328) | sqInt methodArgumentCount(void) { return The_Squeak_Interpreter()->meth... function sqInt (line 329) | sqInt methodPrimitiveIndex(void) { return The_Squeak_Interpreter()->me... function sqInt (line 330) | sqInt methodReturnValue(sqInt /* oop */) { unimpExt(); return 0; } function sqInt (line 332) | sqInt nilObject() { return The_Squeak_Interpreter()->roots.nilObj.bits(); } function sqInt (line 334) | sqInt obsoleteDontUseThisFetchWordofObject(sqInt /* index */, sqInt /* ... function sqInt (line 336) | sqInt popRemappableOop(void) { return The_Squeak_Interpreter()->popRemap... function sqInt (line 337) | sqInt topRemappableOop(void) { return The_Squeak_Interpreter()->topRemap... function sqInt (line 339) | sqInt popthenPush(sqInt nItems, sqInt oop) { The_Squeak_Interpreter()->... function sqInt (line 341) | sqInt positive32BitIntegerFor(sqInt x) { return Object::positive32BitIn... function sqInt (line 343) | sqInt positive64BitIntegerFor(sqLong x) { return Object::positive64BitI... function sqInt (line 345) | sqInt positive32BitValueOf(sqInt oop) { return The_Squeak_Interpreter()... function sqLong (line 347) | sqLong positive64BitValueOf(sqInt oop) { return The_Squeak_Interpreter()... function sqInt (line 349) | sqInt primitiveIndexOf(sqInt methodPointer) { return Oop::from_bits(met... function sqInt (line 351) | sqInt primitiveFail() { The_Squeak_Interpreter()->primitiveFail(); retur... function sqInt (line 352) | sqInt primitiveFailFor(sqInt reasonCode) { function sqInt (line 356) | sqInt primitiveFailureCode() { return The_Squeak_Interpreter()->primFail... function sqInt (line 358) | sqInt primitiveMethod(void) { unimpExt(); return 0; } function sqInt (line 360) | sqInt pop(sqInt x) { The_Squeak_Interpreter()->pop(x); return 0; } function sqInt (line 363) | sqInt push(sqInt x) { The_Squeak_Interpreter()->push(Oop::from_bits(x));... function sqInt (line 365) | sqInt pushBool(sqInt b) { The_Squeak_Interpreter()->pushBool(b); return... function sqInt (line 367) | sqInt pushFloat(double f) { The_Squeak_Interpreter()->pushFloat(f); retu... function sqInt (line 368) | sqInt pushInteger(sqInt integerValue) { The_Squeak_Interpreter()->pushIn... function sqInt (line 369) | sqInt pushRemappableOop(sqInt oop) { The_Squeak_Interpreter()->pushRemap... function sqInt (line 372) | sqInt setInterruptCheckCounter(sqInt i) { function sqInt (line 376) | sqInt setInterruptPending(sqInt i) { function sqInt (line 380) | sqInt setSavedWindowSize(sqInt s) { The_Memory_System()->snapshot_window... function sqInt (line 382) | sqInt signed32BitIntegerFor(sqInt integerValue) { return Object::signed... function sqInt (line 384) | sqInt signed64BitIntegerFor(sqLong integerValue) { return Object::signe... function sqInt (line 386) | sqInt signed32BitValueOf(sqInt oop) { return The_Squeak_Interpreter()->... function sqLong (line 388) | sqLong signed64BitValueOf(sqInt oop) { return The_Squeak_Interpreter()->... function sqInt (line 391) | sqInt showDisplayBitsLeftTopRightBottom(sqInt aForm, sqInt l, sqInt t, s... function sqInt (line 397) | sqInt signalSemaphoreWithIndex(sqInt i) { The_Squeak_Interpreter()->sign... function sqInt (line 399) | sqInt sizeOfSTArrayFromCPrimitive(void *cPtr) { function sqInt (line 403) | sqInt slotSizeOf(sqInt oop) { return Oop::from_bits(oop).as_object()->s... function stackFloatValue (line 405) | double stackFloatValue(sqInt offset) { return The_Squeak_Interpreter()->... function sqInt (line 408) | sqInt stackIntegerValue(sqInt i) { return The_Squeak_Interpreter()->stac... function sqInt (line 410) | sqInt stackObjectValue(sqInt i) { return The_Squeak_Interpreter()->stack... function sqInt (line 412) | sqInt stackValue(sqInt offset) { return The_Squeak_Interpreter()->stack... function sqInt (line 414) | sqInt stObjectat(sqInt array, sqInt fieldIndex) { function sqInt (line 417) | sqInt stObjectatput(sqInt array, sqInt fieldIndex, sqInt value) { function sqInt (line 420) | sqInt storeIntegerofObjectwithValue(sqInt index, sqInt oop, sqInt integ... function sqInt (line 424) | sqInt storePointerofObjectwithValue(sqInt index, sqInt oop, sqInt value... function sqInt (line 429) | sqInt stSizeOf(sqInt oop) { return Oop::from_bits(oop).as_object()->stSi... function sqInt (line 431) | sqInt success(sqInt b) { The_Squeak_Interpreter()->success(b); return Th... function sqInt (line 433) | sqInt superclassOf(sqInt classPointer) { return Oop::from_bits(classPoin... function sqInt (line 435) | sqInt trueObject() { return The_Squeak_Interpreter()->roots.trueObj.bits... function sqInt (line 437) | sqInt vmEndianness(void) { unimpExt(); return 0; } function sqInt (line 443) | sqInt ioFilenamefromStringofLengthresolveAliases(char* aCharBuffer, char... function sqInt (line 449) | sqInt oopForPointer(char *ptr) { return (sqInt) ((Object*)ptr)->as_o... function initip (line 491) | void initip() { function browserProcessCommand (line 496) | void browserProcessCommand(void) {} function sqInt (line 498) | sqInt display_primitivePluginBrowserReady(void) { return 0; } function sqInt (line 499) | sqInt display_primitivePluginRequestURLStream(void) { return 0; } function sqInt (line 500) | sqInt display_primitivePluginRequestURL(void) { return 0; } function sqInt (line 501) | sqInt display_primitivePluginPostURL(void) { return 0; } function sqInt (line 502) | sqInt display_primitivePluginRequestFileHandle(void) { return 0; } function sqInt (line 503) | sqInt display_primitivePluginDestroyRequest(void) { return 0; } function sqInt (line 504) | sqInt display_primitivePluginRequestState(void) { return 0; } function verify_heap (line 507) | bool verify_heap() { return The_Memory_System()->verify(); } function print_vm_info (line 509) | void print_vm_info() { The_Squeak_Interpreter()->print_info(); } function signal_emergency_semaphore (line 510) | void signal_emergency_semaphore() { The_Squeak_Interpreter()->signal_eme... FILE: vm/src/runtime/squeak_adapters.h type sqInt (line 28) | typedef int sqInt; type sqLong (line 29) | typedef long long sqLong; FILE: vm/src/runtime/timeout_deferral.cpp function FOR_ALL_RANKS (line 30) | FOR_ALL_RANKS(i) { FILE: vm/src/runtime/timeout_deferral.h function class (line 15) | class Timeout_Deferral { FILE: vm/src/runtime/timeout_timer.h function class (line 15) | class Timeout_Timer_List_Head { function class (line 29) | class Timeout_Timer : public Timeout_Timer_List_Head { function start (line 85) | void start() { start_time = OS_Interface::get_cycle_count(); assert(is_r... function stop (line 86) | void stop() { start_time = never; assert(!is_running()); } function is_running (line 89) | bool is_running() { return start_time != never; } function has_timed_out (line 90) | bool has_timed_out() { return is_running() && elapsed_cycles() > tim... function u_int64 (line 91) | u_int64 elapsed_cycles() { return OS_Interface::get_cycle_count() - sta... function u_int64 (line 92) | u_int64 elapsed_seconds() { return elapsed_cycles() / cycles_per_sec; } function is_on_list (line 102) | bool is_on_list() { function class (line 110) | class Safepoint_Acquisition_Timer: public Timeout_Timer { FILE: vm/src/runtime/tracked_ptr.h type typename (line 27) | typedef typename tracked_ptr_registry< tracked_ptr >::iterator iterator; function iterator (line 37) | iterator register_this() { function unregister_and_invalidate (line 41) | void unregister_and_invalidate() { function explicit (line 65) | explicit tracked_ptr() : function operator (line 111) | operator T*() const { FILE: vm/src/runtime/tracked_ptr_registry.h function registry_t (line 36) | inline registry_t* get_registry() { function iterator (line 63) | iterator register_tracked_ptr(TrackedPtr* t_ptr) { function unregister_tracked_ptr (line 73) | void unregister_tracked_ptr(TrackedPtr* t_ptr, iterator it) { function size (line 97) | size_t size() { FILE: vm/src/runtime/utils.cpp function wordset (line 19) | void wordset( int32* start, int32 contents, int n) { function round_up_to_power_of_two (line 25) | int round_up_to_power_of_two(int x) { function log_of_power_of_two (line 36) | int log_of_power_of_two(int x) { function print_time (line 44) | void print_time() { function least_significant_bit_position (line 51) | int least_significant_bit_position(u_int64 x) { function lprintf (line 59) | void lprintf(const char* msg, ...) { function vlprintf (line 66) | void vlprintf(const char* msg, va_list ap) { FILE: vm/src/runtime/utils.h function round_up_by_power_of_two (line 15) | inline int round_up_by_power_of_two(int x, int power_of_two) { function divide_by_power_of_two_and_round_up (line 19) | inline int divide_by_power_of_two_and_round_up(int x, int power_of_two) { function divide_and_round_up (line 23) | inline int divide_and_round_up(int x, int y) { function round_up (line 26) | inline int round_up(int x, int y) { function swap_bytes_long (line 34) | inline void swap_bytes_long(int32* p) { function reverseBytes (line 37) | inline void reverseBytes(int32* start, int32* stop) { function is_vowel (line 47) | inline bool is_vowel(char c) { function xfread (line 61) | inline int xfread(void* p, int sz, int n, FILE* f) { function xfwrite (line 67) | inline int xfwrite(const void* p, int sz, int n, FILE* f) { function write_mark (line 74) | inline void write_mark(FILE* f, const char* m) { if (check_assertions) x... function read_mark (line 75) | inline void read_mark(FILE* f, const char* m) { FILE: vm/src/tests/buffered_channel.cpp function TEST (line 18) | TEST(BufferedChannelTest, hasData) { function TEST (line 29) | TEST(BufferedChannelTest, releaseOldest) { function TEST (line 44) | TEST(BufferedChannelTest, simpleSend) { function TEST (line 62) | TEST(BufferedChannelTest, simpleSendReleaseSend) { FILE: vm/src/tests/cacheline_alignment.cpp function TEST (line 20) | TEST(CacheAligned, OneLine) { function TEST (line 29) | TEST(CacheAligned, TwoLines) { function TEST (line 39) | TEST(CacheAligned, ThreeLines) { function TEST (line 47) | TEST(CacheAligned, Arrays) { FILE: vm/src/tests/external_primitive_table.cpp function TEST (line 20) | TEST(ExternalPrimitiveTable, Initialization) { function TEST (line 34) | TEST(ExternalPrimitiveTable, Add) { FILE: vm/src/tests/main.cpp function main (line 15) | int main(int argc, char** argv) { FILE: vm/src/tests/os_interface.cpp function TEST (line 21) | TEST(OS_Interface, AtomicFetchAndAdd) { function TEST (line 37) | TEST(OS_Interface, AtomicCompareAndSwap) { function TEST (line 51) | TEST(OS_Interface, AtomicCompareAndSwapVal) { FILE: vm/src/tests/starter.cpp function thread_param_init (line 41) | void thread_param_init(thread_param_t* const param, starter_t* const sta... function thread_param_ensure_child_initialization (line 49) | void thread_param_ensure_child_initialization(thread_param_t* const tp) { function starter_await_initalization_to_finish (line 57) | void starter_await_initalization_to_finish(starter_t* const starter) { function thread_param_signalAndAwaitInitialization (line 67) | void thread_param_signalAndAwaitInitialization(thread_param_t* const tp) { function _find_next_cpu (line 80) | int _find_next_cpu(cpu_set_t* cpus, int* const next_cpu) { function starter_init (line 91) | void starter_init(starter_t* const starter, const int numParticipants) { function starter_spawn_threads (line 129) | void starter_spawn_threads(starter_t* const starter, void (*func)(thread... function starter_signal_initalization_finished (line 179) | void starter_signal_initalization_finished(starter_t* const starter) { FILE: vm/src/tests/starter.h type starter_t (line 31) | typedef struct starter_t { type thread_param_t (line 38) | typedef struct thread_param_t { FILE: vm/src/tests/synced_queue.cpp function _initBufferWithNumberSequence (line 19) | void _initBufferWithNumberSequence(int32_t* buffer, size_t size) { function TEST (line 25) | TEST(SyncedQueue, Init) { function TEST (line 36) | TEST(SyncedQueue, SimpleEnqueueDequeue) { function TEST (line 60) | TEST(SyncedQueue, IsEmpty) { function TEST (line 76) | TEST(SyncedQueue, SubsequentEnqueueDequeue) { function TEST (line 121) | TEST(SyncedQueue, WrappingEnqueueDequeue) { FILE: vm/src/tests/synced_queue_threaded.cpp function _procuderThread (line 28) | void _procuderThread(thread_param_t* const tp) { function TEST (line 38) | TEST(SyncedQueueThreaded, DISABLED_Pressure) { FILE: vm/src/tests/test_os_interface.h function class (line 29) | class Test_OS_Interface { function mutex_destruct (line 38) | static inline void mutex_destruct(Mutex* mutex) { function mutex_lock (line 42) | static inline int mutex_lock(Mutex* mutex) { function mutex_trylock (line 46) | static inline bool mutex_trylock(Mutex* mutex) { function mutex_unlock (line 50) | static inline int mutex_unlock(Mutex* mutex) { function atomic_fetch_and_add (line 54) | static inline int atomic_fetch_and_add(int* mem, int increment) { FILE: vm/src/tests/tracked_ptr.cpp class MyClass (line 23) | class MyClass { method foo (line 25) | int foo() { return 42; } function TEST (line 33) | TEST(TrackedPointer, DirectUse) { function TEST (line 56) | TEST(TrackedPointer, DirectUseInvalidationInBetween) { function TEST (line 83) | TEST(TrackedPointer, InvalidationThenDestruction) { function TEST (line 123) | TEST(TrackedPointer, CleanSeparationBetweenTrackedPointers) { function TEST (line 167) | TEST(TrackedPointer, InvalidUseTriggersErrorArrow) { function TEST (line 185) | TEST(TrackedPointer, InvalidUseTriggersErrorStar) { function TEST (line 204) | TEST(TrackedPointer, AssignmentSemantics) { function TEST (line 268) | TEST(TrackedPointer, AssignmentSemantics2) { function TEST (line 305) | TEST(TrackedPointer, DesignTest) { function TEST (line 334) | TEST(TrackedPointer, Equality) { function TEST (line 369) | TEST(TrackedPointer, EqualityWithPointer) { function TEST (line 408) | TEST(TrackedPointer, Getter) { function TEST (line 432) | TEST(TrackedPointer, NullPointerAreInvalidForDeref) { function TEST (line 449) | TEST(TrackedPointer, ComparisonWithBoolean) { function _helperThatShouldBeNeverCalled (line 482) | tracked_ptr _helperThatShouldBeNeverCalled(bool& wasNeverCalled... function _helperThatShouldBeCalledAlways (line 486) | bool _helperThatShouldBeCalledAlways(bool& wasCalled) { function TEST (line 490) | TEST(TrackedPointer, ShortCircuiting) { function TEST (line 505) | TEST(TrackedPointer, Casts) { function TEST (line 519) | TEST(TrackedPointer, TernaryOperator) { function TEST (line 530) | TEST(TrackedPointer, ReferenceOperator) { function TEST (line 548) | TEST(TrackedPointer, CastVoidP) { function TEST (line 558) | TEST(TrackedPointer, CastToContainedPointer) { class InvalidationDuringCall (line 574) | class InvalidationDuringCall { method InvalidationDuringCall (line 579) | InvalidationDuringCall() : testField1(true), testField2(true) {} method someMethodChangingFields (line 581) | void someMethodChangingFields() { method somethingComplexWhichWillProvokeInvalidationInTheMiddle (line 586) | void somethingComplexWhichWillProvokeInvalidationInTheMiddle() { method InvalidationDuringCall (line 595) | inline InvalidationDuringCall* operator-> () { function TEST (line 601) | TEST(TrackedPointer, DISABLED_InvalidationDuringCall) { FILE: vm/src/types/types.h type int32 (line 17) | typedef long int int32; type int64 (line 18) | typedef long long int int64; type int16 (line 19) | typedef short int int16; type u_int1 (line 21) | typedef unsigned int u_int1; type u_int32 (line 22) | typedef unsigned long int u_int32; type u_int64 (line 23) | typedef unsigned long long int u_int64; type u_char (line 25) | typedef unsigned char u_char; type int32 (line 27) | typedef int32 oop_int_t; type u_int32 (line 28) | typedef u_int32 u_oop_int_t; function class (line 41) | class typedefs { FILE: vm/tests/test_startup.py function determine_launch_executable (line 9) | def determine_launch_executable(): class StartupTest (line 33) | class StartupTest(unittest.TestCase): method test_hello_world (line 41) | def test_hello_world(self): method test_mmap_bug (line 56) | def test_mmap_bug(self): method test_reliability (line 96) | def test_reliability(self):