Funktionsglossar — Buchstabe M

362 Einträge. Zurück zur Übersicht · Unit-Verzeichnis

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z


Funktion Signatur Unit
MacBroadcast (): MacAddr std.net.socket
MAE2 (y_true0: f64, y_true1: f64, y_pred0: f64, y_pred1: f64): f64 std.ml
MakeNotifiableChar (charBuf: int64, idx: int64, cccdHandle: int64): NotifiableChar std.hardware.bluetooth_ai
MakeReadableChar (charBuf: int64, idx: int64): ReadableChar std.hardware.bluetooth_ai
MakeRWChar (charBuf: int64, idx: int64): RWChar std.hardware.bluetooth_ai
MakeRWNChar (charBuf: int64, idx: int64, cccdHandle: int64): RWNChar std.hardware.bluetooth_ai
MakeSockAddr (ip: IPAddr): SockAddrIn std.net.types
MakeWritableChar (charBuf: int64, idx: int64): WritableChar std.hardware.bluetooth_ai
malloc (size: int64): int64 std.alloc
malloc_orpanic (size: int64): int64 std.alloc
malloc_safe (size: int64): int64 std.alloc
MapAvg (m: int64): int64 std.stats
MapCount (m: int64): int64 std.stats
MapMax (m: int64): int64 std.stats
MapMin (m: int64): int64 std.stats
MapSum (m: int64): int64 std.stats
Mat3Add (a: Mat3, b: Mat3): Mat3 std.matrix
Mat3Col (m: Mat3, j: int64): Vec3 std.matrix
Mat3Det (m: Mat3): f64 std.matrix
Mat3Equals (a: Mat3, b: Mat3, eps: f64): bool std.matrix
Mat3FromCols (c0: Vec3, c1: Vec3, c2: Vec3): Mat3 std.matrix
Mat3FromRows (r0: Vec3, r1: Vec3, r2: Vec3): Mat3 std.matrix
Mat3Identity (): Mat3 std.matrix
Mat3Inverse (m: Mat3): Mat3Inv std.matrix
Mat3Mul (a: Mat3, b: Mat3): Mat3 std.matrix
Mat3MulVec3 (m: Mat3, v: Vec3): Vec3 std.matrix
Mat3New (m00: f64, m01: f64, m02: f64, m10: f64, m11: f64, m12: f64, m20: f64, m21: f64, m22: f64): Mat3 std.matrix
Mat3Rotate2D (rad: f64): Mat3 std.matrix
Mat3Row (m: Mat3, i: int64): Vec3 std.matrix
Mat3Scale (a: Mat3, s: f64): Mat3 std.matrix
Mat3Scale2D (sx: f64, sy: f64): Mat3 std.matrix
Mat3Sub (a: Mat3, b: Mat3): Mat3 std.matrix
Mat3ToMat4 (m: Mat3): Mat4 std.matrix
Mat3Trace (m: Mat3): f64 std.matrix
Mat3Translate2D (tx: f64, ty: f64): Mat3 std.matrix
Mat3Transpose (m: Mat3): Mat3 std.matrix
Mat3Zero (): Mat3 std.matrix
Mat4Add (a: Mat4, b: Mat4): Mat4 std.matrix
Mat4Col (m: Mat4, j: int64): Vec4 std.matrix
Mat4Det (m: Mat4): f64 std.matrix
Mat4Equals (a: Mat4, b: Mat4, eps: f64): bool std.matrix
Mat4FromCols (c0: Vec4, c1: Vec4, c2: Vec4, c3: Vec4): Mat4 std.matrix
Mat4FromRows (r0: Vec4, r1: Vec4, r2: Vec4, r3: Vec4): Mat4 std.matrix
Mat4Frustum (left: f64, right: f64, bottom: f64, top: f64, near: f64, far: f64): Mat4 std.matrix
Mat4Identity (): Mat4 std.matrix
Mat4Inverse (m: Mat4): Mat4Inv std.matrix
Mat4LookAt (eye: Vec3, center: Vec3, up: Vec3): Mat4 std.matrix
Mat4Mul (a: Mat4, b: Mat4): Mat4 std.matrix
Mat4MulDir3 (m: Mat4, d: Vec3): Vec3 std.matrix
Mat4MulPoint3 (m: Mat4, p: Vec3): Vec3 std.matrix
Mat4MulVec4 (m: Mat4, v: Vec4): Vec4 std.matrix
Mat4Ortho (left: f64, right: f64, bottom: f64, top: f64, near: f64, far: f64): Mat4 std.matrix
Mat4Perspective (fovy: f64, aspect: f64, near: f64, far: f64): Mat4 std.matrix
Mat4ProjectPoint3 (m: Mat4, p: Vec3): Vec3Result std.matrix
Mat4RotateAxis (axis: Vec3, rad: f64): Mat4 std.matrix
Mat4RotateX (rad: f64): Mat4 std.matrix
Mat4RotateY (rad: f64): Mat4 std.matrix
Mat4RotateZ (rad: f64): Mat4 std.matrix
Mat4Row (m: Mat4, i: int64): Vec4 std.matrix
Mat4ScaleBy (a: Mat4, s: f64): Mat4 std.matrix
Mat4ScaleXYZ (s: Vec3): Mat4 std.matrix
Mat4Sub (a: Mat4, b: Mat4): Mat4 std.matrix
Mat4ToMat3 (m: Mat4): Mat3 std.matrix
Mat4Trace (m: Mat4): f64 std.matrix
Mat4Translate (t: Vec3): Mat4 std.matrix
Mat4Transpose (m: Mat4): Mat4 std.matrix
Mat4Zero (): Mat4 std.matrix
Match (pattern: pchar, text: pchar): bool std.regex
MatchEx (pattern: pchar, text: pchar, flags: int64): bool std.regex
matchHere (pattern: pchar, pIdx: int64, text: pchar, tIdx: int64): int64 std.regex
MatEpsilon (): f64 std.matrix
Max (a: int64, b: int64): int64 std.math
Max4 (a0: int64, a1: int64, a2: int64, a3: int64): int64 std.math_batch
Max8 (a0: int64, a1: int64, a2: int64, a3: int64, a4: int64, a5: int64, a6: int64, a7: int64): int64 std.math_batch
MaxF64 (a: f64, b: f64): f64 std.math
Maybe (prob: f64): QBool std.qbool
MD5 (data: int64, len: int64, out: int64): void std.crypto.md5
MD5Final (ctx: int64, outBuf: int64): void std.hash
MD5Hash (data: pchar): int64 std.hash
MD5Hex (data: int64, len: int64, out: int64): void std.crypto.md5
MD5HexStr (data: pchar, len: int64, out: int64): void std.crypto.md5
MD5Init (ctx: int64): void std.hash
MD5Update (ctx: int64, data: int64, len: int64): void std.hash
MD5Verify (data: pchar, expected_hex: pchar): bool std.hash
Mean2 (a: f64, b: f64): f64 std.ml
MeanAbsoluteError (y_true: int64, y_pred: int64, n: int64): f64 std.ml
MeanSquaredError (y_true: int64, y_pred: int64, n: int64): f64 std.ml
MemFdCreate (name: pchar, flags: int64): int64 std.mmap_ext
MemInCore (addr: int64, len: int64, vecOut: int64): int64 std.mmap_ext
MemIsResident (addr: int64): bool std.mmap_ext
MemLock (addr: int64, len: int64): int64 std.mmap_ext
MemPoolAlloc (pl: int64, size: int64): int64 std.alloc
MemPoolAvail (pl: int64): int64 std.alloc
MemPoolCreate (size: int64): int64 std.alloc
MemPoolRelease (pl: int64): void std.alloc
MemPoolReset (pl: int64): void std.alloc
MemUnlock (addr: int64, len: int64): int64 std.mmap_ext
MenuAddItem (m: TMenu, name: pchar, cmd: int64, key: int64, disabled: int64): TMenu std.lyxvision.menu
MenuAddSeparator (m: TMenu): TMenu std.lyxvision.menu
MenuBarAddMenu (mb: TMenuBar, m: TMenu): TMenuBar std.lyxvision.menu
MenuBarAddMenu (mb: TMenuBar, title: pchar): TMenuBar std.lyxvision.tapplication
MenuBarCloseMenu (mb: TMenuBar): TMenuBar std.lyxvision.menu
MenuBarDraw (mb: TMenuBar): TMenuBar std.lyxvision.menu
MenuBarHandleKey (mb: TMenuBar, key: int64): int64 std.lyxvision.menu
MenuBarNew (x: int64, y: int64, w: int64, h: int64): TMenuBar std.lyxvision.menu
MenuBarNextMenu (mb: TMenuBar): TMenuBar std.lyxvision.menu
MenuBarOpenMenu (mb: TMenuBar, menuIndex: int64): TMenuBar std.lyxvision.menu
MenuBarPrevMenu (mb: TMenuBar): TMenuBar std.lyxvision.menu
MenuBarSelectNext (mb: TMenuBar): TMenuBar std.lyxvision.menu
MenuBarSelectPrev (mb: TMenuBar): TMenuBar std.lyxvision.menu
MenuItemNew (name: pchar, cmd: int64, key: int64, disabled: int64): TMenuItem std.lyxvision.menu
MenuNew (title: pchar): TMenu std.lyxvision.menu
MeshNetworkJoin (fd: int64, uuid: int64): int64 std.hardware.bluetooth_ext
MeshRecv (fd: int64, srcOut: int64, dataBuf: int64, bufLen: int64): int64 std.hardware.bluetooth_ext
MeshSend (fd: int64, dst: int64, data: int64, dataLen: int64): int64 std.hardware.bluetooth_ext
MetaSafeFormatVersion (): int64 std.meta_safe
MetaSafeGetPageHash (pageIdx: int64): int64 std.meta_safe
MetaSafePageCount (): int64 std.meta_safe
MetaSafeVerify (): int64 std.meta_safe
MetaSafeVerifyMemory (): int64 std.meta_safe
MetricDBCPU (creds: DOCredentials, serviceId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
MetricDBMemory (creds: DOCredentials, serviceId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
MetricDropletBandwidth (creds: DOCredentials, dropletId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
MetricDropletCPU (creds: DOCredentials, dropletId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
MetricDropletDisk (creds: DOCredentials, dropletId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
MetricDropletLoad (creds: DOCredentials, dropletId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
MetricDropletMemory (creds: DOCredentials, dropletId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
MetricK8sCPU (creds: DOCredentials, clusterId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
MetricK8sMemory (creds: DOCredentials, clusterId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
MetricLBConnections (creds: DOCredentials, lbId: pchar, start: int64, end2: int64): int64 std.cloud.digitalocean.monitoring
Midpoint (p1: GeoPoint, p2: GeoPoint): GeoPoint std.geo
MidpointLat (lat1: int64, lat2: int64): int64 std.geo
MidpointLon (lon1: int64, lon2: int64): int64 std.geo
Min (a: int64, b: int64): int64 std.math
Min4 (a0: int64, a1: int64, a2: int64, a3: int64): int64 std.math_batch
Min8 (a0: int64, a1: int64, a2: int64, a3: int64, a4: int64, a5: int64, a6: int64, a7: int64): int64 std.math_batch
MinF64 (a: f64, b: f64): f64 std.math
MinMaxDenorm (x_norm: f64, min: f64, max: f64): f64 std.ml
MinMaxNorm (x: f64, min: f64, max: f64): f64 std.ml
MinuteFromTime (t: time): int64 std.time
MinuteOf (dt: int64): int64 std.datetime
Mkdir (path: pchar, mode: int64): bool std.fs
MkDirAll (path: pchar): bool std.fs
MkdirAll (path: pchar, mode: int64): bool std.fs
MkTemp (pathBuf: int64): int64 std.fs
MLDSAKeyGen (seed: int64, level: int64, pk: int64, sk: int64): int64 std.crypto.pqc.mldsa
MLDSASign (sk: int64, level: int64, msg: int64, msgLen: int64, sig: int64): int64 std.crypto.pqc.mldsa
MLDSAVerify (pk: int64, level: int64, msg: int64, msgLen: int64, sig: int64, sigLen: int64): int64 std.crypto.pqc.mldsa
MLKEMDecapsulate (sk: int64, k: int64, ct: int64, sharedKey: int64): int64 std.crypto.pqc.mlkem
MLKEMEncapsulate (pk: int64, k: int64, randomness: int64, ct: int64, sharedKey: int64): int64 std.crypto.pqc.mlkem
MLKEMKeyGen (seed: int64, k: int64, pk: int64, sk: int64): int64 std.crypto.pqc.mlkem
MllpFrameRead (buf: int64, bufLen: int64, out: int64, outMax: int64): int64 std.hl7.core
MllpFrameWrite (buf: int64, bufMax: int64, msg: int64, msgLen: int64): int64 std.hl7.core
MmapAdvise (addr: int64, len: int64, advice: int64): int64 std.mmap_ext
mmapAlloc (size: int64): int64 std.pdf.builder
MmapFreePages (addr: int64, len: int64): int64 std.mmap_ext
MmapResize (addr: int64, oldSize: int64, newSize: int64): int64 std.mmap_ext
MmapResizeFixed (addr: int64, oldSize: int64, newSize: int64, newAddr: int64): int64 std.mmap_ext
MmapSync (addr: int64, len: int64, flags: int64): int64 std.mmap_ext
MmsgAlloc (vlen: int64, iovOut: int64): int64 std.net.socket
MmsgFree (vec: int64, iov: int64, vlen: int64): void std.net.socket
MmsgGetLen (vec: int64, idx: int64): int64 std.net.socket
MmsgSetBuf (iov: int64, idx: int64, buf: int64, bufLen: int64): void std.net.socket
MMSIGetCountry (mmsi: int64, out_buf: int64): int64 std.validate.mmsi
MMSIGetType (mmsi: int64): int64 std.validate.mmsi
MMSIValidate (mmsi: int64): int64 std.validate.mmsi
ModAdd (a: int64, b: int64, m: int64): int64 std.modmath
ModCrt2 (r1: int64, m1: int64, r2: int64, m2: int64, outR: int64): int64 std.modmath
ModCrtN (resids: int64, mods: int64, n: int64, outR: int64): int64 std.modmath
ModDiv (a: int64, b: int64, m: int64): int64 std.modmath
ModEq (a: int64, b: int64, m: int64): bool std.modmath
ModEulerPhi (n: int64): int64 std.modmath
ModGcd (a: int64, b: int64): int64 std.modmath
ModGcdExt (a: int64, b: int64, outX: int64, outY: int64): int64 std.modmath
ModInv (a: int64, m: int64): int64 std.modmath
ModIsPrime (n: int64): bool std.modmath
ModIsPrimitiveRoot (a: int64, m: int64): bool std.modmath
ModIsUnit (a: int64, m: int64): bool std.modmath
ModIsValidModulus (m: int64): bool std.modmath
ModJacobi (a: int64, n: int64): int64 std.modmath
ModLegendre (a: int64, p: int64): int64 std.modmath
ModMul (a: int64, b: int64, m: int64): int64 std.modmath
ModNeg (a: int64, m: int64): int64 std.modmath
ModNorm (a: int64, m: int64): int64 std.modmath
ModOrder (a: int64, m: int64): int64 std.modmath
ModPow (a: int64, e: int64, m: int64): int64 std.modmath
ModPrimitiveRoot (m: int64): int64 std.modmath
ModSolveLinear (a: int64, b: int64, m: int64, outX: int64, outMod: int64): int64 std.modmath
ModSqrt (a: int64, p: int64): int64 std.modmath
ModSub (a: int64, b: int64, m: int64): int64 std.modmath
MonConnect (creds: GCPCredentials, project: pchar): MonConn std.cloud.gcp.logging
MonCreateAlertPolicy (c: MonConn, policy: int64, policyLen: int64): int64 std.cloud.gcp.logging
MonDisconnect (c: MonConn): void std.cloud.gcp.logging
MoneyAbs (a: int64): int64 std.money
MoneyAdd (a: int64, b: int64): int64 std.money
MoneyAddTax (net: int64, rate: int64, rateScale: int64, mode: int64): int64 std.money
MoneyAllocate (total: int64, weights: int64, n: int64, out: int64): bool std.money
MoneyCmp (a: int64, b: int64): int64 std.money
MoneyCurrencyScale (code: pchar): int64 std.money
MoneyDivInt (a: int64, k: int64, mode: int64): int64 std.money
MoneyDivRound (num: int64, den: int64, mode: int64): int64 std.money
MoneyFormat (v: int64, scale: int64, buf: int64, bufLen: int64, fmt: int64): int64 std.money
MoneyIsValid (v: int64): bool std.money
MoneyMax (a: int64, b: int64): int64 std.money
MoneyMin (a: int64, b: int64): int64 std.money
MoneyMulInt (a: int64, k: int64): int64 std.money
MoneyMulRate (v: int64, rate: int64, rateScale: int64, mode: int64): int64 std.money
MoneyNeg (a: int64): int64 std.money
MoneyNetOfGross (gross: int64, rate: int64, rateScale: int64, mode: int64): int64 std.money
MoneyParse (s: pchar, scale: int64, mode: int64): int64 std.money
MoneyPercent (v: int64, pct: int64, pctScale: int64, mode: int64): int64 std.money
MoneyPow10 (n: int64): int64 std.money
MoneyRescale (v: int64, fromScale: int64, toScale: int64, mode: int64): int64 std.money
MoneyRoundTo (v: int64, scale: int64, places: int64, mode: int64): int64 std.money
MoneyRoundToMultiple (v: int64, mult: int64, mode: int64): int64 std.money
MoneySign (a: int64): int64 std.money
MoneySplit (total: int64, parts: int64, out: int64): bool std.money
MoneySub (a: int64, b: int64): int64 std.money
MoneySum (arr: int64, n: int64): int64 std.money
MoneyTaxOfGross (gross: int64, rate: int64, rateScale: int64, mode: int64): int64 std.money
MongoAuth (conn: MongoConn, username: int64, password: int64, authdb: int64, authMechanism: int64): int64 std.net.mongo
MongoCollectionName (db: int64, coll: int64): int64 std.net.mongo
MongoConnect (host: int64, port: int64): MongoConn std.net.mongo
MongoConnectTLS (host: int64, port: int64, hostname: int64): MongoConn std.net.mongo
MongoDisconnect (ref conn: MongoConn): void std.net.mongo
MongoDocAddBinary (ref doc: MongoDoc, key: int64, data: int64, datalen: int64): int64 std.net.mongo
MongoDocAddInt32 (ref doc: MongoDoc, key: int64, value: int64): int64 std.net.mongo
MongoDocAddString (ref doc: MongoDoc, key: int64, value: int64): int64 std.net.mongo
MongoDocFinalize (ref doc: MongoDoc): int64 std.net.mongo
MongoDocNew (): MongoDoc std.net.mongo
MongoIsConnected (conn: MongoConn): bool std.net.mongo
MongoRead (conn: MongoConn, data: int64, len: int64): int64 std.net.mongo
MongoSend (conn: MongoConn, data: int64, len: int64): int64 std.net.mongo
MonListMetrics (c: MonConn, filter: int64): GCPResponse std.cloud.gcp.logging
MonthFromDate (d: date): int64 std.time
MonthLong (month: int64): pchar std.datetime
MonthOf (dt: int64): int64 std.datetime
MonthShort (month: int64): pchar std.datetime
MonWriteMetric (c: MonConn, metricType: int64, value: int64, labels: int64): int64 std.cloud.gcp.logging
Mount (source: pchar, target: pchar, fsType: pchar, flags: int64): int64 std.sysadmin
MountData (source: pchar, target: pchar, fsType: pchar, flags: int64, data: pchar): int64 std.sysadmin
MoveCursor (x: int64, y: int64): void std.lyxvision.drivers
MP3Close (handle: int64): void std.audio.mpg123
MP3GetFormat (handle: int64): int64 std.audio.mpg123
MP3GetFormatFull (handle: int64, rateOut: int64, channelsOut: int64, encOut: int64): int64 std.audio.mpg123
MP3Init (): int64 std.audio.mpg123
MP3OpenFile (handle: int64, path: pchar): int64 std.audio.mpg123
MP3Parse (path: pchar, ref info: AudioInfo): int64 std.audio
MP3Read (handle: int64, buffer: int64, bufSize: int64, donePtr: int64): int64 std.audio.mpg123
Mp4Meta (buf: int64, len: int64, vid: int64): int64 std.video.mp4
Mp4MetaFile (path: pchar, plen: int64, vid: int64): int64 std.video.mp4
MqClose (fd: int64): int64 std.mqueue
MqGetAttr (fd: int64, attrBuf: int64): int64 std.mqueue
MqGetCurMsgs (fd: int64): int64 std.mqueue
MqGetMaxMsg (fd: int64): int64 std.mqueue
MqOpen (name: pchar, flags: int64, mode: int64): int64 std.mqueue
MqOpenWith (name: pchar, flags: int64, mode: int64, maxmsg: int64, msgsize: int64): int64 std.mqueue
MqRecv (fd: int64, buf: int64, bufLen: int64, prioOut: int64): int64 std.mqueue
MqSend (fd: int64, msg: int64, msgLen: int64, prio: int64): int64 std.mqueue
MqTimedRecv (fd: int64, buf: int64, bufLen: int64, prioOut: int64, timeoutNs: int64): int64 std.mqueue
MqTimedSend (fd: int64, msg: int64, msgLen: int64, prio: int64, timeoutNs: int64): int64 std.mqueue
MQTTBuildConnect (clientId: pchar, keepAlive: int64, username: pchar, password: pchar): int64 std.net.mqtt
MQTTBuildDisconnect (): int64 std.net.mqtt
MQTTBuildPingReq (): int64 std.net.mqtt
MQTTBuildSubscribe (topic: pchar, qos: int64): int64 std.net.mqtt
MQTTBuildUnsubscribe (topic: pchar): int64 std.net.mqtt
MQTTConnect (host: int64, port: int64, clientId: pchar): MQTTConn std.net.mqtt
MQTTDisconnect (ref mqtt: MQTTConn): void std.net.mqtt
MQTTNextPacketId (): int64 std.net.mqtt
MQTTPacketFree (pkt: MQTTPacket): void std.net.mqtt
MQTTParseConnack (buf: int64): int64 std.net.mqtt
MQTTParsePublish (buf: int64): MQTTPacket std.net.mqtt
MQTTPublish (topic: pchar, payload: int64, payloadLen: int64, qos: int64, retain: int64): int64 std.net.mqtt
MQTTPublishMsg (mqtt: MQTTConn, topic: pchar, payload: int64, payloadLen: int64, qos: int64): int64 std.net.mqtt
MQTTReadRemainingLen (buf: int64, pos: int64): int64 std.net.mqtt
MQTTReadString (buf: int64, pos: int64): int64 std.net.mqtt
MQTTReceive (mqtt: MQTTConn): MQTTPacket std.net.mqtt
MQTTRecv (conn: TCPConn): int64 std.net.mqtt
MQTTSend (conn: TCPConn, pkt: int64, pktLen: int64): int64 std.net.mqtt
MQTTSendPing (mqtt: MQTTConn): int64 std.net.mqtt
MQTTStrLen (s: pchar): int64 std.net.mqtt
MQTTSubscribe (mqtt: MQTTConn, topic: pchar, qos: int64): int64 std.net.mqtt
MQTTWriteRemainingLen (buf: int64, pos: int64, length: int64): int64 std.net.mqtt
MQTTWriteString (buf: int64, pos: int64, str: pchar, len: int64): int64 std.net.mqtt
MqUnlink (name: pchar): int64 std.mqueue
MSE2 (y_true0: f64, y_true1: f64, y_pred0: f64, y_pred1: f64): f64 std.ml
MsgQueueCreate (key: int64, flags: int64): int64 std.ipc_sysv
MsgQueueDelete (mqId: int64): int64 std.ipc_sysv
MsgRecv (mqId: int64, buf: int64, size: int64, msgType: int64, flags: int64): int64 std.ipc_sysv
MsgSend (mqId: int64, buf: int64, size: int64, flags: int64): int64 std.ipc_sysv
MutexFree (m: Mutex): void std.thread
MutexLock (m: Mutex): void std.thread
MutexNew (): Mutex std.thread
MutexTryLock (m: Mutex): int64 std.thread
MutexUnlock (m: Mutex): void std.thread
MxAcosh (x: f64): f64 std.mathx
MxAsinh (x: f64): f64 std.mathx
MxAtan (x: f64): f64 std.mathx
MxAtan2 (y: f64, x: f64): f64 std.mathx
MxAtanh (x: f64): f64 std.mathx
MxCbrt (x: f64): f64 std.mathx
MxCopySign (x: f64, y: f64): f64 std.mathx
MxCos (x: f64): f64 std.mathx
MxCosh (x: f64): f64 std.mathx
MxExp (x: f64): f64 std.mathx
MxExp10 (x: f64): f64 std.mathx
MxExp2 (x: f64): f64 std.mathx
MxExpm1 (x: f64): f64 std.mathx
MxFmod (x: f64, y: f64): f64 std.mathx
MxFrexp (x: f64, expAddr: int64): f64 std.mathx
MxLdexp (x: f64, n: int64): f64 std.mathx
MxLog (x: f64): f64 std.mathx
MxLog10 (x: f64): f64 std.mathx
MxLog1p (x: f64): f64 std.mathx
MxLog2 (x: f64): f64 std.mathx
MxModf (x: f64, intAddr: int64): f64 std.mathx
MxPow (x: f64, y: f64): f64 std.mathx
MxRemainder (x: f64, y: f64): f64 std.mathx
MxScalbn (x: f64, n: int64): f64 std.mathx
MxSin (x: f64): f64 std.mathx
MxSinCos (x: f64, sinAddr: int64, cosAddr: int64): void std.mathx
MxSinh (x: f64): f64 std.mathx
MxTan (x: f64): f64 std.mathx
MxTanh (x: f64): f64 std.mathx
MySQLAffectedRows (conn: MySQLConn): int64 std.db.mysql
MySQLBegin (conn: MySQLConn): bool std.db.mysql
MySQLClose (ref conn: MySQLConn): void std.db.mysql
MySQLCommit (conn: MySQLConn): bool std.db.mysql
MySQLConnect (host: pchar, port: int64, user: pchar, pass: pchar, db: pchar): MySQLConn std.db.mysql
MySQLDataSeek (ref res: MySQLResult, rowNum: int64): void std.db.mysql
MySQLErrno (conn: MySQLConn): int64 std.db.mysql
MySQLError (conn: MySQLConn): pchar std.db.mysql
MySQLExecutePrepared (conn: MySQLConn, sql: pchar, params: int64, nparams: int64): MySQLResult std.db.mysql
MySQLFetchRow (ref res: MySQLResult): int64 std.db.mysql
MySQLFreeResult (res: MySQLResult): void std.db.mysql
MySQLGetFieldLength (res: MySQLResult, idx: int64): int64 std.db.mysql
MySQLGetFieldName (res: MySQLResult, idx: int64): pchar std.db.mysql
MySQLGetFieldType (res: MySQLResult, idx: int64): int64 std.db.mysql
MySQLGetRowInt (res: MySQLResult, row: int64, idx: int64): int64 std.db.mysql
MySQLGetRowStr (res: MySQLResult, row: int64, idx: int64): pchar std.db.mysql
MySQLInsertId (conn: MySQLConn): int64 std.db.mysql
MySQLInTransaction (conn: MySQLConn): bool std.db.mysql
MySQLIsNull (res: MySQLResult, row: int64, idx: int64): bool std.db.mysql
MySQLNumFields (res: MySQLResult): int64 std.db.mysql
MySQLNumRows (res: MySQLResult): int64 std.db.mysql
MySQLPoolCreate (maxConnections: int64): int64 std.db.mysql
MySQLPoolDestroy (poolHandle: int64): void std.db.mysql
MySQLQuery (ref conn: MySQLConn, sql: pchar): MySQLResult std.db.mysql
MySQLReadPacket (ref conn: MySQLConn): int64 std.db.mysql
MySQLRollback (conn: MySQLConn): bool std.db.mysql
MySQLSendPacket (ref conn: MySQLConn, data: int64, len: int64): bool std.db.mysql
MySQLSetAutoCommit (conn: MySQLConn, enable: bool): bool std.db.mysql
MySQLStmtBindInt (stmt: MySQLStmt, paramIdx: int64, value: int64): bool std.db.mysql
MySQLStmtBindNull (stmt: MySQLStmt, paramIdx: int64, isNull: bool): bool std.db.mysql
MySQLStmtBindParam (stmt: MySQLStmt, paramIdx: int64, typeCode: int64, buffer: int64, bufferLen: int64): bool std.db.mysql
MySQLStmtBindResult (stmt: MySQLStmt, idx: int64, typeCode: int64, buffer: int64, bufferLen: int64): bool std.db.mysql
MySQLStmtBindStr (stmt: MySQLStmt, paramIdx: int64, str: pchar): bool std.db.mysql
MySQLStmtClose (stmt: MySQLStmt): void std.db.mysql
MySQLStmtExecute (ref conn: MySQLConn, stmt: MySQLStmt): MySQLResult std.db.mysql
MySQLStmtFetch (stmt: MySQLStmt): int64 std.db.mysql
MySQLStmtPrepare (ref conn: MySQLConn, sql: pchar): MySQLStmt std.db.mysql
MySQLStmtReset (stmt: MySQLStmt): void std.db.mysql

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z